blob: bb27a81f73468c8442382f0a4cb210b1f065f314 [file] [log] [blame]
Damien Miller13bc0be1999-12-28 10:19:16 +1100119991228
2 - Replacement for getpagesize() for systems which lack it
Damien Miller4ff2b9b1999-12-28 10:41:12 +11003 - NetBSD login.c compile fix from David Rankin
4 <drankin@bohemians.lexington.ky.us>
5 - Fully set ut_tv if present in utmp or utmpx
Damien Millerbeb4ba51999-12-28 15:09:35 +11006 - Portability fixes for Irix 5.3 (now compiles OK!)
7 - autoconf and other misc cleanups
Damien Miller74d0d4a1999-12-29 02:24:35 +11008 - Merged AIX patch from Darren Hall <dhall@virage.org>
9 - Cleaned up defines.h
Damien Miller13bc0be1999-12-28 10:19:16 +110010
Damien Millerc0d73901999-12-27 09:23:58 +11001119991227
12 - Automatically correct paths in manpages and configuration files. Patch
13 and script from Andre Lucas <andre.lucas@dial.pipex.com>
14 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +110015 - Added --with-default-path to specify custom path for server
16 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +110017 - PAM bugfix. PermitEmptyPassword was being ignored.
18 - Fixed PAM config files to allow empty passwords if server does.
19 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +110020 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +110021 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +110022 - OpenBSD CVS updates:
23 - [packet.h auth-rhosts.c]
24 check format string for packet_disconnect and packet_send_debug, too
25 - [channels.c]
26 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +110027
Damien Miller32b3cf21999-12-26 10:21:48 +11002819991226
29 - Enabled utmpx support by default for Solaris
30 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +110031 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
32 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +110033 - Disable logging of PAM success and failures, PAM is verbose enough.
34 Unfortunatly there is currently no way to disable auth failure
35 messages. Mention this in UPGRADING file and sent message to PAM
36 developers
Damien Miller4f0fa561999-12-26 14:24:41 +110037 - OpenBSD CVS update:
38 - [ssh-keygen.1 ssh.1]
39 remove ref to .ssh/random_seed, mention .ssh/environment in
40 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +110041 - Released 1.2.1pre21
42 - Fixed implicit '.' in default path, report from Jim Knoble
43 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +110044 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +110045
Damien Miller2e1b0821999-12-25 10:11:29 +11004619991225
47 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
48 - Cleanup of auth-passwd.c for shadow and MD5 passwords
49 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +110050 - Released 1.2.1pre20
51
52 - Merged fixes from Ben Taylor <bent@clark.net>
53 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
54 - Disabled logging of PAM password authentication failures when password
55 is empty. (e.g start of authentication loop). Reported by Naz
56 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +110057
5819991223
59 - Merged later HPUX patch from Andre Lucas
60 <andre.lucas@dial.pipex.com>
61 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +110062 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +110063
Damien Miller365199d1999-12-22 00:12:38 +11006419991222
65 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
66 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +110067 - Fix login.c breakage on systems which lack ut_host in struct
68 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +110069
Damien Miller76112de1999-12-21 11:18:08 +11007019991221
71 - Integration of large HPUX patch from Andre Lucas
72 <andre.lucas@dial.pipex.com>. Integrating it had a few other
73 benefits:
74 - Ability to disable shadow passwords at configure time
75 - Ability to disable lastlog support at configure time
76 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +110077 - OpenBSD CVS update:
78 - [sshconnect.c]
79 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +110080 - Fix DISABLE_SHADOW support
81 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +110082 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +110083
Damien Millerc4c647f1999-12-18 20:54:52 +11008419991218
85 - Redhat init script patch from Chun-Chung Chen
86 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +110087 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +110088
Damien Millerab8a4da1999-12-16 13:05:30 +11008919991216
90 - Makefile changes for Solaris from Peter Kocks
91 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +110092 - Minor updates to docs
93 - Merged OpenBSD CVS changes:
94 - [authfd.c ssh-agent.c]
95 keysize warnings talk about identity files
96 - [packet.c]
97 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +110098 - Correctly handle empty passwords in shadow file. Patch from:
99 "Chris, the Young One" <cky@pobox.com>
100 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +1100101
Damien Miller84093e91999-12-15 09:06:28 +110010219991215
103 - Integrated patchs from Juergen Keil <jk@tools.de>
104 - Avoid void* pointer arithmatic
105 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +1100106 - Fix SIGIO error in scp
107 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +1100108 - Added better test for inline functions compiler support from
109 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +1100110
Damien Millera34a28b1999-12-14 10:47:15 +110011119991214
112 - OpenBSD CVS Changes
113 - [canohost.c]
114 fix get_remote_port() and friends for sshd -i;
115 Holger.Trapp@Informatik.TU-Chemnitz.DE
116 - [mpaux.c]
117 make code simpler. no need for memcpy. niels@ ok
118 - [pty.c]
119 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
120 fix proto; markus
121 - [ssh.1]
122 typo; mark.baushke@solipsa.com
123 - [channels.c ssh.c ssh.h sshd.c]
124 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
125 - [sshconnect.c]
126 move checking of hostkey into own function.
127 - [version.h]
128 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +1100129 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +1100130 - Some older systems don't have poll.h, they use sys/poll.h instead
131 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +1100132
Damien Millerc6b3bbe1999-12-13 08:27:33 +110013319991211
134 - Fix compilation on systems with AFS. Reported by
135 aloomis@glue.umd.edu
136 - Fix installation on Solaris. Reported by
137 Gordon Rowell <gordonr@gormand.com.au>
138 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
139 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
140 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
141 - Compile fix from David Agraz <dagraz@jahoopa.com>
142 - Avoid compiler warning in bsd-snprintf.c
143 - Added pam_limits.so to default PAM config. Suggested by
144 Jim Knoble <jmknoble@pobox.com>
145
Damien Millerbf1c9b21999-12-09 10:16:54 +110014619991209
147 - Import of patch from Ben Taylor <bent@clark.net>:
148 - Improved PAM support
149 - "uninstall" rule for Makefile
150 - utmpx support
151 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +1100152 - OpenBSD CVS updates:
153 - [readpass.c]
154 avoid stdio; based on work by markus, millert, and I
155 - [sshd.c]
156 make sure the client selects a supported cipher
157 - [sshd.c]
158 fix sighup handling. accept would just restart and daemon handled
159 sighup only after the next connection was accepted. use poll on
160 listen sock now.
161 - [sshd.c]
162 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +1100163 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
164 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +1100165 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +1100166
Damien Millerfce16481999-12-08 08:53:52 +110016719991208
168 - Compile fix for Solaris with /dev/ptmx from
169 David Agraz <dagraz@jahoopa.com>
170
Damien Miller0c078c61999-12-07 14:53:57 +110017119991207
172 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
173 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +1100174 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +1100175 - Fix PAM account and session being called multiple times. Problem
176 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +1100177 - Merged more OpenBSD changes:
178 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
179 move atomicio into it's own file. wrap all socket write()s which
180 were doing write(sock, buf, len) != len, with atomicio() calls.
181 - [auth-skey.c]
182 fd leak
183 - [authfile.c]
184 properly name fd variable
185 - [channels.c]
186 display great hatred towards strcpy
187 - [pty.c pty.h sshd.c]
188 use openpty() if it exists (it does on BSD4_4)
189 - [tildexpand.c]
190 check for ~ expansion past MAXPATHLEN
191 - Modified helper.c to use new atomicio function.
192 - Reformat Makefile a little
193 - Moved RC4 routines from rc4.[ch] into helper.c
194 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +1100195 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
196 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +1100197 - Clean up bad imports of a few files (forgot -kb)
198 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +1100199
Damien Millerdc33fc31999-12-04 20:24:48 +110020019991204
201 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +1100202 - Merged OpenBSD CVS changes:
203 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
204 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
205 - [auth-rsa.c]
206 warn only about mismatch if key is _used_
207 warn about keysize-mismatch with log() not error()
208 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
209 ports are u_short
210 - [hostfile.c]
211 indent, shorter warning
212 - [nchan.c]
213 use error() for internal errors
214 - [packet.c]
215 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
216 serverloop.c
217 indent
218 - [ssh-add.1 ssh-add.c ssh.h]
219 document $SSH_ASKPASS, reasonable default
220 - [ssh.1]
221 CheckHostIP is not available for connects via proxy command
222 - [sshconnect.c]
223 typo
224 easier to read client code for passwd and skey auth
225 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +1100226
Damien Miller42b81ff1999-11-26 12:21:24 +110022719991126
228 - Add definition for __P()
229 - Added [v]snprintf() replacement for systems that lack it
230
Damien Miller78224a01999-11-25 11:55:45 +110023119991125
232 - More reformatting merged from OpenBSD CVS
233 - Merged OpenBSD CVS changes:
234 - [channels.c]
235 fix packet_integrity_check() for !have_hostname_in_open.
236 report from mrwizard@psu.edu via djm@ibs.com.au
237 - [channels.c]
238 set SO_REUSEADDR and SO_LINGER for forwarded ports.
239 chip@valinux.com via damien@ibs.com.au
240 - [nchan.c]
241 it's not an error() if shutdown_write failes in nchan.
242 - [readconf.c]
243 remove dead #ifdef-0-code
244 - [readconf.c servconf.c]
245 strcasecmp instead of tolower
246 - [scp.c]
247 progress meter overflow fix from damien@ibs.com.au
248 - [ssh-add.1 ssh-add.c]
249 SSH_ASKPASS support
250 - [ssh.1 ssh.c]
251 postpone fork_after_authentication until command execution,
252 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
253 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +1100254 - Added BSD compatible install program and autoconf test, thanks to
255 Niels Kristian Bech Jensen <nkbj@image.dk>
256 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +1100257 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +1100258 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +1100259
Damien Miller95def091999-11-25 00:26:21 +110026019991124
261 - Merged very large OpenBSD source code reformat
262 - OpenBSD CVS updates
263 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
264 [ssh.h sshd.8 sshd.c]
265 syslog changes:
266 * Unified Logmessage for all auth-types, for success and for failed
267 * Standard connections get only ONE line in the LOG when level==LOG:
268 Auth-attempts are logged only, if authentication is:
269 a) successfull or
270 b) with passwd or
271 c) we had more than AUTH_FAIL_LOG failues
272 * many log() became verbose()
273 * old behaviour with level=VERBOSE
274 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
275 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
276 messages. allows use of s/key in windows (ttssh, securecrt) and
277 ssh-1.2.27 clients without 'ssh -v', ok: niels@
278 - [sshd.8]
279 -V, for fallback to openssh in SSH2 compatibility mode
280 - [sshd.c]
281 fix sigchld race; cjc5@po.cwru.edu
282
Damien Miller294df781999-11-23 10:11:29 +110028319991123
284 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +1100285 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +1100286 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +1100287 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +1100288 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +1100289
Damien Miller22218721999-11-22 12:51:42 +110029019991122
291 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +1100292 - OpenBSD CVS Changes
293 - [ssh-keygen.c]
294 don't create ~/.ssh only if the user wants to store the private
295 key there. show fingerprint instead of public-key after
296 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100297 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +1100298 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100299 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +1100300 - Added autoconf test and macro to deal with old PAM libraries
301 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +1100302 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
303 - Retry /dev/urandom reads interrupted by signal (report from
304 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +1100305 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +1100306 - Only display public key comment when presenting ssh-askpass dialog
307 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +1100308
Damien Millerf7c0f821999-11-22 22:31:49 +1100309 - Configure, Make and changelog corrections from Tudor Bosman
310 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
311
Damien Miller6162d121999-11-21 13:23:52 +110031219991121
Damien Miller83df0691999-11-22 13:22:29 +1100313 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +1100314 - [channels.c]
315 make this compile, bad markus
316 - [log.c readconf.c servconf.c ssh.h]
317 bugfix: loglevels are per host in clientconfig,
318 factor out common log-level parsing code.
319 - [servconf.c]
320 remove unused index (-Wall)
321 - [ssh-agent.c]
322 only one 'extern char *__progname'
323 - [sshd.8]
324 document SIGHUP, -Q to synopsis
325 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
326 [channels.c clientloop.c]
327 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
328 [hope this time my ISP stays alive during commit]
329 - [OVERVIEW README] typos; green@freebsd
330 - [ssh-keygen.c]
331 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
332 exit if writing the key fails (no infinit loop)
333 print usage() everytime we get bad options
334 - [ssh-keygen.c] overflow, djm@mindrot.org
335 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
336
Damien Millerc6398ef1999-11-20 12:18:40 +110033719991120
338 - Merged more Solaris support from Marc G. Fournier
339 <marc.fournier@acadiau.ca>
340 - Wrote autoconf tests for integer bit-types
341 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +1100342 - Fix segfault in ssh-keygen caused by buffer overrun in filename
343 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +1100344
Damien Miller5bbbd361999-11-19 07:56:21 +110034519991119
346 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +1100347 - Merged OpenBSD CVS changes
348 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
349 more %d vs. %s in fmt-strings
350 - [authfd.c]
351 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +1100352 - EGD uses a socket, not a named pipe. Duh.
353 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +1100354 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +1100355 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +1100356 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +1100357 - Added autoconf option to enable Kerberos 4 support (untested)
358 - Added autoconf option to enable AFS support (untested)
359 - Added autoconf option to enable S/Key support (untested)
360 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +1100361 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100362 - Added tests for login and daemon and enable OpenBSD replacements for
363 when they are absent.
364 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +1100365
Damien Miller81428f91999-11-18 09:28:11 +110036619991118
367 - Merged OpenBSD CVS changes
368 - [scp.c] foregroundproc() in scp
369 - [sshconnect.h] include fingerprint.h
370 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
371 changes.
Damien Miller6ee95641999-11-18 11:35:13 +1100372 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +1100373 - Added openssh.com info to README
374
Damien Miller10f6f6b1999-11-17 17:29:08 +110037519991117
376 - Merged OpenBSD CVS changes
377 - [ChangeLog.Ylonen] noone needs this anymore
378 - [authfd.c] close-on-exec for auth-socket, ok deraadt
379 - [hostfile.c]
380 in known_hosts key lookup the entry for the bits does not need
381 to match, all the information is contained in n and e. This
382 solves the problem with buggy servers announcing the wrong
383 modulus length. markus and me.
384 - [serverloop.c]
385 bugfix: check for space if child has terminated, from:
386 iedowse@maths.tcd.ie
387 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
388 [fingerprint.c fingerprint.h]
389 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
390 - [ssh-agent.1] typo
391 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
392 - [sshd.c]
393 force logging to stderr while loading private key file
394 (lost while converting to new log-levels)
395
Damien Miller7e8e8201999-11-16 13:37:16 +110039619991116
397 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
398 - Merged OpenBSD CVS changes:
399 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
400 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
401 the keysize of rsa-parameter 'n' is passed implizit,
402 a few more checks and warnings about 'pretended' keysizes.
403 - [cipher.c cipher.h packet.c packet.h sshd.c]
404 remove support for cipher RC4
405 - [ssh.c]
406 a note for legay systems about secuity issues with permanently_set_uid(),
407 the private hostkey and ptrace()
408 - [sshconnect.c]
409 more detailed messages about adding and checking hostkeys
410
Damien Millerd05a2471999-11-15 14:25:30 +110041119991115
412 - Merged OpenBSD CVS changes:
413 - [ssh-add.c] change passphrase loop logic and remove ref to
414 $DISPLAY, ok niels
415 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
416 modular.
417 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +1100418 - Merged more OpenBSD CVS changes:
419 [auth-krb4.c]
420 - disconnect if getpeername() fails
421 - missing xfree(*client)
422 [canohost.c]
423 - disconnect if getpeername() fails
424 - fix comment: we _do_ disconnect if ip-options are set
425 [sshd.c]
426 - disconnect if getpeername() fails
427 - move checking of remote port to central place
428 [auth-rhosts.c] move checking of remote port to central place
429 [log-server.c] avoid extra fd per sshd, from millert@
430 [readconf.c] print _all_ bad config-options in ssh(1), too
431 [readconf.h] print _all_ bad config-options in ssh(1), too
432 [ssh.c] print _all_ bad config-options in ssh(1), too
433 [sshconnect.c] disconnect if getpeername() fails
434 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +1100435 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +1100436 - Merged more Solaris compability from Marc G. Fournier
437 <marc.fournier@acadiau.ca>
438 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +1100439 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +1100440 - Released 1.2pre12
441
442 - Another OpenBSD CVS update:
443 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +1100444
Damien Miller0a6e6681999-11-15 09:56:06 +110044519991114
446 - Solaris compilation fixes (still imcomplete)
447
Damien Millerb0284381999-11-13 13:30:28 +110044819991113
Damien Miller192bd011999-11-13 23:56:35 +1100449 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
450 - Don't install config files if they already exist
451 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +1100452 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +1100453 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +1100454 - Merged OpenBSD CVS changes:
455 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
456 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
457 totalsize, ok niels,aaron
458 - Delay fork (-f option) in ssh until after port forwarded connections
459 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +1100460 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
461 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +1100462 - Tidied default config file some more
463 - Revised Redhat initscript to fix bug: sshd (re)start would fail
464 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +1100465
Damien Miller776af5d1999-11-12 08:49:09 +110046619991112
467 - Merged changes from OpenBSD CVS
468 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +1100469 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
470 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
471 deraadt,millert
472 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +1100473 - Grab server in gnome-ssh-askpass (Debian bug #49872)
474 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +1100475
Damien Millerb5f89271999-11-12 14:35:58 +1100476 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +1100477 - Merged yet more changes from OpenBSD CVS
478 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
479 [ssh.c ssh.h sshconnect.c sshd.c]
480 make all access to options via 'extern Options options'
481 and 'extern ServerOptions options' respectively;
482 options are no longer passed as arguments:
483 * make options handling more consistent
484 * remove #include "readconf.h" from ssh.h
485 * readconf.h is only included if necessary
486 - [mpaux.c] clear temp buffer
487 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +1100488 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +1100489 - Fix nasty division-by-zero error in scp.c
490 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +1100491
Damien Millerab18c411999-11-11 10:40:23 +110049219991111
493 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +1100494 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +1100495 - Merged OpenBSD CVS changes:
496 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
497 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
498 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +1100499 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +1100500 file transfers. Fix submitted to OpenBSD developers. Report and fix
501 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +1100502 - Merged more OpenBSD CVS changes:
503 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
504 + krb-cleanup cleanup
505 - [clientloop.c log-client.c log-server.c ]
506 [readconf.c readconf.h servconf.c servconf.h ]
507 [ssh.1 ssh.c ssh.h sshd.8]
508 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
509 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +1100510 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
511 allow session_key_int != sizeof(session_key)
512 [this should fix the pre-assert-removal-core-files]
513 - Updated default config file to use new LogLevel option and to improve
514 readability
515
Damien Millerb77870f1999-11-10 12:48:08 +110051619991110
Damien Miller4236f6e1999-11-12 12:22:31 +1100517 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +1100518 - ssh-agent commandline parsing
519 - RPM spec file now installs ssh setuid root
520 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +1100521 - Merged beginnings of Solaris compability from Marc G. Fournier
522 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +1100523
Damien Millerc7b38ce1999-11-09 10:28:04 +110052419991109
525 - Autodetection of SSL/Crypto library location via autoconf
526 - Fixed location of ssh-askpass to follow autoconf
527 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
528 - Autodetection of RSAref library for US users
529 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +1100530 - Merged OpenBSD CVS changes:
531 - [rsa.c] bugfix: use correct size for memset()
532 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +1100533 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +1100534 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +1100535 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +1100536
Damien Miller356a0b01999-11-08 15:30:59 +110053719991108
538 - Removed debian/ directory. This is now being maintained separately.
539 - Added symlinks for slogin in RPM spec file
540 - Fixed permissions on manpages in RPM spec file
541 - Added references to required libraries in README file
542 - Removed config.h.in from CVS
543 - Removed pwdb support (better pluggable auth is provided by glibc)
544 - Made PAM and requisite libdl optional
545 - Removed lots of unnecessary checks from autoconf
546 - Added support and autoconf test for openpty() function (Unix98 pty support)
547 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
548 - Added TODO file
549 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
550 - Added ssh-askpass program
551 - Added ssh-askpass support to ssh-add.c
552 - Create symlinks for slogin on install
553 - Fix "distclean" target in makefile
554 - Added example for ssh-agent to manpage
555 - Added support for PAM_TEXT_INFO messages
556 - Disable internal /etc/nologin support if PAM enabled
557 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +1100558 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +1100559 - [sshd.c] don't send fail-msg but disconnect if too many authentication
560 failures
Damien Miller356a0b01999-11-08 15:30:59 +1100561 - [sshd.c] remove unused argument. ok dugsong
562 - [sshd.c] typo
563 - [rsa.c] clear buffers used for encryption. ok: niels
564 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +1100565 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +1100566 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +1100567 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +1100568
Damien Miller0aa8e531999-11-02 19:05:02 +110056919991102
570 - Merged change from OpenBSD CVS
571 - One-line cleanup in sshd.c
572
Damien Miller744da801999-10-30 09:12:25 +100057319991030
574 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +1000575 - Merged latest updates for OpenBSD CVS:
576 - channels.[ch] - remove broken x11 fix and document istate/ostate
577 - ssh-agent.c - call setsid() regardless of argv[]
578 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
579 - Documentation cleanups
580 - Renamed README -> README.Ylonen
581 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +1000582
Damien Miller070f7a11999-10-29 10:29:29 +100058319991029
584 - Renamed openssh* back to ssh* at request of Theo de Raadt
585 - Incorporated latest changes from OpenBSD's CVS
586 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
587 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +1000588 - Make distclean now removed configure script
589 - Improved PAM logging
590 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +1000591 - Removed redundant subdirectories
592 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
593 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +1000594 - Fixed off-by-one error in PAM env patch
595 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +1000596
Damien Miller7f6ea021999-10-28 13:25:17 +100059719991028
598 - Further PAM enhancements.
599 - Much cleaner
600 - Now uses account and session modules for all logins.
601 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
602 - Build fixes
603 - Autoconf
604 - Change binary names to open*
605 - Fixed autoconf script to detect PAM on RH6.1
606 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +1000607 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +1000608
609 - Imported latest OpenBSD CVS code
610 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +1000611 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +1000612
Damien Miller7f6ea021999-10-28 13:25:17 +100061319991027
614 - Adapted PAM patch.
615 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000616
Damien Miller7f6ea021999-10-28 13:25:17 +1000617 - Excised my buggy replacements for strlcpy and mkdtemp
618 - Imported correct OpenBSD strlcpy and mkdtemp routines.
619 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
620 - Picked up correct version number from OpenBSD
621 - Added sshd.pam PAM configuration file
622 - Added sshd.init Redhat init script
623 - Added openssh.spec RPM spec file
624 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000625
Damien Miller7f6ea021999-10-28 13:25:17 +100062619991026
627 - Fixed include paths of OpenSSL functions
628 - Use OpenSSL MD5 routines
629 - Imported RC4 code from nanocrypt
630 - Wrote replacements for OpenBSD arc4random* functions
631 - Wrote replacements for strlcpy and mkdtemp
632 - Released 1.0pre1