blob: e6b1695ba0f1724e549f48328b93fd2b71b99e38 [file] [log] [blame]
Damien Miller32b3cf21999-12-26 10:21:48 +1100119991226
2 - Enabled utmpx support by default for Solaris
3 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +11004 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
5 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +11006 - Disable logging of PAM success and failures, PAM is verbose enough.
7 Unfortunatly there is currently no way to disable auth failure
8 messages. Mention this in UPGRADING file and sent message to PAM
9 developers
Damien Miller32b3cf21999-12-26 10:21:48 +110010
Damien Miller2e1b0821999-12-25 10:11:29 +11001119991225
12 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
13 - Cleanup of auth-passwd.c for shadow and MD5 passwords
14 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +110015 - Released 1.2.1pre20
16
17 - Merged fixes from Ben Taylor <bent@clark.net>
18 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
19 - Disabled logging of PAM password authentication failures when password
20 is empty. (e.g start of authentication loop). Reported by Naz
21 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +110022
2319991223
24 - Merged later HPUX patch from Andre Lucas
25 <andre.lucas@dial.pipex.com>
26 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +110027 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +110028
Damien Miller365199d1999-12-22 00:12:38 +11002919991222
30 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
31 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +110032 - Fix login.c breakage on systems which lack ut_host in struct
33 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +110034
Damien Miller76112de1999-12-21 11:18:08 +11003519991221
36 - Integration of large HPUX patch from Andre Lucas
37 <andre.lucas@dial.pipex.com>. Integrating it had a few other
38 benefits:
39 - Ability to disable shadow passwords at configure time
40 - Ability to disable lastlog support at configure time
41 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +110042 - OpenBSD CVS update:
43 - [sshconnect.c]
44 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +110045 - Fix DISABLE_SHADOW support
46 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +110047 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +110048
Damien Millerc4c647f1999-12-18 20:54:52 +11004919991218
50 - Redhat init script patch from Chun-Chung Chen
51 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +110052 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +110053
Damien Millerab8a4da1999-12-16 13:05:30 +11005419991216
55 - Makefile changes for Solaris from Peter Kocks
56 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +110057 - Minor updates to docs
58 - Merged OpenBSD CVS changes:
59 - [authfd.c ssh-agent.c]
60 keysize warnings talk about identity files
61 - [packet.c]
62 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +110063 - Correctly handle empty passwords in shadow file. Patch from:
64 "Chris, the Young One" <cky@pobox.com>
65 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +110066
Damien Miller84093e91999-12-15 09:06:28 +11006719991215
68 - Integrated patchs from Juergen Keil <jk@tools.de>
69 - Avoid void* pointer arithmatic
70 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +110071 - Fix SIGIO error in scp
72 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +110073 - Added better test for inline functions compiler support from
74 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +110075
Damien Millera34a28b1999-12-14 10:47:15 +11007619991214
77 - OpenBSD CVS Changes
78 - [canohost.c]
79 fix get_remote_port() and friends for sshd -i;
80 Holger.Trapp@Informatik.TU-Chemnitz.DE
81 - [mpaux.c]
82 make code simpler. no need for memcpy. niels@ ok
83 - [pty.c]
84 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
85 fix proto; markus
86 - [ssh.1]
87 typo; mark.baushke@solipsa.com
88 - [channels.c ssh.c ssh.h sshd.c]
89 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
90 - [sshconnect.c]
91 move checking of hostkey into own function.
92 - [version.h]
93 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +110094 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +110095 - Some older systems don't have poll.h, they use sys/poll.h instead
96 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +110097
Damien Millerc6b3bbe1999-12-13 08:27:33 +11009819991211
99 - Fix compilation on systems with AFS. Reported by
100 aloomis@glue.umd.edu
101 - Fix installation on Solaris. Reported by
102 Gordon Rowell <gordonr@gormand.com.au>
103 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
104 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
105 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
106 - Compile fix from David Agraz <dagraz@jahoopa.com>
107 - Avoid compiler warning in bsd-snprintf.c
108 - Added pam_limits.so to default PAM config. Suggested by
109 Jim Knoble <jmknoble@pobox.com>
110
Damien Millerbf1c9b21999-12-09 10:16:54 +110011119991209
112 - Import of patch from Ben Taylor <bent@clark.net>:
113 - Improved PAM support
114 - "uninstall" rule for Makefile
115 - utmpx support
116 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +1100117 - OpenBSD CVS updates:
118 - [readpass.c]
119 avoid stdio; based on work by markus, millert, and I
120 - [sshd.c]
121 make sure the client selects a supported cipher
122 - [sshd.c]
123 fix sighup handling. accept would just restart and daemon handled
124 sighup only after the next connection was accepted. use poll on
125 listen sock now.
126 - [sshd.c]
127 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +1100128 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
129 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +1100130 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +1100131
Damien Millerfce16481999-12-08 08:53:52 +110013219991208
133 - Compile fix for Solaris with /dev/ptmx from
134 David Agraz <dagraz@jahoopa.com>
135
Damien Miller0c078c61999-12-07 14:53:57 +110013619991207
137 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
138 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +1100139 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +1100140 - Fix PAM account and session being called multiple times. Problem
141 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +1100142 - Merged more OpenBSD changes:
143 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
144 move atomicio into it's own file. wrap all socket write()s which
145 were doing write(sock, buf, len) != len, with atomicio() calls.
146 - [auth-skey.c]
147 fd leak
148 - [authfile.c]
149 properly name fd variable
150 - [channels.c]
151 display great hatred towards strcpy
152 - [pty.c pty.h sshd.c]
153 use openpty() if it exists (it does on BSD4_4)
154 - [tildexpand.c]
155 check for ~ expansion past MAXPATHLEN
156 - Modified helper.c to use new atomicio function.
157 - Reformat Makefile a little
158 - Moved RC4 routines from rc4.[ch] into helper.c
159 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +1100160 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
161 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +1100162 - Clean up bad imports of a few files (forgot -kb)
163 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +1100164
Damien Millerdc33fc31999-12-04 20:24:48 +110016519991204
166 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +1100167 - Merged OpenBSD CVS changes:
168 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
169 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
170 - [auth-rsa.c]
171 warn only about mismatch if key is _used_
172 warn about keysize-mismatch with log() not error()
173 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
174 ports are u_short
175 - [hostfile.c]
176 indent, shorter warning
177 - [nchan.c]
178 use error() for internal errors
179 - [packet.c]
180 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
181 serverloop.c
182 indent
183 - [ssh-add.1 ssh-add.c ssh.h]
184 document $SSH_ASKPASS, reasonable default
185 - [ssh.1]
186 CheckHostIP is not available for connects via proxy command
187 - [sshconnect.c]
188 typo
189 easier to read client code for passwd and skey auth
190 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +1100191
Damien Miller42b81ff1999-11-26 12:21:24 +110019219991126
193 - Add definition for __P()
194 - Added [v]snprintf() replacement for systems that lack it
195
Damien Miller78224a01999-11-25 11:55:45 +110019619991125
197 - More reformatting merged from OpenBSD CVS
198 - Merged OpenBSD CVS changes:
199 - [channels.c]
200 fix packet_integrity_check() for !have_hostname_in_open.
201 report from mrwizard@psu.edu via djm@ibs.com.au
202 - [channels.c]
203 set SO_REUSEADDR and SO_LINGER for forwarded ports.
204 chip@valinux.com via damien@ibs.com.au
205 - [nchan.c]
206 it's not an error() if shutdown_write failes in nchan.
207 - [readconf.c]
208 remove dead #ifdef-0-code
209 - [readconf.c servconf.c]
210 strcasecmp instead of tolower
211 - [scp.c]
212 progress meter overflow fix from damien@ibs.com.au
213 - [ssh-add.1 ssh-add.c]
214 SSH_ASKPASS support
215 - [ssh.1 ssh.c]
216 postpone fork_after_authentication until command execution,
217 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
218 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +1100219 - Added BSD compatible install program and autoconf test, thanks to
220 Niels Kristian Bech Jensen <nkbj@image.dk>
221 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +1100222 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +1100223 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +1100224
Damien Miller95def091999-11-25 00:26:21 +110022519991124
226 - Merged very large OpenBSD source code reformat
227 - OpenBSD CVS updates
228 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
229 [ssh.h sshd.8 sshd.c]
230 syslog changes:
231 * Unified Logmessage for all auth-types, for success and for failed
232 * Standard connections get only ONE line in the LOG when level==LOG:
233 Auth-attempts are logged only, if authentication is:
234 a) successfull or
235 b) with passwd or
236 c) we had more than AUTH_FAIL_LOG failues
237 * many log() became verbose()
238 * old behaviour with level=VERBOSE
239 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
240 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
241 messages. allows use of s/key in windows (ttssh, securecrt) and
242 ssh-1.2.27 clients without 'ssh -v', ok: niels@
243 - [sshd.8]
244 -V, for fallback to openssh in SSH2 compatibility mode
245 - [sshd.c]
246 fix sigchld race; cjc5@po.cwru.edu
247
Damien Miller294df781999-11-23 10:11:29 +110024819991123
249 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +1100250 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +1100251 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +1100252 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +1100253 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +1100254
Damien Miller22218721999-11-22 12:51:42 +110025519991122
256 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +1100257 - OpenBSD CVS Changes
258 - [ssh-keygen.c]
259 don't create ~/.ssh only if the user wants to store the private
260 key there. show fingerprint instead of public-key after
261 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100262 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +1100263 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100264 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +1100265 - Added autoconf test and macro to deal with old PAM libraries
266 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +1100267 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
268 - Retry /dev/urandom reads interrupted by signal (report from
269 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +1100270 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +1100271 - Only display public key comment when presenting ssh-askpass dialog
272 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +1100273
Damien Millerf7c0f821999-11-22 22:31:49 +1100274 - Configure, Make and changelog corrections from Tudor Bosman
275 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
276
Damien Miller6162d121999-11-21 13:23:52 +110027719991121
Damien Miller83df0691999-11-22 13:22:29 +1100278 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +1100279 - [channels.c]
280 make this compile, bad markus
281 - [log.c readconf.c servconf.c ssh.h]
282 bugfix: loglevels are per host in clientconfig,
283 factor out common log-level parsing code.
284 - [servconf.c]
285 remove unused index (-Wall)
286 - [ssh-agent.c]
287 only one 'extern char *__progname'
288 - [sshd.8]
289 document SIGHUP, -Q to synopsis
290 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
291 [channels.c clientloop.c]
292 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
293 [hope this time my ISP stays alive during commit]
294 - [OVERVIEW README] typos; green@freebsd
295 - [ssh-keygen.c]
296 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
297 exit if writing the key fails (no infinit loop)
298 print usage() everytime we get bad options
299 - [ssh-keygen.c] overflow, djm@mindrot.org
300 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
301
Damien Millerc6398ef1999-11-20 12:18:40 +110030219991120
303 - Merged more Solaris support from Marc G. Fournier
304 <marc.fournier@acadiau.ca>
305 - Wrote autoconf tests for integer bit-types
306 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +1100307 - Fix segfault in ssh-keygen caused by buffer overrun in filename
308 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +1100309
Damien Miller5bbbd361999-11-19 07:56:21 +110031019991119
311 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +1100312 - Merged OpenBSD CVS changes
313 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
314 more %d vs. %s in fmt-strings
315 - [authfd.c]
316 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +1100317 - EGD uses a socket, not a named pipe. Duh.
318 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +1100319 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +1100320 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +1100321 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +1100322 - Added autoconf option to enable Kerberos 4 support (untested)
323 - Added autoconf option to enable AFS support (untested)
324 - Added autoconf option to enable S/Key support (untested)
325 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +1100326 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100327 - Added tests for login and daemon and enable OpenBSD replacements for
328 when they are absent.
329 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +1100330
Damien Miller81428f91999-11-18 09:28:11 +110033119991118
332 - Merged OpenBSD CVS changes
333 - [scp.c] foregroundproc() in scp
334 - [sshconnect.h] include fingerprint.h
335 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
336 changes.
Damien Miller6ee95641999-11-18 11:35:13 +1100337 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +1100338 - Added openssh.com info to README
339
Damien Miller10f6f6b1999-11-17 17:29:08 +110034019991117
341 - Merged OpenBSD CVS changes
342 - [ChangeLog.Ylonen] noone needs this anymore
343 - [authfd.c] close-on-exec for auth-socket, ok deraadt
344 - [hostfile.c]
345 in known_hosts key lookup the entry for the bits does not need
346 to match, all the information is contained in n and e. This
347 solves the problem with buggy servers announcing the wrong
348 modulus length. markus and me.
349 - [serverloop.c]
350 bugfix: check for space if child has terminated, from:
351 iedowse@maths.tcd.ie
352 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
353 [fingerprint.c fingerprint.h]
354 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
355 - [ssh-agent.1] typo
356 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
357 - [sshd.c]
358 force logging to stderr while loading private key file
359 (lost while converting to new log-levels)
360
Damien Miller7e8e8201999-11-16 13:37:16 +110036119991116
362 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
363 - Merged OpenBSD CVS changes:
364 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
365 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
366 the keysize of rsa-parameter 'n' is passed implizit,
367 a few more checks and warnings about 'pretended' keysizes.
368 - [cipher.c cipher.h packet.c packet.h sshd.c]
369 remove support for cipher RC4
370 - [ssh.c]
371 a note for legay systems about secuity issues with permanently_set_uid(),
372 the private hostkey and ptrace()
373 - [sshconnect.c]
374 more detailed messages about adding and checking hostkeys
375
Damien Millerd05a2471999-11-15 14:25:30 +110037619991115
377 - Merged OpenBSD CVS changes:
378 - [ssh-add.c] change passphrase loop logic and remove ref to
379 $DISPLAY, ok niels
380 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
381 modular.
382 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +1100383 - Merged more OpenBSD CVS changes:
384 [auth-krb4.c]
385 - disconnect if getpeername() fails
386 - missing xfree(*client)
387 [canohost.c]
388 - disconnect if getpeername() fails
389 - fix comment: we _do_ disconnect if ip-options are set
390 [sshd.c]
391 - disconnect if getpeername() fails
392 - move checking of remote port to central place
393 [auth-rhosts.c] move checking of remote port to central place
394 [log-server.c] avoid extra fd per sshd, from millert@
395 [readconf.c] print _all_ bad config-options in ssh(1), too
396 [readconf.h] print _all_ bad config-options in ssh(1), too
397 [ssh.c] print _all_ bad config-options in ssh(1), too
398 [sshconnect.c] disconnect if getpeername() fails
399 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +1100400 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +1100401 - Merged more Solaris compability from Marc G. Fournier
402 <marc.fournier@acadiau.ca>
403 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +1100404 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +1100405 - Released 1.2pre12
406
407 - Another OpenBSD CVS update:
408 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +1100409
Damien Miller0a6e6681999-11-15 09:56:06 +110041019991114
411 - Solaris compilation fixes (still imcomplete)
412
Damien Millerb0284381999-11-13 13:30:28 +110041319991113
Damien Miller192bd011999-11-13 23:56:35 +1100414 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
415 - Don't install config files if they already exist
416 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +1100417 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +1100418 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +1100419 - Merged OpenBSD CVS changes:
420 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
421 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
422 totalsize, ok niels,aaron
423 - Delay fork (-f option) in ssh until after port forwarded connections
424 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +1100425 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
426 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +1100427 - Tidied default config file some more
428 - Revised Redhat initscript to fix bug: sshd (re)start would fail
429 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +1100430
Damien Miller776af5d1999-11-12 08:49:09 +110043119991112
432 - Merged changes from OpenBSD CVS
433 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +1100434 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
435 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
436 deraadt,millert
437 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +1100438 - Grab server in gnome-ssh-askpass (Debian bug #49872)
439 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +1100440
Damien Millerb5f89271999-11-12 14:35:58 +1100441 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +1100442 - Merged yet more changes from OpenBSD CVS
443 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
444 [ssh.c ssh.h sshconnect.c sshd.c]
445 make all access to options via 'extern Options options'
446 and 'extern ServerOptions options' respectively;
447 options are no longer passed as arguments:
448 * make options handling more consistent
449 * remove #include "readconf.h" from ssh.h
450 * readconf.h is only included if necessary
451 - [mpaux.c] clear temp buffer
452 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +1100453 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +1100454 - Fix nasty division-by-zero error in scp.c
455 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +1100456
Damien Millerab18c411999-11-11 10:40:23 +110045719991111
458 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +1100459 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +1100460 - Merged OpenBSD CVS changes:
461 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
462 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
463 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +1100464 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +1100465 file transfers. Fix submitted to OpenBSD developers. Report and fix
466 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +1100467 - Merged more OpenBSD CVS changes:
468 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
469 + krb-cleanup cleanup
470 - [clientloop.c log-client.c log-server.c ]
471 [readconf.c readconf.h servconf.c servconf.h ]
472 [ssh.1 ssh.c ssh.h sshd.8]
473 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
474 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +1100475 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
476 allow session_key_int != sizeof(session_key)
477 [this should fix the pre-assert-removal-core-files]
478 - Updated default config file to use new LogLevel option and to improve
479 readability
480
Damien Millerb77870f1999-11-10 12:48:08 +110048119991110
Damien Miller4236f6e1999-11-12 12:22:31 +1100482 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +1100483 - ssh-agent commandline parsing
484 - RPM spec file now installs ssh setuid root
485 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +1100486 - Merged beginnings of Solaris compability from Marc G. Fournier
487 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +1100488
Damien Millerc7b38ce1999-11-09 10:28:04 +110048919991109
490 - Autodetection of SSL/Crypto library location via autoconf
491 - Fixed location of ssh-askpass to follow autoconf
492 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
493 - Autodetection of RSAref library for US users
494 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +1100495 - Merged OpenBSD CVS changes:
496 - [rsa.c] bugfix: use correct size for memset()
497 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +1100498 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +1100499 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +1100500 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +1100501
Damien Miller356a0b01999-11-08 15:30:59 +110050219991108
503 - Removed debian/ directory. This is now being maintained separately.
504 - Added symlinks for slogin in RPM spec file
505 - Fixed permissions on manpages in RPM spec file
506 - Added references to required libraries in README file
507 - Removed config.h.in from CVS
508 - Removed pwdb support (better pluggable auth is provided by glibc)
509 - Made PAM and requisite libdl optional
510 - Removed lots of unnecessary checks from autoconf
511 - Added support and autoconf test for openpty() function (Unix98 pty support)
512 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
513 - Added TODO file
514 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
515 - Added ssh-askpass program
516 - Added ssh-askpass support to ssh-add.c
517 - Create symlinks for slogin on install
518 - Fix "distclean" target in makefile
519 - Added example for ssh-agent to manpage
520 - Added support for PAM_TEXT_INFO messages
521 - Disable internal /etc/nologin support if PAM enabled
522 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +1100523 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +1100524 - [sshd.c] don't send fail-msg but disconnect if too many authentication
525 failures
Damien Miller356a0b01999-11-08 15:30:59 +1100526 - [sshd.c] remove unused argument. ok dugsong
527 - [sshd.c] typo
528 - [rsa.c] clear buffers used for encryption. ok: niels
529 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +1100530 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +1100531 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +1100532 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +1100533
Damien Miller0aa8e531999-11-02 19:05:02 +110053419991102
535 - Merged change from OpenBSD CVS
536 - One-line cleanup in sshd.c
537
Damien Miller744da801999-10-30 09:12:25 +100053819991030
539 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +1000540 - Merged latest updates for OpenBSD CVS:
541 - channels.[ch] - remove broken x11 fix and document istate/ostate
542 - ssh-agent.c - call setsid() regardless of argv[]
543 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
544 - Documentation cleanups
545 - Renamed README -> README.Ylonen
546 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +1000547
Damien Miller070f7a11999-10-29 10:29:29 +100054819991029
549 - Renamed openssh* back to ssh* at request of Theo de Raadt
550 - Incorporated latest changes from OpenBSD's CVS
551 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
552 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +1000553 - Make distclean now removed configure script
554 - Improved PAM logging
555 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +1000556 - Removed redundant subdirectories
557 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
558 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +1000559 - Fixed off-by-one error in PAM env patch
560 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +1000561
Damien Miller7f6ea021999-10-28 13:25:17 +100056219991028
563 - Further PAM enhancements.
564 - Much cleaner
565 - Now uses account and session modules for all logins.
566 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
567 - Build fixes
568 - Autoconf
569 - Change binary names to open*
570 - Fixed autoconf script to detect PAM on RH6.1
571 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +1000572 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +1000573
574 - Imported latest OpenBSD CVS code
575 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +1000576 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +1000577
Damien Miller7f6ea021999-10-28 13:25:17 +100057819991027
579 - Adapted PAM patch.
580 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000581
Damien Miller7f6ea021999-10-28 13:25:17 +1000582 - Excised my buggy replacements for strlcpy and mkdtemp
583 - Imported correct OpenBSD strlcpy and mkdtemp routines.
584 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
585 - Picked up correct version number from OpenBSD
586 - Added sshd.pam PAM configuration file
587 - Added sshd.init Redhat init script
588 - Added openssh.spec RPM spec file
589 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000590
Damien Miller7f6ea021999-10-28 13:25:17 +100059119991026
592 - Fixed include paths of OpenSSL functions
593 - Use OpenSSL MD5 routines
594 - Imported RC4 code from nanocrypt
595 - Wrote replacements for OpenBSD arc4random* functions
596 - Wrote replacements for strlcpy and mkdtemp
597 - Released 1.0pre1