blob: 21832a4c008513afce018d00732bcc290c5a399f [file] [log] [blame]
Damien Miller76112de1999-12-21 11:18:08 +1100119991221
2 - Integration of large HPUX patch from Andre Lucas
3 <andre.lucas@dial.pipex.com>. Integrating it had a few other
4 benefits:
5 - Ability to disable shadow passwords at configure time
6 - Ability to disable lastlog support at configure time
7 - Support for IP address in $DISPLAY
8
Damien Millerc4c647f1999-12-18 20:54:52 +1100919991218
10 - Redhat init script patch from Chun-Chung Chen
11 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +110012 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +110013
Damien Millerab8a4da1999-12-16 13:05:30 +11001419991216
15 - Makefile changes for Solaris from Peter Kocks
16 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +110017 - Minor updates to docs
18 - Merged OpenBSD CVS changes:
19 - [authfd.c ssh-agent.c]
20 keysize warnings talk about identity files
21 - [packet.c]
22 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +110023 - Correctly handle empty passwords in shadow file. Patch from:
24 "Chris, the Young One" <cky@pobox.com>
25 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +110026
Damien Miller84093e91999-12-15 09:06:28 +11002719991215
28 - Integrated patchs from Juergen Keil <jk@tools.de>
29 - Avoid void* pointer arithmatic
30 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +110031 - Fix SIGIO error in scp
32 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +110033 - Added better test for inline functions compiler support from
34 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +110035
Damien Millera34a28b1999-12-14 10:47:15 +11003619991214
37 - OpenBSD CVS Changes
38 - [canohost.c]
39 fix get_remote_port() and friends for sshd -i;
40 Holger.Trapp@Informatik.TU-Chemnitz.DE
41 - [mpaux.c]
42 make code simpler. no need for memcpy. niels@ ok
43 - [pty.c]
44 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
45 fix proto; markus
46 - [ssh.1]
47 typo; mark.baushke@solipsa.com
48 - [channels.c ssh.c ssh.h sshd.c]
49 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
50 - [sshconnect.c]
51 move checking of hostkey into own function.
52 - [version.h]
53 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +110054 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +110055 - Some older systems don't have poll.h, they use sys/poll.h instead
56 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +110057
Damien Millerc6b3bbe1999-12-13 08:27:33 +11005819991211
59 - Fix compilation on systems with AFS. Reported by
60 aloomis@glue.umd.edu
61 - Fix installation on Solaris. Reported by
62 Gordon Rowell <gordonr@gormand.com.au>
63 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
64 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
65 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
66 - Compile fix from David Agraz <dagraz@jahoopa.com>
67 - Avoid compiler warning in bsd-snprintf.c
68 - Added pam_limits.so to default PAM config. Suggested by
69 Jim Knoble <jmknoble@pobox.com>
70
Damien Millerbf1c9b21999-12-09 10:16:54 +11007119991209
72 - Import of patch from Ben Taylor <bent@clark.net>:
73 - Improved PAM support
74 - "uninstall" rule for Makefile
75 - utmpx support
76 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +110077 - OpenBSD CVS updates:
78 - [readpass.c]
79 avoid stdio; based on work by markus, millert, and I
80 - [sshd.c]
81 make sure the client selects a supported cipher
82 - [sshd.c]
83 fix sighup handling. accept would just restart and daemon handled
84 sighup only after the next connection was accepted. use poll on
85 listen sock now.
86 - [sshd.c]
87 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +110088 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
89 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +110090 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +110091
Damien Millerfce16481999-12-08 08:53:52 +11009219991208
93 - Compile fix for Solaris with /dev/ptmx from
94 David Agraz <dagraz@jahoopa.com>
95
Damien Miller0c078c61999-12-07 14:53:57 +11009619991207
97 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
98 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +110099 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +1100100 - Fix PAM account and session being called multiple times. Problem
101 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +1100102 - Merged more OpenBSD changes:
103 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
104 move atomicio into it's own file. wrap all socket write()s which
105 were doing write(sock, buf, len) != len, with atomicio() calls.
106 - [auth-skey.c]
107 fd leak
108 - [authfile.c]
109 properly name fd variable
110 - [channels.c]
111 display great hatred towards strcpy
112 - [pty.c pty.h sshd.c]
113 use openpty() if it exists (it does on BSD4_4)
114 - [tildexpand.c]
115 check for ~ expansion past MAXPATHLEN
116 - Modified helper.c to use new atomicio function.
117 - Reformat Makefile a little
118 - Moved RC4 routines from rc4.[ch] into helper.c
119 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +1100120 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
121 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +1100122 - Clean up bad imports of a few files (forgot -kb)
123 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +1100124
Damien Millerdc33fc31999-12-04 20:24:48 +110012519991204
126 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +1100127 - Merged OpenBSD CVS changes:
128 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
129 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
130 - [auth-rsa.c]
131 warn only about mismatch if key is _used_
132 warn about keysize-mismatch with log() not error()
133 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
134 ports are u_short
135 - [hostfile.c]
136 indent, shorter warning
137 - [nchan.c]
138 use error() for internal errors
139 - [packet.c]
140 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
141 serverloop.c
142 indent
143 - [ssh-add.1 ssh-add.c ssh.h]
144 document $SSH_ASKPASS, reasonable default
145 - [ssh.1]
146 CheckHostIP is not available for connects via proxy command
147 - [sshconnect.c]
148 typo
149 easier to read client code for passwd and skey auth
150 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +1100151
Damien Miller42b81ff1999-11-26 12:21:24 +110015219991126
153 - Add definition for __P()
154 - Added [v]snprintf() replacement for systems that lack it
155
Damien Miller78224a01999-11-25 11:55:45 +110015619991125
157 - More reformatting merged from OpenBSD CVS
158 - Merged OpenBSD CVS changes:
159 - [channels.c]
160 fix packet_integrity_check() for !have_hostname_in_open.
161 report from mrwizard@psu.edu via djm@ibs.com.au
162 - [channels.c]
163 set SO_REUSEADDR and SO_LINGER for forwarded ports.
164 chip@valinux.com via damien@ibs.com.au
165 - [nchan.c]
166 it's not an error() if shutdown_write failes in nchan.
167 - [readconf.c]
168 remove dead #ifdef-0-code
169 - [readconf.c servconf.c]
170 strcasecmp instead of tolower
171 - [scp.c]
172 progress meter overflow fix from damien@ibs.com.au
173 - [ssh-add.1 ssh-add.c]
174 SSH_ASKPASS support
175 - [ssh.1 ssh.c]
176 postpone fork_after_authentication until command execution,
177 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
178 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +1100179 - Added BSD compatible install program and autoconf test, thanks to
180 Niels Kristian Bech Jensen <nkbj@image.dk>
181 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +1100182 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +1100183 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +1100184
Damien Miller95def091999-11-25 00:26:21 +110018519991124
186 - Merged very large OpenBSD source code reformat
187 - OpenBSD CVS updates
188 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
189 [ssh.h sshd.8 sshd.c]
190 syslog changes:
191 * Unified Logmessage for all auth-types, for success and for failed
192 * Standard connections get only ONE line in the LOG when level==LOG:
193 Auth-attempts are logged only, if authentication is:
194 a) successfull or
195 b) with passwd or
196 c) we had more than AUTH_FAIL_LOG failues
197 * many log() became verbose()
198 * old behaviour with level=VERBOSE
199 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
200 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
201 messages. allows use of s/key in windows (ttssh, securecrt) and
202 ssh-1.2.27 clients without 'ssh -v', ok: niels@
203 - [sshd.8]
204 -V, for fallback to openssh in SSH2 compatibility mode
205 - [sshd.c]
206 fix sigchld race; cjc5@po.cwru.edu
207
Damien Miller294df781999-11-23 10:11:29 +110020819991123
209 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +1100210 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +1100211 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +1100212 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +1100213 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +1100214
Damien Miller22218721999-11-22 12:51:42 +110021519991122
216 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +1100217 - OpenBSD CVS Changes
218 - [ssh-keygen.c]
219 don't create ~/.ssh only if the user wants to store the private
220 key there. show fingerprint instead of public-key after
221 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100222 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +1100223 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100224 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +1100225 - Added autoconf test and macro to deal with old PAM libraries
226 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +1100227 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
228 - Retry /dev/urandom reads interrupted by signal (report from
229 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +1100230 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +1100231 - Only display public key comment when presenting ssh-askpass dialog
232 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +1100233
Damien Millerf7c0f821999-11-22 22:31:49 +1100234 - Configure, Make and changelog corrections from Tudor Bosman
235 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
236
Damien Miller6162d121999-11-21 13:23:52 +110023719991121
Damien Miller83df0691999-11-22 13:22:29 +1100238 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +1100239 - [channels.c]
240 make this compile, bad markus
241 - [log.c readconf.c servconf.c ssh.h]
242 bugfix: loglevels are per host in clientconfig,
243 factor out common log-level parsing code.
244 - [servconf.c]
245 remove unused index (-Wall)
246 - [ssh-agent.c]
247 only one 'extern char *__progname'
248 - [sshd.8]
249 document SIGHUP, -Q to synopsis
250 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
251 [channels.c clientloop.c]
252 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
253 [hope this time my ISP stays alive during commit]
254 - [OVERVIEW README] typos; green@freebsd
255 - [ssh-keygen.c]
256 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
257 exit if writing the key fails (no infinit loop)
258 print usage() everytime we get bad options
259 - [ssh-keygen.c] overflow, djm@mindrot.org
260 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
261
Damien Millerc6398ef1999-11-20 12:18:40 +110026219991120
263 - Merged more Solaris support from Marc G. Fournier
264 <marc.fournier@acadiau.ca>
265 - Wrote autoconf tests for integer bit-types
266 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +1100267 - Fix segfault in ssh-keygen caused by buffer overrun in filename
268 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +1100269
Damien Miller5bbbd361999-11-19 07:56:21 +110027019991119
271 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +1100272 - Merged OpenBSD CVS changes
273 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
274 more %d vs. %s in fmt-strings
275 - [authfd.c]
276 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +1100277 - EGD uses a socket, not a named pipe. Duh.
278 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +1100279 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +1100280 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +1100281 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +1100282 - Added autoconf option to enable Kerberos 4 support (untested)
283 - Added autoconf option to enable AFS support (untested)
284 - Added autoconf option to enable S/Key support (untested)
285 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +1100286 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100287 - Added tests for login and daemon and enable OpenBSD replacements for
288 when they are absent.
289 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +1100290
Damien Miller81428f91999-11-18 09:28:11 +110029119991118
292 - Merged OpenBSD CVS changes
293 - [scp.c] foregroundproc() in scp
294 - [sshconnect.h] include fingerprint.h
295 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
296 changes.
Damien Miller6ee95641999-11-18 11:35:13 +1100297 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +1100298 - Added openssh.com info to README
299
Damien Miller10f6f6b1999-11-17 17:29:08 +110030019991117
301 - Merged OpenBSD CVS changes
302 - [ChangeLog.Ylonen] noone needs this anymore
303 - [authfd.c] close-on-exec for auth-socket, ok deraadt
304 - [hostfile.c]
305 in known_hosts key lookup the entry for the bits does not need
306 to match, all the information is contained in n and e. This
307 solves the problem with buggy servers announcing the wrong
308 modulus length. markus and me.
309 - [serverloop.c]
310 bugfix: check for space if child has terminated, from:
311 iedowse@maths.tcd.ie
312 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
313 [fingerprint.c fingerprint.h]
314 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
315 - [ssh-agent.1] typo
316 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
317 - [sshd.c]
318 force logging to stderr while loading private key file
319 (lost while converting to new log-levels)
320
Damien Miller7e8e8201999-11-16 13:37:16 +110032119991116
322 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
323 - Merged OpenBSD CVS changes:
324 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
325 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
326 the keysize of rsa-parameter 'n' is passed implizit,
327 a few more checks and warnings about 'pretended' keysizes.
328 - [cipher.c cipher.h packet.c packet.h sshd.c]
329 remove support for cipher RC4
330 - [ssh.c]
331 a note for legay systems about secuity issues with permanently_set_uid(),
332 the private hostkey and ptrace()
333 - [sshconnect.c]
334 more detailed messages about adding and checking hostkeys
335
Damien Millerd05a2471999-11-15 14:25:30 +110033619991115
337 - Merged OpenBSD CVS changes:
338 - [ssh-add.c] change passphrase loop logic and remove ref to
339 $DISPLAY, ok niels
340 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
341 modular.
342 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +1100343 - Merged more OpenBSD CVS changes:
344 [auth-krb4.c]
345 - disconnect if getpeername() fails
346 - missing xfree(*client)
347 [canohost.c]
348 - disconnect if getpeername() fails
349 - fix comment: we _do_ disconnect if ip-options are set
350 [sshd.c]
351 - disconnect if getpeername() fails
352 - move checking of remote port to central place
353 [auth-rhosts.c] move checking of remote port to central place
354 [log-server.c] avoid extra fd per sshd, from millert@
355 [readconf.c] print _all_ bad config-options in ssh(1), too
356 [readconf.h] print _all_ bad config-options in ssh(1), too
357 [ssh.c] print _all_ bad config-options in ssh(1), too
358 [sshconnect.c] disconnect if getpeername() fails
359 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +1100360 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +1100361 - Merged more Solaris compability from Marc G. Fournier
362 <marc.fournier@acadiau.ca>
363 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +1100364 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +1100365 - Released 1.2pre12
366
367 - Another OpenBSD CVS update:
368 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +1100369
Damien Miller0a6e6681999-11-15 09:56:06 +110037019991114
371 - Solaris compilation fixes (still imcomplete)
372
Damien Millerb0284381999-11-13 13:30:28 +110037319991113
Damien Miller192bd011999-11-13 23:56:35 +1100374 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
375 - Don't install config files if they already exist
376 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +1100377 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +1100378 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +1100379 - Merged OpenBSD CVS changes:
380 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
381 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
382 totalsize, ok niels,aaron
383 - Delay fork (-f option) in ssh until after port forwarded connections
384 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +1100385 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
386 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +1100387 - Tidied default config file some more
388 - Revised Redhat initscript to fix bug: sshd (re)start would fail
389 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +1100390
Damien Miller776af5d1999-11-12 08:49:09 +110039119991112
392 - Merged changes from OpenBSD CVS
393 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +1100394 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
395 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
396 deraadt,millert
397 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +1100398 - Grab server in gnome-ssh-askpass (Debian bug #49872)
399 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +1100400
Damien Millerb5f89271999-11-12 14:35:58 +1100401 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +1100402 - Merged yet more changes from OpenBSD CVS
403 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
404 [ssh.c ssh.h sshconnect.c sshd.c]
405 make all access to options via 'extern Options options'
406 and 'extern ServerOptions options' respectively;
407 options are no longer passed as arguments:
408 * make options handling more consistent
409 * remove #include "readconf.h" from ssh.h
410 * readconf.h is only included if necessary
411 - [mpaux.c] clear temp buffer
412 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +1100413 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +1100414 - Fix nasty division-by-zero error in scp.c
415 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +1100416
Damien Millerab18c411999-11-11 10:40:23 +110041719991111
418 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +1100419 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +1100420 - Merged OpenBSD CVS changes:
421 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
422 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
423 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +1100424 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +1100425 file transfers. Fix submitted to OpenBSD developers. Report and fix
426 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +1100427 - Merged more OpenBSD CVS changes:
428 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
429 + krb-cleanup cleanup
430 - [clientloop.c log-client.c log-server.c ]
431 [readconf.c readconf.h servconf.c servconf.h ]
432 [ssh.1 ssh.c ssh.h sshd.8]
433 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
434 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +1100435 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
436 allow session_key_int != sizeof(session_key)
437 [this should fix the pre-assert-removal-core-files]
438 - Updated default config file to use new LogLevel option and to improve
439 readability
440
Damien Millerb77870f1999-11-10 12:48:08 +110044119991110
Damien Miller4236f6e1999-11-12 12:22:31 +1100442 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +1100443 - ssh-agent commandline parsing
444 - RPM spec file now installs ssh setuid root
445 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +1100446 - Merged beginnings of Solaris compability from Marc G. Fournier
447 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +1100448
Damien Millerc7b38ce1999-11-09 10:28:04 +110044919991109
450 - Autodetection of SSL/Crypto library location via autoconf
451 - Fixed location of ssh-askpass to follow autoconf
452 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
453 - Autodetection of RSAref library for US users
454 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +1100455 - Merged OpenBSD CVS changes:
456 - [rsa.c] bugfix: use correct size for memset()
457 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +1100458 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +1100459 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +1100460 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +1100461
Damien Miller356a0b01999-11-08 15:30:59 +110046219991108
463 - Removed debian/ directory. This is now being maintained separately.
464 - Added symlinks for slogin in RPM spec file
465 - Fixed permissions on manpages in RPM spec file
466 - Added references to required libraries in README file
467 - Removed config.h.in from CVS
468 - Removed pwdb support (better pluggable auth is provided by glibc)
469 - Made PAM and requisite libdl optional
470 - Removed lots of unnecessary checks from autoconf
471 - Added support and autoconf test for openpty() function (Unix98 pty support)
472 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
473 - Added TODO file
474 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
475 - Added ssh-askpass program
476 - Added ssh-askpass support to ssh-add.c
477 - Create symlinks for slogin on install
478 - Fix "distclean" target in makefile
479 - Added example for ssh-agent to manpage
480 - Added support for PAM_TEXT_INFO messages
481 - Disable internal /etc/nologin support if PAM enabled
482 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +1100483 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +1100484 - [sshd.c] don't send fail-msg but disconnect if too many authentication
485 failures
Damien Miller356a0b01999-11-08 15:30:59 +1100486 - [sshd.c] remove unused argument. ok dugsong
487 - [sshd.c] typo
488 - [rsa.c] clear buffers used for encryption. ok: niels
489 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +1100490 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +1100491 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +1100492 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +1100493
Damien Miller0aa8e531999-11-02 19:05:02 +110049419991102
495 - Merged change from OpenBSD CVS
496 - One-line cleanup in sshd.c
497
Damien Miller744da801999-10-30 09:12:25 +100049819991030
499 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +1000500 - Merged latest updates for OpenBSD CVS:
501 - channels.[ch] - remove broken x11 fix and document istate/ostate
502 - ssh-agent.c - call setsid() regardless of argv[]
503 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
504 - Documentation cleanups
505 - Renamed README -> README.Ylonen
506 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +1000507
Damien Miller070f7a11999-10-29 10:29:29 +100050819991029
509 - Renamed openssh* back to ssh* at request of Theo de Raadt
510 - Incorporated latest changes from OpenBSD's CVS
511 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
512 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +1000513 - Make distclean now removed configure script
514 - Improved PAM logging
515 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +1000516 - Removed redundant subdirectories
517 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
518 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +1000519 - Fixed off-by-one error in PAM env patch
520 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +1000521
Damien Miller7f6ea021999-10-28 13:25:17 +100052219991028
523 - Further PAM enhancements.
524 - Much cleaner
525 - Now uses account and session modules for all logins.
526 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
527 - Build fixes
528 - Autoconf
529 - Change binary names to open*
530 - Fixed autoconf script to detect PAM on RH6.1
531 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +1000532 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +1000533
534 - Imported latest OpenBSD CVS code
535 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +1000536 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +1000537
Damien Miller7f6ea021999-10-28 13:25:17 +100053819991027
539 - Adapted PAM patch.
540 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000541
Damien Miller7f6ea021999-10-28 13:25:17 +1000542 - Excised my buggy replacements for strlcpy and mkdtemp
543 - Imported correct OpenBSD strlcpy and mkdtemp routines.
544 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
545 - Picked up correct version number from OpenBSD
546 - Added sshd.pam PAM configuration file
547 - Added sshd.init Redhat init script
548 - Added openssh.spec RPM spec file
549 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000550
Damien Miller7f6ea021999-10-28 13:25:17 +100055119991026
552 - Fixed include paths of OpenSSL functions
553 - Use OpenSSL MD5 routines
554 - Imported RC4 code from nanocrypt
555 - Wrote replacements for OpenBSD arc4random* functions
556 - Wrote replacements for strlcpy and mkdtemp
557 - Released 1.0pre1