blob: 46a44428036042c84a872903f6b838a4f16761f4 [file] [log] [blame]
Damien Millere37bfc12000-06-05 09:37:43 +1000120000606
Damien Millerd3a18572000-06-07 19:55:44 +10002 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
3 <tibbs@math.uh.edu>
Damien Miller5314ae72000-06-07 20:08:19 +10004 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
5 <zack@wolery.cumb.org>
Damien Millerd3a18572000-06-07 19:55:44 +10006 - (djm) OpenBSD CVS updates:
7 - todd@cvs.openbsd.org
8 [sshconnect2.c]
9 teach protocol v2 to count login failures properly and also enable an
10 explanation of why the password prompt comes up again like v1; this is NOT
11 crypto
12 - markus@cvs.openbsd.org
13 [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
14 xauth_location support; pr 1234
15 [readconf.c sshconnect2.c]
16 typo, unused
17 [session.c]
18 allow use_login only for login sessions, otherwise remote commands are
19 execed with uid==0
20 [sshd.8]
21 document UseLogin better
22 [version.h]
23 OpenSSH 2.1.1
24 [auth-rsa.c]
25 fix match_hostname() logic for auth-rsa: deny access if we have a
26 negative match or no match at all
27 [channels.c hostfile.c match.c]
28 don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
29 kris@FreeBSD.org
30
3120000606
Damien Millere37bfc12000-06-05 09:37:43 +100032 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
33 configure.
34
Damien Miller2994e082000-06-04 15:51:47 +10003520000604
36 - Configure tweaking for new login code on Irix 5.3
andrea86c7ec2000-06-04 17:00:15 +000037 - (andre) login code changes based on djm feedback
Damien Miller2994e082000-06-04 15:51:47 +100038
andrea86c7ec2000-06-04 17:00:15 +00003920000603
40 - (andre) New login code
41 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
42 - Add loginrec.[ch], logintest.c and autoconf code
43
Damien Miller2f6a0ad2000-05-31 11:20:11 +10004420000531
45 - Cleanup of auth.c, login.c and fake-*
46 - Cleanup of auth-pam.c, save and print "account expired" error messages
Damien Miller1ea8ac72000-05-31 11:24:34 +100047 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
Damien Miller1c773922000-05-31 13:57:18 +100048 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
49 of fallback DIY code.
Damien Miller2f6a0ad2000-05-31 11:20:11 +100050
Damien Millerbe260a02000-05-30 12:57:46 +10005120000530
52 - Define atexit for old Solaris
Damien Millerc252e2e2000-05-30 13:12:46 +100053 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
54 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
Damien Millerb1715dc2000-05-30 13:44:51 +100055 - OpenBSD CVS updates:
56 - markus@cvs.openbsd.org
57 [session.c]
58 make x11-fwd work w/ localhost (xauth add host/unix:11)
59 [cipher.c compat.c readconf.c servconf.c]
60 check strtok() != NULL; ok niels@
61 [key.c]
62 fix key_read() for uuencoded keys w/o '='
63 [serverloop.c]
64 group ssh1 vs. ssh2 in serverloop
65 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
66 split kexinit/kexdh, factor out common code
67 [readconf.c ssh.1 ssh.c]
68 forwardagent defaults to no, add ssh -A
69 - theo@cvs.openbsd.org
70 [session.c]
71 just some line shortening
Damien Miller03934f22000-05-30 14:01:10 +100072 - Released 2.1.0p3
Damien Millerbe260a02000-05-30 12:57:46 +100073
Damien Millerd999ae22000-05-20 12:49:31 +10007420000520
75 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
Damien Millerad1bc5f2000-05-20 14:53:09 +100076 - Don't touch utmp if USE_UTMPX defined
Damien Millerdfc83f42000-05-20 15:02:59 +100077 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
Damien Millerfda78d92000-05-20 15:33:44 +100078 - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
79 - HPUX and Configure fixes from Lutz Jaenicke
80 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
81 - Use mkinstalldirs script to make directories instead of non-portable
82 "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller7b63b0f2000-05-20 15:41:26 +100083 - Doc cleanup
Damien Millerd999ae22000-05-20 12:49:31 +100084
Damien Milleref7df542000-05-19 00:03:23 +10008520000518
86 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
87 - OpenBSD CVS updates:
88 - markus@cvs.openbsd.org
89 [sshconnect.c]
90 copy only ai_addrlen bytes; misiek@pld.org.pl
91 [auth.c]
92 accept an empty shell in authentication; bug reported by
93 chris@tinker.ucr.edu
94 [serverloop.c]
95 we don't have stderr for interactive terminal sessions (fcntl errors)
96
Damien Miller8d1fd572000-05-17 21:34:07 +10009720000517
98 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
99 - Fixes command line printing segfaults (spotter: Bladt Norbert)
100 - Fixes erroneous printing of debug messages to syslog
101 - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
102 - Gives useful error message if PRNG initialisation fails
103 - Reduced ssh startup delay
104 - Measures cumulative command time rather than the time between reads
105 after select()
106 - 'fixprogs' perl script to eliminate non-working entropy commands, and
107 optionally run 'ent' to measure command entropy
Damien Millerd2c208a2000-05-17 22:00:02 +1000108 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
Damien Millerf3c6cf12000-05-17 22:08:29 +1000109 - Avoid WCOREDUMP complation errors for systems that lack it
110 - Avoid SIGCHLD warnings from entropy commands
Damien Miller0e65eed2000-05-17 22:16:05 +1000111 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000112 - OpenBSD CVS update:
113 - markus@cvs.openbsd.org
114 [ssh.c]
115 fix usage()
116 [ssh2.h]
117 draft-ietf-secsh-architecture-05.txt
118 [ssh.1]
119 document ssh -T -N (ssh2 only)
120 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
121 enable nonblocking IO for sshd w/ proto 1, too; split out common code
122 [aux.c]
123 missing include
Damien Miller615f9392000-05-17 22:53:33 +1000124 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
125 - INSTALL typo and URL fix
126 - Makefile fix
127 - Solaris fixes
128 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
129 <ksakai@kso.netwk.ntt-at.co.jp>
Damien Millerc4be7ce2000-05-17 23:02:03 +1000130 - RSAless operation patch from kevin_oconnor@standardandpoors.com
Damien Miller3b512e12000-05-17 23:29:18 +1000131 - Detect OpenSSL seperatly from RSA
132 - Better test for RSA (more compatible with RSAref). Based on work by
133 Ed Eden <ede370@stl.rural.usda.gov>
Damien Miller8d1fd572000-05-17 21:34:07 +1000134
Damien Miller95fe91b2000-05-13 12:31:22 +100013520000513
136 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
137 <misiek@pld.org.pl>
138
Damien Milleraccfeb32000-05-11 19:10:58 +100013920000511
140 - Fix for prng_seed permissions checking from Lutz Jaenicke
141 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Damien Miller95fe91b2000-05-13 12:31:22 +1000142 - "make host-key" fix for Irix
Damien Milleraccfeb32000-05-11 19:10:58 +1000143
Damien Miller30c3d422000-05-09 11:02:59 +100014420000509
145 - OpenBSD CVS update
146 - markus@cvs.openbsd.org
147 [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
148 [ssh.h sshconnect1.c sshconnect2.c sshd.8]
149 - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
150 - hugh@cvs.openbsd.org
151 [ssh.1]
152 - zap typo
153 [ssh-keygen.1]
154 - One last nit fix. (markus approved)
155 [sshd.8]
156 - some markus certified spelling adjustments
157 - markus@cvs.openbsd.org
158 [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
159 [sshconnect2.c ]
160 - bug compat w/ ssh-2.0.13 x11, split out bugs
161 [nchan.c]
162 - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
163 [ssh-keygen.c]
164 - handle escapes in real and original key format, ok millert@
165 [version.h]
166 - OpenSSH-2.1
Damien Miller16e519c2000-05-09 14:28:55 +1000167 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
Damien Miller54057c22000-05-09 15:03:37 +1000168 - Doc updates
Damien Miller95e89632000-05-09 15:28:50 +1000169 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
170 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller30c3d422000-05-09 11:02:59 +1000171
Damien Miller58e579b2000-05-08 00:05:31 +100017220000508
173 - Makefile and RPM spec fixes
174 - Generate DSA host keys during "make key" or RPM installs
Damien Miller6d488712000-05-08 13:44:52 +1000175 - OpenBSD CVS update
176 - markus@cvs.openbsd.org
177 [clientloop.c sshconnect2.c]
178 - make x11-fwd interop w/ ssh-2.0.13
179 [README.openssh2]
180 - interop w/ SecureFX
181 - Release 2.0.0beta2
Damien Miller58e579b2000-05-08 00:05:31 +1000182
Damien Miller61e50f12000-05-08 20:49:37 +1000183 - Configure caching and cleanup patch from Andre Lucas'
184 <andre.lucas@dial.pipex.com>
185
Damien Millere247cc42000-05-07 12:03:14 +100018620000507
187 - Remove references to SSLeay.
188 - Big OpenBSD CVS update
189 - markus@cvs.openbsd.org
190 [clientloop.c]
191 - typo
192 [session.c]
193 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
194 [session.c]
195 - update proctitle for proto 1, too
196 [channels.h nchan.c serverloop.c session.c sshd.c]
197 - use c-style comments
198 - deraadt@cvs.openbsd.org
199 [scp.c]
200 - more atomicio
201 - markus@cvs.openbsd.org
202 [channels.c]
203 - set O_NONBLOCK
204 [ssh.1]
205 - update AUTHOR
206 [readconf.c ssh-keygen.c ssh.h]
207 - default DSA key file ~/.ssh/id_dsa
208 [clientloop.c]
209 - typo, rm verbose debug
210 - deraadt@cvs.openbsd.org
211 [ssh-keygen.1]
212 - document DSA use of ssh-keygen
213 [sshd.8]
214 - a start at describing what i understand of the DSA side
215 [ssh-keygen.1]
216 - document -X and -x
217 [ssh-keygen.c]
218 - simplify usage
219 - markus@cvs.openbsd.org
220 [sshd.8]
221 - there is no rhosts_dsa
222 [ssh-keygen.1]
223 - document -y, update -X,-x
224 [nchan.c]
225 - fix close for non-open ssh1 channels
226 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
227 - s/DsaKey/HostDSAKey/, document option
228 [sshconnect2.c]
229 - respect number_of_password_prompts
230 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
231 - GatewayPorts for sshd, ok deraadt@
232 [ssh-add.1 ssh-agent.1 ssh.1]
233 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
234 [ssh.1]
235 - more info on proto 2
236 [sshd.8]
237 - sync AUTHOR w/ ssh.1
238 [key.c key.h sshconnect.c]
239 - print key type when talking about host keys
240 [packet.c]
241 - clear padding in ssh2
242 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
243 - replace broken uuencode w/ libc b64_ntop
244 [auth2.c]
245 - log failure before sending the reply
246 [key.c radix.c uuencode.c]
247 - remote trailing comments before calling __b64_pton
248 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
249 [sshconnect2.c sshd.8]
250 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
251 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
252
Damien Miller63560f92000-05-02 09:06:04 +100025320000502
Damien Miller6f83b8e2000-05-02 09:23:45 +1000254 - OpenBSD CVS update
255 [channels.c]
256 - init all fds, close all fds.
257 [sshconnect2.c]
258 - check whether file exists before asking for passphrase
259 [servconf.c servconf.h sshd.8 sshd.c]
260 - PidFile, pr 1210
261 [channels.c]
262 - EINTR
263 [channels.c]
264 - unbreak, ok niels@
265 [sshd.c]
266 - unlink pid file, ok niels@
267 [auth2.c]
268 - Add missing #ifdefs; ok - markus
Damien Miller0437b332000-05-02 09:56:41 +1000269 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
270 gathering commands from a text file
Damien Miller63560f92000-05-02 09:06:04 +1000271 - Release 2.0.0beta1
272
Damien Miller7c8af4f2000-05-01 08:24:07 +100027320000501
274 - OpenBSD CVS update
275 [packet.c]
276 - send debug messages in SSH2 format
Damien Miller35dabd02000-05-01 21:10:33 +1000277 [scp.c]
278 - fix very rare EAGAIN/EINTR issues; based on work by djm
279 [packet.c]
280 - less debug, rm unused
281 [auth2.c]
282 - disable kerb,s/key in ssh2
283 [sshd.8]
284 - Minor tweaks and typo fixes.
285 [ssh-keygen.c]
286 - Put -d into usage and reorder. markus ok.
Damien Millere59ce622000-05-01 20:54:17 +1000287 - Include missing headers for OpenSSL tests. Fix from Phil Karn
288 <karn@ka9q.ampr.org>
Damien Miller70fb6712000-05-01 20:59:50 +1000289 - Fixed __progname symbol collisions reported by Andre Lucas
290 <andre.lucas@dial.pipex.com>
Damien Miller0e489dc2000-05-01 22:53:53 +1000291 - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
292 <gd@hilb1.medat.de>
Damien Miller1cead2c2000-05-01 22:55:23 +1000293 - Add some missing ifdefs to auth2.c
Damien Miller7c004262000-05-01 22:57:46 +1000294 - Deprecate perl-tk askpass.
Damien Millerfc0b11b2000-05-02 00:03:55 +1000295 - Irix portability fixes - don't include netinet headers more than once
296 - Make sure we don't save PRNG seed more than once
Damien Miller7c8af4f2000-05-01 08:24:07 +1000297
Damien Miller1bead332000-04-30 00:47:29 +100029820000430
299 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
Damien Miller4018c192000-04-30 09:30:44 +1000300 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
301 patch.
302 - Adds timeout to entropy collection
303 - Disables slow entropy sources
304 - Load and save seed file
305 - Changed entropy seed code to user per-user seeds only (server seed is
306 saved in root's .ssh directory)
307 - Use atexit() and fatal cleanups to save seed on exit
Damien Millerbd483e72000-04-30 10:00:53 +1000308 - More OpenBSD updates:
309 [session.c]
310 - don't call chan_write_failed() if we are not writing
311 [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
312 - keysize warnings error() -> log()
Damien Miller1bead332000-04-30 00:47:29 +1000313
Damien Millereba71ba2000-04-29 23:57:08 +100031420000429
315 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
316 [README.openssh2]
317 - interop w/ F-secure windows client
318 - sync documentation
319 - ssh_host_dsa_key not ssh_dsa_key
320 [auth-rsa.c]
321 - missing fclose
322 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
323 [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
324 [sshd.c uuencode.c uuencode.h authfile.h]
325 - add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
326 for trading keys with the real and the original SSH, directly from the
327 people who invented the SSH protocol.
328 [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
329 [sshconnect1.c sshconnect2.c]
330 - split auth/sshconnect in one file per protocol version
331 [sshconnect2.c]
332 - remove debug
333 [uuencode.c]
334 - add trailing =
335 [version.h]
336 - OpenSSH-2.0
337 [ssh-keygen.1 ssh-keygen.c]
338 - add -R flag: exit code indicates if RSA is alive
339 [sshd.c]
340 - remove unused
341 silent if -Q is specified
342 [ssh.h]
343 - host key becomes /etc/ssh_host_dsa_key
344 [readconf.c servconf.c ]
345 - ssh/sshd default to proto 1 and 2
346 [uuencode.c]
347 - remove debug
348 [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
349 - xfree DSA blobs
350 [auth2.c serverloop.c session.c]
351 - cleanup logging for sshd/2, respect PasswordAuth no
352 [sshconnect2.c]
353 - less debug, respect .ssh/config
354 [README.openssh2 channels.c channels.h]
355 - clientloop.c session.c ssh.c
356 - support for x11-fwding, client+server
357
Damien Millera552faf2000-04-21 15:55:20 +100035820000421
359 - Merge fix from OpenBSD CVS
360 [ssh-agent.c]
361 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
362 via Debian bug #59926
Damien Miller81171112000-04-23 11:14:01 +1000363 - Define __progname in session.c if libc doesn't
364 - Remove indentation on autoconf #include statements to avoid bug in
365 DEC Tru64 compiler. Report and fix from David Del Piero
366 <David.DelPiero@qed.qld.gov.au>
Damien Millera552faf2000-04-21 15:55:20 +1000367
Damien Miller3ef692a2000-04-20 07:33:24 +100036820000420
369 - Make fixpaths work with perl4, patch from Andre Lucas
370 <andre.lucas@dial.pipex.com>
Damien Miller166fca82000-04-20 07:42:21 +1000371 - Sync with OpenBSD CVS:
372 [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
373 - pid_t
374 [session.c]
375 - remove bogus chan_read_failed. this could cause data
376 corruption (missing data) at end of a SSH2 session.
Damien Millerd0cff3e2000-04-20 23:12:58 +1000377 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
378 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
379 - Use vhangup to clean up Linux ttys
380 - Force posix getopt processing on GNU libc systems
Damien Millercfabe862000-04-20 23:27:27 +1000381 - Debian bug #55910 - remove references to ssl(8) manpages
Damien Millerf3a3fee2000-04-20 23:32:48 +1000382 - Debian bug #58031 - ssh_config lies about default cipher
Damien Miller3ef692a2000-04-20 07:33:24 +1000383
Damien Miller8bb73be2000-04-19 16:26:12 +100038420000419
385 - OpenBSD CVS updates
386 [channels.c]
387 - fix pr 1196, listen_port and port_to_connect interchanged
388 [scp.c]
389 - after completion, replace the progress bar ETA counter with a final
390 elapsed time; my idea, aaron wrote the patch
391 [ssh_config sshd_config]
392 - show 'Protocol' as an example, ok markus@
393 [sshd.c]
394 - missing xfree()
395 - Add missing header to bsd-misc.c
396
Damien Miller5f056372000-04-16 12:31:48 +100039720000416
398 - Reduce diff against OpenBSD source
399 - All OpenSSL includes are now unconditionally referenced as
400 openssl/foo.h
401 - Pick up formatting changes
402 - Other minor changed (typecasts, etc) that I missed
403
Damien Miller4af51302000-04-16 11:18:38 +100040420000415
405 - OpenBSD CVS updates.
406 [ssh.1 ssh.c]
407 - ssh -2
408 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
409 [session.c sshconnect.c]
410 - check payload for (illegal) extra data
411 [ALL]
412 whitespace cleanup
413
Damien Millere71eb912000-04-13 12:19:32 +100041420000413
415 - INSTALL doc updates
Damien Miller22c77262000-04-13 12:26:34 +1000416 - Merged OpenBSD updates to include paths.
Damien Miller4af51302000-04-16 11:18:38 +1000417
Damien Miller78928792000-04-12 20:17:38 +100041820000412
419 - OpenBSD CVS updates:
420 - [channels.c]
421 repair x11-fwd
422 - [sshconnect.c]
423 fix passwd prompt for ssh2, less debugging output.
424 - [clientloop.c compat.c dsa.c kex.c sshd.c]
425 less debugging output
426 - [kex.c kex.h sshconnect.c sshd.c]
427 check for reasonable public DH values
428 - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
429 [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
430 add Cipher and Protocol options to ssh/sshd, e.g.:
431 ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
432 arcfour,3des-cbc'
433 - [sshd.c]
434 print 1.99 only if server supports both
435
Damien Millerbc7c7cc2000-04-08 17:48:56 +100043620000408
437 - Avoid some compiler warnings in fake-get*.c
438 - Add IPTOS macros for systems which lack them
Damien Miller11e37f62000-04-08 18:23:30 +1000439 - Only set define entropy collection macros if they are found
Damien Millerefb4afe2000-04-12 18:45:05 +1000440 - More large OpenBSD CVS updates:
441 - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
442 [session.h ssh.h sshd.c README.openssh2]
443 ssh2 server side, see README.openssh2; enable with 'sshd -2'
444 - [channels.c]
445 no adjust after close
446 - [sshd.c compat.c ]
447 interop w/ latest ssh.com windows client.
448
Damien Miller1383bd82000-04-06 12:32:37 +100044920000406
450 - OpenBSD CVS update:
451 - [channels.c]
452 close efd on eof
453 - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
454 ssh2 client implementation, interops w/ ssh.com and lsh servers.
455 - [sshconnect.c]
456 missing free.
457 - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
458 remove unused argument, split cipher_mask()
459 - [clientloop.c]
460 re-order: group ssh1 vs. ssh2
461 - Make Redhat spec require openssl >= 0.9.5a
462
Damien Miller193ba882000-04-04 10:21:09 +100046320000404
464 - Add tests for RAND_add function when searching for OpenSSL
Damien Miller33b13562000-04-04 14:38:59 +1000465 - OpenBSD CVS update:
466 - [packet.h packet.c]
467 ssh2 packet format
468 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
469 [channels.h channels.c]
470 channel layer support for ssh2
471 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
472 DSA, keyexchange, algorithm agreement for ssh2
Damien Miller74a333b2000-04-04 15:04:09 +1000473 - Generate manpages before make install not at the end of make all
474 - Don't seed the rng quite so often
475 - Always reseed rng when requested
Damien Miller193ba882000-04-04 10:21:09 +1000476
Damien Miller040f3832000-04-03 14:50:43 +100047720000403
478 - Wrote entropy collection routines for systems that lack /dev/random
479 and EGD
Damien Miller70494d12000-04-03 15:57:06 +1000480 - Disable tests and typedefs for 64 bit types. They are currently unused.
Damien Miller040f3832000-04-03 14:50:43 +1000481
Damien Millerb38eff82000-04-01 11:09:21 +100048220000401
483 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
484 - [auth.c session.c sshd.c auth.h]
485 split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
486 - [bufaux.c bufaux.h]
487 support ssh2 bignums
488 - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
489 [readconf.c ssh.c ssh.h serverloop.c]
490 replace big switch() with function tables (prepare for ssh2)
491 - [ssh2.h]
492 ssh2 message type codes
493 - [sshd.8]
494 reorder Xr to avoid cutting
495 - [serverloop.c]
496 close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
497 - [channels.c]
498 missing close
499 allow bigger packets
500 - [cipher.c cipher.h]
501 support ssh2 ciphers
502 - [compress.c]
503 cleanup, less code
504 - [dispatch.c dispatch.h]
505 function tables for different message types
506 - [log-server.c]
507 do not log() if debuggin to stderr
508 rename a cpp symbol, to avoid param.h collision
509 - [mpaux.c]
510 KNF
511 - [nchan.c]
512 sync w/ channels.c
513
Damien Miller2c9279f2000-03-26 12:12:34 +100051420000326
515 - Better tests for OpenSSL w/ RSAref
516 - Added replacement setenv() function from OpenBSD libc. Suggested by
517 Ben Lindstrom <mouring@pconline.com>
Damien Miller450a7a12000-03-26 13:04:51 +1000518 - OpenBSD CVS update
519 - [auth-krb4.c]
520 -Wall
521 - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
522 [match.h ssh.c ssh.h sshconnect.c sshd.c]
523 initial support for DSA keys. ok deraadt@, niels@
524 - [cipher.c cipher.h]
525 remove unused cipher_attack_detected code
526 - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
527 Fix some formatting problems I missed before.
528 - [ssh.1 sshd.8]
529 fix spelling errors, From: FreeBSD
530 - [ssh.c]
531 switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
Damien Miller2c9279f2000-03-26 12:12:34 +1000532
Damien Miller63a46cc2000-03-24 09:24:33 +110053320000324
534 - Released 1.2.3
535
Damien Miller29ea30d2000-03-17 10:54:15 +110053620000317
537 - Clarified --with-default-path option.
538 - Added -blibpath handling for AIX to work around stupid runtime linking.
539 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
540 <jmknoble@pobox.com>
Damien Millerd6121d22000-03-17 23:26:46 +1100541 - Checks for 64 bit int types. Problem report from Mats Fredholm
542 <matsf@init.se>
Damien Miller7684ee12000-03-17 23:40:15 +1100543 - OpenBSD CVS updates:
544 - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
545 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
546 [sshd.c]
547 pedantic: signed vs. unsigned, void*-arithm, etc
548 - [ssh.1 sshd.8]
549 Various cleanups and standardizations.
Damien Millere37ac5a2000-03-17 23:58:59 +1100550 - Runtime error fix for HPUX from Otmar Stahl
551 <O.Stahl@lsw.uni-heidelberg.de>
Damien Miller29ea30d2000-03-17 10:54:15 +1100552
Damien Miller08c788a2000-03-16 07:52:29 +110055320000316
554 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
555 Hesprich <dghespri@sprintparanet.com>
Damien Miller166bd442000-03-16 10:48:25 +1100556 - Propogate LD through to Makefile
Damien Millerfd263682000-03-16 11:51:09 +1100557 - Doc cleanups
Damien Millerca9a49c2000-03-16 12:23:13 +1100558 - Added blurb about "scp: command not found" errors to UPGRADING
Damien Miller08c788a2000-03-16 07:52:29 +1100559
Damien Millera1ad4802000-03-15 10:04:54 +110056020000315
561 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
562 problems with gcc/Solaris.
Damien Millerf09b07a2000-03-15 11:23:48 +1100563 - Don't free argument to putenv() after use (in setenv() replacement).
564 Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
Damien Miller8b1c22b2000-03-15 12:13:01 +1100565 - Created contrib/ subdirectory. Included helpers from Phil Hands'
566 Debian package, README file and chroot patch from Ricardo Cerqueira
567 <rmcc@clix.pt>
Damien Miller96873222000-03-16 12:07:43 +1100568 - Moved gnome-ssh-askpass.c to contrib directory and removed config
Damien Miller8b1c22b2000-03-15 12:13:01 +1100569 option.
570 - Slight cleanup to doc files
Damien Miller856799b2000-03-15 21:18:10 +1100571 - Configure fix from Bratislav ILICH <bilic@zepter.ru>
Damien Millera1ad4802000-03-15 10:04:54 +1100572
Damien Miller1c67c992000-03-14 10:16:34 +110057320000314
574 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
575 peter@frontierflying.com
Damien Millerdb819592000-03-14 13:44:01 +1100576 - Include /usr/local/include and /usr/local/lib for systems that don't
577 do it themselves
578 - -R/usr/local/lib for Solaris
579 - Fix RSAref detection
580 - Fix IN6_IS_ADDR_V4MAPPED macro
Damien Miller1c67c992000-03-14 10:16:34 +1100581
Damien Millerb85dcad2000-03-11 11:37:00 +110058220000311
583 - Detect RSAref
Damien Miller02491e92000-03-11 11:58:28 +1100584 - OpenBSD CVS change
585 [sshd.c]
586 - disallow guessing of root password
Damien Millerd58b3ab2000-03-11 20:05:11 +1100587 - More configure fixes
Damien Miller7bcb0892000-03-11 20:45:40 +1100588 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Damien Millerb85dcad2000-03-11 11:37:00 +1100589
Damien Miller98c7ad62000-03-09 21:27:49 +110059020000309
591 - OpenBSD CVS updates to v1.2.3
592 [ssh.h atomicio.c]
593 - int atomicio -> ssize_t (for alpha). ok deraadt@
594 [auth-rsa.c]
595 - delay MD5 computation until client sends response, free() early, cleanup.
596 [cipher.c]
597 - void* -> unsigned char*, ok niels@
598 [hostfile.c]
599 - remove unused variable 'len'. fix comments.
600 - remove unused variable
601 [log-client.c log-server.c]
602 - rename a cpp symbol, to avoid param.h collision
603 [packet.c]
604 - missing xfree()
605 - getsockname() requires initialized tolen; andy@guildsoftware.com
606 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
607 from Holger.Trapp@Informatik.TU-Chemnitz.DE
608 [pty.c pty.h]
609 - register cleanup for pty earlier. move code for pty-owner handling to
610 pty.c ok provos@, dugsong@
611 [readconf.c]
612 - turn off x11-fwd for the client, too.
613 [rsa.c]
614 - PKCS#1 padding
615 [scp.c]
616 - allow '.' in usernames; from jedgar@fxp.org
617 [servconf.c]
618 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
619 - sync with sshd_config
620 [ssh-keygen.c]
621 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
622 [ssh.1]
623 - Change invalid 'CHAT' loglevel to 'VERBOSE'
624 [ssh.c]
625 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
626 - turn off x11-fwd for the client, too.
627 [sshconnect.c]
628 - missing xfree()
629 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
630 - read error vs. "Connection closed by remote host"
631 [sshd.8]
632 - ie. -> i.e.,
633 - do not link to a commercial page..
634 - sync with sshd_config
635 [sshd.c]
636 - no need for poll.h; from bright@wintelcom.net
637 - log with level log() not fatal() if peer behaves badly.
638 - don't panic if client behaves strange. ok deraadt@
639 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
640 - delay close() of pty until the pty has been chowned back to root
641 - oops, fix comment, too.
642 - missing xfree()
643 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
644 (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
645 - register cleanup for pty earlier. move code for pty-owner handling to
646 pty.c ok provos@, dugsong@
647 - create x11 cookie file
648 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
649 - version 1.2.3
650 - Cleaned up
Damien Miller8f975b62000-03-09 22:31:13 +1100651 - Removed warning workaround for Linux and devpts filesystems (no longer
652 required after OpenBSD updates)
Damien Miller98c7ad62000-03-09 21:27:49 +1100653
Damien Miller1a07ebd2000-03-08 09:03:44 +110065420000308
655 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
656
65720000307
658 - Released 1.2.2p1
659
Damien Miller01bedb82000-03-05 16:10:03 +110066020000305
661 - Fix DEC compile fix
Damien Millerfac99cd2000-03-05 16:10:45 +1100662 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
Damien Miller9fb07e42000-03-05 16:22:59 +1100663 - Check for getpagesize in libucb.a if not found in libc. Fix for old
664 Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller65165f82000-03-05 17:02:45 +1100665 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
666 Mate Wierdl <mw@moni.msci.memphis.edu>
Damien Miller01bedb82000-03-05 16:10:03 +1100667
Damien Miller4095f892000-03-03 22:13:52 +110066820000303
669 - Added "make host-key" target, Suggestion from Dominik Brettnacher
670 <domi@saargate.de>
Damien Miller3c7eeb22000-03-03 22:35:33 +1100671 - Don't permanently fail on bind() if getaddrinfo has more choices left for
672 us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
673 Miskiewicz <misiek@pld.org.pl>
Damien Miller00d4bb12000-03-03 22:48:49 +1100674 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
675 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
Damien Miller4095f892000-03-03 22:13:52 +1100676
Damien Millera22ba012000-03-02 23:09:20 +110067720000302
678 - Big cleanup of autoconf code
679 - Rearranged to be a little more logical
680 - Added -R option for Solaris
681 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
682 to detect library and header location _and_ ensure library has proper
683 RSA support built in (this is a problem with OpenSSL 0.9.5).
Damien Millerc7d8dbb2000-03-02 23:30:53 +1100684 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Damien Millerc4cea3e2000-03-02 23:31:50 +1100685 - Avoid warning message with Unix98 ptys
Damien Miller204ad072000-03-02 23:56:12 +1100686 - Warning was valid - possible race condition on PTYs. Avoided using
687 platform-specific code.
688 - Document some common problems
Damien Miller2453d012000-03-02 23:57:18 +1100689 - Allow root access to any key. Patch from
690 markus.friedl@informatik.uni-erlangen.de
Damien Millera22ba012000-03-02 23:09:20 +1100691
Damien Miller36143d72000-02-07 13:20:26 +110069220000207
693 - Removed SOCKS code. Will support through a ProxyCommand.
694
Damien Miller18522462000-02-03 01:07:07 +110069520000203
696 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
Damien Miller0c0e4bf2000-02-03 13:58:51 +1100697 - Add --with-ssl-dir option
Damien Miller18522462000-02-03 01:07:07 +1100698
Damien Miller65527582000-02-02 19:17:40 +110069920000202
700 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
701 <jmd@aoe.vt.edu>
Damien Miller17872522000-02-02 20:56:20 +1100702 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
703 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
704 <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller65527582000-02-02 19:17:40 +1100705
Damien Miller9e53f352000-02-01 23:05:30 +110070620000201
707 - Use socket pairs by default (instead of pipes). Prevents race condition
708 on several (buggy) OSs. Report and fix from tridge@linuxcare.com
709
Damien Millerf07390e2000-01-29 20:40:22 +110071020000127
711 - Seed OpenSSL's random number generator before generating RSA keypairs
712 - Split random collector into seperate file
Damien Miller6034fdf2000-01-29 20:55:09 +1100713 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Millerf07390e2000-01-29 20:40:22 +1100714
Damien Miller27f4c782000-01-27 18:22:13 +110071520000126
716 - Released 1.2.2 stable
717
718 - NeXT keeps it lastlog in /usr/adm. Report from
719 mouring@newton.pconline.com
Damien Millerc85f9b42000-01-29 10:20:21 +1100720 - Added note in UPGRADING re interop with commercial SSH using idea.
721 Report from Jim Knoble <jmknoble@pobox.com>
722 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
723 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Miller27f4c782000-01-27 18:22:13 +1100724
Damien Millerd89c24b2000-01-26 11:04:48 +110072520000125
726 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
727 <andre.lucas@dial.pipex.com>
Damien Millerfa51a832000-01-26 11:07:22 +1100728 - Reorder PAM initialisation so it does not mess up lastlog. Reported
729 by Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller0e1cf7c2000-01-26 12:15:30 +1100730 - Use preformatted manpages on SCO, report from Gary E. Miller
731 <gem@rellim.com>
732 - New URL for x11-ssh-askpass.
Damien Miller6d844932000-01-26 12:17:50 +1100733 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
734 <jmknoble@pobox.com>
Damien Miller7d7c60d2000-01-26 14:37:48 +1100735 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
736 Jim Knoble <jmknoble@pobox.com>
737 - Updated RPM spec files to use DESTDIR
Damien Millerd89c24b2000-01-26 11:04:48 +1100738
Damien Miller68cee102000-01-24 17:02:27 +110073920000124
740 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
741 increment)
742
Damien Miller6fe375d2000-01-23 09:38:00 +110074320000123
744 - OpenBSD CVS:
745 - [packet.c]
746 getsockname() requires initialized tolen; andy@guildsoftware.com
Damien Miller1fa154b2000-01-23 10:32:03 +1100747 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
748 <drankin@bohemians.lexington.ky.us>
Damien Millerdef0dc92000-01-23 20:18:35 +1100749 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller6fe375d2000-01-23 09:38:00 +1100750
Damien Miller91427002000-01-22 13:25:13 +110075120000122
752 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
753 <bent@clark.net>
Damien Miller670a4b82000-01-22 13:53:11 +1100754 - Merge preformatted manpage patch from Andre Lucas
755 <andre.lucas@dial.pipex.com>
Damien Miller07278932000-01-22 14:05:37 +1100756 - Make IPv4 use the default in RPM packages
757 - Irix uses preformatted manpages
Damien Miller8dbbe6e2000-01-22 18:17:42 +1100758 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
759 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Damien Millerf052aaf2000-01-22 19:47:21 +1100760 - OpenBSD CVS updates:
761 - [packet.c]
762 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
763 from Holger.Trapp@Informatik.TU-Chemnitz.DE
764 - [sshd.c]
765 log with level log() not fatal() if peer behaves badly.
766 - [readpass.c]
767 instead of blocking SIGINT, catch it ourselves, so that we can clean
768 the tty modes up and kill ourselves -- instead of our process group
769 leader (scp, cvs, ...) going away and leaving us in noecho mode.
770 people with cbreak shells never even noticed..
Damien Miller14537852000-01-22 19:57:40 +1100771 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
772 ie. -> i.e.,
Damien Miller91427002000-01-22 13:25:13 +1100773
Damien Millereca71f82000-01-20 22:38:27 +110077420000120
775 - Don't use getaddrinfo on AIX
Damien Miller396691a2000-01-20 22:44:08 +1100776 - Update to latest OpenBSD CVS:
777 - [auth-rsa.c]
778 - fix user/1056, sshd keeps restrictions; dbt@meat.net
779 - [sshconnect.c]
780 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
781 - destroy keys earlier
Damien Milleree1c0b32000-01-21 00:18:15 +1100782 - split key exchange (kex) and user authentication (user-auth),
783 ok: provos@
Damien Miller396691a2000-01-20 22:44:08 +1100784 - [sshd.c]
785 - no need for poll.h; from bright@wintelcom.net
786 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
Damien Milleree1c0b32000-01-21 00:18:15 +1100787 - split key exchange (kex) and user authentication (user-auth),
788 ok: provos@
Damien Miller88b86e42000-01-20 23:13:35 +1100789 - Big manpage and config file cleanup from Andre Lucas
790 <andre.lucas@dial.pipex.com>
Damien Miller886c63a2000-01-20 23:13:36 +1100791 - Re-added latest (unmodified) OpenBSD manpages
Damien Millereab2ce02000-01-20 23:58:22 +1100792 - Doc updates
Damien Milleree1c0b32000-01-21 00:18:15 +1100793 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
794 Christos Zoulas <christos@netbsd.org>
Damien Millereca71f82000-01-20 22:38:27 +1100795
Damien Miller9550a242000-01-19 10:41:23 +110079620000119
Damien Millereaf99942000-01-19 13:45:07 +1100797 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
Damien Miller9550a242000-01-19 10:41:23 +1100798 - Compile fix from Darren_Hall@progressive.com
Damien Miller7d80e342000-01-19 14:36:49 +1100799 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
800 addresses using getaddrinfo(). Added a configure switch to make the
801 default lookup mode AF_INET
Damien Miller9550a242000-01-19 10:41:23 +1100802
Damien Millerdbd250f2000-01-18 08:57:14 +110080320000118
804 - Fixed --with-pid-dir option
Damien Millerca673b32000-01-18 09:01:27 +1100805 - Makefile fix from Gary E. Miller <gem@rellim.com>
Damien Millere0f45742000-01-18 09:12:06 +1100806 - Compile fix for HPUX and Solaris from Andre Lucas
807 <andre.lucas@dial.pipex.com>
Damien Millerdbd250f2000-01-18 08:57:14 +1100808
Damien Millerb9b94a72000-01-17 09:52:46 +110080920000117
810 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
811 port, ignore EINVAL errors (Linux) when searching for free port.
Damien Miller834171e2000-01-17 09:59:41 +1100812 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
813 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
Damien Millerf693d3b2000-01-17 11:56:27 +1100814 - Document location of Redhat PAM file in INSTALL.
Damien Millere2192732000-01-17 13:22:55 +1100815 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
816 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
Damien Miller19fe9c72000-01-17 15:23:01 +1100817 deliver (no IPv6 kernel support)
Damien Millere2192732000-01-17 13:22:55 +1100818 - Released 1.2.1pre27
Damien Millerb9b94a72000-01-17 09:52:46 +1100819
Damien Miller19fe9c72000-01-17 15:23:01 +1100820 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
Damien Millerd426ed62000-01-17 19:22:36 +1100821 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
822 <jhuuskon@hytti.uku.fi>
Damien Millerb284b542000-01-17 20:55:18 +1100823 - Fix hang on logout if processes are still using the pty. Needs
824 further testing.
Damien Miller66409952000-01-17 21:40:06 +1100825 - Patch from Christos Zoulas <christos@zoulas.com>
826 - Try $prefix first when looking for OpenSSL.
827 - Include sys/types.h when including sys/socket.h in test programs
Damien Millerb13c73e2000-01-17 22:02:17 +1100828 - Substitute PID directory in sshd.8. Suggestion from Andrew
829 Stribblehill <a.d.stribblehill@durham.ac.uk>
Damien Miller19fe9c72000-01-17 15:23:01 +1100830
Damien Miller5eed6a22000-01-16 12:05:18 +110083120000116
832 - Renamed --with-xauth-path to --with-xauth
833 - Added --with-pid-dir option
834 - Released 1.2.1pre26
835
Damien Miller8f926492000-01-16 18:19:25 +1100836 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller62a52ef2000-01-16 23:03:56 +1100837 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
838 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Damien Miller8f926492000-01-16 18:19:25 +1100839
Damien Millerb29ea912000-01-15 14:12:03 +110084020000115
841 - Add --with-xauth-path configure directive and explicit test for
842 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
843 Nordby <anders@fix.no>
844 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
845 openpty. Report from John Seifarth <john@waw.be>
846 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
847 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
848 <gem@rellim.com>
849 - Use __snprintf and __vnsprintf if they are found where snprintf and
850 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
851 and others.
852
Damien Miller34132e52000-01-14 15:45:46 +110085320000114
854 - Merged OpenBSD IPv6 patch:
855 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
856 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
857 [hostfile.c sshd_config]
858 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
859 features: sshd allows multiple ListenAddress and Port options. note
860 that libwrap is not IPv6-ready. (based on patches from
861 fujiwara@rcac.tdi.co.jp)
862 - [ssh.c canohost.c]
863 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
864 from itojun@
865 - [channels.c]
866 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
867 - [packet.h]
868 allow auth-kerberos for IPv4 only
869 - [scp.1 sshd.8 servconf.h scp.c]
870 document -4, -6, and 'ssh -L 2022/::1/22'
871 - [ssh.c]
872 'ssh @host' is illegal (null user name), from
873 karsten@gedankenpolizei.de
874 - [sshconnect.c]
875 better error message
876 - [sshd.c]
877 allow auth-kerberos for IPv4 only
878 - Big IPv6 merge:
879 - Cleanup overrun in sockaddr copying on RHL 6.1
880 - Replacements for getaddrinfo, getnameinfo, etc based on versions
881 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
882 - Replacement for missing structures on systems that lack IPv6
883 - record_login needed to know about AF_INET6 addresses
884 - Borrowed more code from OpenBSD: rresvport_af and requisites
885
Damien Miller25e42562000-01-11 10:59:47 +110088620000110
887 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
888
Damien Miller2edcda52000-01-07 08:56:05 +110088920000107
890 - New config.sub and config.guess to fix problems on SCO. Supplied
891 by Gary E. Miller <gem@rellim.com>
Damien Millerfa824cb2000-01-07 18:51:27 +1100892 - SCO build fix from Gary E. Miller <gem@rellim.com>
Damien Miller25e42562000-01-11 10:59:47 +1100893 - Released 1.2.1pre25
Damien Miller2edcda52000-01-07 08:56:05 +1100894
Damien Miller105b7f02000-01-07 08:45:55 +110089520000106
896 - Documentation update & cleanup
897 - Better KrbIV / AFS detection, based on patch from:
898 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
899
Damien Miller1808f382000-01-06 12:03:12 +110090020000105
901 - Fixed annoying DES corruption problem. libcrypt has been
902 overriding symbols in libcrypto. Removed libcrypt and crypt.h
903 altogether (libcrypto includes its own crypt(1) replacement)
904 - Added platform-specific rules for Irix 6.x. Included warning that
905 they are untested.
906
Damien Miller645c5982000-01-03 14:42:09 +110090720000103
908 - Add explicit make rules for files proccessed by fixpaths.
909 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
910 <tnh@kondara.org>
Damien Millere9c8f4d2000-01-03 20:00:52 +1100911 - Removed "nullok" directive from default PAM configuration files.
912 Added information on enabling EmptyPasswords on openssh+PAM in
913 UPGRADING file.
Damien Miller62ab38a2000-01-03 23:41:05 +1100914 - OpenBSD CVS updates
915 - [ssh-agent.c]
916 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
917 dgaudet@arctic.org
918 - [sshconnect.c]
919 compare correct version for 1.3 compat mode
Damien Miller645c5982000-01-03 14:42:09 +1100920
Damien Miller5121e3a2000-01-02 11:49:28 +110092120000102
922 - Prevent multiple inclusion of config.h and defines.h. Suggested
923 by Andre Lucas <andre.lucas@dial.pipex.com>
924 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
925 <dgaudet@arctic.org>
926
Damien Miller8eb0fd61999-12-31 08:49:13 +110092719991231
928 - Fix password support on systems with a mixture of shadowed and
929 non-shadowed passwords (e.g. NIS). Report and fix from
930 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Millerf3e8be81999-12-31 08:59:04 +1100931 - Fix broken autoconf typedef detection. Report from Marc G.
932 Fournier <marc.fournier@acadiau.ca>
Damien Miller03783f01999-12-31 09:16:40 +1100933 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
934 <Franz.Sirl-kernel@lauterbach.com>
Damien Millerb2532b31999-12-31 09:18:12 +1100935 - Prevent typedefs from being compiled more than once. Report from
936 Marc G. Fournier <marc.fournier@acadiau.ca>
Damien Miller3131d8b1999-12-31 09:42:24 +1100937 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
938 <iretd@bigfoot.com>
Damien Millere7f626c1999-12-31 09:49:44 +1100939 - Really fix broken default path. Fix from Jim Knoble
940 <jmknoble@pobox.com>
Damien Milleraa7b64d1999-12-31 09:55:34 +1100941 - Remove test for quad_t. No longer needed.
Damien Miller6b85a7f2000-01-02 11:45:33 +1100942 - Released 1.2.1pre24
943
944 - Added support for directory-based lastlogs
945 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
Damien Miller8eb0fd61999-12-31 08:49:13 +1100946
Damien Millerece22a81999-12-30 09:48:15 +110094719991230
948 - OpenBSD CVS updates:
949 - [auth-passwd.c]
950 check for NULL 1st
Damien Millere72b7af1999-12-30 15:08:44 +1100951 - Removed most of the pam code into its own file auth-pam.[ch]. This
952 cleaned up sshd.c up significantly.
Damien Miller8eb0fd61999-12-31 08:49:13 +1100953 - PAM authentication was incorrectly interpreting
954 "PermitRootLogin without-password". Report from Matthias Andree
955 <ma@dt.e-technik.uni-dortmund.de
Damien Millere72b7af1999-12-30 15:08:44 +1100956 - Several other cleanups
Damien Miller8bdeee21999-12-30 15:50:54 +1100957 - Merged Dante SOCKS support patch from David Rankin
958 <drankin@bohemians.lexington.ky.us>
959 - Updated documentation with ./configure options
Damien Miller8eb0fd61999-12-31 08:49:13 +1100960 - Released 1.2.1pre23
Damien Millerece22a81999-12-30 09:48:15 +1100961
Damien Miller9550a761999-12-29 02:32:22 +110096219991229
963 - Applied another NetBSD portability patch from David Rankin
964 <drankin@bohemians.lexington.ky.us>
965 - Fix --with-default-path option.
Damien Millere79334a1999-12-29 10:03:37 +1100966 - Autodetect perl, patch from David Rankin
967 <drankin@bohemians.lexington.ky.us>
Damien Millerd00d1611999-12-29 10:17:09 +1100968 - Print whether OpenSSH was compiled with RSARef, patch from
969 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Damien Millerac3a4b41999-12-29 10:25:40 +1100970 - Calls to pam_setcred, patch from Nalin Dahyabhai
971 <nalin@thermo.stat.ncsu.edu>
Damien Miller95058511999-12-29 10:36:45 +1100972 - Detect missing size_t and typedef it.
Damien Miller58ca7d81999-12-29 19:56:30 +1100973 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
974 - Minor Makefile cleaning
Damien Miller9550a761999-12-29 02:32:22 +1100975
Damien Miller13bc0be1999-12-28 10:19:16 +110097619991228
977 - Replacement for getpagesize() for systems which lack it
Damien Miller4ff2b9b1999-12-28 10:41:12 +1100978 - NetBSD login.c compile fix from David Rankin
979 <drankin@bohemians.lexington.ky.us>
980 - Fully set ut_tv if present in utmp or utmpx
Damien Millerbeb4ba51999-12-28 15:09:35 +1100981 - Portability fixes for Irix 5.3 (now compiles OK!)
982 - autoconf and other misc cleanups
Damien Miller74d0d4a1999-12-29 02:24:35 +1100983 - Merged AIX patch from Darren Hall <dhall@virage.org>
984 - Cleaned up defines.h
Damien Miller06b472b1999-12-29 19:47:06 +1100985 - Released 1.2.1pre22
Damien Miller13bc0be1999-12-28 10:19:16 +1100986
Damien Millerc0d73901999-12-27 09:23:58 +110098719991227
988 - Automatically correct paths in manpages and configuration files. Patch
989 and script from Andre Lucas <andre.lucas@dial.pipex.com>
990 - Removed credits from README to CREDITS file, updated.
Damien Miller5a3e6831999-12-27 09:48:56 +1100991 - Added --with-default-path to specify custom path for server
992 - Removed #ifdef trickery from acconfig.h into defines.h
Damien Miller373d2911999-12-27 10:45:54 +1100993 - PAM bugfix. PermitEmptyPassword was being ignored.
994 - Fixed PAM config files to allow empty passwords if server does.
995 - Explained spurious PAM auth warning workaround in UPGRADING
Damien Millere1276241999-12-27 11:33:56 +1100996 - Use last few chars of tty line as ut_id
Damien Miller6a5d4d61999-12-27 16:46:17 +1100997 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
Damien Miller68e45de1999-12-27 23:54:55 +1100998 - OpenBSD CVS updates:
999 - [packet.h auth-rhosts.c]
1000 check format string for packet_disconnect and packet_send_debug, too
1001 - [channels.c]
1002 use packet_get_maxsize for channels. consistence.
Damien Millerc0d73901999-12-27 09:23:58 +11001003
Damien Miller32b3cf21999-12-26 10:21:48 +1100100419991226
1005 - Enabled utmpx support by default for Solaris
1006 - Cleanup sshd.c PAM a little more
Damien Miller36884401999-12-26 12:26:21 +11001007 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1008 X11 ssh-askpass program.
Damien Millerd49621e1999-12-26 14:04:33 +11001009 - Disable logging of PAM success and failures, PAM is verbose enough.
1010 Unfortunatly there is currently no way to disable auth failure
1011 messages. Mention this in UPGRADING file and sent message to PAM
1012 developers
Damien Miller4f0fa561999-12-26 14:24:41 +11001013 - OpenBSD CVS update:
1014 - [ssh-keygen.1 ssh.1]
1015 remove ref to .ssh/random_seed, mention .ssh/environment in
1016 .Sh FILES, too
Damien Miller9673b2b1999-12-26 19:10:30 +11001017 - Released 1.2.1pre21
1018 - Fixed implicit '.' in default path, report from Jim Knoble
1019 <jmknoble@pobox.com>
Damien Milleraae10931999-12-26 19:38:17 +11001020 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller32b3cf21999-12-26 10:21:48 +11001021
Damien Miller2e1b0821999-12-25 10:11:29 +1100102219991225
1023 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1024 - Cleanup of auth-passwd.c for shadow and MD5 passwords
1025 - Cleanup and bugfix of PAM authentication code
Damien Miller32b3cf21999-12-26 10:21:48 +11001026 - Released 1.2.1pre20
1027
1028 - Merged fixes from Ben Taylor <bent@clark.net>
1029 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1030 - Disabled logging of PAM password authentication failures when password
1031 is empty. (e.g start of authentication loop). Reported by Naz
1032 <96na@eng.cam.ac.uk>)
Damien Miller2e1b0821999-12-25 10:11:29 +11001033
103419991223
1035 - Merged later HPUX patch from Andre Lucas
1036 <andre.lucas@dial.pipex.com>
1037 - Above patch included better utmpx support from Ben Taylor
Damien Miller32b3cf21999-12-26 10:21:48 +11001038 <bent@clark.net>
Damien Miller2e1b0821999-12-25 10:11:29 +11001039
Damien Miller365199d1999-12-22 00:12:38 +1100104019991222
1041 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
1042 <pope@netguide.dk>
Damien Miller1b0c2281999-12-22 16:09:48 +11001043 - Fix login.c breakage on systems which lack ut_host in struct
1044 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
Damien Miller365199d1999-12-22 00:12:38 +11001045
Damien Miller76112de1999-12-21 11:18:08 +1100104619991221
1047 - Integration of large HPUX patch from Andre Lucas
1048 <andre.lucas@dial.pipex.com>. Integrating it had a few other
1049 benefits:
1050 - Ability to disable shadow passwords at configure time
1051 - Ability to disable lastlog support at configure time
1052 - Support for IP address in $DISPLAY
Damien Millerf039bad1999-12-21 20:57:20 +11001053 - OpenBSD CVS update:
1054 - [sshconnect.c]
1055 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
Damien Millercb7e5f91999-12-21 21:03:09 +11001056 - Fix DISABLE_SHADOW support
1057 - Allow MD5 passwords even if shadow passwords are disabled
Damien Millere8852911999-12-21 22:50:50 +11001058 - Release 1.2.1pre19
Damien Miller76112de1999-12-21 11:18:08 +11001059
Damien Millerc4c647f1999-12-18 20:54:52 +1100106019991218
1061 - Redhat init script patch from Chun-Chung Chen
1062 <cjj@u.washington.edu>
Damien Millerfdb7caf1999-12-18 20:57:40 +11001063 - Avoid breakage on systems without IPv6 headers
Damien Millerc4c647f1999-12-18 20:54:52 +11001064
Damien Millerab8a4da1999-12-16 13:05:30 +1100106519991216
1066 - Makefile changes for Solaris from Peter Kocks
1067 <peter.kocks@baygate.com>
Damien Miller5e7c10e1999-12-16 13:18:04 +11001068 - Minor updates to docs
1069 - Merged OpenBSD CVS changes:
1070 - [authfd.c ssh-agent.c]
1071 keysize warnings talk about identity files
1072 - [packet.c]
1073 "Connection closed by x.x.x.x": fatal() -> log()
Damien Miller8f9d5071999-12-16 15:10:45 +11001074 - Correctly handle empty passwords in shadow file. Patch from:
1075 "Chris, the Young One" <cky@pobox.com>
1076 - Released 1.2.1pre18
Damien Millerab8a4da1999-12-16 13:05:30 +11001077
Damien Miller84093e91999-12-15 09:06:28 +1100107819991215
1079 - Integrated patchs from Juergen Keil <jk@tools.de>
1080 - Avoid void* pointer arithmatic
1081 - Use LDFLAGS correctly
Damien Miller864ea591999-12-15 11:04:25 +11001082 - Fix SIGIO error in scp
1083 - Simplify status line printing in scp
Damien Miller3b9d5e91999-12-15 09:34:31 +11001084 - Added better test for inline functions compiler support from
1085 Darren_Hall@progressive.com
Damien Miller84093e91999-12-15 09:06:28 +11001086
Damien Millera34a28b1999-12-14 10:47:15 +1100108719991214
1088 - OpenBSD CVS Changes
1089 - [canohost.c]
1090 fix get_remote_port() and friends for sshd -i;
1091 Holger.Trapp@Informatik.TU-Chemnitz.DE
1092 - [mpaux.c]
1093 make code simpler. no need for memcpy. niels@ ok
1094 - [pty.c]
1095 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1096 fix proto; markus
1097 - [ssh.1]
1098 typo; mark.baushke@solipsa.com
1099 - [channels.c ssh.c ssh.h sshd.c]
1100 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1101 - [sshconnect.c]
1102 move checking of hostkey into own function.
1103 - [version.h]
1104 OpenSSH-1.2.1
Damien Miller36b339a1999-12-14 10:54:47 +11001105 - Clean up broken includes in pty.c
Damien Miller6ae00d61999-12-14 15:43:03 +11001106 - Some older systems don't have poll.h, they use sys/poll.h instead
1107 - Doc updates
Damien Millera34a28b1999-12-14 10:47:15 +11001108
Damien Millerc6b3bbe1999-12-13 08:27:33 +1100110919991211
1110 - Fix compilation on systems with AFS. Reported by
1111 aloomis@glue.umd.edu
1112 - Fix installation on Solaris. Reported by
1113 Gordon Rowell <gordonr@gormand.com.au>
1114 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1115 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1116 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1117 - Compile fix from David Agraz <dagraz@jahoopa.com>
1118 - Avoid compiler warning in bsd-snprintf.c
1119 - Added pam_limits.so to default PAM config. Suggested by
1120 Jim Knoble <jmknoble@pobox.com>
1121
Damien Millerbf1c9b21999-12-09 10:16:54 +1100112219991209
1123 - Import of patch from Ben Taylor <bent@clark.net>:
1124 - Improved PAM support
1125 - "uninstall" rule for Makefile
1126 - utmpx support
1127 - Should fix PAM problems on Solaris
Damien Miller50945fa1999-12-09 10:31:37 +11001128 - OpenBSD CVS updates:
1129 - [readpass.c]
1130 avoid stdio; based on work by markus, millert, and I
1131 - [sshd.c]
1132 make sure the client selects a supported cipher
1133 - [sshd.c]
1134 fix sighup handling. accept would just restart and daemon handled
1135 sighup only after the next connection was accepted. use poll on
1136 listen sock now.
1137 - [sshd.c]
1138 make that a fatal
Damien Millerd7f66151999-12-09 10:48:58 +11001139 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1140 to fix libwrap support on NetBSD
Damien Miller6646bad1999-12-09 10:42:10 +11001141 - Released 1.2pre17
Damien Millerbf1c9b21999-12-09 10:16:54 +11001142
Damien Millerfce16481999-12-08 08:53:52 +1100114319991208
1144 - Compile fix for Solaris with /dev/ptmx from
1145 David Agraz <dagraz@jahoopa.com>
1146
Damien Miller0c078c61999-12-07 14:53:57 +1100114719991207
1148 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1149 fixes compatability with 4.x and 5.x
Damien Miller3bc14dd1999-12-07 14:54:53 +11001150 - Fixed default SSH_ASKPASS
Damien Millereabf3411999-12-07 14:56:27 +11001151 - Fix PAM account and session being called multiple times. Problem
1152 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
Damien Miller037a0dc1999-12-07 15:38:31 +11001153 - Merged more OpenBSD changes:
1154 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
1155 move atomicio into it's own file. wrap all socket write()s which
1156 were doing write(sock, buf, len) != len, with atomicio() calls.
1157 - [auth-skey.c]
1158 fd leak
1159 - [authfile.c]
1160 properly name fd variable
1161 - [channels.c]
1162 display great hatred towards strcpy
1163 - [pty.c pty.h sshd.c]
1164 use openpty() if it exists (it does on BSD4_4)
1165 - [tildexpand.c]
1166 check for ~ expansion past MAXPATHLEN
1167 - Modified helper.c to use new atomicio function.
1168 - Reformat Makefile a little
1169 - Moved RC4 routines from rc4.[ch] into helper.c
1170 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
Damien Milleraf2604a1999-12-07 16:21:40 +11001171 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
1172 - Tweaked Redhat spec
Damien Millerf5d69a51999-12-07 16:55:04 +11001173 - Clean up bad imports of a few files (forgot -kb)
1174 - Released 1.2pre16
Damien Miller0c078c61999-12-07 14:53:57 +11001175
Damien Millerdc33fc31999-12-04 20:24:48 +1100117619991204
1177 - Small cleanup of PAM code in sshd.c
Damien Milleraae6c611999-12-06 11:47:28 +11001178 - Merged OpenBSD CVS changes:
1179 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
1180 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
1181 - [auth-rsa.c]
1182 warn only about mismatch if key is _used_
1183 warn about keysize-mismatch with log() not error()
1184 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
1185 ports are u_short
1186 - [hostfile.c]
1187 indent, shorter warning
1188 - [nchan.c]
1189 use error() for internal errors
1190 - [packet.c]
1191 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
1192 serverloop.c
1193 indent
1194 - [ssh-add.1 ssh-add.c ssh.h]
1195 document $SSH_ASKPASS, reasonable default
1196 - [ssh.1]
1197 CheckHostIP is not available for connects via proxy command
1198 - [sshconnect.c]
1199 typo
1200 easier to read client code for passwd and skey auth
1201 turn of checkhostip for proxy connects, since we don't know the remote ip
Damien Millerdc33fc31999-12-04 20:24:48 +11001202
Damien Miller42b81ff1999-11-26 12:21:24 +1100120319991126
1204 - Add definition for __P()
1205 - Added [v]snprintf() replacement for systems that lack it
1206
Damien Miller78224a01999-11-25 11:55:45 +1100120719991125
1208 - More reformatting merged from OpenBSD CVS
1209 - Merged OpenBSD CVS changes:
1210 - [channels.c]
1211 fix packet_integrity_check() for !have_hostname_in_open.
1212 report from mrwizard@psu.edu via djm@ibs.com.au
1213 - [channels.c]
1214 set SO_REUSEADDR and SO_LINGER for forwarded ports.
1215 chip@valinux.com via damien@ibs.com.au
1216 - [nchan.c]
1217 it's not an error() if shutdown_write failes in nchan.
1218 - [readconf.c]
1219 remove dead #ifdef-0-code
1220 - [readconf.c servconf.c]
1221 strcasecmp instead of tolower
1222 - [scp.c]
1223 progress meter overflow fix from damien@ibs.com.au
1224 - [ssh-add.1 ssh-add.c]
1225 SSH_ASKPASS support
1226 - [ssh.1 ssh.c]
1227 postpone fork_after_authentication until command execution,
1228 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
1229 plus: use daemon() for backgrounding
Damien Millerd8087f61999-11-25 12:31:26 +11001230 - Added BSD compatible install program and autoconf test, thanks to
1231 Niels Kristian Bech Jensen <nkbj@image.dk>
1232 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Damien Miller063fdf81999-11-25 13:08:31 +11001233 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Damien Millerbf3f6ef1999-11-25 13:50:10 +11001234 - Release 1.2pre15
Damien Miller78224a01999-11-25 11:55:45 +11001235
Damien Miller95def091999-11-25 00:26:21 +1100123619991124
1237 - Merged very large OpenBSD source code reformat
1238 - OpenBSD CVS updates
1239 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
1240 [ssh.h sshd.8 sshd.c]
1241 syslog changes:
1242 * Unified Logmessage for all auth-types, for success and for failed
1243 * Standard connections get only ONE line in the LOG when level==LOG:
1244 Auth-attempts are logged only, if authentication is:
1245 a) successfull or
1246 b) with passwd or
1247 c) we had more than AUTH_FAIL_LOG failues
1248 * many log() became verbose()
1249 * old behaviour with level=VERBOSE
1250 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
1251 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
1252 messages. allows use of s/key in windows (ttssh, securecrt) and
1253 ssh-1.2.27 clients without 'ssh -v', ok: niels@
1254 - [sshd.8]
1255 -V, for fallback to openssh in SSH2 compatibility mode
1256 - [sshd.c]
1257 fix sigchld race; cjc5@po.cwru.edu
1258
Damien Miller294df781999-11-23 10:11:29 +1100125919991123
1260 - Added SuSE package files from Chris Saia <csaia@wtower.com>
Damien Miller3744b511999-11-23 11:24:32 +11001261 - Restructured package-related files under packages/*
Damien Miller294df781999-11-23 10:11:29 +11001262 - Added generic PAM config
Damien Miller3744b511999-11-23 11:24:32 +11001263 - Numerous little Solaris fixes
Damien Miller4d2f15f1999-11-23 12:36:29 +11001264 - Add recommendation to use GNU make to INSTALL document
Damien Miller294df781999-11-23 10:11:29 +11001265
Damien Miller22218721999-11-22 12:51:42 +1100126619991122
1267 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller83df0691999-11-22 13:22:29 +11001268 - OpenBSD CVS Changes
1269 - [ssh-keygen.c]
1270 don't create ~/.ssh only if the user wants to store the private
1271 key there. show fingerprint instead of public-key after
1272 keygeneration. ok niels@
Damien Millerb3ca3aa1999-11-22 13:57:07 +11001273 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller859cec01999-11-22 14:27:24 +11001274 - Added timersub() macro
Damien Millerb3ca3aa1999-11-22 13:57:07 +11001275 - Tidy RCSIDs of bsd-*.c
Damien Miller859cec01999-11-22 14:27:24 +11001276 - Added autoconf test and macro to deal with old PAM libraries
1277 pam_strerror definition (one arg vs two).
Damien Millerd71b12e1999-11-22 15:24:34 +11001278 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
1279 - Retry /dev/urandom reads interrupted by signal (report from
1280 Robert Hardy <rhardy@webcon.net>)
Damien Millerd7702521999-11-22 16:11:05 +11001281 - Added a setenv replacement for systems which lack it
Damien Millerd733c911999-11-22 18:11:23 +11001282 - Only display public key comment when presenting ssh-askpass dialog
1283 - Released 1.2pre14
Damien Miller22218721999-11-22 12:51:42 +11001284
Damien Millerf7c0f821999-11-22 22:31:49 +11001285 - Configure, Make and changelog corrections from Tudor Bosman
1286 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
1287
Damien Miller6162d121999-11-21 13:23:52 +1100128819991121
Damien Miller83df0691999-11-22 13:22:29 +11001289 - OpenBSD CVS Changes:
Damien Miller22218721999-11-22 12:51:42 +11001290 - [channels.c]
1291 make this compile, bad markus
1292 - [log.c readconf.c servconf.c ssh.h]
1293 bugfix: loglevels are per host in clientconfig,
1294 factor out common log-level parsing code.
1295 - [servconf.c]
1296 remove unused index (-Wall)
1297 - [ssh-agent.c]
1298 only one 'extern char *__progname'
1299 - [sshd.8]
1300 document SIGHUP, -Q to synopsis
1301 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
1302 [channels.c clientloop.c]
1303 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
1304 [hope this time my ISP stays alive during commit]
1305 - [OVERVIEW README] typos; green@freebsd
1306 - [ssh-keygen.c]
1307 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
1308 exit if writing the key fails (no infinit loop)
1309 print usage() everytime we get bad options
1310 - [ssh-keygen.c] overflow, djm@mindrot.org
1311 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
1312
Damien Millerc6398ef1999-11-20 12:18:40 +1100131319991120
1314 - Merged more Solaris support from Marc G. Fournier
1315 <marc.fournier@acadiau.ca>
1316 - Wrote autoconf tests for integer bit-types
1317 - Fixed enabling kerberos support
Damien Millerf58db381999-11-20 17:02:56 +11001318 - Fix segfault in ssh-keygen caused by buffer overrun in filename
1319 handling.
Damien Millerc6398ef1999-11-20 12:18:40 +11001320
Damien Miller5bbbd361999-11-19 07:56:21 +1100132119991119
1322 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller23b78391999-11-19 08:25:48 +11001323 - Merged OpenBSD CVS changes
1324 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
1325 more %d vs. %s in fmt-strings
1326 - [authfd.c]
1327 Integers should not be printed with %s
Damien Miller58fc4731999-11-19 12:05:01 +11001328 - EGD uses a socket, not a named pipe. Duh.
1329 - Fix includes in fingerprint.c
Damien Millerdc9365b1999-11-19 12:34:14 +11001330 - Fix scp progress bar bug again.
Damien Millerf7c0f821999-11-22 22:31:49 +11001331 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller18ac1711999-11-19 12:43:19 +11001332 David Rankin <drankin@bohemians.lexington.ky.us>
Damien Miller80297751999-11-19 13:03:25 +11001333 - Added autoconf option to enable Kerberos 4 support (untested)
1334 - Added autoconf option to enable AFS support (untested)
1335 - Added autoconf option to enable S/Key support (untested)
1336 - Added autoconf option to enable TCP wrappers support (compiles OK)
Damien Miller04f80141999-11-19 15:32:34 +11001337 - Renamed BSD helper function files to bsd-*
Damien Millerdd1c7ba1999-11-19 15:53:20 +11001338 - Added tests for login and daemon and enable OpenBSD replacements for
1339 when they are absent.
1340 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller5bbbd361999-11-19 07:56:21 +11001341
Damien Miller81428f91999-11-18 09:28:11 +1100134219991118
1343 - Merged OpenBSD CVS changes
1344 - [scp.c] foregroundproc() in scp
1345 - [sshconnect.h] include fingerprint.h
1346 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
1347 changes.
Damien Miller6ee95641999-11-18 11:35:13 +11001348 - [ssh.1] Spell my name right.
Damien Miller81428f91999-11-18 09:28:11 +11001349 - Added openssh.com info to README
1350
Damien Miller10f6f6b1999-11-17 17:29:08 +1100135119991117
1352 - Merged OpenBSD CVS changes
1353 - [ChangeLog.Ylonen] noone needs this anymore
1354 - [authfd.c] close-on-exec for auth-socket, ok deraadt
1355 - [hostfile.c]
1356 in known_hosts key lookup the entry for the bits does not need
1357 to match, all the information is contained in n and e. This
1358 solves the problem with buggy servers announcing the wrong
1359 modulus length. markus and me.
1360 - [serverloop.c]
1361 bugfix: check for space if child has terminated, from:
1362 iedowse@maths.tcd.ie
1363 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
1364 [fingerprint.c fingerprint.h]
1365 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
1366 - [ssh-agent.1] typo
1367 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
1368 - [sshd.c]
1369 force logging to stderr while loading private key file
1370 (lost while converting to new log-levels)
1371
Damien Miller7e8e8201999-11-16 13:37:16 +1100137219991116
1373 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
1374 - Merged OpenBSD CVS changes:
1375 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
1376 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
1377 the keysize of rsa-parameter 'n' is passed implizit,
1378 a few more checks and warnings about 'pretended' keysizes.
1379 - [cipher.c cipher.h packet.c packet.h sshd.c]
1380 remove support for cipher RC4
1381 - [ssh.c]
1382 a note for legay systems about secuity issues with permanently_set_uid(),
1383 the private hostkey and ptrace()
1384 - [sshconnect.c]
1385 more detailed messages about adding and checking hostkeys
1386
Damien Millerd05a2471999-11-15 14:25:30 +1100138719991115
1388 - Merged OpenBSD CVS changes:
1389 - [ssh-add.c] change passphrase loop logic and remove ref to
1390 $DISPLAY, ok niels
1391 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
1392 modular.
1393 - Revised autoconf support for enabling/disabling askpass support.
Damien Miller2ccf6611999-11-15 15:25:10 +11001394 - Merged more OpenBSD CVS changes:
1395 [auth-krb4.c]
1396 - disconnect if getpeername() fails
1397 - missing xfree(*client)
1398 [canohost.c]
1399 - disconnect if getpeername() fails
1400 - fix comment: we _do_ disconnect if ip-options are set
1401 [sshd.c]
1402 - disconnect if getpeername() fails
1403 - move checking of remote port to central place
1404 [auth-rhosts.c] move checking of remote port to central place
1405 [log-server.c] avoid extra fd per sshd, from millert@
1406 [readconf.c] print _all_ bad config-options in ssh(1), too
1407 [readconf.h] print _all_ bad config-options in ssh(1), too
1408 [ssh.c] print _all_ bad config-options in ssh(1), too
1409 [sshconnect.c] disconnect if getpeername() fails
1410 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
Damien Miller3bd49ec1999-11-15 15:40:55 +11001411 - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller3f905871999-11-15 17:10:57 +11001412 - Merged more Solaris compability from Marc G. Fournier
1413 <marc.fournier@acadiau.ca>
1414 - Wrote autoconf tests for __progname symbol
Damien Miller36682061999-11-15 17:19:24 +11001415 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
Damien Miller2e8b1c81999-11-15 23:33:56 +11001416 - Released 1.2pre12
1417
1418 - Another OpenBSD CVS update:
1419 - [ssh-keygen.1] fix .Xr
Damien Millerd05a2471999-11-15 14:25:30 +11001420
Damien Miller0a6e6681999-11-15 09:56:06 +1100142119991114
1422 - Solaris compilation fixes (still imcomplete)
1423
Damien Millerb0284381999-11-13 13:30:28 +1100142419991113
Damien Miller192bd011999-11-13 23:56:35 +11001425 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1426 - Don't install config files if they already exist
1427 - Fix inclusion of additional preprocessor directives from acconfig.h
Damien Millerb0284381999-11-13 13:30:28 +11001428 - Removed redundant inclusions of config.h
Damien Millerc6d5ce81999-11-15 16:01:07 +11001429 - Added 'Obsoletes' lines to RPM spec file
Damien Millerb0284381999-11-13 13:30:28 +11001430 - Merged OpenBSD CVS changes:
1431 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
1432 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
1433 totalsize, ok niels,aaron
1434 - Delay fork (-f option) in ssh until after port forwarded connections
1435 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
Damien Miller2cb210f1999-11-13 15:40:10 +11001436 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
1437 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Damien Miller192bd011999-11-13 23:56:35 +11001438 - Tidied default config file some more
1439 - Revised Redhat initscript to fix bug: sshd (re)start would fail
1440 if executed from inside a ssh login.
Damien Millerb0284381999-11-13 13:30:28 +11001441
Damien Miller776af5d1999-11-12 08:49:09 +1100144219991112
1443 - Merged changes from OpenBSD CVS
1444 - [sshd.c] session_key_int may be zero
Damien Miller32265091999-11-12 11:33:04 +11001445 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
1446 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
1447 deraadt,millert
1448 - Brought default sshd_config more in line with OpenBSD's
Damien Millerb9a692d1999-11-12 12:09:36 +11001449 - Grab server in gnome-ssh-askpass (Debian bug #49872)
1450 - Released 1.2pre10
Damien Miller776af5d1999-11-12 08:49:09 +11001451
Damien Millerb5f89271999-11-12 14:35:58 +11001452 - Added INSTALL documentation
Damien Miller6d7b2cd1999-11-12 15:19:27 +11001453 - Merged yet more changes from OpenBSD CVS
1454 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
1455 [ssh.c ssh.h sshconnect.c sshd.c]
1456 make all access to options via 'extern Options options'
1457 and 'extern ServerOptions options' respectively;
1458 options are no longer passed as arguments:
1459 * make options handling more consistent
1460 * remove #include "readconf.h" from ssh.h
1461 * readconf.h is only included if necessary
1462 - [mpaux.c] clear temp buffer
1463 - [servconf.c] print _all_ bad options found in configfile
Damien Miller3d1b22c1999-11-12 15:46:08 +11001464 - Make ssh-askpass support optional through autoconf
Damien Miller9c8da3c1999-11-12 16:28:02 +11001465 - Fix nasty division-by-zero error in scp.c
1466 - Released 1.2pre11
Damien Millerb5f89271999-11-12 14:35:58 +11001467
Damien Millerab18c411999-11-11 10:40:23 +1100146819991111
1469 - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller4236f6e1999-11-12 12:22:31 +11001470 - Fixed /dev/urandom fd leak (Debian bug #49722)
Damien Miller33e511e1999-11-11 11:43:13 +11001471 - Merged OpenBSD CVS changes:
1472 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1473 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1474 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller428f2471999-11-11 12:48:35 +11001475 - Fix integer overflow which was messing up scp's progress bar for large
Damien Millerc4c647f1999-12-18 20:54:52 +11001476 file transfers. Fix submitted to OpenBSD developers. Report and fix
1477 from Kees Cook <cook@cpoint.net>
Damien Miller5ce662a1999-11-11 17:57:39 +11001478 - Merged more OpenBSD CVS changes:
1479 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
1480 + krb-cleanup cleanup
1481 - [clientloop.c log-client.c log-server.c ]
1482 [readconf.c readconf.h servconf.c servconf.h ]
1483 [ssh.1 ssh.c ssh.h sshd.8]
1484 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
1485 obsoletes QuietMode and FascistLogging in sshd.
Damien Miller776af5d1999-11-12 08:49:09 +11001486 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
1487 allow session_key_int != sizeof(session_key)
1488 [this should fix the pre-assert-removal-core-files]
1489 - Updated default config file to use new LogLevel option and to improve
1490 readability
1491
Damien Millerb77870f1999-11-10 12:48:08 +1100149219991110
Damien Miller4236f6e1999-11-12 12:22:31 +11001493 - Merged several minor fixes:
Damien Millerb77870f1999-11-10 12:48:08 +11001494 - ssh-agent commandline parsing
1495 - RPM spec file now installs ssh setuid root
1496 - Makefile creates libdir
Damien Millerab18c411999-11-11 10:40:23 +11001497 - Merged beginnings of Solaris compability from Marc G. Fournier
1498 <marc.fournier@acadiau.ca>
Damien Millerb77870f1999-11-10 12:48:08 +11001499
Damien Millerc7b38ce1999-11-09 10:28:04 +1100150019991109
1501 - Autodetection of SSL/Crypto library location via autoconf
1502 - Fixed location of ssh-askpass to follow autoconf
1503 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1504 - Autodetection of RSAref library for US users
1505 - Minor doc updates
Damien Millerda217a01999-11-09 10:35:52 +11001506 - Merged OpenBSD CVS changes:
1507 - [rsa.c] bugfix: use correct size for memset()
1508 - [sshconnect.c] warn if announced size of modulus 'n' != real size
Damien Miller742d2cb1999-11-09 14:28:26 +11001509 - Added GNOME passphrase requestor (use --with-gnome-askpass)
Damien Miller3f51bf51999-11-09 14:46:02 +11001510 - RPM build now creates subpackages
Damien Miller74389c91999-11-09 15:03:01 +11001511 - Released 1.2pre9
Damien Millerc7b38ce1999-11-09 10:28:04 +11001512
Damien Miller356a0b01999-11-08 15:30:59 +1100151319991108
1514 - Removed debian/ directory. This is now being maintained separately.
1515 - Added symlinks for slogin in RPM spec file
1516 - Fixed permissions on manpages in RPM spec file
1517 - Added references to required libraries in README file
1518 - Removed config.h.in from CVS
1519 - Removed pwdb support (better pluggable auth is provided by glibc)
1520 - Made PAM and requisite libdl optional
1521 - Removed lots of unnecessary checks from autoconf
1522 - Added support and autoconf test for openpty() function (Unix98 pty support)
1523 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
1524 - Added TODO file
1525 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
1526 - Added ssh-askpass program
1527 - Added ssh-askpass support to ssh-add.c
1528 - Create symlinks for slogin on install
1529 - Fix "distclean" target in makefile
1530 - Added example for ssh-agent to manpage
1531 - Added support for PAM_TEXT_INFO messages
1532 - Disable internal /etc/nologin support if PAM enabled
1533 - Merged latest OpenBSD CVS changes:
Damien Millerfd7c9111999-11-08 16:15:55 +11001534 - [all] replace assert() with error, fatal or packet_disconnect
Damien Miller356a0b01999-11-08 15:30:59 +11001535 - [sshd.c] don't send fail-msg but disconnect if too many authentication
1536 failures
Damien Miller356a0b01999-11-08 15:30:59 +11001537 - [sshd.c] remove unused argument. ok dugsong
1538 - [sshd.c] typo
1539 - [rsa.c] clear buffers used for encryption. ok: niels
1540 - [rsa.c] replace assert() with error, fatal or packet_disconnect
Damien Miller5ac5f1c1999-11-08 15:50:14 +11001541 - [auth-krb4.c] remove unused argument. ok dugsong
Damien Miller356a0b01999-11-08 15:30:59 +11001542 - Fixed coredump after merge of OpenBSD rsa.c patch
Damien Millere8d90681999-11-08 18:09:57 +11001543 - Released 1.2pre8
Damien Miller356a0b01999-11-08 15:30:59 +11001544
Damien Miller0aa8e531999-11-02 19:05:02 +1100154519991102
1546 - Merged change from OpenBSD CVS
1547 - One-line cleanup in sshd.c
1548
Damien Miller744da801999-10-30 09:12:25 +1000154919991030
1550 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller1e4772c1999-10-30 11:39:56 +10001551 - Merged latest updates for OpenBSD CVS:
1552 - channels.[ch] - remove broken x11 fix and document istate/ostate
1553 - ssh-agent.c - call setsid() regardless of argv[]
1554 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
1555 - Documentation cleanups
1556 - Renamed README -> README.Ylonen
1557 - Renamed README.openssh ->README
Damien Miller744da801999-10-30 09:12:25 +10001558
Damien Miller070f7a11999-10-29 10:29:29 +1000155919991029
1560 - Renamed openssh* back to ssh* at request of Theo de Raadt
1561 - Incorporated latest changes from OpenBSD's CVS
1562 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1563 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
Damien Miller07a826d1999-10-29 11:49:20 +10001564 - Make distclean now removed configure script
1565 - Improved PAM logging
1566 - Added some debug() calls for PAM
Damien Miller65b3c131999-10-29 12:37:01 +10001567 - Removed redundant subdirectories
1568 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
1569 building on Debian.
Damien Millerd0562b31999-10-29 13:09:40 +10001570 - Fixed off-by-one error in PAM env patch
1571 - Released 1.2pre6
Damien Miller070f7a11999-10-29 10:29:29 +10001572
Damien Miller7f6ea021999-10-28 13:25:17 +1000157319991028
1574 - Further PAM enhancements.
1575 - Much cleaner
1576 - Now uses account and session modules for all logins.
1577 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
1578 - Build fixes
1579 - Autoconf
1580 - Change binary names to open*
1581 - Fixed autoconf script to detect PAM on RH6.1
1582 - Added tests for libpwdb, and OpenBSD functions to autoconf
Damien Millereff18d61999-10-28 14:14:38 +10001583 - Released 1.2pre4
Damien Miller29b5a591999-10-28 15:46:27 +10001584
1585 - Imported latest OpenBSD CVS code
1586 - Updated README.openssh
Damien Miller34d0b611999-10-28 17:51:40 +10001587 - Released 1.2pre5
Damien Miller29b5a591999-10-28 15:46:27 +10001588
Damien Miller7f6ea021999-10-28 13:25:17 +1000158919991027
1590 - Adapted PAM patch.
1591 - Released 1.0pre2
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001592
Damien Miller7f6ea021999-10-28 13:25:17 +10001593 - Excised my buggy replacements for strlcpy and mkdtemp
1594 - Imported correct OpenBSD strlcpy and mkdtemp routines.
1595 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
1596 - Picked up correct version number from OpenBSD
1597 - Added sshd.pam PAM configuration file
1598 - Added sshd.init Redhat init script
1599 - Added openssh.spec RPM spec file
1600 - Released 1.2pre3
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001601
Damien Miller7f6ea021999-10-28 13:25:17 +1000160219991026
1603 - Fixed include paths of OpenSSL functions
1604 - Use OpenSSL MD5 routines
1605 - Imported RC4 code from nanocrypt
1606 - Wrote replacements for OpenBSD arc4random* functions
1607 - Wrote replacements for strlcpy and mkdtemp
1608 - Released 1.0pre1