blob: 76b692c9fa73d204476cd2223efd85183efcf325 [file] [log] [blame]
Damien Miller1808f382000-01-06 12:03:12 +1100120000105
2 - Fixed annoying DES corruption problem. libcrypt has been
3 overriding symbols in libcrypto. Removed libcrypt and crypt.h
4 altogether (libcrypto includes its own crypt(1) replacement)
5 - Added platform-specific rules for Irix 6.x. Included warning that
6 they are untested.
7
Damien Miller645c5982000-01-03 14:42:09 +1100820000103
9 - Add explicit make rules for files proccessed by fixpaths.
10 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
11 <tnh@kondara.org>
Damien Millere9c8f4d2000-01-03 20:00:52 +110012 - Removed "nullok" directive from default PAM configuration files.
13 Added information on enabling EmptyPasswords on openssh+PAM in
14 UPGRADING file.
Damien Miller62ab38a2000-01-03 23:41:05 +110015 - OpenBSD CVS updates
16 - [ssh-agent.c]
17 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
18 dgaudet@arctic.org
19 - [sshconnect.c]
20 compare correct version for 1.3 compat mode
Damien Miller645c5982000-01-03 14:42:09 +110021
Damien Miller5121e3a2000-01-02 11:49:28 +11002220000102
23 - Prevent multiple inclusion of config.h and defines.h. Suggested
24 by Andre Lucas <andre.lucas@dial.pipex.com>
25 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
26 <dgaudet@arctic.org>
27
Damien Miller8eb0fd61999-12-31 08:49:13 +11002819991231
29 - Fix password support on systems with a mixture of shadowed and
30 non-shadowed passwords (e.g. NIS). Report and fix from
31 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millerf3e8be81999-12-31 08:59:04 +110032 - Fix broken autoconf typedef detection. Report from Marc G.
33 Fournier <marc.fournier@acadiau.ca>
Damien Miller03783f01999-12-31 09:16:40 +110034 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
35 <Franz.Sirl-kernel@lauterbach.com>
Damien Millerb2532b31999-12-31 09:18:12 +110036 - Prevent typedefs from being compiled more than once. Report from
37 Marc G. Fournier <marc.fournier@acadiau.ca>
Damien Miller3131d8b1999-12-31 09:42:24 +110038 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
39 <iretd@bigfoot.com>
Damien Millere7f626c1999-12-31 09:49:44 +110040 - Really fix broken default path. Fix from Jim Knoble
41 <jmknoble@pobox.com>
Damien Milleraa7b64d1999-12-31 09:55:34 +110042 - Remove test for quad_t. No longer needed.
Damien Miller6b85a7f2000-01-02 11:45:33 +110043 - Released 1.2.1pre24
44
45 - Added support for directory-based lastlogs
46 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
Damien Miller8eb0fd61999-12-31 08:49:13 +110047
Damien Millerece22a81999-12-30 09:48:15 +11004819991230
49 - OpenBSD CVS updates:
50 - [auth-passwd.c]
51 check for NULL 1st
Damien Millere72b7af1999-12-30 15:08:44 +110052 - Removed most of the pam code into its own file auth-pam.[ch]. This
53 cleaned up sshd.c up significantly.
Damien Miller8eb0fd61999-12-31 08:49:13 +110054 - PAM authentication was incorrectly interpreting
55 "PermitRootLogin without-password". Report from Matthias Andree
56 <ma@dt.e-technik.uni-dortmund.de
Damien Millere72b7af1999-12-30 15:08:44 +110057 - Several other cleanups
Damien Miller8bdeee21999-12-30 15:50:54 +110058 - Merged Dante SOCKS support patch from David Rankin
59 <drankin@bohemians.lexington.ky.us>
60 - Updated documentation with ./configure options
Damien Miller8eb0fd61999-12-31 08:49:13 +110061 - Released 1.2.1pre23
Damien Millerece22a81999-12-30 09:48:15 +110062
Damien Miller9550a761999-12-29 02:32:22 +11006319991229
64 - Applied another NetBSD portability patch from David Rankin
65 <drankin@bohemians.lexington.ky.us>
66 - Fix --with-default-path option.
Damien Millere79334a1999-12-29 10:03:37 +110067 - Autodetect perl, patch from David Rankin
68 <drankin@bohemians.lexington.ky.us>
Damien Millerd00d1611999-12-29 10:17:09 +110069 - Print whether OpenSSH was compiled with RSARef, patch from
70 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Damien Millerac3a4b41999-12-29 10:25:40 +110071 - Calls to pam_setcred, patch from Nalin Dahyabhai
72 <nalin@thermo.stat.ncsu.edu>
Damien Miller95058511999-12-29 10:36:45 +110073 - Detect missing size_t and typedef it.
Damien Miller58ca7d81999-12-29 19:56:30 +110074 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
75 - Minor Makefile cleaning
Damien Miller9550a761999-12-29 02:32:22 +110076
Damien Miller13bc0be1999-12-28 10:19:16 +11007719991228
78 - Replacement for getpagesize() for systems which lack it
Damien Miller4ff2b9b1999-12-28 10:41:12 +110079 - NetBSD login.c compile fix from David Rankin
80 <drankin@bohemians.lexington.ky.us>
81 - Fully set ut_tv if present in utmp or utmpx
Damien Millerbeb4ba51999-12-28 15:09:35 +110082 - Portability fixes for Irix 5.3 (now compiles OK!)
83 - autoconf and other misc cleanups
Damien Miller74d0d4a1999-12-29 02:24:35 +110084 - Merged AIX patch from Darren Hall <dhall@virage.org>
85 - Cleaned up defines.h
Damien Miller06b472b1999-12-29 19:47:06 +110086 - Released 1.2.1pre22
Damien Miller13bc0be1999-12-28 10:19:16 +110087
Damien Millerc0d73901999-12-27 09:23:58 +11008819991227
89 - Automatically correct paths in manpages and configuration files. Patch
90 and script from Andre Lucas <andre.lucas@dial.pipex.com>
91 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +110092 - Added --with-default-path to specify custom path for server
93 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +110094 - PAM bugfix. PermitEmptyPassword was being ignored.
95 - Fixed PAM config files to allow empty passwords if server does.
96 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +110097 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +110098 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +110099 - OpenBSD CVS updates:
100 - [packet.h auth-rhosts.c]
101 check format string for packet_disconnect and packet_send_debug, too
102 - [channels.c]
103 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +1100104
Damien Miller32b3cf21999-12-26 10:21:48 +110010519991226
106 - Enabled utmpx support by default for Solaris
107 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +1100108 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
109 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +1100110 - Disable logging of PAM success and failures, PAM is verbose enough.
111 Unfortunatly there is currently no way to disable auth failure
112 messages. Mention this in UPGRADING file and sent message to PAM
113 developers
Damien Miller4f0fa561999-12-26 14:24:41 +1100114 - OpenBSD CVS update:
115 - [ssh-keygen.1 ssh.1]
116 remove ref to .ssh/random_seed, mention .ssh/environment in
117 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +1100118 - Released 1.2.1pre21
119 - Fixed implicit '.' in default path, report from Jim Knoble
120 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +1100121 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +1100122
Damien Miller2e1b0821999-12-25 10:11:29 +110012319991225
124 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
125 - Cleanup of auth-passwd.c for shadow and MD5 passwords
126 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +1100127 - Released 1.2.1pre20
128
129 - Merged fixes from Ben Taylor <bent@clark.net>
130 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
131 - Disabled logging of PAM password authentication failures when password
132 is empty. (e.g start of authentication loop). Reported by Naz
133 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +1100134
13519991223
136 - Merged later HPUX patch from Andre Lucas
137 <andre.lucas@dial.pipex.com>
138 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +1100139 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +1100140
Damien Miller365199d1999-12-22 00:12:38 +110014119991222
142 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
143 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +1100144 - Fix login.c breakage on systems which lack ut_host in struct
145 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +1100146
Damien Miller76112de1999-12-21 11:18:08 +110014719991221
148 - Integration of large HPUX patch from Andre Lucas
149 <andre.lucas@dial.pipex.com>. Integrating it had a few other
150 benefits:
151 - Ability to disable shadow passwords at configure time
152 - Ability to disable lastlog support at configure time
153 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +1100154 - OpenBSD CVS update:
155 - [sshconnect.c]
156 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +1100157 - Fix DISABLE_SHADOW support
158 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +1100159 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +1100160
Damien Millerc4c647f1999-12-18 20:54:52 +110016119991218
162 - Redhat init script patch from Chun-Chung Chen
163 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +1100164 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +1100165
Damien Millerab8a4da1999-12-16 13:05:30 +110016619991216
167 - Makefile changes for Solaris from Peter Kocks
168 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +1100169 - Minor updates to docs
170 - Merged OpenBSD CVS changes:
171 - [authfd.c ssh-agent.c]
172 keysize warnings talk about identity files
173 - [packet.c]
174 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +1100175 - Correctly handle empty passwords in shadow file. Patch from:
176 "Chris, the Young One" <cky@pobox.com>
177 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +1100178
Damien Miller84093e91999-12-15 09:06:28 +110017919991215
180 - Integrated patchs from Juergen Keil <jk@tools.de>
181 - Avoid void* pointer arithmatic
182 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +1100183 - Fix SIGIO error in scp
184 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +1100185 - Added better test for inline functions compiler support from
186 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +1100187
Damien Millera34a28b1999-12-14 10:47:15 +110018819991214
189 - OpenBSD CVS Changes
190 - [canohost.c]
191 fix get_remote_port() and friends for sshd -i;
192 Holger.Trapp@Informatik.TU-Chemnitz.DE
193 - [mpaux.c]
194 make code simpler. no need for memcpy. niels@ ok
195 - [pty.c]
196 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
197 fix proto; markus
198 - [ssh.1]
199 typo; mark.baushke@solipsa.com
200 - [channels.c ssh.c ssh.h sshd.c]
201 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
202 - [sshconnect.c]
203 move checking of hostkey into own function.
204 - [version.h]
205 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +1100206 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +1100207 - Some older systems don't have poll.h, they use sys/poll.h instead
208 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +1100209
Damien Millerc6b3bbe1999-12-13 08:27:33 +110021019991211
211 - Fix compilation on systems with AFS. Reported by
212 aloomis@glue.umd.edu
213 - Fix installation on Solaris. Reported by
214 Gordon Rowell <gordonr@gormand.com.au>
215 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
216 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
217 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
218 - Compile fix from David Agraz <dagraz@jahoopa.com>
219 - Avoid compiler warning in bsd-snprintf.c
220 - Added pam_limits.so to default PAM config. Suggested by
221 Jim Knoble <jmknoble@pobox.com>
222
Damien Millerbf1c9b21999-12-09 10:16:54 +110022319991209
224 - Import of patch from Ben Taylor <bent@clark.net>:
225 - Improved PAM support
226 - "uninstall" rule for Makefile
227 - utmpx support
228 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +1100229 - OpenBSD CVS updates:
230 - [readpass.c]
231 avoid stdio; based on work by markus, millert, and I
232 - [sshd.c]
233 make sure the client selects a supported cipher
234 - [sshd.c]
235 fix sighup handling. accept would just restart and daemon handled
236 sighup only after the next connection was accepted. use poll on
237 listen sock now.
238 - [sshd.c]
239 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +1100240 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
241 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +1100242 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +1100243
Damien Millerfce16481999-12-08 08:53:52 +110024419991208
245 - Compile fix for Solaris with /dev/ptmx from
246 David Agraz <dagraz@jahoopa.com>
247
Damien Miller0c078c61999-12-07 14:53:57 +110024819991207
249 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
250 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +1100251 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +1100252 - Fix PAM account and session being called multiple times. Problem
253 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +1100254 - Merged more OpenBSD changes:
255 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
256 move atomicio into it's own file. wrap all socket write()s which
257 were doing write(sock, buf, len) != len, with atomicio() calls.
258 - [auth-skey.c]
259 fd leak
260 - [authfile.c]
261 properly name fd variable
262 - [channels.c]
263 display great hatred towards strcpy
264 - [pty.c pty.h sshd.c]
265 use openpty() if it exists (it does on BSD4_4)
266 - [tildexpand.c]
267 check for ~ expansion past MAXPATHLEN
268 - Modified helper.c to use new atomicio function.
269 - Reformat Makefile a little
270 - Moved RC4 routines from rc4.[ch] into helper.c
271 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +1100272 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
273 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +1100274 - Clean up bad imports of a few files (forgot -kb)
275 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +1100276
Damien Millerdc33fc31999-12-04 20:24:48 +110027719991204
278 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +1100279 - Merged OpenBSD CVS changes:
280 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
281 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
282 - [auth-rsa.c]
283 warn only about mismatch if key is _used_
284 warn about keysize-mismatch with log() not error()
285 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
286 ports are u_short
287 - [hostfile.c]
288 indent, shorter warning
289 - [nchan.c]
290 use error() for internal errors
291 - [packet.c]
292 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
293 serverloop.c
294 indent
295 - [ssh-add.1 ssh-add.c ssh.h]
296 document $SSH_ASKPASS, reasonable default
297 - [ssh.1]
298 CheckHostIP is not available for connects via proxy command
299 - [sshconnect.c]
300 typo
301 easier to read client code for passwd and skey auth
302 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +1100303
Damien Miller42b81ff1999-11-26 12:21:24 +110030419991126
305 - Add definition for __P()
306 - Added [v]snprintf() replacement for systems that lack it
307
Damien Miller78224a01999-11-25 11:55:45 +110030819991125
309 - More reformatting merged from OpenBSD CVS
310 - Merged OpenBSD CVS changes:
311 - [channels.c]
312 fix packet_integrity_check() for !have_hostname_in_open.
313 report from mrwizard@psu.edu via djm@ibs.com.au
314 - [channels.c]
315 set SO_REUSEADDR and SO_LINGER for forwarded ports.
316 chip@valinux.com via damien@ibs.com.au
317 - [nchan.c]
318 it's not an error() if shutdown_write failes in nchan.
319 - [readconf.c]
320 remove dead #ifdef-0-code
321 - [readconf.c servconf.c]
322 strcasecmp instead of tolower
323 - [scp.c]
324 progress meter overflow fix from damien@ibs.com.au
325 - [ssh-add.1 ssh-add.c]
326 SSH_ASKPASS support
327 - [ssh.1 ssh.c]
328 postpone fork_after_authentication until command execution,
329 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
330 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +1100331 - Added BSD compatible install program and autoconf test, thanks to
332 Niels Kristian Bech Jensen <nkbj@image.dk>
333 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +1100334 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +1100335 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +1100336
Damien Miller95def091999-11-25 00:26:21 +110033719991124
338 - Merged very large OpenBSD source code reformat
339 - OpenBSD CVS updates
340 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
341 [ssh.h sshd.8 sshd.c]
342 syslog changes:
343 * Unified Logmessage for all auth-types, for success and for failed
344 * Standard connections get only ONE line in the LOG when level==LOG:
345 Auth-attempts are logged only, if authentication is:
346 a) successfull or
347 b) with passwd or
348 c) we had more than AUTH_FAIL_LOG failues
349 * many log() became verbose()
350 * old behaviour with level=VERBOSE
351 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
352 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
353 messages. allows use of s/key in windows (ttssh, securecrt) and
354 ssh-1.2.27 clients without 'ssh -v', ok: niels@
355 - [sshd.8]
356 -V, for fallback to openssh in SSH2 compatibility mode
357 - [sshd.c]
358 fix sigchld race; cjc5@po.cwru.edu
359
Damien Miller294df781999-11-23 10:11:29 +110036019991123
361 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +1100362 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +1100363 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +1100364 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +1100365 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +1100366
Damien Miller22218721999-11-22 12:51:42 +110036719991122
368 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +1100369 - OpenBSD CVS Changes
370 - [ssh-keygen.c]
371 don't create ~/.ssh only if the user wants to store the private
372 key there. show fingerprint instead of public-key after
373 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100374 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +1100375 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100376 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +1100377 - Added autoconf test and macro to deal with old PAM libraries
378 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +1100379 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
380 - Retry /dev/urandom reads interrupted by signal (report from
381 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +1100382 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +1100383 - Only display public key comment when presenting ssh-askpass dialog
384 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +1100385
Damien Millerf7c0f821999-11-22 22:31:49 +1100386 - Configure, Make and changelog corrections from Tudor Bosman
387 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
388
Damien Miller6162d121999-11-21 13:23:52 +110038919991121
Damien Miller83df0691999-11-22 13:22:29 +1100390 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +1100391 - [channels.c]
392 make this compile, bad markus
393 - [log.c readconf.c servconf.c ssh.h]
394 bugfix: loglevels are per host in clientconfig,
395 factor out common log-level parsing code.
396 - [servconf.c]
397 remove unused index (-Wall)
398 - [ssh-agent.c]
399 only one 'extern char *__progname'
400 - [sshd.8]
401 document SIGHUP, -Q to synopsis
402 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
403 [channels.c clientloop.c]
404 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
405 [hope this time my ISP stays alive during commit]
406 - [OVERVIEW README] typos; green@freebsd
407 - [ssh-keygen.c]
408 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
409 exit if writing the key fails (no infinit loop)
410 print usage() everytime we get bad options
411 - [ssh-keygen.c] overflow, djm@mindrot.org
412 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
413
Damien Millerc6398ef1999-11-20 12:18:40 +110041419991120
415 - Merged more Solaris support from Marc G. Fournier
416 <marc.fournier@acadiau.ca>
417 - Wrote autoconf tests for integer bit-types
418 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +1100419 - Fix segfault in ssh-keygen caused by buffer overrun in filename
420 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +1100421
Damien Miller5bbbd361999-11-19 07:56:21 +110042219991119
423 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +1100424 - Merged OpenBSD CVS changes
425 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
426 more %d vs. %s in fmt-strings
427 - [authfd.c]
428 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +1100429 - EGD uses a socket, not a named pipe. Duh.
430 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +1100431 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +1100432 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +1100433 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +1100434 - Added autoconf option to enable Kerberos 4 support (untested)
435 - Added autoconf option to enable AFS support (untested)
436 - Added autoconf option to enable S/Key support (untested)
437 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +1100438 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100439 - Added tests for login and daemon and enable OpenBSD replacements for
440 when they are absent.
441 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +1100442
Damien Miller81428f91999-11-18 09:28:11 +110044319991118
444 - Merged OpenBSD CVS changes
445 - [scp.c] foregroundproc() in scp
446 - [sshconnect.h] include fingerprint.h
447 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
448 changes.
Damien Miller6ee95641999-11-18 11:35:13 +1100449 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +1100450 - Added openssh.com info to README
451
Damien Miller10f6f6b1999-11-17 17:29:08 +110045219991117
453 - Merged OpenBSD CVS changes
454 - [ChangeLog.Ylonen] noone needs this anymore
455 - [authfd.c] close-on-exec for auth-socket, ok deraadt
456 - [hostfile.c]
457 in known_hosts key lookup the entry for the bits does not need
458 to match, all the information is contained in n and e. This
459 solves the problem with buggy servers announcing the wrong
460 modulus length. markus and me.
461 - [serverloop.c]
462 bugfix: check for space if child has terminated, from:
463 iedowse@maths.tcd.ie
464 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
465 [fingerprint.c fingerprint.h]
466 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
467 - [ssh-agent.1] typo
468 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
469 - [sshd.c]
470 force logging to stderr while loading private key file
471 (lost while converting to new log-levels)
472
Damien Miller7e8e8201999-11-16 13:37:16 +110047319991116
474 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
475 - Merged OpenBSD CVS changes:
476 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
477 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
478 the keysize of rsa-parameter 'n' is passed implizit,
479 a few more checks and warnings about 'pretended' keysizes.
480 - [cipher.c cipher.h packet.c packet.h sshd.c]
481 remove support for cipher RC4
482 - [ssh.c]
483 a note for legay systems about secuity issues with permanently_set_uid(),
484 the private hostkey and ptrace()
485 - [sshconnect.c]
486 more detailed messages about adding and checking hostkeys
487
Damien Millerd05a2471999-11-15 14:25:30 +110048819991115
489 - Merged OpenBSD CVS changes:
490 - [ssh-add.c] change passphrase loop logic and remove ref to
491 $DISPLAY, ok niels
492 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
493 modular.
494 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +1100495 - Merged more OpenBSD CVS changes:
496 [auth-krb4.c]
497 - disconnect if getpeername() fails
498 - missing xfree(*client)
499 [canohost.c]
500 - disconnect if getpeername() fails
501 - fix comment: we _do_ disconnect if ip-options are set
502 [sshd.c]
503 - disconnect if getpeername() fails
504 - move checking of remote port to central place
505 [auth-rhosts.c] move checking of remote port to central place
506 [log-server.c] avoid extra fd per sshd, from millert@
507 [readconf.c] print _all_ bad config-options in ssh(1), too
508 [readconf.h] print _all_ bad config-options in ssh(1), too
509 [ssh.c] print _all_ bad config-options in ssh(1), too
510 [sshconnect.c] disconnect if getpeername() fails
511 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +1100512 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +1100513 - Merged more Solaris compability from Marc G. Fournier
514 <marc.fournier@acadiau.ca>
515 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +1100516 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +1100517 - Released 1.2pre12
518
519 - Another OpenBSD CVS update:
520 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +1100521
Damien Miller0a6e6681999-11-15 09:56:06 +110052219991114
523 - Solaris compilation fixes (still imcomplete)
524
Damien Millerb0284381999-11-13 13:30:28 +110052519991113
Damien Miller192bd011999-11-13 23:56:35 +1100526 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
527 - Don't install config files if they already exist
528 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +1100529 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +1100530 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +1100531 - Merged OpenBSD CVS changes:
532 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
533 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
534 totalsize, ok niels,aaron
535 - Delay fork (-f option) in ssh until after port forwarded connections
536 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +1100537 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
538 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +1100539 - Tidied default config file some more
540 - Revised Redhat initscript to fix bug: sshd (re)start would fail
541 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +1100542
Damien Miller776af5d1999-11-12 08:49:09 +110054319991112
544 - Merged changes from OpenBSD CVS
545 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +1100546 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
547 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
548 deraadt,millert
549 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +1100550 - Grab server in gnome-ssh-askpass (Debian bug #49872)
551 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +1100552
Damien Millerb5f89271999-11-12 14:35:58 +1100553 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +1100554 - Merged yet more changes from OpenBSD CVS
555 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
556 [ssh.c ssh.h sshconnect.c sshd.c]
557 make all access to options via 'extern Options options'
558 and 'extern ServerOptions options' respectively;
559 options are no longer passed as arguments:
560 * make options handling more consistent
561 * remove #include "readconf.h" from ssh.h
562 * readconf.h is only included if necessary
563 - [mpaux.c] clear temp buffer
564 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +1100565 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +1100566 - Fix nasty division-by-zero error in scp.c
567 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +1100568
Damien Millerab18c411999-11-11 10:40:23 +110056919991111
570 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +1100571 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +1100572 - Merged OpenBSD CVS changes:
573 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
574 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
575 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +1100576 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +1100577 file transfers. Fix submitted to OpenBSD developers. Report and fix
578 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +1100579 - Merged more OpenBSD CVS changes:
580 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
581 + krb-cleanup cleanup
582 - [clientloop.c log-client.c log-server.c ]
583 [readconf.c readconf.h servconf.c servconf.h ]
584 [ssh.1 ssh.c ssh.h sshd.8]
585 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
586 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +1100587 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
588 allow session_key_int != sizeof(session_key)
589 [this should fix the pre-assert-removal-core-files]
590 - Updated default config file to use new LogLevel option and to improve
591 readability
592
Damien Millerb77870f1999-11-10 12:48:08 +110059319991110
Damien Miller4236f6e1999-11-12 12:22:31 +1100594 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +1100595 - ssh-agent commandline parsing
596 - RPM spec file now installs ssh setuid root
597 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +1100598 - Merged beginnings of Solaris compability from Marc G. Fournier
599 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +1100600
Damien Millerc7b38ce1999-11-09 10:28:04 +110060119991109
602 - Autodetection of SSL/Crypto library location via autoconf
603 - Fixed location of ssh-askpass to follow autoconf
604 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
605 - Autodetection of RSAref library for US users
606 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +1100607 - Merged OpenBSD CVS changes:
608 - [rsa.c] bugfix: use correct size for memset()
609 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +1100610 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +1100611 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +1100612 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +1100613
Damien Miller356a0b01999-11-08 15:30:59 +110061419991108
615 - Removed debian/ directory. This is now being maintained separately.
616 - Added symlinks for slogin in RPM spec file
617 - Fixed permissions on manpages in RPM spec file
618 - Added references to required libraries in README file
619 - Removed config.h.in from CVS
620 - Removed pwdb support (better pluggable auth is provided by glibc)
621 - Made PAM and requisite libdl optional
622 - Removed lots of unnecessary checks from autoconf
623 - Added support and autoconf test for openpty() function (Unix98 pty support)
624 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
625 - Added TODO file
626 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
627 - Added ssh-askpass program
628 - Added ssh-askpass support to ssh-add.c
629 - Create symlinks for slogin on install
630 - Fix "distclean" target in makefile
631 - Added example for ssh-agent to manpage
632 - Added support for PAM_TEXT_INFO messages
633 - Disable internal /etc/nologin support if PAM enabled
634 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +1100635 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +1100636 - [sshd.c] don't send fail-msg but disconnect if too many authentication
637 failures
Damien Miller356a0b01999-11-08 15:30:59 +1100638 - [sshd.c] remove unused argument. ok dugsong
639 - [sshd.c] typo
640 - [rsa.c] clear buffers used for encryption. ok: niels
641 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +1100642 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +1100643 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +1100644 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +1100645
Damien Miller0aa8e531999-11-02 19:05:02 +110064619991102
647 - Merged change from OpenBSD CVS
648 - One-line cleanup in sshd.c
649
Damien Miller744da801999-10-30 09:12:25 +100065019991030
651 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +1000652 - Merged latest updates for OpenBSD CVS:
653 - channels.[ch] - remove broken x11 fix and document istate/ostate
654 - ssh-agent.c - call setsid() regardless of argv[]
655 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
656 - Documentation cleanups
657 - Renamed README -> README.Ylonen
658 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +1000659
Damien Miller070f7a11999-10-29 10:29:29 +100066019991029
661 - Renamed openssh* back to ssh* at request of Theo de Raadt
662 - Incorporated latest changes from OpenBSD's CVS
663 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
664 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +1000665 - Make distclean now removed configure script
666 - Improved PAM logging
667 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +1000668 - Removed redundant subdirectories
669 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
670 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +1000671 - Fixed off-by-one error in PAM env patch
672 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +1000673
Damien Miller7f6ea021999-10-28 13:25:17 +100067419991028
675 - Further PAM enhancements.
676 - Much cleaner
677 - Now uses account and session modules for all logins.
678 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
679 - Build fixes
680 - Autoconf
681 - Change binary names to open*
682 - Fixed autoconf script to detect PAM on RH6.1
683 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +1000684 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +1000685
686 - Imported latest OpenBSD CVS code
687 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +1000688 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +1000689
Damien Miller7f6ea021999-10-28 13:25:17 +100069019991027
691 - Adapted PAM patch.
692 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000693
Damien Miller7f6ea021999-10-28 13:25:17 +1000694 - Excised my buggy replacements for strlcpy and mkdtemp
695 - Imported correct OpenBSD strlcpy and mkdtemp routines.
696 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
697 - Picked up correct version number from OpenBSD
698 - Added sshd.pam PAM configuration file
699 - Added sshd.init Redhat init script
700 - Added openssh.spec RPM spec file
701 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000702
Damien Miller7f6ea021999-10-28 13:25:17 +100070319991026
704 - Fixed include paths of OpenSSL functions
705 - Use OpenSSL MD5 routines
706 - Imported RC4 code from nanocrypt
707 - Wrote replacements for OpenBSD arc4random* functions
708 - Wrote replacements for strlcpy and mkdtemp
709 - Released 1.0pre1