blob: 5cfeef7f793d57df706618dc7219844945e5416d [file] [log] [blame]
Damien Miller76112de1999-12-21 11:18:08 +1100119991221
2 - Integration of large HPUX patch from Andre Lucas
3 <andre.lucas@dial.pipex.com>. Integrating it had a few other
4 benefits:
5 - Ability to disable shadow passwords at configure time
6 - Ability to disable lastlog support at configure time
7 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +11008 - OpenBSD CVS update:
9 - [sshconnect.c]
10 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Miller76112de1999-12-21 11:18:08 +110011
Damien Millerc4c647f1999-12-18 20:54:52 +11001219991218
13 - Redhat init script patch from Chun-Chung Chen
14 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +110015 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +110016
Damien Millerab8a4da1999-12-16 13:05:30 +11001719991216
18 - Makefile changes for Solaris from Peter Kocks
19 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +110020 - Minor updates to docs
21 - Merged OpenBSD CVS changes:
22 - [authfd.c ssh-agent.c]
23 keysize warnings talk about identity files
24 - [packet.c]
25 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +110026 - Correctly handle empty passwords in shadow file. Patch from:
27 "Chris, the Young One" <cky@pobox.com>
28 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +110029
Damien Miller84093e91999-12-15 09:06:28 +11003019991215
31 - Integrated patchs from Juergen Keil <jk@tools.de>
32 - Avoid void* pointer arithmatic
33 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +110034 - Fix SIGIO error in scp
35 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +110036 - Added better test for inline functions compiler support from
37 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +110038
Damien Millera34a28b1999-12-14 10:47:15 +11003919991214
40 - OpenBSD CVS Changes
41 - [canohost.c]
42 fix get_remote_port() and friends for sshd -i;
43 Holger.Trapp@Informatik.TU-Chemnitz.DE
44 - [mpaux.c]
45 make code simpler. no need for memcpy. niels@ ok
46 - [pty.c]
47 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
48 fix proto; markus
49 - [ssh.1]
50 typo; mark.baushke@solipsa.com
51 - [channels.c ssh.c ssh.h sshd.c]
52 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
53 - [sshconnect.c]
54 move checking of hostkey into own function.
55 - [version.h]
56 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +110057 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +110058 - Some older systems don't have poll.h, they use sys/poll.h instead
59 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +110060
Damien Millerc6b3bbe1999-12-13 08:27:33 +11006119991211
62 - Fix compilation on systems with AFS. Reported by
63 aloomis@glue.umd.edu
64 - Fix installation on Solaris. Reported by
65 Gordon Rowell <gordonr@gormand.com.au>
66 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
67 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
68 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
69 - Compile fix from David Agraz <dagraz@jahoopa.com>
70 - Avoid compiler warning in bsd-snprintf.c
71 - Added pam_limits.so to default PAM config. Suggested by
72 Jim Knoble <jmknoble@pobox.com>
73
Damien Millerbf1c9b21999-12-09 10:16:54 +11007419991209
75 - Import of patch from Ben Taylor <bent@clark.net>:
76 - Improved PAM support
77 - "uninstall" rule for Makefile
78 - utmpx support
79 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +110080 - OpenBSD CVS updates:
81 - [readpass.c]
82 avoid stdio; based on work by markus, millert, and I
83 - [sshd.c]
84 make sure the client selects a supported cipher
85 - [sshd.c]
86 fix sighup handling. accept would just restart and daemon handled
87 sighup only after the next connection was accepted. use poll on
88 listen sock now.
89 - [sshd.c]
90 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +110091 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
92 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +110093 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +110094
Damien Millerfce16481999-12-08 08:53:52 +11009519991208
96 - Compile fix for Solaris with /dev/ptmx from
97 David Agraz <dagraz@jahoopa.com>
98
Damien Miller0c078c61999-12-07 14:53:57 +11009919991207
100 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
101 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +1100102 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +1100103 - Fix PAM account and session being called multiple times. Problem
104 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +1100105 - Merged more OpenBSD changes:
106 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
107 move atomicio into it's own file. wrap all socket write()s which
108 were doing write(sock, buf, len) != len, with atomicio() calls.
109 - [auth-skey.c]
110 fd leak
111 - [authfile.c]
112 properly name fd variable
113 - [channels.c]
114 display great hatred towards strcpy
115 - [pty.c pty.h sshd.c]
116 use openpty() if it exists (it does on BSD4_4)
117 - [tildexpand.c]
118 check for ~ expansion past MAXPATHLEN
119 - Modified helper.c to use new atomicio function.
120 - Reformat Makefile a little
121 - Moved RC4 routines from rc4.[ch] into helper.c
122 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +1100123 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
124 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +1100125 - Clean up bad imports of a few files (forgot -kb)
126 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +1100127
Damien Millerdc33fc31999-12-04 20:24:48 +110012819991204
129 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +1100130 - Merged OpenBSD CVS changes:
131 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
132 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
133 - [auth-rsa.c]
134 warn only about mismatch if key is _used_
135 warn about keysize-mismatch with log() not error()
136 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
137 ports are u_short
138 - [hostfile.c]
139 indent, shorter warning
140 - [nchan.c]
141 use error() for internal errors
142 - [packet.c]
143 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
144 serverloop.c
145 indent
146 - [ssh-add.1 ssh-add.c ssh.h]
147 document $SSH_ASKPASS, reasonable default
148 - [ssh.1]
149 CheckHostIP is not available for connects via proxy command
150 - [sshconnect.c]
151 typo
152 easier to read client code for passwd and skey auth
153 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +1100154
Damien Miller42b81ff1999-11-26 12:21:24 +110015519991126
156 - Add definition for __P()
157 - Added [v]snprintf() replacement for systems that lack it
158
Damien Miller78224a01999-11-25 11:55:45 +110015919991125
160 - More reformatting merged from OpenBSD CVS
161 - Merged OpenBSD CVS changes:
162 - [channels.c]
163 fix packet_integrity_check() for !have_hostname_in_open.
164 report from mrwizard@psu.edu via djm@ibs.com.au
165 - [channels.c]
166 set SO_REUSEADDR and SO_LINGER for forwarded ports.
167 chip@valinux.com via damien@ibs.com.au
168 - [nchan.c]
169 it's not an error() if shutdown_write failes in nchan.
170 - [readconf.c]
171 remove dead #ifdef-0-code
172 - [readconf.c servconf.c]
173 strcasecmp instead of tolower
174 - [scp.c]
175 progress meter overflow fix from damien@ibs.com.au
176 - [ssh-add.1 ssh-add.c]
177 SSH_ASKPASS support
178 - [ssh.1 ssh.c]
179 postpone fork_after_authentication until command execution,
180 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
181 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +1100182 - Added BSD compatible install program and autoconf test, thanks to
183 Niels Kristian Bech Jensen <nkbj@image.dk>
184 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +1100185 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +1100186 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +1100187
Damien Miller95def091999-11-25 00:26:21 +110018819991124
189 - Merged very large OpenBSD source code reformat
190 - OpenBSD CVS updates
191 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
192 [ssh.h sshd.8 sshd.c]
193 syslog changes:
194 * Unified Logmessage for all auth-types, for success and for failed
195 * Standard connections get only ONE line in the LOG when level==LOG:
196 Auth-attempts are logged only, if authentication is:
197 a) successfull or
198 b) with passwd or
199 c) we had more than AUTH_FAIL_LOG failues
200 * many log() became verbose()
201 * old behaviour with level=VERBOSE
202 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
203 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
204 messages. allows use of s/key in windows (ttssh, securecrt) and
205 ssh-1.2.27 clients without 'ssh -v', ok: niels@
206 - [sshd.8]
207 -V, for fallback to openssh in SSH2 compatibility mode
208 - [sshd.c]
209 fix sigchld race; cjc5@po.cwru.edu
210
Damien Miller294df781999-11-23 10:11:29 +110021119991123
212 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +1100213 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +1100214 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +1100215 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +1100216 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +1100217
Damien Miller22218721999-11-22 12:51:42 +110021819991122
219 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +1100220 - OpenBSD CVS Changes
221 - [ssh-keygen.c]
222 don't create ~/.ssh only if the user wants to store the private
223 key there. show fingerprint instead of public-key after
224 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100225 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +1100226 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +1100227 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +1100228 - Added autoconf test and macro to deal with old PAM libraries
229 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +1100230 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
231 - Retry /dev/urandom reads interrupted by signal (report from
232 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +1100233 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +1100234 - Only display public key comment when presenting ssh-askpass dialog
235 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +1100236
Damien Millerf7c0f821999-11-22 22:31:49 +1100237 - Configure, Make and changelog corrections from Tudor Bosman
238 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
239
Damien Miller6162d121999-11-21 13:23:52 +110024019991121
Damien Miller83df0691999-11-22 13:22:29 +1100241 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +1100242 - [channels.c]
243 make this compile, bad markus
244 - [log.c readconf.c servconf.c ssh.h]
245 bugfix: loglevels are per host in clientconfig,
246 factor out common log-level parsing code.
247 - [servconf.c]
248 remove unused index (-Wall)
249 - [ssh-agent.c]
250 only one 'extern char *__progname'
251 - [sshd.8]
252 document SIGHUP, -Q to synopsis
253 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
254 [channels.c clientloop.c]
255 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
256 [hope this time my ISP stays alive during commit]
257 - [OVERVIEW README] typos; green@freebsd
258 - [ssh-keygen.c]
259 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
260 exit if writing the key fails (no infinit loop)
261 print usage() everytime we get bad options
262 - [ssh-keygen.c] overflow, djm@mindrot.org
263 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
264
Damien Millerc6398ef1999-11-20 12:18:40 +110026519991120
266 - Merged more Solaris support from Marc G. Fournier
267 <marc.fournier@acadiau.ca>
268 - Wrote autoconf tests for integer bit-types
269 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +1100270 - Fix segfault in ssh-keygen caused by buffer overrun in filename
271 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +1100272
Damien Miller5bbbd361999-11-19 07:56:21 +110027319991119
274 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +1100275 - Merged OpenBSD CVS changes
276 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
277 more %d vs. %s in fmt-strings
278 - [authfd.c]
279 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +1100280 - EGD uses a socket, not a named pipe. Duh.
281 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +1100282 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +1100283 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +1100284 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +1100285 - Added autoconf option to enable Kerberos 4 support (untested)
286 - Added autoconf option to enable AFS support (untested)
287 - Added autoconf option to enable S/Key support (untested)
288 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +1100289 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +1100290 - Added tests for login and daemon and enable OpenBSD replacements for
291 when they are absent.
292 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +1100293
Damien Miller81428f91999-11-18 09:28:11 +110029419991118
295 - Merged OpenBSD CVS changes
296 - [scp.c] foregroundproc() in scp
297 - [sshconnect.h] include fingerprint.h
298 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
299 changes.
Damien Miller6ee95641999-11-18 11:35:13 +1100300 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +1100301 - Added openssh.com info to README
302
Damien Miller10f6f6b1999-11-17 17:29:08 +110030319991117
304 - Merged OpenBSD CVS changes
305 - [ChangeLog.Ylonen] noone needs this anymore
306 - [authfd.c] close-on-exec for auth-socket, ok deraadt
307 - [hostfile.c]
308 in known_hosts key lookup the entry for the bits does not need
309 to match, all the information is contained in n and e. This
310 solves the problem with buggy servers announcing the wrong
311 modulus length. markus and me.
312 - [serverloop.c]
313 bugfix: check for space if child has terminated, from:
314 iedowse@maths.tcd.ie
315 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
316 [fingerprint.c fingerprint.h]
317 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
318 - [ssh-agent.1] typo
319 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
320 - [sshd.c]
321 force logging to stderr while loading private key file
322 (lost while converting to new log-levels)
323
Damien Miller7e8e8201999-11-16 13:37:16 +110032419991116
325 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
326 - Merged OpenBSD CVS changes:
327 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
328 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
329 the keysize of rsa-parameter 'n' is passed implizit,
330 a few more checks and warnings about 'pretended' keysizes.
331 - [cipher.c cipher.h packet.c packet.h sshd.c]
332 remove support for cipher RC4
333 - [ssh.c]
334 a note for legay systems about secuity issues with permanently_set_uid(),
335 the private hostkey and ptrace()
336 - [sshconnect.c]
337 more detailed messages about adding and checking hostkeys
338
Damien Millerd05a2471999-11-15 14:25:30 +110033919991115
340 - Merged OpenBSD CVS changes:
341 - [ssh-add.c] change passphrase loop logic and remove ref to
342 $DISPLAY, ok niels
343 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
344 modular.
345 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +1100346 - Merged more OpenBSD CVS changes:
347 [auth-krb4.c]
348 - disconnect if getpeername() fails
349 - missing xfree(*client)
350 [canohost.c]
351 - disconnect if getpeername() fails
352 - fix comment: we _do_ disconnect if ip-options are set
353 [sshd.c]
354 - disconnect if getpeername() fails
355 - move checking of remote port to central place
356 [auth-rhosts.c] move checking of remote port to central place
357 [log-server.c] avoid extra fd per sshd, from millert@
358 [readconf.c] print _all_ bad config-options in ssh(1), too
359 [readconf.h] print _all_ bad config-options in ssh(1), too
360 [ssh.c] print _all_ bad config-options in ssh(1), too
361 [sshconnect.c] disconnect if getpeername() fails
362 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +1100363 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +1100364 - Merged more Solaris compability from Marc G. Fournier
365 <marc.fournier@acadiau.ca>
366 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +1100367 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +1100368 - Released 1.2pre12
369
370 - Another OpenBSD CVS update:
371 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +1100372
Damien Miller0a6e6681999-11-15 09:56:06 +110037319991114
374 - Solaris compilation fixes (still imcomplete)
375
Damien Millerb0284381999-11-13 13:30:28 +110037619991113
Damien Miller192bd011999-11-13 23:56:35 +1100377 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
378 - Don't install config files if they already exist
379 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +1100380 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +1100381 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +1100382 - Merged OpenBSD CVS changes:
383 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
384 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
385 totalsize, ok niels,aaron
386 - Delay fork (-f option) in ssh until after port forwarded connections
387 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +1100388 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
389 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +1100390 - Tidied default config file some more
391 - Revised Redhat initscript to fix bug: sshd (re)start would fail
392 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +1100393
Damien Miller776af5d1999-11-12 08:49:09 +110039419991112
395 - Merged changes from OpenBSD CVS
396 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +1100397 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
398 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
399 deraadt,millert
400 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +1100401 - Grab server in gnome-ssh-askpass (Debian bug #49872)
402 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +1100403
Damien Millerb5f89271999-11-12 14:35:58 +1100404 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +1100405 - Merged yet more changes from OpenBSD CVS
406 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
407 [ssh.c ssh.h sshconnect.c sshd.c]
408 make all access to options via 'extern Options options'
409 and 'extern ServerOptions options' respectively;
410 options are no longer passed as arguments:
411 * make options handling more consistent
412 * remove #include "readconf.h" from ssh.h
413 * readconf.h is only included if necessary
414 - [mpaux.c] clear temp buffer
415 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +1100416 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +1100417 - Fix nasty division-by-zero error in scp.c
418 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +1100419
Damien Millerab18c411999-11-11 10:40:23 +110042019991111
421 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +1100422 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +1100423 - Merged OpenBSD CVS changes:
424 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
425 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
426 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +1100427 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +1100428 file transfers. Fix submitted to OpenBSD developers. Report and fix
429 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +1100430 - Merged more OpenBSD CVS changes:
431 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
432 + krb-cleanup cleanup
433 - [clientloop.c log-client.c log-server.c ]
434 [readconf.c readconf.h servconf.c servconf.h ]
435 [ssh.1 ssh.c ssh.h sshd.8]
436 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
437 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +1100438 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
439 allow session_key_int != sizeof(session_key)
440 [this should fix the pre-assert-removal-core-files]
441 - Updated default config file to use new LogLevel option and to improve
442 readability
443
Damien Millerb77870f1999-11-10 12:48:08 +110044419991110
Damien Miller4236f6e1999-11-12 12:22:31 +1100445 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +1100446 - ssh-agent commandline parsing
447 - RPM spec file now installs ssh setuid root
448 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +1100449 - Merged beginnings of Solaris compability from Marc G. Fournier
450 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +1100451
Damien Millerc7b38ce1999-11-09 10:28:04 +110045219991109
453 - Autodetection of SSL/Crypto library location via autoconf
454 - Fixed location of ssh-askpass to follow autoconf
455 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
456 - Autodetection of RSAref library for US users
457 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +1100458 - Merged OpenBSD CVS changes:
459 - [rsa.c] bugfix: use correct size for memset()
460 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +1100461 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +1100462 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +1100463 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +1100464
Damien Miller356a0b01999-11-08 15:30:59 +110046519991108
466 - Removed debian/ directory. This is now being maintained separately.
467 - Added symlinks for slogin in RPM spec file
468 - Fixed permissions on manpages in RPM spec file
469 - Added references to required libraries in README file
470 - Removed config.h.in from CVS
471 - Removed pwdb support (better pluggable auth is provided by glibc)
472 - Made PAM and requisite libdl optional
473 - Removed lots of unnecessary checks from autoconf
474 - Added support and autoconf test for openpty() function (Unix98 pty support)
475 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
476 - Added TODO file
477 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
478 - Added ssh-askpass program
479 - Added ssh-askpass support to ssh-add.c
480 - Create symlinks for slogin on install
481 - Fix "distclean" target in makefile
482 - Added example for ssh-agent to manpage
483 - Added support for PAM_TEXT_INFO messages
484 - Disable internal /etc/nologin support if PAM enabled
485 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +1100486 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +1100487 - [sshd.c] don't send fail-msg but disconnect if too many authentication
488 failures
Damien Miller356a0b01999-11-08 15:30:59 +1100489 - [sshd.c] remove unused argument. ok dugsong
490 - [sshd.c] typo
491 - [rsa.c] clear buffers used for encryption. ok: niels
492 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +1100493 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +1100494 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +1100495 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +1100496
Damien Miller0aa8e531999-11-02 19:05:02 +110049719991102
498 - Merged change from OpenBSD CVS
499 - One-line cleanup in sshd.c
500
Damien Miller744da801999-10-30 09:12:25 +100050119991030
502 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +1000503 - Merged latest updates for OpenBSD CVS:
504 - channels.[ch] - remove broken x11 fix and document istate/ostate
505 - ssh-agent.c - call setsid() regardless of argv[]
506 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
507 - Documentation cleanups
508 - Renamed README -> README.Ylonen
509 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +1000510
Damien Miller070f7a11999-10-29 10:29:29 +100051119991029
512 - Renamed openssh* back to ssh* at request of Theo de Raadt
513 - Incorporated latest changes from OpenBSD's CVS
514 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
515 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +1000516 - Make distclean now removed configure script
517 - Improved PAM logging
518 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +1000519 - Removed redundant subdirectories
520 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
521 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +1000522 - Fixed off-by-one error in PAM env patch
523 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +1000524
Damien Miller7f6ea021999-10-28 13:25:17 +100052519991028
526 - Further PAM enhancements.
527 - Much cleaner
528 - Now uses account and session modules for all logins.
529 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
530 - Build fixes
531 - Autoconf
532 - Change binary names to open*
533 - Fixed autoconf script to detect PAM on RH6.1
534 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +1000535 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +1000536
537 - Imported latest OpenBSD CVS code
538 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +1000539 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +1000540
Damien Miller7f6ea021999-10-28 13:25:17 +100054119991027
542 - Adapted PAM patch.
543 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000544
Damien Miller7f6ea021999-10-28 13:25:17 +1000545 - Excised my buggy replacements for strlcpy and mkdtemp
546 - Imported correct OpenBSD strlcpy and mkdtemp routines.
547 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
548 - Picked up correct version number from OpenBSD
549 - Added sshd.pam PAM configuration file
550 - Added sshd.init Redhat init script
551 - Added openssh.spec RPM spec file
552 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000553
Damien Miller7f6ea021999-10-28 13:25:17 +100055419991026
555 - Fixed include paths of OpenSSL functions
556 - Use OpenSSL MD5 routines
557 - Imported RC4 code from nanocrypt
558 - Wrote replacements for OpenBSD arc4random* functions
559 - Wrote replacements for strlcpy and mkdtemp
560 - Released 1.0pre1