blob: 984e15505b957ab30c14343ef7aafc96780c511f [file] [log] [blame]
Damien Millerc0d73901999-12-27 09:23:58 +1100119991227
2 - Automatically correct paths in manpages and configuration files. Patch
3 and script from Andre Lucas <andre.lucas@dial.pipex.com>
4 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +11005 - Added --with-default-path to specify custom path for server
6 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +11007 - PAM bugfix. PermitEmptyPassword was being ignored.
8 - Fixed PAM config files to allow empty passwords if server does.
9 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +110010 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +110011 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +110012 - OpenBSD CVS updates:
13 - [packet.h auth-rhosts.c]
14 check format string for packet_disconnect and packet_send_debug, too
15 - [channels.c]
16 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +110017
Damien Miller32b3cf21999-12-26 10:21:48 +11001819991226
19 - Enabled utmpx support by default for Solaris
20 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +110021 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
22 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +110023 - Disable logging of PAM success and failures, PAM is verbose enough.
24 Unfortunatly there is currently no way to disable auth failure
25 messages. Mention this in UPGRADING file and sent message to PAM
26 developers
Damien Miller4f0fa561999-12-26 14:24:41 +110027 - OpenBSD CVS update:
28 - [ssh-keygen.1 ssh.1]
29 remove ref to .ssh/random_seed, mention .ssh/environment in
30 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +110031 - Released 1.2.1pre21
32 - Fixed implicit '.' in default path, report from Jim Knoble
33 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +110034 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +110035
Damien Miller2e1b0821999-12-25 10:11:29 +11003619991225
37 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
38 - Cleanup of auth-passwd.c for shadow and MD5 passwords
39 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +110040 - Released 1.2.1pre20
41
42 - Merged fixes from Ben Taylor <bent@clark.net>
43 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
44 - Disabled logging of PAM password authentication failures when password
45 is empty. (e.g start of authentication loop). Reported by Naz
46 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +110047
4819991223
49 - Merged later HPUX patch from Andre Lucas
50 <andre.lucas@dial.pipex.com>
51 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +110052 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +110053
Damien Miller365199d1999-12-22 00:12:38 +11005419991222
55 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
56 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +110057 - Fix login.c breakage on systems which lack ut_host in struct
58 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +110059
Damien Miller76112de1999-12-21 11:18:08 +11006019991221
61 - Integration of large HPUX patch from Andre Lucas
62 <andre.lucas@dial.pipex.com>. Integrating it had a few other
63 benefits:
64 - Ability to disable shadow passwords at configure time
65 - Ability to disable lastlog support at configure time
66 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +110067 - OpenBSD CVS update:
68 - [sshconnect.c]
69 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +110070 - Fix DISABLE_SHADOW support
71 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +110072 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +110073
Damien Millerc4c647f1999-12-18 20:54:52 +11007419991218
75 - Redhat init script patch from Chun-Chung Chen
76 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +110077 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +110078
Damien Millerab8a4da1999-12-16 13:05:30 +11007919991216
80 - Makefile changes for Solaris from Peter Kocks
81 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +110082 - Minor updates to docs
83 - Merged OpenBSD CVS changes:
84 - [authfd.c ssh-agent.c]
85 keysize warnings talk about identity files
86 - [packet.c]
87 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +110088 - Correctly handle empty passwords in shadow file. Patch from:
89 "Chris, the Young One" <cky@pobox.com>
90 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +110091
Damien Miller84093e91999-12-15 09:06:28 +11009219991215
93 - Integrated patchs from Juergen Keil <jk@tools.de>
94 - Avoid void* pointer arithmatic
95 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +110096 - Fix SIGIO error in scp
97 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +110098 - Added better test for inline functions compiler support from
99 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +1100100
Damien Millera34a28b1999-12-14 10:47:15 +110010119991214
102 - OpenBSD CVS Changes
103 - [canohost.c]
104 fix get_remote_port() and friends for sshd -i;
105 Holger.Trapp@Informatik.TU-Chemnitz.DE
106 - [mpaux.c]
107 make code simpler. no need for memcpy. niels@ ok
108 - [pty.c]
109 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
110 fix proto; markus
111 - [ssh.1]
112 typo; mark.baushke@solipsa.com
113 - [channels.c ssh.c ssh.h sshd.c]
114 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
115 - [sshconnect.c]
116 move checking of hostkey into own function.
117 - [version.h]
118 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +1100119 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +1100120 - Some older systems don't have poll.h, they use sys/poll.h instead
121 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +1100122
Damien Millerc6b3bbe1999-12-13 08:27:33 +110012319991211
124 - Fix compilation on systems with AFS. Reported by
125 aloomis@glue.umd.edu
126 - Fix installation on Solaris. Reported by
127 Gordon Rowell <gordonr@gormand.com.au>
128 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
129 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
130 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
131 - Compile fix from David Agraz <dagraz@jahoopa.com>
132 - Avoid compiler warning in bsd-snprintf.c
133 - Added pam_limits.so to default PAM config. Suggested by
134 Jim Knoble <jmknoble@pobox.com>
135
Damien Millerbf1c9b21999-12-09 10:16:54 +110013619991209
137 - Import of patch from Ben Taylor <bent@clark.net>:
138 - Improved PAM support
139 - "uninstall" rule for Makefile
140 - utmpx support
141 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +1100142 - OpenBSD CVS updates:
143 - [readpass.c]
144 avoid stdio; based on work by markus, millert, and I
145 - [sshd.c]
146 make sure the client selects a supported cipher
147 - [sshd.c]
148 fix sighup handling. accept would just restart and daemon handled
149 sighup only after the next connection was accepted. use poll on
150 listen sock now.
151 - [sshd.c]
152 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +1100153 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
154 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +1100155 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +1100156
Damien Millerfce16481999-12-08 08:53:52 +110015719991208
158 - Compile fix for Solaris with /dev/ptmx from
159 David Agraz <dagraz@jahoopa.com>
160
Damien Miller0c078c61999-12-07 14:53:57 +110016119991207
162 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
163 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +1100164 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +1100165 - Fix PAM account and session being called multiple times. Problem
166 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +1100167 - Merged more OpenBSD changes:
168 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
169 move atomicio into it's own file. wrap all socket write()s which
170 were doing write(sock, buf, len) != len, with atomicio() calls.
171 - [auth-skey.c]
172 fd leak
173 - [authfile.c]
174 properly name fd variable
175 - [channels.c]
176 display great hatred towards strcpy
177 - [pty.c pty.h sshd.c]
178 use openpty() if it exists (it does on BSD4_4)
179 - [tildexpand.c]
180 check for ~ expansion past MAXPATHLEN
181 - Modified helper.c to use new atomicio function.
182 - Reformat Makefile a little
183 - Moved RC4 routines from rc4.[ch] into helper.c
184 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +1100185 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
186 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +1100187 - Clean up bad imports of a few files (forgot -kb)
188 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +1100189
Damien Millerdc33fc31999-12-04 20:24:48 +110019019991204
191 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +1100192 - Merged OpenBSD CVS changes:
193 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
194 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
195 - [auth-rsa.c]
196 warn only about mismatch if key is _used_
197 warn about keysize-mismatch with log() not error()
198 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
199 ports are u_short
200 - [hostfile.c]
201 indent, shorter warning
202 - [nchan.c]
203 use error() for internal errors
204 - [packet.c]
205 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
206 serverloop.c
207 indent
208 - [ssh-add.1 ssh-add.c ssh.h]
209 document $SSH_ASKPASS, reasonable default
210 - [ssh.1]
211 CheckHostIP is not available for connects via proxy command
212 - [sshconnect.c]
213 typo
214 easier to read client code for passwd and skey auth
215 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +1100216
Damien Miller42b81ff1999-11-26 12:21:24 +110021719991126
218 - Add definition for __P()
219 - Added [v]snprintf() replacement for systems that lack it
220
Damien Miller78224a01999-11-25 11:55:45 +110022119991125
222 - More reformatting merged from OpenBSD CVS
223 - Merged OpenBSD CVS changes:
224 - [channels.c]
225 fix packet_integrity_check() for !have_hostname_in_open.
226 report from mrwizard@psu.edu via djm@ibs.com.au
227 - [channels.c]
228 set SO_REUSEADDR and SO_LINGER for forwarded ports.
229 chip@valinux.com via damien@ibs.com.au
230 - [nchan.c]
231 it's not an error() if shutdown_write failes in nchan.
232 - [readconf.c]
233 remove dead #ifdef-0-code
234 - [readconf.c servconf.c]
235 strcasecmp instead of tolower
236 - [scp.c]
237 progress meter overflow fix from damien@ibs.com.au
238 - [ssh-add.1 ssh-add.c]
239 SSH_ASKPASS support
240 - [ssh.1 ssh.c]
241 postpone fork_after_authentication until command execution,
242 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
243 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +1100244 - Added BSD compatible install program and autoconf test, thanks to
245 Niels Kristian Bech Jensen <nkbj@image.dk>
246 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +1100247 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +1100248 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +1100249
Damien Miller95def091999-11-25 00:26:21 +110025019991124
251 - Merged very large OpenBSD source code reformat
252 - OpenBSD CVS updates
253 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
254 [ssh.h sshd.8 sshd.c]
255 syslog changes:
256 * Unified Logmessage for all auth-types, for success and for failed
257 * Standard connections get only ONE line in the LOG when level==LOG:
258 Auth-attempts are logged only, if authentication is:
259 a) successfull or
260 b) with passwd or
261 c) we had more than AUTH_FAIL_LOG failues
262 * many log() became verbose()
263 * old behaviour with level=VERBOSE
264 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
265 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
266 messages. allows use of s/key in windows (ttssh, securecrt) and
267 ssh-1.2.27 clients without 'ssh -v', ok: niels@
268 - [sshd.8]
269 -V, for fallback to openssh in SSH2 compatibility mode
270 - [sshd.c]
271 fix sigchld race; cjc5@po.cwru.edu
272
Damien Miller294df781999-11-23 10:11:29 +110027319991123
274 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +1100275 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +1100276 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +1100277 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +1100278 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +1100279
Damien Miller22218721999-11-22 12:51:42 +110028019991122
281 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +1100282 - OpenBSD CVS Changes
283 - [ssh-keygen.c]
284 don't create ~/.ssh only if the user wants to store the private
285 key there. show fingerprint instead of public-key after
286 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100287 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +1100288 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100289 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +1100290 - Added autoconf test and macro to deal with old PAM libraries
291 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +1100292 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
293 - Retry /dev/urandom reads interrupted by signal (report from
294 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +1100295 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +1100296 - Only display public key comment when presenting ssh-askpass dialog
297 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +1100298
Damien Millerf7c0f821999-11-22 22:31:49 +1100299 - Configure, Make and changelog corrections from Tudor Bosman
300 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
301
Damien Miller6162d121999-11-21 13:23:52 +110030219991121
Damien Miller83df0691999-11-22 13:22:29 +1100303 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +1100304 - [channels.c]
305 make this compile, bad markus
306 - [log.c readconf.c servconf.c ssh.h]
307 bugfix: loglevels are per host in clientconfig,
308 factor out common log-level parsing code.
309 - [servconf.c]
310 remove unused index (-Wall)
311 - [ssh-agent.c]
312 only one 'extern char *__progname'
313 - [sshd.8]
314 document SIGHUP, -Q to synopsis
315 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
316 [channels.c clientloop.c]
317 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
318 [hope this time my ISP stays alive during commit]
319 - [OVERVIEW README] typos; green@freebsd
320 - [ssh-keygen.c]
321 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
322 exit if writing the key fails (no infinit loop)
323 print usage() everytime we get bad options
324 - [ssh-keygen.c] overflow, djm@mindrot.org
325 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
326
Damien Millerc6398ef1999-11-20 12:18:40 +110032719991120
328 - Merged more Solaris support from Marc G. Fournier
329 <marc.fournier@acadiau.ca>
330 - Wrote autoconf tests for integer bit-types
331 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +1100332 - Fix segfault in ssh-keygen caused by buffer overrun in filename
333 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +1100334
Damien Miller5bbbd361999-11-19 07:56:21 +110033519991119
336 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +1100337 - Merged OpenBSD CVS changes
338 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
339 more %d vs. %s in fmt-strings
340 - [authfd.c]
341 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +1100342 - EGD uses a socket, not a named pipe. Duh.
343 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +1100344 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +1100345 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +1100346 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +1100347 - Added autoconf option to enable Kerberos 4 support (untested)
348 - Added autoconf option to enable AFS support (untested)
349 - Added autoconf option to enable S/Key support (untested)
350 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +1100351 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100352 - Added tests for login and daemon and enable OpenBSD replacements for
353 when they are absent.
354 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +1100355
Damien Miller81428f91999-11-18 09:28:11 +110035619991118
357 - Merged OpenBSD CVS changes
358 - [scp.c] foregroundproc() in scp
359 - [sshconnect.h] include fingerprint.h
360 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
361 changes.
Damien Miller6ee95641999-11-18 11:35:13 +1100362 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +1100363 - Added openssh.com info to README
364
Damien Miller10f6f6b1999-11-17 17:29:08 +110036519991117
366 - Merged OpenBSD CVS changes
367 - [ChangeLog.Ylonen] noone needs this anymore
368 - [authfd.c] close-on-exec for auth-socket, ok deraadt
369 - [hostfile.c]
370 in known_hosts key lookup the entry for the bits does not need
371 to match, all the information is contained in n and e. This
372 solves the problem with buggy servers announcing the wrong
373 modulus length. markus and me.
374 - [serverloop.c]
375 bugfix: check for space if child has terminated, from:
376 iedowse@maths.tcd.ie
377 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
378 [fingerprint.c fingerprint.h]
379 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
380 - [ssh-agent.1] typo
381 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
382 - [sshd.c]
383 force logging to stderr while loading private key file
384 (lost while converting to new log-levels)
385
Damien Miller7e8e8201999-11-16 13:37:16 +110038619991116
387 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
388 - Merged OpenBSD CVS changes:
389 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
390 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
391 the keysize of rsa-parameter 'n' is passed implizit,
392 a few more checks and warnings about 'pretended' keysizes.
393 - [cipher.c cipher.h packet.c packet.h sshd.c]
394 remove support for cipher RC4
395 - [ssh.c]
396 a note for legay systems about secuity issues with permanently_set_uid(),
397 the private hostkey and ptrace()
398 - [sshconnect.c]
399 more detailed messages about adding and checking hostkeys
400
Damien Millerd05a2471999-11-15 14:25:30 +110040119991115
402 - Merged OpenBSD CVS changes:
403 - [ssh-add.c] change passphrase loop logic and remove ref to
404 $DISPLAY, ok niels
405 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
406 modular.
407 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +1100408 - Merged more OpenBSD CVS changes:
409 [auth-krb4.c]
410 - disconnect if getpeername() fails
411 - missing xfree(*client)
412 [canohost.c]
413 - disconnect if getpeername() fails
414 - fix comment: we _do_ disconnect if ip-options are set
415 [sshd.c]
416 - disconnect if getpeername() fails
417 - move checking of remote port to central place
418 [auth-rhosts.c] move checking of remote port to central place
419 [log-server.c] avoid extra fd per sshd, from millert@
420 [readconf.c] print _all_ bad config-options in ssh(1), too
421 [readconf.h] print _all_ bad config-options in ssh(1), too
422 [ssh.c] print _all_ bad config-options in ssh(1), too
423 [sshconnect.c] disconnect if getpeername() fails
424 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +1100425 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +1100426 - Merged more Solaris compability from Marc G. Fournier
427 <marc.fournier@acadiau.ca>
428 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +1100429 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +1100430 - Released 1.2pre12
431
432 - Another OpenBSD CVS update:
433 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +1100434
Damien Miller0a6e6681999-11-15 09:56:06 +110043519991114
436 - Solaris compilation fixes (still imcomplete)
437
Damien Millerb0284381999-11-13 13:30:28 +110043819991113
Damien Miller192bd011999-11-13 23:56:35 +1100439 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
440 - Don't install config files if they already exist
441 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +1100442 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +1100443 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +1100444 - Merged OpenBSD CVS changes:
445 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
446 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
447 totalsize, ok niels,aaron
448 - Delay fork (-f option) in ssh until after port forwarded connections
449 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +1100450 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
451 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +1100452 - Tidied default config file some more
453 - Revised Redhat initscript to fix bug: sshd (re)start would fail
454 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +1100455
Damien Miller776af5d1999-11-12 08:49:09 +110045619991112
457 - Merged changes from OpenBSD CVS
458 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +1100459 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
460 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
461 deraadt,millert
462 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +1100463 - Grab server in gnome-ssh-askpass (Debian bug #49872)
464 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +1100465
Damien Millerb5f89271999-11-12 14:35:58 +1100466 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +1100467 - Merged yet more changes from OpenBSD CVS
468 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
469 [ssh.c ssh.h sshconnect.c sshd.c]
470 make all access to options via 'extern Options options'
471 and 'extern ServerOptions options' respectively;
472 options are no longer passed as arguments:
473 * make options handling more consistent
474 * remove #include "readconf.h" from ssh.h
475 * readconf.h is only included if necessary
476 - [mpaux.c] clear temp buffer
477 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +1100478 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +1100479 - Fix nasty division-by-zero error in scp.c
480 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +1100481
Damien Millerab18c411999-11-11 10:40:23 +110048219991111
483 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +1100484 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +1100485 - Merged OpenBSD CVS changes:
486 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
487 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
488 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +1100489 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +1100490 file transfers. Fix submitted to OpenBSD developers. Report and fix
491 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +1100492 - Merged more OpenBSD CVS changes:
493 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
494 + krb-cleanup cleanup
495 - [clientloop.c log-client.c log-server.c ]
496 [readconf.c readconf.h servconf.c servconf.h ]
497 [ssh.1 ssh.c ssh.h sshd.8]
498 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
499 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +1100500 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
501 allow session_key_int != sizeof(session_key)
502 [this should fix the pre-assert-removal-core-files]
503 - Updated default config file to use new LogLevel option and to improve
504 readability
505
Damien Millerb77870f1999-11-10 12:48:08 +110050619991110
Damien Miller4236f6e1999-11-12 12:22:31 +1100507 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +1100508 - ssh-agent commandline parsing
509 - RPM spec file now installs ssh setuid root
510 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +1100511 - Merged beginnings of Solaris compability from Marc G. Fournier
512 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +1100513
Damien Millerc7b38ce1999-11-09 10:28:04 +110051419991109
515 - Autodetection of SSL/Crypto library location via autoconf
516 - Fixed location of ssh-askpass to follow autoconf
517 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
518 - Autodetection of RSAref library for US users
519 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +1100520 - Merged OpenBSD CVS changes:
521 - [rsa.c] bugfix: use correct size for memset()
522 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +1100523 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +1100524 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +1100525 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +1100526
Damien Miller356a0b01999-11-08 15:30:59 +110052719991108
528 - Removed debian/ directory. This is now being maintained separately.
529 - Added symlinks for slogin in RPM spec file
530 - Fixed permissions on manpages in RPM spec file
531 - Added references to required libraries in README file
532 - Removed config.h.in from CVS
533 - Removed pwdb support (better pluggable auth is provided by glibc)
534 - Made PAM and requisite libdl optional
535 - Removed lots of unnecessary checks from autoconf
536 - Added support and autoconf test for openpty() function (Unix98 pty support)
537 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
538 - Added TODO file
539 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
540 - Added ssh-askpass program
541 - Added ssh-askpass support to ssh-add.c
542 - Create symlinks for slogin on install
543 - Fix "distclean" target in makefile
544 - Added example for ssh-agent to manpage
545 - Added support for PAM_TEXT_INFO messages
546 - Disable internal /etc/nologin support if PAM enabled
547 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +1100548 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +1100549 - [sshd.c] don't send fail-msg but disconnect if too many authentication
550 failures
Damien Miller356a0b01999-11-08 15:30:59 +1100551 - [sshd.c] remove unused argument. ok dugsong
552 - [sshd.c] typo
553 - [rsa.c] clear buffers used for encryption. ok: niels
554 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +1100555 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +1100556 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +1100557 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +1100558
Damien Miller0aa8e531999-11-02 19:05:02 +110055919991102
560 - Merged change from OpenBSD CVS
561 - One-line cleanup in sshd.c
562
Damien Miller744da801999-10-30 09:12:25 +100056319991030
564 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +1000565 - Merged latest updates for OpenBSD CVS:
566 - channels.[ch] - remove broken x11 fix and document istate/ostate
567 - ssh-agent.c - call setsid() regardless of argv[]
568 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
569 - Documentation cleanups
570 - Renamed README -> README.Ylonen
571 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +1000572
Damien Miller070f7a11999-10-29 10:29:29 +100057319991029
574 - Renamed openssh* back to ssh* at request of Theo de Raadt
575 - Incorporated latest changes from OpenBSD's CVS
576 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
577 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +1000578 - Make distclean now removed configure script
579 - Improved PAM logging
580 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +1000581 - Removed redundant subdirectories
582 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
583 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +1000584 - Fixed off-by-one error in PAM env patch
585 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +1000586
Damien Miller7f6ea021999-10-28 13:25:17 +100058719991028
588 - Further PAM enhancements.
589 - Much cleaner
590 - Now uses account and session modules for all logins.
591 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
592 - Build fixes
593 - Autoconf
594 - Change binary names to open*
595 - Fixed autoconf script to detect PAM on RH6.1
596 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +1000597 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +1000598
599 - Imported latest OpenBSD CVS code
600 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +1000601 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +1000602
Damien Miller7f6ea021999-10-28 13:25:17 +100060319991027
604 - Adapted PAM patch.
605 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000606
Damien Miller7f6ea021999-10-28 13:25:17 +1000607 - Excised my buggy replacements for strlcpy and mkdtemp
608 - Imported correct OpenBSD strlcpy and mkdtemp routines.
609 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
610 - Picked up correct version number from OpenBSD
611 - Added sshd.pam PAM configuration file
612 - Added sshd.init Redhat init script
613 - Added openssh.spec RPM spec file
614 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000615
Damien Miller7f6ea021999-10-28 13:25:17 +100061619991026
617 - Fixed include paths of OpenSSL functions
618 - Use OpenSSL MD5 routines
619 - Imported RC4 code from nanocrypt
620 - Wrote replacements for OpenBSD arc4random* functions
621 - Wrote replacements for strlcpy and mkdtemp
622 - Released 1.0pre1