]> andersk Git - openssh.git/blob - ChangeLog
4d533ea77c7887761b8bdda7bda4484ae8a3ddd9
[openssh.git] / ChangeLog
1 20010505
2  - OpenBSD CVS Sync
3    - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
4      [ssh.1 sshd.8]
5      typos
6    - markus@cvs.openbsd.org 2001/05/04 14:34:34
7      [channels.c]
8      channel_new() reallocs channels[], we cannot use Channel *c after calling
9      channel_new(), XXX fix this in the future...
10
11 20010504
12  - OpenBSD CVS Sync
13    - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
14      [channels.c]
15      typo in debug() string
16    - markus@cvs.openbsd.org 2001/05/03 15:45:15
17      [session.c]
18      exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
19    - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
20      [servconf.c]
21      remove "\n" from fatal()
22    - mouring@cvs.openbsd.org 2001/05/03 23:09:53
23      [misc.c misc.h scp.c sftp.c]
24      Move colon() and cleanhost() to misc.c where I should I have put it in
25      the first place
26  - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
27  - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
28    Patch by Egor Duda <deo@logos-m.ru>
29
30 20010503
31  - OpenBSD CVS Sync
32    - markus@cvs.openbsd.org 2001/05/02 16:41:20
33      [ssh-add.c]
34      fix prompt for ssh-add.
35
36 20010502
37  - OpenBSD CVS Sync
38    - mouring@cvs.openbsd.org 2001/05/02 01:25:39
39      [readpass.c]
40      Put the 'const' back into ssh_askpass() function.  Pointed out
41      by Mark Miller <markm@swoon.net>.  OK Markus
42
43 20010501
44  - OpenBSD CVS Sync
45    - markus@cvs.openbsd.org 2001/04/30 11:18:52
46      [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
47      implement 'ssh -b bind_address' like 'telnet -b'
48    - markus@cvs.openbsd.org 2001/04/30 15:50:46
49      [compat.c compat.h kex.c]
50      allow interop with weaker key generation used by ssh-2.0.x, x < 10
51    - markus@cvs.openbsd.org 2001/04/30 16:02:49
52      [compat.c]
53      ssh-2.0.10 has the weak-key-bug, too.
54  - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
55
56 20010430
57  - OpenBSD CVS Sync
58    - markus@cvs.openbsd.org 2001/04/29 18:32:52
59      [serverloop.c]
60      fix whitespace
61    - markus@cvs.openbsd.org 2001/04/29 19:16:52
62      [channels.c clientloop.c compat.c compat.h serverloop.c]
63      more ssh.com-2.0.x bug-compat; from per@appgate.com
64  - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
65  - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
66
67 20010429
68  - (bal) Updated INSTALL.  PCRE moved to a new place.
69  - (djm) Release OpenSSH-2.9p1
70
71 20010427
72  - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
73    patch based on 2.5.2 version by djm.
74  - (bal) Build manpages and config files once unless changed.  Patch by
75    Carson Gaspar <carson@taltos.org>
76  - (bal) arpa/nameser.h does not exist on Cygwin.  Patch by Corinna 
77    Vinschen <vinschen@redhat.com>
78  - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
79    Pekka Savola <pekkas@netcore.fi>
80  - (bal) Cygwin lacks setgroups() API.  Patch by Corinna Vinschen 
81    <vinschen@redhat.com>
82  - (bal) version.h synced, RPM specs updated for 2.9
83  - (tim) update contrib/caldera files with what Caldera is using.
84    <sps@caldera.de>
85
86 20010425
87  - OpenBSD CVS Sync
88    - markus@cvs.openbsd.org 2001/04/23 21:57:07
89      [ssh-keygen.1 ssh-keygen.c]
90      allow public key for -e, too
91    - markus@cvs.openbsd.org 2001/04/23 22:14:13
92      [ssh-keygen.c]
93      remove debug
94  - (bal) Whitespace resync w/ OpenBSD for uidswap.c
95  - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
96    (default: off), implies KbdInteractiveAuthentication. Suggestion from 
97    markus@
98  - (djm) Include crypt.h if available in auth-passwd.c
99  - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
100    man page detection fixes for SCO
101
102 20010424
103  - OpenBSD CVS Sync
104    - markus@cvs.openbsd.org 2001/04/22 23:58:36
105      [ssh-keygen.1 ssh.1 sshd.8]
106      document hostbased and other cleanup
107  - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
108  - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
109  - (bal) sys/queue.h is bogus for NCR platform.  Patch by Daniel Carroll 
110    <dan@mesastate.edu>
111  - (bal) Fixed contrib/postinstall.in.  Patch by wsanders@wsanders.net
112
113 20010422
114  - OpenBSD CVS Sync
115    - markus@cvs.openbsd.org 2001/04/20 16:32:22
116      [uidswap.c]
117      set non-privileged gid before uid; tholo@ and deraadt@
118    - mouring@cvs.openbsd.org 2001/04/21 00:55:57
119      [sftp.1]
120      Spelling
121    - djm@cvs.openbsd.org 2001/04/22 08:13:30
122      [ssh.1]
123      typos spotted by stevesk@; ok deraadt@
124    - markus@cvs.openbsd.org 2001/04/22 12:34:05
125      [scp.c]
126      scp > 2GB; niles@scyld.com; ok deraadt@, djm@
127    - markus@cvs.openbsd.org 2001/04/22 13:25:37
128      [ssh-keygen.1 ssh-keygen.c]
129      rename arguments -x -> -e (export key), -X -> -i (import key)
130      xref draft-ietf-secsh-publickeyfile-01.txt
131    - markus@cvs.openbsd.org 2001/04/22 13:32:27
132      [sftp-server.8 sftp.1 ssh.1 sshd.8]
133      xref draft-ietf-secsh-*
134    - markus@cvs.openbsd.org 2001/04/22 13:41:02
135      [ssh-keygen.1 ssh-keygen.c]
136      style, noted by stevesk; sort flags in usage
137
138 20010421
139  - OpenBSD CVS Sync
140    - djm@cvs.openbsd.org 2001/04/20 07:17:51
141      [clientloop.c ssh.1]
142      Split out and improve escape character documentation, mention ~R in
143      ~? help text; ok markus@
144  - Update RPM spec files for CVS version.h
145  - (stevesk) set the default PAM service name to __progname instead
146    of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
147  - (stevesk) document PAM service name change in INSTALL
148  - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
149    fix perl test, fix nroff test, fix Makefile to build outside source tree
150
151 20010420
152  - OpenBSD CVS Sync                         
153    - ian@cvs.openbsd.org 2001/04/18 16:21:05
154      [ssh-keyscan.1]                        
155      Fix typo reported in PR/1779           
156    - markus@cvs.openbsd.org 2001/04/18 21:57:42                            
157      [readpass.c ssh-add.c]                                                
158      call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
159    - markus@cvs.openbsd.org 2001/04/18 22:03:45                           
160      [auth2.c sshconnect2.c]                                              
161      use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
162    - markus@cvs.openbsd.org 2001/04/18 22:48:26
163      [auth2.c]                                 
164      no longer const                           
165    - markus@cvs.openbsd.org 2001/04/18 23:43:26                          
166      [auth2.c compat.c sshconnect2.c]                                    
167      more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now      
168      (however the 2.1.0 server seems to work only if debug is enabled...)
169    - markus@cvs.openbsd.org 2001/04/18 23:44:51
170      [authfile.c] 
171      error->debug; noted by fries@ 
172    - markus@cvs.openbsd.org 2001/04/19 00:05:11       
173      [auth2.c]                                        
174      use local variable, no function call needed.     
175      (btw, hostbased works now with ssh.com >= 2.0.13)
176   - (bal) Put scp-common.h back into scp.c (it exists in the upstream
177     tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
178
179 20010418
180   - OpenBSD CVS Sync                            
181    - markus@cvs.openbsd.org 2001/04/17 19:34:25
182      [session.c]
183      move auth_approval to do_authenticated().
184      do_child(): nuke hostkeys from memory
185      don't source .ssh/rc for subsystems.
186    - markus@cvs.openbsd.org 2001/04/18 14:15:00
187      [canohost.c]
188      debug->debug3
189   - (bal) renabled 'catman-do:' and fixed it.  So now catman pages should
190     be working again.
191   - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
192     Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
193
194 20010417
195   - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
196     and temporary commented out 'catman-do:' since it is broken.  Patches
197     for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
198   - OpenBSD CVS Sync
199    - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
200      [key.c]
201      better safe than sorry in later mods; yongari@kt-is.co.kr
202    - markus@cvs.openbsd.org 2001/04/17 08:14:01
203      [sshconnect1.c]
204      check for key!=NULL, thanks to costa
205    - markus@cvs.openbsd.org 2001/04/17 09:52:48
206      [clientloop.c]
207      handle EINTR/EAGAIN on read; ok deraadt@
208    - markus@cvs.openbsd.org 2001/04/17 10:53:26
209      [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
210      add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
211    - markus@cvs.openbsd.org 2001/04/17 12:55:04
212      [channels.c ssh.c]
213      undo socks5 and https support since they are not really used and
214      only bloat ssh.  remove -D from usage(), since '-D' is experimental.
215
216 20010416
217   - OpenBSD CVS Sync
218    - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
219      [ttymodes.c]
220      fix comments
221    - markus@cvs.openbsd.org 2001/04/15 08:43:47
222      [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
223      some unused variable and typos; from tomh@po.crl.go.jp
224    - markus@cvs.openbsd.org 2001/04/15 16:58:03
225      [authfile.c ssh-keygen.c sshd.c]
226      don't use errno for key_{load,save}_private; discussion w/ solar@openwall
227    - markus@cvs.openbsd.org 2001/04/15 17:16:00
228      [clientloop.c]
229      set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
230      should fix some of the blocking problems for rsync over SSH-1
231    - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
232      [sshd.8]
233      some ClientAlive cleanup; ok markus@
234    - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
235      [readconf.c servconf.c]
236      use fatal() or error() vs. fprintf(); ok markus@
237  - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
238    Roth <roth+openssh@feep.net>
239  - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
240   - (djm) OpenBSD CVS Sync
241    - mouring@cvs.openbsd.org 2001/04/16 02:31:44
242      [scp.c sftp.c]
243      IPv6 support for sftp (which I bungled in my last patch) which is
244      borrowed from scp.c.  Thanks to Markus@ for pointing it out.
245    - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
246      [xmalloc.c]
247      xrealloc dealing with ptr == nULL; mouring
248    - djm@cvs.openbsd.org 2001/04/16 08:19:31
249      [session.c]
250      Split motd and hushlogin checks into seperate functions, helps for 
251      portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
252  - Fix OSF SIA support displaying too much information for quiet 
253    logins and logins where access was denied by SIA. Patch from Chris Adams 
254    <cmadams@hiwaay.net>
255
256 20010415
257  - OpenBSD CVS Sync
258    - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
259      [ssh-add.c]
260      do not double free
261    - markus@cvs.openbsd.org 2001/04/14 16:17:14
262      [channels.c]
263      remove some channels that are not appropriate for keepalive.
264    - markus@cvs.openbsd.org 2001/04/14 16:27:57
265      [ssh-add.c]
266      use clear_pass instead of xfree()
267    - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
268      [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
269      protocol 2 tty modes support; ok markus@
270    - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
271      [scp.c]
272      'T' handling rcp/scp sync; ok markus@
273  - Missed sshtty.[ch] in Sync.
274
275 20010414
276  - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
277  - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen 
278    <vinschen@redhat.com>
279  - OpenBSD CVS Sync
280    - beck@cvs.openbsd.org 2001/04/13 22:46:54
281      [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
282      Add options ClientAliveInterval and ClientAliveCountMax to sshd.
283      This gives the ability to do a "keepalive" via the encrypted channel
284      which can't be spoofed (unlike TCP keepalives). Useful for when you want
285      to use ssh connections to authenticate people for something, and know
286      relatively quickly when they are no longer authenticated. Disabled
287      by default (of course). ok markus@
288
289 20010413
290  - OpenBSD CVS Sync                                                           
291    - markus@cvs.openbsd.org 2001/04/12 14:29:09 
292      [ssh.c]                                                
293      show debug output during option processing, report from 
294      pekkas@netcore.fi
295    - markus@cvs.openbsd.org 2001/04/12 19:15:26
296      [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h 
297       compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h 
298       servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c 
299       sshconnect2.c sshd_config]
300      implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
301      similar to RhostRSAAuthentication unless you enable (the experimental)
302      HostbasedUsesNameFromPacketOnly option.  please test. :)
303    - markus@cvs.openbsd.org 2001/04/12 19:39:27
304      [readconf.c]
305      typo
306    - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
307      [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
308      robust port validation; ok markus@ jakob@
309    - mouring@cvs.openbsd.org 2001/04/12 23:17:54
310      [sftp-int.c sftp-int.h sftp.1 sftp.c]
311      Add support for:
312         sftp [user@]host[:file [file]]  - Fetch remote file(s)
313         sftp [user@]host[:dir[/]]       - Start in remote dir/
314      OK deraadt@
315    - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
316      [ssh.c]
317      missing \n in error message
318  - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
319    lack it.
320
321 20010412
322  - OpenBSD CVS Sync                            
323    - markus@cvs.openbsd.org 2001/04/10 07:46:58
324      [channels.c]                              
325      cleanup socks4 handling                   
326    - itojun@cvs.openbsd.org 2001/04/10 09:13:22       
327      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
328      document id_rsa{.pub,}.  markus ok               
329    - markus@cvs.openbsd.org 2001/04/10 12:15:23
330      [channels.c]                              
331      debug cleanup                             
332    - djm@cvs.openbsd.org 2001/04/11 07:06:22
333      [sftp-int.c]
334      'mget' and 'mput' aliases; ok markus@
335    - markus@cvs.openbsd.org 2001/04/11 10:59:01
336      [ssh.c]
337      use strtol() for ports, thanks jakob@
338    - markus@cvs.openbsd.org 2001/04/11 13:56:13
339      [channels.c ssh.c]
340      https-connect and socks5 support. i feel so bad.
341    - lebel@cvs.openbsd.org 2001/04/11 16:25:30
342      [sshd.8 sshd.c]
343      implement the -e option into sshd:
344       -e      When this option is specified, sshd will send the output to the
345               standard error instead of the system log.
346      markus@ OK.
347
348 20010410
349  - OpenBSD CVS Sync
350    - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
351      [sftp.c]
352      do not modify an actual argv[] entry
353    - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
354      [sshd.8]
355      spelling
356    - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
357      [sftp.1]
358      spelling
359    - markus@cvs.openbsd.org 2001/04/09 15:12:23
360      [ssh-add.c]
361      passphrase caching: ssh-add tries last passphrase, clears passphrase if
362      not successful and after last try.
363      based on discussions with espie@, jakob@, ... and code from jakob@ and
364      wolfgang@wsrcc.com
365    - markus@cvs.openbsd.org 2001/04/09 15:19:49
366      [ssh-add.1]
367      ssh-add retries the last passphrase...
368    - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
369      [sshd.8]
370      ListenAddress mandoc from aaron@
371
372 20010409
373  - (stevesk) use setresgid() for setegid() if needed
374  - (stevesk) configure.in: typo
375  - OpenBSD CVS Sync
376    - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
377      [sshd.8]
378      document ListenAddress addr:port
379    - markus@cvs.openbsd.org 2001/04/08 13:03:00
380      [ssh-add.c]
381      init pointers with NULL, thanks to danimal@danimal.org
382    - markus@cvs.openbsd.org 2001/04/08 11:27:33
383      [clientloop.c]
384      leave_raw_mode if ssh2 "session" is closed
385    - markus@cvs.openbsd.org 2001/04/06 21:00:17
386      [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
387       ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
388      do gid/groups-swap in addition to uid-swap, should help if /home/group
389      is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
390      to olar@openwall.com is comments.  we had many requests for this.
391    - markus@cvs.openbsd.org 2001/04/07 08:55:18
392      [buffer.c channels.c channels.h readconf.c ssh.c]
393      allow the ssh client act as a SOCKS4 proxy (dynamic local 
394      portforwarding).  work by Dan Kaminsky <dankamin@cisco.com> and me. 
395      thanks to Dan for this great patch: use 'ssh -D 1080 host' and make 
396      netscape use localhost:1080 as a socks proxy.
397    - markus@cvs.openbsd.org 2001/04/08 11:24:33
398      [uidswap.c]
399      KNF
400
401 20010408
402  - OpenBSD CVS Sync
403    - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
404      [hostfile.c]
405      unused; typo in comment
406    - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
407      [servconf.c]
408      in addition to:
409      ListenAddress host|ipv4_addr|ipv6_addr
410      permit:
411      ListenAddress [host|ipv4_addr|ipv6_addr]:port
412      ListenAddress host|ipv4_addr:port
413      sshd.8 updates coming.  ok markus@
414
415 20010407
416  - (bal) CVS ID Resync of version.h
417  - OpenBSD CVS Sync
418    - markus@cvs.openbsd.org 2001/04/05 23:39:20
419      [serverloop.c]
420      keep the ssh session even if there is no active channel.
421      this is more in line with the protocol spec and makes
422         ssh -N -L 1234:server:110 host
423      more useful.
424      based on discussion with <mats@mindbright.se> long time ago
425      and recent mail from <res@shore.net>
426    - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
427      [scp.c]
428      remove trailing / from source paths; fixes pr#1756
429  
430 20010406
431  - (stevesk) logintest.c: fix for systems without __progname
432  - (stevesk) Makefile.in: log.o is in libssh.a
433  - OpenBSD CVS Sync
434    - markus@cvs.openbsd.org 2001/04/05 10:00:06
435      [compat.c]
436      2.3.x does old  GEX, too; report jakob@
437    - markus@cvs.openbsd.org 2001/04/05 10:39:03
438      [compress.c compress.h packet.c]
439      reset compress state per direction when rekeying.
440    - markus@cvs.openbsd.org 2001/04/05 10:39:48
441      [version.h]
442      temporary version 2.5.4 (supports rekeying).
443      this is not an official release.
444    - markus@cvs.openbsd.org 2001/04/05 10:42:57
445      [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c 
446       mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c 
447       sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c 
448       sshconnect2.c sshd.c]
449      fix whitespace: unexpand + trailing spaces.
450    - markus@cvs.openbsd.org 2001/04/05 11:09:17
451      [clientloop.c compat.c compat.h]
452      add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
453    - markus@cvs.openbsd.org 2001/04/05 15:45:43
454      [ssh.1]
455      ssh defaults to protocol v2; from quisar@quisar.ambre.net
456    - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
457      [canohost.c canohost.h session.c]
458      move get_remote_name_or_ip() to canohost.[ch]; for portable.  ok markus@
459    - markus@cvs.openbsd.org 2001/04/05 20:01:10
460      [clientloop.c]
461      for ~R print message if server does not support rekeying. (and fix ~R).
462    - markus@cvs.openbsd.org 2001/04/05 21:02:46
463      [buffer.c]
464      better error message
465    - markus@cvs.openbsd.org 2001/04/05 21:05:24
466      [clientloop.c ssh.c]
467      don't request a session for 'ssh -N', pointed out slade@shore.net
468
469 20010405
470  - OpenBSD CVS Sync                                              
471    - markus@cvs.openbsd.org 2001/04/04 09:48:35                  
472      [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
473      don't sent multiple kexinit-requests.                       
474      send newkeys, block while waiting for newkeys.              
475      fix comments.                                               
476    - markus@cvs.openbsd.org 2001/04/04 14:34:58                         
477      [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]       
478      enable server side rekeying + some rekey related clientup.         
479      todo: we should not send any non-KEX messages after we send KEXINIT
480    - markus@cvs.openbsd.org 2001/04/04 15:50:55
481      [compat.c]
482      f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
483    - markus@cvs.openbsd.org 2001/04/04 20:25:38
484      [channels.c channels.h clientloop.c kex.c kex.h serverloop.c 
485       sshconnect2.c sshd.c]
486      more robust rekeying
487      don't send channel data after rekeying is started.
488    - markus@cvs.openbsd.org 2001/04/04 20:32:56
489      [auth2.c]
490      we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
491    - markus@cvs.openbsd.org 2001/04/04 22:04:35
492      [kex.c kexgex.c serverloop.c]
493      parse full kexinit packet.
494      make server-side more robust, too.
495    - markus@cvs.openbsd.org 2001/04/04 23:09:18
496      [dh.c kex.c packet.c]
497      clear+free keys,iv for rekeying.
498      + fix DH mem leaks. ok niels@
499  - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
500     BROKEN_VHANGUP
501
502 20010404
503  - OpenBSD CVS Sync
504    - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
505      [ssh-agent.1]
506      grammar; slade@shore.net
507    - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
508      [sftp-glob.c ssh-agent.c ssh-keygen.c]
509      free() -> xfree()
510    - markus@cvs.openbsd.org 2001/04/03 19:53:29
511      [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
512      move kex to kex*.c, used dispatch_set() callbacks for kex. should
513      make rekeying easier.
514    - todd@cvs.openbsd.org 2001/04/03 21:19:38
515      [ssh_config]
516      id_rsa1/2 -> id_rsa; ok markus@
517    - markus@cvs.openbsd.org 2001/04/03 23:32:12
518      [kex.c kex.h packet.c sshconnect2.c sshd.c]
519      undo parts of recent my changes: main part of keyexchange does not
520      need dispatch-callbacks, since application data is delayed until
521      the keyexchange completes (if i understand the drafts correctly).
522      add some infrastructure for re-keying.
523    - markus@cvs.openbsd.org 2001/04/04 00:06:54
524      [clientloop.c sshconnect2.c]
525      enable client rekeying
526         (1) force rekeying with ~R, or
527         (2) if the server requests rekeying.
528      works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
529  - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
530
531 20010403
532  - OpenBSD CVS Sync
533    - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
534      [sshd.8]
535      typo; ok markus@
536    - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
537      [readconf.c servconf.c]
538      correct comment; ok markus@
539  - (stevesk) nchan.c: remove ostate checks and add EINVAL to
540     shutdown(SHUT_RD) error() bypass for HP-UX.
541
542 20010402
543  - (stevesk) log.c openbsd sync; missing newlines
544  - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
545
546 20010330
547  - (djm) Another openbsd-compat/glob.c sync
548  - (djm) OpenBSD CVS Sync
549    - provos@cvs.openbsd.org 2001/03/28 21:59:41
550      [kex.c kex.h sshconnect2.c sshd.c]
551      forgot to include min and max params in hash, okay markus@
552    - provos@cvs.openbsd.org 2001/03/28 22:04:57
553      [dh.c]
554      more sanity checking on primes file
555    - markus@cvs.openbsd.org 2001/03/28 22:43:31
556      [auth.h auth2.c auth2-chall.c]
557      check auth_root_allowed for kbd-int auth, too.
558    - provos@cvs.openbsd.org 2001/03/29 14:24:59
559      [sshconnect2.c]
560      use recommended defaults
561    - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
562      [sshconnect2.c sshd.c]
563      need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
564    - markus@cvs.openbsd.org 2001/03/29 21:17:40
565      [dh.c dh.h kex.c kex.h]
566      prepare for rekeying: move DH code to dh.c
567    - djm@cvs.openbsd.org 2001/03/29 23:42:01
568      [sshd.c]
569      Protocol 1 key regeneration log => verbose, some KNF; ok markus@
570
571 20010329
572  - OpenBSD CVS Sync
573    - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
574      [ssh.1]
575      document more defaults; misc. cleanup.  ok markus@
576    - markus@cvs.openbsd.org 2001/03/26 23:12:42
577      [authfile.c]
578      KNF
579    - markus@cvs.openbsd.org 2001/03/26 23:23:24
580      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
581      try to read private f-secure ssh v2 rsa keys.
582    - markus@cvs.openbsd.org 2001/03/27 10:34:08
583      [ssh-rsa.c sshd.c]
584      use EVP_get_digestbynid, reorder some calls and fix missing free.
585    - markus@cvs.openbsd.org 2001/03/27 10:57:00
586      [compat.c compat.h ssh-rsa.c]
587      some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
588      signatures in SSH protocol 2, ok djm@
589    - provos@cvs.openbsd.org 2001/03/27 17:46:50
590      [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
591      make dh group exchange more flexible, allow min and max group size,
592      okay markus@, deraadt@
593    - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
594      [scp.c]
595      start to sync scp closer to rcp; ok markus@
596    - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
597      [scp.c]
598      usage more like rcp and add missing -B to usage; ok markus@
599    - markus@cvs.openbsd.org 2001/03/28 20:50:45
600      [sshd.c]
601      call refuse() before close(); from olemx@ans.pl
602
603 20010328
604  - (djm) Reorder tests and library inclusion for Krb4/AFS to try to 
605    resolve linking conflicts with libcrypto. Report and suggested fix 
606    from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
607  - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
608    fix from Philippe Levan <levan@epix.net>
609  - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
610    doesn't work because of conflicts between krbIV's and OpenSSL's des.h
611  - (djm) Sync openbsd-compat/glob.c
612
613 20010327
614  - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
615  - Fix pointer issues in waitpid() and wait() replaces.  Patch by Lutz 
616    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
617  - OpenBSD CVS Sync
618    - djm@cvs.openbsd.org 2001/03/25 00:01:34
619      [session.c]
620      shorten; ok markus@
621    - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
622      [servconf.c servconf.h session.c sshd.8 sshd_config]
623      PrintLastLog option; from chip@valinux.com with some minor
624      changes by me.  ok markus@
625    - markus@cvs.openbsd.org 2001/03/26 08:07:09
626      [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c 
627       sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
628      simpler key load/save interface, see authfile.h
629  - (djm) Reestablish PAM credentials (which can be supplemental group 
630    memberships) after initgroups() blows them away. Report and suggested
631    fix from Nalin Dahyabhai <nalin@redhat.com>
632
633 20010324
634  - Fixed permissions ssh-keyscan.  Thanks to Christopher Linn <celinn@mtu.edu>.
635  - OpenBSD CVS Sync
636    - djm@cvs.openbsd.org 2001/03/23 11:04:07
637      [compat.c compat.h sshconnect2.c sshd.c]
638      Compat for OpenSSH with broken Rijndael/AES. ok markus@
639    - markus@cvs.openbsd.org 2001/03/23 12:02:49
640      [auth1.c]
641      authctxt is now passed to do_authenticated
642    - markus@cvs.openbsd.org 2001/03/23 13:10:57
643      [sftp-int.c]
644      fix put, upload to _absolute_ path, ok djm@
645    - markus@cvs.openbsd.org 2001/03/23 14:28:32
646      [session.c sshd.c]
647      ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
648  - (djm) Pull out our own SIGPIPE hacks
649
650 20010323
651  - OpenBSD CVS Sync                             
652    - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
653      [sshd.c]                                   
654      do not place linefeeds in buffer           
655
656 20010322
657  - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
658  - (bal) version.c CVS ID resync
659  - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
660    resync
661  - (bal) scp.c CVS ID resync
662  - OpenBSD CVS Sync
663    - markus@cvs.openbsd.org 2001/03/20 19:10:16
664      [readconf.c]
665      default to SSH protocol version 2
666    - markus@cvs.openbsd.org 2001/03/20 19:21:21
667      [session.c]
668      remove unused arg
669    - markus@cvs.openbsd.org 2001/03/20 19:21:21
670      [session.c]
671      remove unused arg
672    - markus@cvs.openbsd.org 2001/03/21 11:43:45
673      [auth1.c auth2.c session.c session.h]
674      merge common ssh v1/2 code
675    - jakob@cvs.openbsd.org 2001/03/21 14:20:45
676      [ssh-keygen.c]
677      add -B flag to usage
678    - markus@cvs.openbsd.org 2001/03/21 21:06:30
679      [session.c]
680      missing init; from mib@unimelb.edu.au
681
682 20010321
683  - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve 
684    VanDevender <stevev@darkwing.uoregon.edu>
685  - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
686    from Solar Designer <solar@openwall.com>
687  - (djm) Don't loop forever when changing password via PAM. Patch
688    from Solar Designer <solar@openwall.com>
689  - (djm) Generate config files before build
690  - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
691    suggested fix from Mike Battersby <mib@unimelb.edu.au>
692
693 20010320
694  - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
695  - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
696  - (bal) Oops.  Missed globc.h change (OpenBSD CVS).
697  - (djm) OpenBSD CVS Sync
698    - markus@cvs.openbsd.org 2001/03/19 17:07:23
699      [auth.c readconf.c]
700      undo /etc/shell and proto 2,1 change for openssh-2.5.2
701    - markus@cvs.openbsd.org 2001/03/19 17:12:10
702      [version.h]
703      version 2.5.2
704  - (djm) Update RPM spec version
705  - (djm) Release 2.5.2p1
706 - tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
707   change S_ISLNK macro to work for UnixWare 2.03
708 - tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
709   add get_arg_max(). Use sysconf() if ARG_MAX is not defined
710
711 20010319
712  - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to 
713    do it implicitly.
714  - (djm) Add getusershell() functions from OpenBSD CVS
715  - OpenBSD CVS Sync
716    - markus@cvs.openbsd.org 2001/03/18 12:07:52
717      [auth-options.c]
718      ignore permitopen="host:port" if AllowTcpForwarding==no
719  - (djm) Make scp work on systems without 64-bit ints
720  - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
721    move HAVE_LONG_LONG_INT where it works
722  - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
723    stuff.  Change suggested by Mark Miller <markm@swoon.net>
724  - (bal) Small fix to scp.  %lu vs %ld
725  - (bal) NeXTStep lacks S_ISLNK.  Plus split up S_IS* 
726  - (djm) OpenBSD CVS Sync
727    - djm@cvs.openbsd.org     2001/03/19 03:52:51
728      [sftp-client.c]
729      Report ssh connection closing correctly; ok deraadt@
730    - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
731      [compat.c compat.h sshd.c]
732      specifically version match on ssh scanners.  do not log scan 
733      information to the console
734    - djm@cvs.openbsd.org      2001/03/19 12:10:17
735      [sshd.8]
736      Document permitopen authorized_keys option; ok markus@
737    - djm@cvs.openbsd.org     2001/03/19 05:49:52
738      [ssh.1]
739      document PreferredAuthentications option; ok markus@
740  - (bal) Minor NeXT fixed.  Forgot to #undef NGROUPS_MAX
741
742 20010318
743  - (bal) Fixed scp type casing issue which causes "scp: protocol error: 
744    size not delimited" fatal errors when tranfering.
745  - OpenBSD CVS Sync
746    - markus@cvs.openbsd.org 2001/03/17 17:27:59
747      [auth.c]
748      check /etc/shells, too
749  - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
750      openbsd-compat/fake-regex.h
751
752 20010317
753  - Support usrinfo() on AIX. Based on patch from Gert Doering 
754    <gert@greenie.muc.de>
755  - OpenBSD CVS Sync
756    - markus@cvs.openbsd.org 2001/03/15 15:05:59
757      [scp.c]
758      use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
759    - markus@cvs.openbsd.org 2001/03/15 22:07:08
760      [session.c]
761      pass Session to do_child + KNF
762    - djm@cvs.openbsd.org 2001/03/16 08:16:18
763      [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
764      Revise globbing for get/put to be more shell-like. In particular,
765      "get/put file* directory/" now works. ok markus@
766    - markus@cvs.openbsd.org 2001/03/16 09:55:53
767      [sftp-int.c]
768      fix memset and whitespace
769    - markus@cvs.openbsd.org 2001/03/16 13:44:24
770      [sftp-int.c]
771      discourage strcat/strcpy
772    - markus@cvs.openbsd.org 2001/03/16 19:06:30
773      [auth-options.c channels.c channels.h serverloop.c session.c]
774      implement "permitopen" key option, restricts -L style forwarding to
775      to specified host:port pairs. based on work by harlan@genua.de
776  - Check for gl_matchc support in glob_t and fall back to the 
777    openbsd-compat/glob.[ch] support if it does not exist.
778
779 20010315
780  - OpenBSD CVS Sync
781    - markus@cvs.openbsd.org 2001/03/14 08:57:14
782      [sftp-client.c]
783      Wall
784    - markus@cvs.openbsd.org 2001/03/14 15:15:58
785      [sftp-int.c]
786      add version command
787    - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
788      [sftp-server.c]
789      note no getopt()
790  - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
791  - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com> 
792
793 20010314
794  - OpenBSD CVS Sync
795    - markus@cvs.openbsd.org 2001/03/13 17:34:42
796      [auth-options.c]
797      missing xfree, deny key on parse error; ok stevesk@
798    - djm@cvs.openbsd.org 2001/03/13 22:42:54
799      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
800      sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
801  - (bal) Fix strerror() in bsd-misc.c
802  - (djm) Add replacement glob() from OpenBSD libc if the system glob is
803    missing or lacks the GLOB_ALTDIRFUNC extension
804  - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers 
805    relatively. Avoids conflict between glob.h and /usr/include/glob.h
806
807 20010313
808  - OpenBSD CVS Sync
809    - markus@cvs.openbsd.org 2001/03/12 22:02:02
810      [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
811      remove old key_fingerprint interface, s/_ex//
812
813 20010312
814  - OpenBSD CVS Sync
815    - markus@cvs.openbsd.org 2001/03/11 13:25:36
816      [auth2.c key.c]
817      debug
818    - jakob@cvs.openbsd.org 2001/03/11 15:03:16
819      [key.c key.h]
820      add improved fingerprint functions. based on work by Carsten
821      Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
822    - jakob@cvs.openbsd.org 2001/03/11 15:04:16
823      [ssh-keygen.1 ssh-keygen.c]
824      print both md5, sha1 and bubblebabble fingerprints when using
825      ssh-keygen -l -v. ok markus@.
826    - jakob@cvs.openbsd.org 2001/03/11 15:13:09
827      [key.c]
828      cleanup & shorten some var names key_fingerprint_bubblebabble.
829    - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
830      [ssh-keygen.c]
831      KNF, and SHA1 binary output is just creeping featurism
832  - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
833    test if snprintf() supports %ll
834    add /dev to search path for PRNGD/EGD socket
835    fix my mistake in USER_PATH test program
836  - OpenBSD CVS Sync
837    - markus@cvs.openbsd.org 2001/03/11 18:29:51
838      [key.c]
839      style+cleanup
840    - markus@cvs.openbsd.org 2001/03/11 22:33:24
841      [ssh-keygen.1 ssh-keygen.c]
842      remove -v again. use -B instead for bubblebabble. make -B consistent
843      with -l and make -B work with /path/to/known_hosts. ok deraadt@
844  - (djm) Bump portable version number for generating test RPMs
845  - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
846  - (bal) Reorder includes in Makefile. 
847
848 20010311
849  - OpenBSD CVS Sync
850    - markus@cvs.openbsd.org 2001/03/10 12:48:27
851      [sshconnect2.c]
852      ignore nonexisting private keys; report rjmooney@mediaone.net
853    - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
854      [readconf.c ssh_config]
855      default to SSH2, now that m68k runs fast
856    - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
857      [ttymodes.c ttymodes.h]
858      remove unused sgtty macros; ok markus@
859    - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
860      [compat.c compat.h sshconnect.c]
861      all known netscreen ssh versions, and older versions of OSU ssh cannot
862      handle password padding (newer OSU is fixed)
863  - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
864    make sure $bindir is in USER_PATH so scp will work
865  - OpenBSD CVS Sync
866    - markus@cvs.openbsd.org 2001/03/10 17:51:04
867      [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
868      add PreferredAuthentications
869
870 20010310
871  - OpenBSD CVS Sync
872    - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
873      [ssh-keygen.c]
874      create *.pub files with umask 0644, so that you can mv them to 
875      authorized_keys
876    - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
877      [sshd.c]
878      typo; slade@shore.net
879  - Removed log.o from sftp client.  Not needed.
880
881 20010309
882  - OpenBSD CVS Sync
883    - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
884      [auth1.c]
885      unused; ok markus@
886    - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
887      [sftp.1]
888      spelling, cleanup; ok deraadt@
889    - markus@cvs.openbsd.org 2001/03/08 21:42:33
890      [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
891      implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
892      no need to do enter passphrase or do expensive sign operations if the
893      server does not accept key).
894
895 20010308
896  - OpenBSD CVS Sync
897    - djm@cvs.openbsd.org 2001/03/07 10:11:23
898      [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
899      Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
900      functions and small protocol change.
901    - markus@cvs.openbsd.org 2001/03/08 00:15:48
902      [readconf.c ssh.1]
903      turn off useprivilegedports by default. only rhost-auth needs
904      this. older sshd's may need this, too.
905  - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
906    Dirk Markwardt <D.Markwardt@tu-bs.de>
907
908 20010307
909  - (bal) OpenBSD CVS Sync
910    - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
911      [ssh-keyscan.c]
912      appease gcc
913    - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
914      [sftp-int.c sftp.1 sftp.c]
915      sftp -b batchfile; mouring@etoh.eviladmin.org
916    - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
917      [sftp.1]
918      order things
919    - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
920      [ssh.1 sshd.8]
921      the name "secure shell" is boring, noone ever uses it
922    - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
923      [ssh.1]
924      removed dated comment
925  - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
926
927 20010306
928  - (bal) OpenBSD CVS Sync
929    - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
930      [sshd.8]
931      alpha order; jcs@rt.fm
932    - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
933      [servconf.c]
934      sync error message; ok markus@
935    - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
936      [myproposal.h ssh.1]
937      switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
938      provos & markus ok
939    - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
940      [sshd.8]
941      detail default hmac setup too
942    - markus@cvs.openbsd.org 2001/03/05 17:17:21
943      [kex.c kex.h sshconnect2.c sshd.c]
944      generate a 2*need size (~300 instead of 1024/2048) random private
945      exponent during the DH key agreement. according to Niels (the great
946      german advisor) this is safe since /etc/primes contains strong
947      primes only.
948
949      References:
950              P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
951              agreement with short exponents, In Advances in Cryptology
952              - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
953    - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
954      [ssh.1]
955      more ssh_known_hosts2 documentation; ok markus@
956    - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
957      [dh.c]
958      spelling
959    - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
960      [authfd.c cli.c ssh-agent.c]
961      EINTR/EAGAIN handling is required in more cases
962    - millert@cvs.openbsd.org 2001/03/06 01:06:03
963      [ssh-keyscan.c]
964      Don't assume we wil get the version string all in one read().
965      deraadt@ OK'd
966    - millert@cvs.openbsd.org 2001/03/06 01:08:27
967      [clientloop.c]
968      If read() fails with EINTR deal with it the same way we treat EAGAIN
969
970 20010305
971  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
972  - (bal) CVS ID touch up on sftp-int.c 
973  - (bal) CVS ID touch up on uuencode.c
974  - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
975  - (bal) OpenBSD CVS Sync
976    - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
977      [sshd.8]
978      it's the OpenSSH one
979    - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
980      [ssh-keyscan.c]
981      inline -> __inline__, and some indent
982    - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
983      [authfile.c]
984      improve fd handling
985    - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
986      [sftp-server.c]
987      careful with & and &&; markus ok
988    - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
989      [ssh.c]
990      -i supports DSA identities now; ok markus@
991    - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
992      [servconf.c]
993      grammar; slade@shore.net
994    - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
995      [ssh-keygen.1 ssh-keygen.c]
996      document -d, and -t defaults to rsa1
997    - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
998      [ssh-keygen.1 ssh-keygen.c]
999      bye bye -d
1000    - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
1001      [sshd_config]
1002      activate RSA 2 key
1003    - markus@cvs.openbsd.org 2001/02/22 21:57:27
1004      [ssh.1 sshd.8]
1005      typos/grammar from matt@anzen.com
1006    - markus@cvs.openbsd.org 2001/02/22 21:59:44
1007      [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
1008      use pwcopy in ssh.c, too
1009    - markus@cvs.openbsd.org 2001/02/23 15:34:53
1010      [serverloop.c]
1011      debug2->3
1012    - markus@cvs.openbsd.org 2001/02/23 18:15:13
1013      [sshd.c]
1014      the random session key depends now on the session_key_int
1015      sent by the 'attacker'
1016              dig1 = md5(cookie|session_key_int);
1017              dig2 = md5(dig1|cookie|session_key_int);
1018              fake_session_key = dig1|dig2;
1019      this change is caused by a mail from anakin@pobox.com
1020      patch based on discussions with my german advisor niels@openbsd.org
1021    - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
1022      [readconf.c]
1023      look for id_rsa by default, before id_dsa
1024    - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
1025      [sshd_config]
1026      ssh2 rsa key before dsa key
1027    - markus@cvs.openbsd.org 2001/02/27 10:35:27
1028      [packet.c]
1029      fix random padding
1030    - markus@cvs.openbsd.org 2001/02/27 11:00:11
1031      [compat.c]
1032      support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
1033    - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
1034      [misc.c]
1035      pull in protos
1036    - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
1037      [sftp.c]
1038      do not kill the subprocess on termination (we will see if this helps
1039      things or hurts things)
1040    - markus@cvs.openbsd.org 2001/02/28 08:45:39
1041      [clientloop.c]
1042      fix byte counts for ssh protocol v1
1043    - markus@cvs.openbsd.org 2001/02/28 08:54:55
1044      [channels.c nchan.c nchan.h]
1045      make sure remote stderr does not get truncated.
1046      remove closed fd's from the select mask.
1047    - markus@cvs.openbsd.org 2001/02/28 09:57:07
1048      [packet.c packet.h sshconnect2.c]
1049      in ssh protocol v2 use ignore messages for padding (instead of
1050      trailing \0).
1051    - markus@cvs.openbsd.org 2001/02/28 12:55:07
1052      [channels.c]
1053      unify debug messages
1054    - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
1055      [misc.c]
1056      for completeness, copy pw_gecos too
1057    - markus@cvs.openbsd.org 2001/02/28 21:21:41
1058      [sshd.c]
1059      generate a fake session id, too
1060    - markus@cvs.openbsd.org 2001/02/28 21:27:48
1061      [channels.c packet.c packet.h serverloop.c]
1062      use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
1063      use random content in ignore messages.
1064    - markus@cvs.openbsd.org 2001/02/28 21:31:32
1065      [channels.c]
1066      typo
1067    - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
1068      [authfd.c]
1069      split line so that p will have an easier time next time around
1070    - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
1071      [ssh.c]
1072      shorten usage by a line
1073    - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
1074      [auth-rsa.c auth2.c deattack.c packet.c]
1075      KNF
1076    - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
1077      [cli.c cli.h rijndael.h ssh-keyscan.1]
1078      copyright notices on all source files
1079    - markus@cvs.openbsd.org 2001/03/01 22:46:37
1080      [ssh.c]
1081      don't truncate remote ssh-2 commands; from mkubita@securities.cz
1082      use min, not max for logging, fixes overflow.
1083    - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
1084      [sshd.8]
1085      explain SIGHUP better
1086    - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
1087      [sshd.8]
1088      doc the dsa/rsa key pair files
1089    - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
1090      [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
1091       scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
1092       ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
1093      make copyright lines the same format
1094    - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
1095      [ssh-keyscan.c]
1096      standard theo sweep
1097    - millert@cvs.openbsd.org 2001/03/03 21:19:41
1098      [ssh-keyscan.c]
1099      Dynamically allocate read_wait and its copies.  Since maxfd is
1100      based on resource limits it is often (usually?) larger than FD_SETSIZE.
1101    - millert@cvs.openbsd.org 2001/03/03 21:40:30
1102      [sftp-server.c]
1103      Dynamically allocate fd_set; deraadt@ OK
1104    - millert@cvs.openbsd.org 2001/03/03 21:41:07
1105      [packet.c]
1106      Dynamically allocate fd_set; deraadt@ OK
1107    - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
1108      [sftp-server.c]
1109      KNF
1110    - markus@cvs.openbsd.org 2001/03/03 23:52:22
1111      [sftp.c]
1112      clean up arg processing. based on work by Christophe_Moret@hp.com
1113    - markus@cvs.openbsd.org 2001/03/03 23:59:34
1114      [log.c ssh.c]
1115      log*.c -> log.c
1116    - markus@cvs.openbsd.org 2001/03/04 00:03:59
1117      [channels.c]
1118      debug1->2
1119    - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
1120      [ssh.c]
1121      add -m to usage; ok markus@
1122    - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
1123      [sshd.8]
1124      small cleanup and clarify for PermitRootLogin; ok markus@
1125    - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
1126      [servconf.c sshd.8]
1127      kill obsolete RandomSeed; ok markus@ deraadt@
1128    - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
1129      [sshd.8]
1130      spelling
1131    - millert@cvs.openbsd.org 2001/03/04 17:42:28
1132      [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
1133       ssh.c sshconnect.c sshd.c]
1134      log functions should not be passed strings that end in newline as they
1135      get passed on to syslog() and when logging to stderr, do_log() appends
1136      its own newline.
1137    - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
1138      [sshd.8]
1139      list SSH2 ciphers
1140  - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
1141  - (bal) Fix up logging since it changed.  removed log-*.c
1142  - (djm) Fix up LOG_AUTHPRIV for systems that have it
1143  - (stevesk) OpenBSD sync:
1144    - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
1145      [ssh-keyscan.c]
1146      skip inlining, why bother
1147  - (stevesk) sftp.c: handle __progname
1148
1149 20010304
1150  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
1151  - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
1152    give Mark Roth credit for mdoc2man.pl
1153
1154 20010303
1155  - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
1156  - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
1157  - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
1158  - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
1159    "--with-egd-pool" configure option with "--with-prngd-socket" and 
1160    "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
1161    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1162
1163 20010301
1164  - (djm) Properly add -lcrypt if needed. 
1165  - (djm) Force standard PAM conversation function in a few more places.
1166    Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai 
1167    <nalin@redhat.com>
1168  - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen 
1169    <vinschen@redhat.com>
1170  - (djm) Released 2.5.1p2
1171
1172 20010228
1173  - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
1174    "Bad packet length" bugs.
1175  - (djm) Fully revert PAM session patch (again). All PAM session init is 
1176    now done before the final fork().
1177  - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
1178  - (djm) Remove /tmp from EGD socket search list
1179
1180 20010227
1181  - (bal) Applied shutdown() patch for sftp.c by  Corinna Vinschen 
1182    <vinschen@redhat.com>
1183  - (bal) OpenBSD Sync
1184    - markus@cvs.openbsd.org 2001/02/23 15:37:45
1185      [session.c]
1186      handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
1187  - (bal) sshd.init support for all Redhat release.  Patch by Jim Knoble 
1188    <jmknoble@jmknoble.cx>
1189  - (djm) Fix up POSIX saved uid support. Report from Mark Miller 
1190    <markm@swoon.net>
1191  - (djm) Search for -lcrypt on FreeBSD too
1192  - (djm) fatal() on OpenSSL version mismatch
1193  - (djm) Move PAM init to after fork for non-Solaris derived PAMs
1194  - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
1195    <markm@swoon.net>
1196  - (djm) Fix PAM fix
1197  - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
1198    change is being made as 2.5.x configfiles are not back-compatible with
1199    2.3.x.
1200  - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
1201    <markm@swoon.net>
1202  - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice 
1203    <tim@multitalents.net>
1204  - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice 
1205    <tim@multitalents.net>
1206
1207 20010226
1208  - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
1209  - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics. 
1210    Based on patch from Tim Rice <tim@multitalents.net>
1211
1212 20010225
1213  - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
1214    Patch from Adrian Ho <lexfiend@usa.net>
1215  - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
1216    platform defines u_int64_t as being that.
1217
1218 20010224
1219  - (bal) Missed part of the UNIX sockets patch.  Patch by Corinna 
1220    Vinschen <vinschen@redhat.com>
1221  - (bal) Reorder where 'strftime' is detected to resolve linking
1222    issues on SCO.  Patch by Tim Rice <tim@multitalents.net>
1223
1224 20010224
1225  - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
1226    Patch by Pekka Savola <pekkas@netcore.fi>
1227  - (bal) Renamed sigaction.[ch] to sigact.[ch].  Causes problems with
1228    some platforms.
1229  - (bal) Generalize lack of UNIX sockets since this also effects Cray
1230    not just Cygwin.  Based on patch by Wendy Palm <wendyp@cray.com>
1231
1232 20010223
1233  - (bal) Fix --define rh7 in openssh.spec file.  Patch by Steve Tell
1234    <tell@telltronics.org>
1235  - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
1236    that it was compiled against.  Patch by Pekka Savola <pekkas@netcore.fi>
1237  - (bal) Double -I for OpenSSL on SCO.  Patch by Tim Rice 
1238    <tim@multitalents.net>
1239
1240 20010222                                                             
1241  - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
1242  - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
1243  - (bal) Removed reference to liblogin from contrib/README.  It was
1244    integrated into OpenSSH a long while ago.
1245  - (stevesk) remove erroneous #ifdef sgi code.
1246    Michael Stone <mstone@cs.loyola.edu>
1247
1248 20010221
1249  - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
1250  - (bal) Fixed OpenSSL rework to use $saved_*.  Patch by Tim Rice 
1251    <tim@multitalents.net>
1252  - (bal) Reverted out of 2001/02/15 patch by djm below because it
1253    breaks Solaris.
1254         - (djm) Move PAM session setup back to before setuid to user.
1255           fixes problems on Solaris-drived PAMs.
1256  - (stevesk) session.c: back out to where we were before:
1257     - (djm) Move PAM session initialisation until after fork in sshd. Patch 
1258       from Nalin Dahyabhai <nalin@redhat.com>
1259
1260 20010220
1261  - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
1262    getcwd.c.
1263  - (bal) OpenBSD CVS Sync:
1264    - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
1265      [sshd.c]
1266      clarify message to make it not mention "ident"
1267
1268 20010219
1269  - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
1270    pty.[ch] -> sshpty.[ch]
1271  - (djm) Rework search for OpenSSL location. Skip directories which don't
1272    exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
1273    with its limit of 6 -L options.
1274  - OpenBSD CVS Sync:
1275    - reinhard@cvs.openbsd.org        2001/02/17 08:24:40
1276      [sftp.1]
1277      typo
1278    - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
1279      [ssh.c]
1280      cleanup -V output; noted by millert
1281    - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
1282      [sshd.8]
1283      it's the OpenSSH one
1284    - markus@cvs.openbsd.org  2001/02/18 11:33:54
1285      [dispatch.c]
1286      typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
1287    - markus@cvs.openbsd.org  2001/02/19 02:53:32
1288      [compat.c compat.h serverloop.c]
1289      ssh-1.2.{18-22} has broken handling of ignore messages; report from
1290      itojun@
1291    - markus@cvs.openbsd.org  2001/02/19 03:35:23
1292      [version.h]
1293      OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
1294    - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
1295      [scp.c]
1296      np is changed by recursion; vinschen@redhat.com
1297  - Update versions in RPM spec files
1298  - Release 2.5.1p1
1299
1300 20010218
1301  - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice 
1302    <tim@multitalents.net> 
1303  - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
1304    stevesk
1305  - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen 
1306    <vinschen@redhat.com> and myself.
1307  - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
1308    Miskiewicz <misiek@pld.ORG.PL>
1309  - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
1310    Todd C. Miller <Todd.Miller@courtesan.com>
1311  - (djm) Use ttyname() to determine name of tty returned by openpty() 
1312    rather then risking overflow. Patch from Marek Michalkiewicz 
1313    <marekm@amelek.gda.pl>
1314  - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in. 
1315    Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
1316  - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
1317  - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for 
1318    SunOS)
1319  - (djm) SCO needs librpc for libwrap. Patch from Tim Rice 
1320    <tim@multitalents.net>
1321  - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
1322  - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
1323  - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for 
1324    SIGALRM.
1325  - (djm) Move entropy.c over to mysignal()
1326  - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has 
1327    a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C. 
1328    Miller <Todd.Miller@courtesan.com>
1329  - (djm) Update RPM spec files for 2.5.0p1
1330  - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
1331    enable with --with-bsd-auth.
1332  - (stevesk) entropy.c: typo; should be SIGPIPE
1333
1334 20010217
1335  - (bal) OpenBSD Sync:
1336    - markus@cvs.openbsd.org 2001/02/16 13:38:18
1337      [channel.c]                               
1338      remove debug                              
1339    - markus@cvs.openbsd.org 2001/02/16 14:03:43
1340      [session.c]
1341      proper payload-length check for x11 w/o screen-number
1342
1343 20010216
1344  - (bal) added '--with-prce'  to allow overriding of system regex when
1345    required (tested by David Dulek <ddulek@fastenal.com>)
1346  - (bal) Added DG/UX case and set that they have a broken IPTOS.
1347  - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
1348    Fixes linking on SCO.
1349  - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from 
1350    Nalin Dahyabhai <nalin@redhat.com>
1351  - (djm) BSD license for gnome-ssh-askpass (was X11)
1352  - (djm) KNF on gnome-ssh-askpass
1353  - (djm) USE_PIPES for a few more sysv platforms
1354  - (djm) Cleanup configure.in a little
1355  - (djm) Ask users to check config.log when we can't find necessary libs
1356  - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
1357    OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
1358  - (djm) OpenBSD CVS:
1359    - markus@cvs.openbsd.org  2001/02/15 16:19:59
1360      [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
1361      [sshconnect1.c sshconnect2.c]
1362      genericize password padding function for SSH1 and SSH2.
1363      add stylized echo to 2, too.
1364  - (djm) Add roundup() macro to defines.h
1365  - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
1366    needed on Unixware 2.x.
1367
1368 20010215
1369  - (djm) Move PAM session setup back to before setuid to user. Fixes 
1370    problems on Solaris-derived PAMs.
1371  - (djm) Clean up PAM namespace. Suggested by Darren Moffat
1372    <Darren.Moffat@eng.sun.com>
1373  - (bal) Sync w/ OpenSSH for new release
1374    - markus@cvs.openbsd.org 2001/02/12 12:45:06
1375      [sshconnect1.c]
1376      fix xmalloc(0), ok dugsong@
1377    - markus@cvs.openbsd.org 2001/02/11 12:59:25
1378      [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
1379       sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
1380      1) clean up the MAC support for SSH-2
1381      2) allow you to specify the MAC with 'ssh -m'
1382      3) or the 'MACs' keyword in ssh(d)_config
1383      4) add hmac-{md5,sha1}-96
1384              ok stevesk@, provos@
1385    - markus@cvs.openbsd.org 2001/02/12 16:16:23
1386      [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
1387       ssh-keygen.c sshd.8]
1388      PermitRootLogin={yes,without-password,forced-commands-only,no}
1389      (before this change, root could login even if PermitRootLogin==no)
1390    - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
1391      [clientloop.c packet.c ssh-keyscan.c]
1392      deal with EAGAIN/EINTR selects which were skipped
1393    - markus@cvs.openssh.org 2001/02/13 22:49:40
1394      [auth1.c auth2.c]
1395      setproctitle(user) only if getpwnam succeeds
1396    - markus@cvs.openbsd.org 2001/02/12 23:26:20
1397      [sshd.c]
1398      missing memset; from solar@openwall.com
1399    - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
1400      [sftp-int.c]
1401      lumask now works with 1 numeric arg; ok markus@, djm@
1402    - djm@cvs.openbsd.org 2001/02/14 9:46:03
1403      [sftp-client.c sftp-int.c sftp.1]
1404      Fix and document 'preserve modes & times' option ('-p' flag in sftp);
1405      ok markus@
1406  - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
1407  - (djm) Move to Jim's 1.2.0 X11 askpass program
1408  - (stevesk) OpenBSD sync:
1409    - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
1410      [serverloop.c]
1411      indent
1412
1413 20010214
1414  - (djm) Don't try to close PAM session or delete credentials if the
1415    session has not been open or credentials not set. Based on patch from 
1416    Andrew Bartlett <abartlet@pcug.org.au>
1417  - (djm) Move PAM session initialisation until after fork in sshd. Patch 
1418    from Nalin Dahyabhai <nalin@redhat.com>
1419  - (bal) Missing function prototype in bsd-snprintf.c patch by
1420    Mark Miller <markm@swoon.net>
1421  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
1422    <cmadams@hiwaay.net> with a little modification and KNF.
1423  - (stevesk) fix for SIA patch, misplaced session_setup_sia()
1424
1425 20010213
1426  - (djm) Only test -S potential EGD sockets if they exist and are readable.
1427  - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
1428    I did a base KNF over the whe whole file to make it more acceptable.
1429    (backed out of original patch and removed it from ChangeLog)
1430  - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
1431    Tim Rice <tim@multitalents.net>
1432  - (stevesk) auth1.c: fix PAM passwordless check.
1433
1434 20010212
1435  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1", 
1436    --define "skip_gnome_askpass 1", --define "rh7 1" and make the 
1437    implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from 
1438    Pekka Savola <pekkas@netcore.fi>
1439  - (djm) Clean up PCRE text in INSTALL
1440  - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby 
1441    <mib@unimelb.edu.au>
1442  - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
1443  - (stevesk) session.c: remove debugging code.
1444
1445 20010211
1446  - (bal) OpenBSD Sync
1447    - markus@cvs.openbsd.org 2001/02/07 22:35:46
1448      [auth1.c auth2.c sshd.c]
1449      move k_setpag() to a central place; ok dugsong@
1450    - markus@cvs.openbsd.org 2001/02/10 12:52:02
1451      [auth2.c]
1452      offer passwd before s/key
1453    - markus@cvs.openbsd.org 2001/02/8 22:37:10
1454      [canohost.c]
1455      remove last call to sprintf; ok deraadt@
1456    - markus@cvs.openbsd.org 2001/02/10 1:33:32
1457      [canohost.c]
1458      add debug message, since sshd blocks here if DNS is not available
1459    - markus@cvs.openbsd.org 2001/02/10 12:44:02
1460      [cli.c]
1461      don't call vis() for \r
1462    - danh@cvs.openbsd.org 2001/02/10 0:12:43
1463      [scp.c]
1464      revert a small change to allow -r option to work again; ok deraadt@
1465    - danh@cvs.openbsd.org 2001/02/10 15:14:11
1466      [scp.c]
1467      fix memory leak; ok markus@
1468    - djm@cvs.openbsd.org 2001/02/10 0:45:52
1469      [scp.1]
1470      Mention that you can quote pathnames with spaces in them
1471    - markus@cvs.openbsd.org 2001/02/10 1:46:28
1472      [ssh.c]
1473      remove mapping of argv[0] -> hostname
1474    - markus@cvs.openbsd.org 2001/02/06 22:26:17
1475      [sshconnect2.c]
1476      do not ask for passphrase in batch mode; report from ejb@ql.org
1477    - itojun@cvs.opebsd.org 2001/02/08 10:47:05
1478      [sshconnect.c sshconnect1.c sshconnect2.c]
1479      %.30s is too short for IPv6 numeric address.  use %.128s for now.  
1480      markus ok
1481    - markus@cvs.openbsd.org 2001/02/09 12:28:35
1482      [sshconnect2.c]
1483      do not free twice, thanks to /etc/malloc.conf
1484    - markus@cvs.openbsd.org 2001/02/09 17:10:53
1485      [sshconnect2.c]
1486      partial success: debug->log; "Permission denied" if no more auth methods
1487    - markus@cvs.openbsd.org 2001/02/10 12:09:21
1488      [sshconnect2.c]
1489      remove some lines
1490    - markus@cvs.openbsd.org 2001/02/09 13:38:07
1491      [auth-options.c]
1492      reset options if no option is given; from han.holl@prismant.nl
1493    - markus@cvs.openbsd.org 2001/02/08 21:58:28
1494      [channels.c]
1495      nuke sprintf, ok deraadt@
1496    - markus@cvs.openbsd.org 2001/02/08 21:58:28
1497      [channels.c]
1498      nuke sprintf, ok deraadt@
1499    - markus@cvs.openbsd.org 2001/02/06 22:43:02
1500      [clientloop.h]
1501      remove confusing callback code
1502    - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
1503      [readconf.c]
1504      snprintf
1505    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
1506      sync with netbsd tree changes.
1507      - more strict prototypes, include necessary headers
1508      - use paths.h/pathnames.h decls
1509      - size_t typecase to int -> u_long
1510    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
1511      [ssh-keyscan.c]
1512      fix size_t -> int cast (use u_long).  markus ok
1513    - markus@cvs.openbsd.org 2001/02/07 22:43:16
1514      [ssh-keyscan.c]
1515      s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
1516    - itojun@cvs.openbsd.org 2001/02/09 9:04:59
1517      [ssh-keyscan.c]
1518      do not assume malloc() returns zero-filled region.  found by 
1519      malloc.conf=AJ.
1520    - markus@cvs.openbsd.org 2001/02/08 22:35:30
1521      [sshconnect.c]
1522      don't connect if batch_mode is true and stricthostkeychecking set to 
1523     'ask'
1524    - djm@cvs.openbsd.org 2001/02/04 21:26:07
1525      [sshd_config]
1526      type: ok markus@
1527    - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
1528      [sshd_config]
1529      enable sftp-server by default
1530    - deraadt 2001/02/07 8:57:26
1531      [xmalloc.c]
1532      deal with new ANSI malloc stuff
1533    - markus@cvs.openbsd.org 2001/02/07 16:46:08
1534      [xmalloc.c]
1535      typo in fatal()
1536    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
1537      [xmalloc.c]
1538      fix size_t -> int cast (use u_long).  markus ok
1539    - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
1540      [serverloop.c sshconnect1.c]
1541      mitigate SSH1 traffic analysis - from Solar Designer 
1542      <solar@openwall.com>, ok provos@
1543  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'  
1544    (from the OpenBSD tree)
1545  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
1546  - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)
1547  - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
1548  - (bal) A bit more whitespace cleanup
1549  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett 
1550    <abartlet@pcug.org.au>
1551  - (stevesk) misc.c: ssh.h not needed.
1552  - (stevesk) compat.c: more friendly cpp error
1553  - (stevesk) OpenBSD sync:
1554    - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
1555      [LICENSE]
1556      typos and small cleanup; ok deraadt@
1557
1558 20010210
1559  - (djm) Sync sftp and scp stuff from OpenBSD:
1560    - djm@cvs.openbsd.org     2001/02/07 03:55:13
1561      [sftp-client.c]
1562      Don't free handles before we are done with them. Based on work from
1563      Corinna Vinschen <vinschen@redhat.com>. ok markus@
1564    - djm@cvs.openbsd.org     2001/02/06 22:32:53
1565      [sftp.1]
1566      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
1567    - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
1568      [sftp.1]
1569      pretty up significantly
1570    - itojun@cvs.openbsd.org  2001/02/07 06:49:42
1571      [sftp.1]
1572      .Bl-.El mismatch.  markus ok
1573    - djm@cvs.openbsd.org     2001/02/07 06:12:30
1574      [sftp-int.c]
1575      Check that target is a directory before doing ls; ok markus@
1576    - itojun@cvs.openbsd.org  2001/02/07 11:01:18
1577      [scp.c sftp-client.c sftp-server.c]
1578      unsigned long long -> %llu, not %qu.  markus ok
1579    - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
1580      [sftp.1 sftp-int.c]
1581      more man page cleanup and sync of help text with man page; ok markus@
1582    - markus@cvs.openbsd.org  2001/02/07 14:58:34
1583      [sftp-client.c]
1584      older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
1585    - djm@cvs.openbsd.org     2001/02/07 15:27:19
1586      [sftp.c]
1587      Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
1588      <roumen.petrov@skalasoft.com>
1589    - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
1590      [sftp-int.c]
1591      portable; ok markus@
1592    - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
1593      [sftp-int.c]
1594      lowercase cmds[].c also; ok markus@
1595    - markus@cvs.openbsd.org  2001/02/07 17:04:52
1596      [pathnames.h sftp.c]
1597      allow sftp over ssh protocol 1; ok djm@
1598    - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
1599      [scp.c]
1600      memory leak fix, and snprintf throughout
1601    - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
1602      [sftp-int.c]
1603      plug a memory leak
1604    - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
1605      [session.c sftp-client.c]
1606      %i -> %d
1607    - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
1608      [sftp-int.c]
1609      typo
1610    - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
1611      [sftp-int.c pathnames.h]
1612      _PATH_LS; ok markus@
1613    - djm@cvs.openbsd.org     2001/02/09 04:46:25
1614      [sftp-int.c]
1615      Check for NULL attribs for chown, chmod & chgrp operations, only send
1616      relevant attribs back to server; ok markus@
1617    - djm@cvs.openbsd.org     2001/02/06 15:05:25
1618      [sftp.c]
1619      Use getopt to process commandline arguments
1620    - djm@cvs.openbsd.org     2001/02/06 15:06:21
1621      [sftp.c ]
1622      Wait for ssh subprocess at exit
1623    - djm@cvs.openbsd.org     2001/02/06 15:18:16
1624      [sftp-int.c]
1625      stat target for remote chdir before doing chdir
1626    - djm@cvs.openbsd.org     2001/02/06 15:32:54
1627      [sftp.1]
1628      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
1629    - provos@cvs.openbsd.org  2001/02/05 22:22:02
1630      [sftp-int.c]
1631      cleanup get_pathname, fix pwd after failed cd. okay djm@
1632  - (djm) Update makefile.in for _PATH_SFTP_SERVER
1633  - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
1634
1635 20010209
1636  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney 
1637    <rjmooney@mediaone.net>
1638  - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
1639    main tree while porting forward.  Pointed out by Lutz Jaenicke 
1640    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1641  - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
1642    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1643  - (stevesk) OpenBSD sync:
1644    - markus@cvs.openbsd.org  2001/02/08 11:20:01
1645      [auth2.c]
1646      strict checking
1647    - markus@cvs.openbsd.org  2001/02/08 11:15:22
1648      [version.h]
1649      update to 2.3.2
1650    - markus@cvs.openbsd.org  2001/02/08 11:12:30
1651      [auth2.c]
1652      fix typo
1653  - (djm) Update spec files
1654  - (bal) OpenBSD sync:
1655    - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
1656      [scp.c]
1657      memory leak fix, and snprintf throughout
1658    - markus@cvs.openbsd.org 2001/02/06 22:43:02
1659      [clientloop.c]
1660      remove confusing callback code
1661  - (djm) Add CVS Id's to files that we have missed
1662  - (bal) OpenBSD Sync (more):
1663    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
1664      sync with netbsd tree changes.
1665      - more strict prototypes, include necessary headers
1666      - use paths.h/pathnames.h decls
1667      - size_t typecase to int -> u_long
1668    - markus@cvs.openbsd.org 2001/02/06 22:07:42
1669      [ssh.c]
1670      fatal() if subsystem fails
1671    - markus@cvs.openbsd.org 2001/02/06 22:43:02
1672      [ssh.c]
1673      remove confusing callback code
1674    - jakob@cvs.openbsd.org 2001/02/06 23:03:24
1675      [ssh.c]
1676      add -1 option (force protocol version 1). ok markus@
1677    - jakob@cvs.openbsd.org 2001/02/06 23:06:21
1678      [ssh.c]
1679      reorder -{1,2,4,6} options. ok markus@
1680  - (bal) Missing 'const' in readpass.h
1681  - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
1682    - djm@cvs.openbsd.org 2001/02/06 23:30:28
1683      [sftp-client.c]
1684      replace arc4random with counter for request ids; ok markus@
1685  - (djm) Define _PATH_TTY for systems that don't. Report from Lutz 
1686    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1687
1688 20010208
1689  - (djm) Don't delete external askpass program in make uninstall target.
1690    Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
1691  - (djm) Fix linking of sftp, don't need arc4random any more.
1692  - (djm) Try to use shell that supports "test -S" for EGD socket search.
1693    Based on patch from Tim Rice <tim@multitalents.net>
1694
1695 20010207
1696  - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
1697    seem lose track of it while in openbsd-compat/  (two confirmed reports)
1698  - (djm) Much KNF on PAM code
1699  - (djm) Revise auth-pam.c conversation function to be a little more
1700    readable.
1701  - (djm) Revise kbd-int PAM conversation function to fold all text messages
1702    to before first prompt. Fixes hangs if last pam_message did not require
1703    a reply.
1704  - (djm) Fix password changing when using PAM kbd-int authentication
1705
1706 20010205
1707  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
1708    that don't have NGROUPS_MAX.
1709  - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
1710  - (stevesk) OpenBSD sync:
1711    - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
1712      [many files; did this manually to our top-level source dir]
1713      unexpand and remove end-of-line whitespace; ok markus@
1714    - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
1715      [sftp-server.c]
1716      SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
1717    - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
1718      [sftp-int.c]
1719      ? == help
1720    - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
1721      [sftp-int.c]
1722      sort commands, so that abbreviations work as expected
1723    - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
1724      [sftp-int.c]
1725      debugging sftp: precedence and missing break.  chmod, chown, chgrp
1726      seem to be working now.
1727    - markus@cvs.openbsd.org 2001/02/04 14:41:21
1728      [sftp-int.c]
1729      use base 8 for umask/chmod
1730    - markus@cvs.openbsd.org 2001/02/04 11:11:54
1731      [sftp-int.c]
1732      fix LCD
1733    - markus@cvs.openbsd.org  2001/02/04 08:10:44
1734      [ssh.1]
1735      typo; dpo@club-internet.fr
1736    - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
1737      [auth2.c authfd.c packet.c]
1738      remove duplicate #include's; ok markus@
1739    - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
1740      [scp.c sshd.c]
1741      alpha happiness
1742    - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
1743      [sshd.c]
1744      precedence; ok markus@
1745    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
1746      [ssh.c sshd.c]
1747      make the alpha happy
1748    - markus@cvs.openbsd.org  2001/01/31 13:37:24
1749      [channels.c channels.h serverloop.c ssh.c]
1750      do not disconnect if local port forwarding fails, e.g. if port is 
1751      already in use
1752    - markus@cvs.openbsd.org  2001/02/01 14:58:09
1753      [channels.c]
1754      use ipaddr in channel messages, ietf-secsh wants this
1755    - markus@cvs.openbsd.org  2001/01/31 12:26:20
1756      [channels.c]
1757      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE 
1758      messages; bug report from edmundo@rano.org
1759    - markus@cvs.openbsd.org  2001/01/31 13:48:09
1760      [sshconnect2.c]
1761      unused
1762    - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
1763      [sftp-client.c sftp-server.c]
1764      make gcc on the alpha even happier
1765
1766 20010204
1767  - (bal) I think this is the last of the bsd-*.h that don't belong.
1768  - (bal) Minor Makefile fix
1769  - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
1770    right.
1771  - (bal) Changed order of LIB="" in -with-skey due to library resolving.
1772  - (bal) next-posix.h changed to bsd-nextstep.h
1773  - (djm) OpenBSD CVS sync:
1774    - markus@cvs.openbsd.org  2001/02/03 03:08:38
1775      [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
1776      [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
1777      [sshd_config]
1778      make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
1779    - markus@cvs.openbsd.org  2001/02/03 03:19:51
1780      [ssh.1 sshd.8 sshd_config]
1781      Skey is now called ChallengeResponse
1782    - markus@cvs.openbsd.org  2001/02/03 03:43:09
1783      [sshd.8]
1784      use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
1785      channel. note from Erik.Anggard@cygate.se (pr/1659)
1786    - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
1787      [ssh.1]
1788      typos; ok markus@
1789    - djm@cvs.openbsd.org     2001/02/04 04:11:56
1790      [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
1791      [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
1792      Basic interactive sftp client; ok theo@
1793  - (djm) Update RPM specs for new sftp binary
1794  - (djm) Update several bits for new optional reverse lookup stuff. I 
1795    think I got them all.
1796  - (djm) Makefile.in fixes
1797  - (stevesk) add mysignal() wrapper and use it for the protocol 2
1798    SIGCHLD handler.
1799  - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
1800
1801 20010203
1802  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
1803  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
1804    based file) to ensure #include space does not get confused.
1805  - (bal) Minor Makefile.in tweak.  dirname may not exist on some
1806    platforms so builds fail.  (NeXT being a well known one)
1807
1808 20010202
1809  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
1810    <vinschen@redhat.com>
1811  - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
1812    that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>
1813
1814 20010201
1815  - (bal) Minor fix to Makefile to stop rebuilding executables if no
1816    changes have occured to any of the supporting code.  Patch by
1817    Roumen Petrov <roumen.petrov@skalasoft.com>
1818
1819 20010131
1820  - (djm) OpenBSD CVS Sync:
1821    - djm@cvs.openbsd.org     2001/01/30 15:48:53
1822      [sshconnect.c]
1823      Make warning message a little more consistent. ok markus@
1824  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
1825    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
1826    respectively.
1827  - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
1828    passwords.
1829  - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
1830    openbsd-compat/.  And resolve all ./configure and Makefile.in issues
1831    assocated.
1832
1833 20010130
1834  - (djm) OpenBSD CVS Sync:
1835    - markus@cvs.openbsd.org  2001/01/29 09:55:37
1836      [channels.c channels.h clientloop.c serverloop.c]
1837      fix select overflow; ok deraadt@ and stevesk@
1838    - markus@cvs.openbsd.org  2001/01/29 12:42:35
1839      [canohost.c canohost.h channels.c clientloop.c]
1840      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
1841    - markus@cvs.openbsd.org  2001/01/29 12:47:32
1842      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
1843      handle rsa_private_decrypt failures; helps against the Bleichenbacher
1844      pkcs#1 attack
1845    - djm@cvs.openbsd.org     2001/01/29 05:36:11
1846      [ssh.1 ssh.c]
1847      Allow invocation of sybsystem by commandline (-s); ok markus@
1848  - (stevesk) configure.in: remove duplicate PROG_LS
1849
1850 20010129
1851  - (stevesk) sftp-server.c: use %lld vs. %qd
1852
1853 20010128
1854  - (bal) Put USE_PIPES back into sco3.2v5
1855  - (bal) OpenBSD Sync
1856    - markus@cvs.openbsd.org 2001/01/28 10:15:34
1857      [dispatch.c]
1858      re-keying is not supported; ok deraadt@
1859    - markus@cvs.openbsd.org 2001/01/28 10:24:04
1860      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1861      cleanup AUTHORS sections
1862    - markus@cvs.openbsd.org 2001/01/28 10:37:26
1863      [sshd.c sshd.8]
1864      remove -Q, no longer needed
1865    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
1866      [readconf.c ssh.1]
1867      ``StrictHostKeyChecking ask'' documentation and small cleanup.
1868      ok markus@
1869    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
1870      [sshd.8]
1871      spelling.  ok markus@
1872    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
1873      [xmalloc.c]
1874      use size_t for strlen() return.  ok markus@
1875    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
1876      [authfile.c]
1877      spelling.  use sizeof vs. strlen().  ok markus@
1878    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
1879      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
1880       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
1881       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
1882       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
1883       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
1884       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
1885      $OpenBSD$
1886   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
1887
1888 20010126
1889  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
1890    Petrov <roumen.petrov@skalasoft.com>
1891  - (bal) OpenBSD Sync
1892    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
1893      [ssh-agent.c]
1894      call _exit() in signal handler
1895
1896 20010125
1897  - (djm) Sync bsd-* support files:
1898    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
1899      [rresvport.c bindresvport.c]
1900      new bindresvport() semantics that itojun, shin, jean-luc and i have
1901      agreed on, which will be happy for the future. bindresvport_sa() for
1902      sockaddr *, too.  docs later..
1903    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
1904      [bindresvport.c]
1905      in bindresvport(), if sin is non-NULL, example sin->sin_family for
1906      the actual family being processed
1907  - (djm) Mention PRNGd in documentation, it is nicer than EGD
1908  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
1909  - (bal) AC_FUNC_STRFTIME added to autoconf
1910  - (bal) OpenBSD Resync
1911    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
1912      [channels.c]
1913      missing freeaddrinfo(); ok markus@
1914
1915 20010124
1916  - (bal) OpenBSD Resync
1917    - markus@cvs.openbsd.org 2001/01/23 10:45:10
1918      [ssh.h]
1919      nuke comment
1920  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
1921  - (bal) #ifdef around S_IFSOCK if platform does not support it.
1922    patch by Tim Rice <tim@multitalents.net>
1923  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
1924  - (stevesk) sftp-server.c: fix chmod() mode mask
1925
1926 20010123
1927  - (bal) regexp.h typo in configure.in.  Should have been regex.h
1928  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
1929  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
1930  - (bal) OpenBSD Resync
1931    - markus@cvs.openbsd.org 2001/01/22 8:15:00
1932      [auth-krb4.c sshconnect1.c]
1933      only AFS needs radix.[ch]
1934    - markus@cvs.openbsd.org 2001/01/22 8:32:53
1935      [auth2.c]
1936      no need to include; from mouring@etoh.eviladmin.org
1937    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
1938      [key.c]
1939      free() -> xfree(); ok markus@
1940    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
1941      [sshconnect2.c sshd.c]
1942      fix memory leaks in SSH2 key exchange; ok markus@
1943    - markus@cvs.openbsd.org 2001/01/22 23:06:39
1944      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
1945       sshconnect1.c sshconnect2.c sshd.c]
1946      rename skey -> challenge response.
1947      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
1948
1949
1950 20010122
1951  - (bal) OpenBSD Resync
1952    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
1953      [servconf.c ssh.h sshd.c]
1954      only auth-chall.c needs #ifdef SKEY
1955    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
1956      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
1957       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
1958       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
1959       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
1960       ssh1.h sshconnect1.c sshd.c ttymodes.c]
1961      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
1962    - markus@cvs.openbsd.org 2001/01/19 16:48:14
1963      [sshd.8]
1964      fix typo; from stevesk@
1965    - markus@cvs.openbsd.org 2001/01/19 16:50:58
1966      [ssh-dss.c]
1967      clear and free digest, make consistent with other code (use dlen); from
1968      stevesk@
1969    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
1970      [auth-options.c auth-options.h auth-rsa.c auth2.c]
1971      pass the filename to auth_parse_options()
1972    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
1973      [readconf.c]
1974      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
1975    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
1976      [sshconnect2.c]
1977      dh_new_group() does not return NULL.  ok markus@
1978    - markus@cvs.openbsd.org 2001/01/20 21:33:42
1979      [ssh-add.c]
1980      do not loop forever if askpass does not exist; from
1981      andrew@pimlott.ne.mediaone.net
1982    - djm@cvs.openbsd.org 2001/01/20 23:00:56
1983      [servconf.c]
1984      Check for NULL return from strdelim; ok markus
1985    - djm@cvs.openbsd.org 2001/01/20 23:02:07
1986      [readconf.c]
1987      KNF; ok markus
1988    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
1989      [ssh-keygen.1]
1990      remove -R flag; ok markus@
1991    - markus@cvs.openbsd.org 2001/01/21 19:05:40
1992      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
1993       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
1994       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
1995       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
1996       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
1997       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
1998       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
1999       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
2000       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
2001       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
2002       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
2003       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
2004       ttysmodes.c uidswap.c xmalloc.c]
2005      split ssh.h and try to cleanup the #include mess. remove unnecessary
2006      #includes.  rename util.[ch] -> misc.[ch]
2007  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
2008  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
2009    conflict when compiling for non-kerb install
2010  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
2011    on 1/19.
2012
2013 20010120
2014  - (bal) OpenBSD Resync
2015    - markus@cvs.openbsd.org 2001/01/19 12:45:26
2016      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
2017      only auth-chall.c needs #ifdef SKEY
2018  - (bal) Slight auth2-pam.c clean up.
2019  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
2020    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
2021
2022 20010119
2023  - (djm) Update versions in RPM specfiles
2024  - (bal) OpenBSD Resync
2025    - markus@cvs.openbsd.org 2001/01/18 16:20:21
2026      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
2027       sshd.8 sshd.c]
2028      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
2029      systems
2030    - markus@cvs.openbsd.org 2001/01/18 16:59:59
2031      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
2032       session.h sshconnect1.c]
2033      1) removes fake skey from sshd, since this will be much
2034         harder with /usr/libexec/auth/login_XXX
2035      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
2036      3) make addition of BSD_AUTH and other challenge reponse methods
2037         easier.
2038    - markus@cvs.openbsd.org 2001/01/18 17:12:43
2039      [auth-chall.c auth2-chall.c]
2040      rename *-skey.c *-chall.c since the files are not skey specific
2041  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
2042    to fix NULL pointer deref and fake authloop breakage in PAM code.
2043  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
2044  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
2045
2046 20010118
2047  - (bal) Super Sized OpenBSD Resync
2048    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
2049      [sshd.c]
2050      maxfd+1
2051    - markus@cvs.openbsd.org 2001/01/13 17:59:18
2052      [ssh-keygen.1]
2053      small ssh-keygen manpage cleanup; stevesk@pobox.com
2054    - markus@cvs.openbsd.org 2001/01/13 18:03:07
2055      [scp.c ssh-keygen.c sshd.c]
2056      getopt() returns -1 not EOF; stevesk@pobox.com
2057    - markus@cvs.openbsd.org 2001/01/13 18:06:54
2058      [ssh-keyscan.c]
2059      use SSH_DEFAULT_PORT; from stevesk@pobox.com
2060    - markus@cvs.openbsd.org 2001/01/13 18:12:47
2061      [ssh-keyscan.c]
2062      free() -> xfree(); fix memory leak; from stevesk@pobox.com
2063    - markus@cvs.openbsd.org 2001/01/13 18:14:13
2064      [ssh-add.c]
2065      typo, from stevesk@sweden.hp.com
2066    - markus@cvs.openbsd.org 2001/01/13 18:32:50
2067      [packet.c session.c ssh.c sshconnect.c sshd.c]
2068      split out keepalive from packet_interactive (from dale@accentre.com)
2069      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
2070    - markus@cvs.openbsd.org 2001/01/13 18:36:45
2071      [packet.c packet.h]
2072      reorder, typo
2073    - markus@cvs.openbsd.org 2001/01/13 18:38:00
2074      [auth-options.c]
2075      fix comment
2076    - markus@cvs.openbsd.org 2001/01/13 18:43:31
2077      [session.c]
2078      Wall
2079    - markus@cvs.openbsd.org 2001/01/13 19:14:08
2080      [clientloop.h clientloop.c ssh.c]
2081      move callback to headerfile
2082    - markus@cvs.openbsd.org 2001/01/15 21:40:10
2083      [ssh.c]
2084      use log() instead of stderr
2085    - markus@cvs.openbsd.org 2001/01/15 21:43:51
2086      [dh.c]
2087      use error() not stderr!
2088    - markus@cvs.openbsd.org 2001/01/15 21:45:29
2089      [sftp-server.c]
2090      rename must fail if newpath exists, debug off by default
2091    - markus@cvs.openbsd.org 2001/01/15 21:46:38
2092      [sftp-server.c]
2093      readable long listing for sftp-server, ok deraadt@
2094    - markus@cvs.openbsd.org 2001/01/16 19:20:06
2095      [key.c ssh-rsa.c]
2096      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
2097      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
2098      since they are in the wrong format, too. they must be removed from
2099      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
2100      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
2101      .ssh/authorized_keys2) additionally, we now check that
2102      BN_num_bits(rsa->n) >= 768.
2103    - markus@cvs.openbsd.org 2001/01/16 20:54:27
2104      [sftp-server.c]
2105      remove some statics. simpler handles; idea from nisse@lysator.liu.se
2106    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
2107      [bufaux.c radix.c sshconnect.h sshconnect1.c]
2108      indent
2109  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
2110    be missing such feature.
2111
2112
2113 20010117
2114  - (djm) Only write random seed file at exit
2115  - (djm) Make PAM support optional, enable with --with-pam
2116  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
2117    provides a crypt() of its own)
2118  - (djm) Avoid a warning in bsd-bindresvport.c
2119  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
2120    can cause weird segfaults errors on Solaris
2121  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
2122  - (djm) Add --with-pam to RPM spec files
2123
2124 20010115
2125  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
2126  - (bal) utimes() support via utime() interface on machine that lack utimes().
2127
2128 20010114
2129  - (stevesk) initial work for OpenBSD "support supplementary group in
2130    {Allow,Deny}Groups" patch:
2131    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
2132    - add bsd-getgrouplist.h
2133    - new files groupaccess.[ch]
2134    - build but don't use yet (need to merge auth.c changes)
2135  - (stevesk) complete:
2136    - markus@cvs.openbsd.org  2001/01/13 11:56:48
2137      [auth.c sshd.8]
2138      support supplementary group in {Allow,Deny}Groups
2139      from stevesk@pobox.com
2140
2141 20010112
2142  - (bal) OpenBSD Sync
2143    - markus@cvs.openbsd.org 2001/01/10 22:56:22
2144      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
2145      cleanup sftp-server implementation:
2146      add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
2147      parse SSH2_FILEXFER_ATTR_EXTENDED
2148      send SSH2_FX_EOF if readdir returns no more entries
2149      reply to SSH2_FXP_EXTENDED message
2150      use #defines from the draft
2151      move #definations to sftp.h
2152      more info:
2153      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
2154    - markus@cvs.openbsd.org 2001/01/10 19:43:20
2155      [sshd.c]
2156      XXX - generate_empheral_server_key() is not safe against races,
2157      because it calls log()
2158    - markus@cvs.openbsd.org 2001/01/09 21:19:50
2159      [packet.c]
2160      allow TCP_NDELAY for ipv6; from netbsd via itojun@
2161
2162 20010110
2163  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
2164    Bladt Norbert <Norbert.Bladt@adi.ch>
2165
2166 20010109
2167  - (bal) Resync CVS ID of cli.c
2168  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
2169    code.
2170  - (bal) OpenBSD Sync
2171    - markus@cvs.openbsd.org 2001/01/08 22:29:05
2172      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
2173       sshd_config version.h]
2174      implement option 'Banner /etc/issue.net' for ssh2, move version to
2175      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
2176      is enabled).
2177    - markus@cvs.openbsd.org 2001/01/08 22:03:23
2178      [channels.c ssh-keyscan.c]
2179      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
2180    - markus@cvs.openbsd.org 2001/01/08 21:55:41
2181      [sshconnect1.c]
2182      more cleanups and fixes from stevesk@pobox.com:
2183      1) try_agent_authentication() for loop will overwrite key just
2184         allocated with key_new(); don't alloc
2185      2) call ssh_close_authentication_connection() before exit
2186         try_agent_authentication()
2187      3) free mem on bad passphrase in try_rsa_authentication()
2188    - markus@cvs.openbsd.org 2001/01/08 21:48:17
2189      [kex.c]
2190      missing free; thanks stevesk@pobox.com
2191   - (bal) Detect if clock_t structure exists, if not define it.
2192   - (bal) Detect if O_NONBLOCK exists, if not define it.
2193   - (bal) removed news4-posix.h (now empty)
2194   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
2195     instead of 'int'
2196  - (stevesk) sshd_config: sync
2197  - (stevesk) defines.h: remove spurious ``;''
2198
2199 20010108
2200  - (bal) Fixed another typo in cli.c
2201  - (bal) OpenBSD Sync
2202    - markus@cvs.openbsd.org 2001/01/07 21:26:55
2203      [cli.c]
2204      typo
2205    - markus@cvs.openbsd.org 2001/01/07 21:26:55
2206      [cli.c]
2207      missing free, stevesk@pobox.com
2208    - markus@cvs.openbsd.org 2001/01/07 19:06:25
2209      [auth1.c]
2210      missing free, stevesk@pobox.com
2211    - markus@cvs.openbsd.org 2001/01/07 11:28:04
2212      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
2213       ssh.h sshd.8 sshd.c]
2214      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
2215      syslog priority changes:
2216              fatal() LOG_ERR  -> LOG_CRIT
2217              log()   LOG_INFO -> LOG_NOTICE
2218  - Updated TODO
2219
2220 20010107
2221  - (bal) OpenBSD Sync
2222    - markus@cvs.openbsd.org 2001/01/06 11:23:27
2223      [ssh-rsa.c]
2224      remove unused
2225    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
2226      [ssh-keyscan.1]
2227      missing .El
2228    - markus@cvs.openbsd.org 2001/01/04 22:41:03
2229      [session.c sshconnect.c]
2230      consistent use of _PATH_BSHELL; from stevesk@pobox.com
2231    - djm@cvs.openbsd.org 2001/01/04 22:35:32
2232      [ssh.1 sshd.8]
2233      Mention AES as available SSH2 Cipher; ok markus
2234    - markus@cvs.openbsd.org 2001/01/04 22:25:58
2235      [sshd.c]
2236      sync usage()/man with defaults; from stevesk@pobox.com
2237    - markus@cvs.openbsd.org 2001/01/04 22:21:26
2238      [sshconnect2.c]
2239      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
2240      that prints a banner (e.g. /etc/issue.net)
2241
2242 20010105
2243  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
2244  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
2245
2246 20010104
2247  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
2248    work by Chris Vaughan <vaughan99@yahoo.com>
2249
2250 20010103
2251  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
2252    tree (mainly positioning)
2253  - (bal) OpenSSH CVS Update
2254    - markus@cvs.openbsd.org 2001/01/02 20:41:02
2255      [packet.c]
2256      log remote ip on disconnect; PR 1600 from jcs@rt.fm
2257    - markus@cvs.openbsd.org 2001/01/02 20:50:56
2258      [sshconnect.c]
2259      strict_host_key_checking for host_status != HOST_CHANGED &&
2260      ip_status == HOST_CHANGED
2261  - (bal) authfile.c: Synced CVS ID tag
2262  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
2263  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
2264    patch by Tim Rice <tim@multitalents.net>
2265  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
2266    and sftp-server.8 manpage.
2267
2268 20010102
2269  - (bal) OpenBSD CVS Update
2270    - markus@cvs.openbsd.org 2001/01/01 14:52:49
2271      [scp.c]
2272      use shared fatal(); from stevesk@pobox.com
2273
2274 20001231
2275  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
2276    for multiple reasons.
2277  - (bal) Reverted out of a partial NeXT patch.
2278
2279 20001230
2280  - (bal) OpenBSD CVS Update
2281    - markus@cvs.openbsd.org 2000/12/28 18:58:30
2282      [ssh-keygen.c]
2283      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
2284    - markus@cvs.openbsd.org 2000/12/29 22:19:13
2285      [channels.c]
2286      missing xfree; from vaughan99@yahoo.com
2287  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
2288  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
2289    Suggested by Christian Kurz <shorty@debian.org>
2290  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
2291     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
2292     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2293
2294 20001229
2295  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
2296    Kurz <shorty@debian.org>
2297  - (bal) OpenBSD CVS Update
2298    - markus@cvs.openbsd.org 2000/12/28 14:25:51
2299      [auth.h auth2.c]
2300      count authentication failures only
2301    - markus@cvs.openbsd.org 2000/12/28 14:25:03
2302      [sshconnect.c]
2303      fingerprint for MITM attacks, too.
2304    - markus@cvs.openbsd.org 2000/12/28 12:03:57
2305      [sshd.8 sshd.c]
2306      document -D
2307    - markus@cvs.openbsd.org 2000/12/27 14:19:21
2308      [serverloop.c]
2309      less chatty
2310    - markus@cvs.openbsd.org 2000/12/27 12:34
2311      [auth1.c sshconnect2.c sshd.c]
2312      typo
2313    - markus@cvs.openbsd.org 2000/12/27 12:30:19
2314      [readconf.c readconf.h ssh.1 sshconnect.c]
2315      new option: HostKeyAlias: allow the user to record the host key
2316      under a different name. This is useful for ssh tunneling over
2317      forwarded connections or if you run multiple sshd's on different
2318      ports on the same machine.
2319    - markus@cvs.openbsd.org 2000/12/27 11:51:53
2320      [ssh.1 ssh.c]
2321      multiple -t force pty allocation, document ORIGINAL_COMMAND
2322    - markus@cvs.openbsd.org 2000/12/27 11:41:31
2323      [sshd.8]
2324      update for ssh-2
2325  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
2326    fix merge.
2327
2328 20001228
2329  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
2330    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
2331  - (djm) Update to new x11-askpass in RPM spec
2332  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
2333    header.  Patch by Tim Rice <tim@multitalents.net>
2334  - Updated TODO w/ known HP/UX issue
2335  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
2336    bad reference to 'NeXT including it else were' on the #ifdef version.
2337
2338 20001227
2339  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
2340    Takumi Yamane <yamtak@b-session.com>
2341  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
2342    by Corinna Vinschen <vinschen@redhat.com>
2343  - (djm) Fix catman-do target for non-bash
2344  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
2345    Takumi Yamane <yamtak@b-session.com>
2346  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
2347    by Corinna Vinschen <vinschen@redhat.com>
2348  - (djm) Fix catman-do target for non-bash
2349  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
2350  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
2351    'RLIMIT_NOFILE'
2352  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
2353    the info in COPYING.Ylonen has been moved to the start of each
2354    SSH1-derived file and README.Ylonen is well out of date.
2355
2356 20001223
2357  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
2358    if a change to config.h has occurred.  Suggested by Gert Doering
2359    <gert@greenie.muc.de>
2360  - (bal) OpenBSD CVS Update:
2361    - markus@cvs.openbsd.org 2000/12/22 16:49:40
2362      [ssh-keygen.c]
2363      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
2364
2365 20001222
2366  - Updated RCSID for pty.c
2367  - (bal) OpenBSD CVS Updates:
2368   - markus@cvs.openbsd.org 2000/12/21 15:10:16
2369     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
2370     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
2371   - markus@cvs.openbsd.org 2000/12/20 19:26:56
2372     [authfile.c]
2373     allow ssh -i userkey for root
2374   - markus@cvs.openbsd.org 2000/12/20 19:37:21
2375     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
2376     fix prototypes; from stevesk@pobox.com
2377   - markus@cvs.openbsd.org 2000/12/20 19:32:08
2378     [sshd.c]
2379     init pointer to NULL; report from Jan.Ivan@cern.ch
2380   - markus@cvs.openbsd.org 2000/12/19 23:17:54
2381     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
2382      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
2383      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
2384      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
2385      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
2386      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
2387      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
2388      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
2389      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
2390     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
2391     unsigned' with u_char.
2392
2393 20001221
2394  - (stevesk) OpenBSD CVS updates:
2395    - markus@cvs.openbsd.org 2000/12/19 15:43:45
2396      [authfile.c channels.c sftp-server.c ssh-agent.c]
2397      remove() -> unlink() for consistency
2398    - markus@cvs.openbsd.org 2000/12/19 15:48:09
2399      [ssh-keyscan.c]
2400      replace <ssl/x.h> with <openssl/x.h>
2401    - markus@cvs.openbsd.org 2000/12/17 02:33:40
2402      [uidswap.c]
2403      typo; from wsanchez@apple.com
2404
2405 20001220
2406  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
2407    and Linux-PAM. Based on report and fix from Andrew Morgan
2408    <morgan@transmeta.com>
2409
2410 20001218
2411  - (stevesk) rsa.c: entropy.h not needed.
2412  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
2413    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
2414
2415 20001216
2416  - (stevesk) OpenBSD CVS updates:
2417    - markus@cvs.openbsd.org 2000/12/16 02:53:57
2418      [scp.c]
2419      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
2420    - markus@cvs.openbsd.org 2000/12/16 02:39:57
2421      [scp.c]
2422      unused; from stevesk@pobox.com
2423
2424 20001215
2425  - (stevesk) Old OpenBSD patch wasn't completely applied:
2426    - markus@cvs.openbsd.org 2000/01/24 22:11:20
2427      [scp.c]
2428      allow '.' in usernames; from jedgar@fxp.org
2429  - (stevesk) OpenBSD CVS updates:
2430    - markus@cvs.openbsd.org 2000/12/13 16:26:53
2431      [ssh-keyscan.c]
2432      fatal already adds \n; from stevesk@pobox.com
2433    - markus@cvs.openbsd.org 2000/12/13 16:25:44
2434      [ssh-agent.c]
2435      remove redundant spaces; from stevesk@pobox.com
2436    - ho@cvs.openbsd.org 2000/12/12 15:50:21
2437      [pty.c]
2438      When failing to set tty owner and mode on a read-only filesystem, don't
2439      abort if the tty already has correct owner and reasonably sane modes.
2440      Example; permit 'root' to login to a firewall with read-only root fs.
2441      (markus@ ok)
2442    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
2443      [pty.c]
2444      KNF
2445    - markus@cvs.openbsd.org 2000/12/12 14:45:21
2446      [sshd.c]
2447      source port < 1024 is no longer required for rhosts-rsa since it
2448      adds no additional security.
2449    - markus@cvs.openbsd.org 2000/12/12 16:11:49
2450      [ssh.1 ssh.c]
2451      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
2452      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
2453      these changes should not change the visible default behaviour of the ssh client.
2454    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
2455      [scp.c]
2456      when copying 0-sized files, do not re-print ETA time at completion
2457    - provos@cvs.openbsd.org 2000/12/15 10:30:15
2458      [kex.c kex.h sshconnect2.c sshd.c]
2459      compute diffie-hellman in parallel between server and client. okay markus@
2460
2461 20001213
2462  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
2463    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
2464  - (stevesk) OpenBSD CVS update:
2465    - markus@cvs.openbsd.org 2000/12/12 15:30:02
2466      [ssh-keyscan.c ssh.c sshd.c]
2467      consistently use __progname; from stevesk@pobox.com
2468
2469 20001211
2470  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
2471    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
2472    <pekka@netcore.fi>
2473  - (bal) OpenbSD CVS update
2474    - markus@cvs.openbsd.org 2000/12/10 17:01:53
2475      [sshconnect1.c]
2476      always request new challenge for skey/tis-auth, fixes interop with
2477      other implementations; report from roth@feep.net
2478
2479 20001210
2480  - (bal) OpenBSD CVS updates
2481    - markus@cvs.openbsd.org 2000/12/09 13:41:51
2482      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
2483      undo rijndael changes
2484    - markus@cvs.openbsd.org 2000/12/09 13:48:31
2485      [rijndael.c]
2486      fix byte order bug w/o introducing new implementation
2487    - markus@cvs.openbsd.org 2000/12/09 14:08:27
2488      [sftp-server.c]
2489      "" -> "." for realpath; from vinschen@redhat.com
2490    - markus@cvs.openbsd.org 2000/12/09 14:06:54
2491      [ssh-agent.c]
2492      extern int optind; from stevesk@sweden.hp.com
2493    - provos@cvs.openbsd.org 2000/12/09 23:51:11
2494      [compat.c]
2495      remove unnecessary '\n'
2496
2497 20001209
2498  - (bal) OpenBSD CVS updates:
2499    - djm@cvs.openbsd.org 2000/12/07 4:24:59
2500      [ssh.1]
2501      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
2502
2503 20001207
2504  - (bal) OpenBSD CVS updates:
2505    - markus@cvs.openbsd.org 2000/12/06 22:58:14
2506      [compat.c compat.h packet.c]
2507      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
2508    - markus@cvs.openbsd.org 2000/12/06 23:10:39
2509      [rijndael.c]
2510      unexpand(1)
2511    - markus@cvs.openbsd.org 2000/12/06 23:05:43
2512      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
2513      new rijndael implementation. fixes endian bugs
2514
2515 20001206
2516  - (bal) OpenBSD CVS updates:
2517    - markus@cvs.openbsd.org 2000/12/05 20:34:09
2518      [channels.c channels.h clientloop.c serverloop.c]
2519      async connects for -R/-L; ok deraadt@
2520    - todd@cvs.openssh.org 2000/12/05 16:47:28
2521      [sshd.c]
2522      tweak comment to reflect real location of pid file; ok provos@
2523  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
2524    have it (used in ssh-keyscan).
2525  - (stevesk) OpenBSD CVS update:
2526    - markus@cvs.openbsd.org 2000/12/06 19:57:48
2527      [ssh-keyscan.c]
2528      err(3) -> internal error(), from stevesk@sweden.hp.com
2529
2530 20001205
2531  - (bal) OpenBSD CVS updates:
2532    - markus@cvs.openbsd.org 2000/12/04 19:24:02
2533      [ssh-keyscan.c ssh-keyscan.1]
2534      David Maziere's ssh-keyscan, ok niels@
2535  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
2536    to the recent OpenBSD source tree.
2537  - (stevesk) fix typos in contrib/hpux/README
2538
2539 20001204
2540  - (bal) More C functions defined in NeXT that are unaccessable without
2541    defining -POSIX.
2542  - (bal) OpenBSD CVS updates:
2543    - markus@cvs.openbsd.org 2000/12/03 11:29:04
2544      [compat.c]
2545      remove fallback to SSH_BUG_HMAC now that the drafts are updated
2546    - markus@cvs.openbsd.org 2000/12/03 11:27:55
2547      [compat.c]
2548      correctly match "2.1.0.pl2 SSH" etc; from
2549      pekkas@netcore.fi/bugzilla.redhat
2550    - markus@cvs.openbsd.org 2000/12/03 11:15:03
2551      [auth2.c compat.c compat.h sshconnect2.c]
2552      support f-secure/ssh.com 2.0.12; ok niels@
2553
2554 20001203
2555  - (bal) OpenBSD CVS updates:
2556   - markus@cvs.openbsd.org 2000/11/30 22:54:31
2557     [channels.c]
2558     debug->warn if tried to do -R style fwd w/o client requesting this;
2559     ok neils@
2560   - markus@cvs.openbsd.org 2000/11/29 20:39:17
2561     [cipher.c]
2562     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
2563   - markus@cvs.openbsd.org 2000/11/30 18:33:05
2564     [ssh-agent.c]
2565     agents must not dump core, ok niels@
2566   - markus@cvs.openbsd.org 2000/11/30 07:04:02
2567     [ssh.1]
2568     T is for both protocols
2569   - markus@cvs.openbsd.org 2000/12/01 00:00:51
2570     [ssh.1]
2571     typo; from green@FreeBSD.org
2572   - markus@cvs.openbsd.org 2000/11/30 07:02:35
2573     [ssh.c]
2574     check -T before isatty()
2575   - provos@cvs.openbsd.org 2000/11/29 13:51:27
2576     [sshconnect.c]
2577     show IP address and hostname when new key is encountered. okay markus@
2578   - markus@cvs.openbsd.org 2000/11/30 22:53:35
2579     [sshconnect.c]
2580     disable agent/x11/port fwding if hostkey has changed; ok niels@
2581   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
2582     [sshd.c]
2583     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
2584     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
2585  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
2586    PAM authentication using KbdInteractive.
2587  - (djm) Added another TODO
2588
2589 20001202
2590  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
2591  - (bal) Irix need some sort of mansubdir, patch by Michael Stone
2592    <mstone@cs.loyola.edu>
2593
2594 20001129
2595  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
2596    if there are background children with open fds.
2597  - (djm) bsd-rresvport.c bzero -> memset
2598  - (djm) Don't fail in defines.h on absence of 64 bit types (we will
2599    still fail during compilation of sftp-server).
2600  - (djm) Fail if ar is not found during configure
2601  - (djm) OpenBSD CVS updates:
2602    - provos@cvs.openbsd.org  2000/11/22 08:38:31
2603      [sshd.8]
2604      talk about /etc/primes, okay markus@
2605    - markus@cvs.openbsd.org  2000/11/23 14:03:48
2606      [ssh.c sshconnect1.c sshconnect2.c]
2607      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
2608      defaults
2609    - markus@cvs.openbsd.org  2000/11/25 09:42:53
2610      [sshconnect1.c]
2611      reorder check for illegal ciphers, bugreport from espie@
2612    - markus@cvs.openbsd.org  2000/11/25 10:19:34
2613      [ssh-keygen.c ssh.h]
2614      print keytype when generating a key.
2615      reasonable defaults for RSA1/RSA/DSA keys.
2616  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
2617    more manpage paths in fixpaths calls
2618  - (djm) Also add xauth path at Pekka's suggestion.
2619  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
2620
2621 20001125
2622  - (djm) Give up privs when reading seed file
2623
2624 20001123
2625  - (bal) Merge OpenBSD changes:
2626    - markus@cvs.openbsd.org  2000/11/15 22:31:36
2627      [auth-options.c]
2628      case insensitive key options; from stevesk@sweeden.hp.com
2629    - markus@cvs.openbsd.org  2000/11/16 17:55:43
2630      [dh.c]
2631      do not use perror() in sshd, after child is forked()
2632    - markus@cvs.openbsd.org  2000/11/14 23:42:40
2633      [auth-rsa.c]
2634      parse option only if key matches; fix some confusing seen by the client
2635    - markus@cvs.openbsd.org  2000/11/14 23:44:19
2636      [session.c]
2637      check no_agent_forward_flag for ssh-2, too
2638    - markus@cvs.openbsd.org  2000/11/15
2639      [ssh-agent.1]
2640      reorder SYNOPSIS; typo, use .It
2641    - markus@cvs.openbsd.org  2000/11/14 23:48:55
2642      [ssh-agent.c]
2643      do not reorder keys if a key is removed
2644    - markus@cvs.openbsd.org  2000/11/15 19:58:08
2645      [ssh.c]
2646      just ignore non existing user keys
2647    - millert@cvs.openbsd.org  200/11/15 20:24:43
2648      [ssh-keygen.c]
2649      Add missing \n at end of error message.
2650
2651 20001122
2652  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
2653    are compilable.
2654  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
2655
2656 20001117
2657  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
2658    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
2659  - (stevesk) Reworked progname support.
2660  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
2661    Shinichi Maruyama <marya@st.jip.co.jp>
2662
2663 20001116
2664  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
2665    releases.
2666  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
2667    <roth@feep.net>
2668
2669 20001113
2670  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
2671    contrib/README
2672  - (djm) Merge OpenBSD changes:
2673    - markus@cvs.openbsd.org  2000/11/06 16:04:56
2674      [channels.c channels.h clientloop.c nchan.c serverloop.c]
2675      [session.c ssh.c]
2676      agent forwarding and -R for ssh2, based on work from
2677      jhuuskon@messi.uku.fi
2678    - markus@cvs.openbsd.org  2000/11/06 16:13:27
2679      [ssh.c sshconnect.c sshd.c]
2680      do not disabled rhosts(rsa) if server port > 1024; from
2681      pekkas@netcore.fi
2682    - markus@cvs.openbsd.org  2000/11/06 16:16:35
2683      [sshconnect.c]
2684      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
2685    - markus@cvs.openbsd.org  2000/11/09 18:04:40
2686      [auth1.c]
2687      typo; from mouring@pconline.com
2688    - markus@cvs.openbsd.org  2000/11/12 12:03:28
2689      [ssh-agent.c]
2690      off-by-one when removing a key from the agent
2691    - markus@cvs.openbsd.org  2000/11/12 12:50:39
2692      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
2693      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
2694      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
2695      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
2696      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
2697      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
2698      add support for RSA to SSH2.  please test.
2699      there are now 3 types of keys: RSA1 is used by ssh-1 only,
2700      RSA and DSA are used by SSH2.
2701      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
2702      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
2703      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
2704  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
2705  - (djm) Change to interim version
2706  - (djm) Fix RPM spec file stupidity
2707  - (djm) fixpaths to DSA and RSA keys too
2708
2709 20001112
2710  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
2711    Phillips Porch <root@theporch.com>
2712  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
2713    <dcp@sgi.com>
2714  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
2715    failed ioctl(TIOCSCTTY) call.
2716
2717 20001111
2718  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
2719    packaging files
2720  - (djm) Fix new Makefile.in warnings
2721  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
2722    promoted to type int. Report and fix from Dan Astoorian
2723    <djast@cs.toronto.edu>
2724  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
2725    it wrong. Report from Bennett Todd <bet@rahul.net>
2726
2727 20001110
2728  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
2729  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
2730  - (bal) Added in check to verify S/Key library is being detected in
2731    configure.in
2732  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
2733    Patch by Mark Miller <markm@swoon.net>
2734  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
2735    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
2736  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
2737
2738 20001107
2739  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
2740    Mark Miller <markm@swoon.net>
2741  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
2742    Jarno Huuskonen <jhuuskon@messi.uku.fi>
2743  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
2744    Mark D. Roth <roth@feep.net>
2745
2746 20001106
2747  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
2748  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
2749  - (djm) Remove UPGRADING document in favour of a link to the better
2750    maintained FAQ on www.openssh.com
2751  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
2752    <pekkas@netcore.fi>
2753  - (djm) Don't need X11-askpass in RPM spec file if building without it
2754    from Pekka Savola <pekkas@netcore.fi>
2755  - (djm) Release 2.3.0p1
2756  - (bal) typo in configure.in in regards to --with-ldflags from Marko
2757    Asplund <aspa@kronodoc.fi>
2758  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
2759
2760 20001105
2761  - (bal) Sync with OpenBSD:
2762    - markus@cvs.openbsd.org 2000/10/31 9:31:58
2763      [compat.c]
2764      handle all old openssh versions
2765    - markus@cvs.openbsd.org 2000/10/31 13:1853
2766      [deattack.c]
2767      so that large packets do not wrap "n"; from netbsd
2768  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
2769  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
2770  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
2771    setsid() into more common files
2772  - (stevesk) pty.c: use __hpux to identify HP-UX.
2773  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
2774    bsd-waitpid.c
2775
2776 20001029
2777  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
2778  - (stevesk) Create contrib/cygwin/ directory; patch from
2779    Corinna Vinschen <vinschen@redhat.com>
2780  - (bal) Resolved more $xno and $xyes issues in configure.in
2781  - (bal) next-posix.h - spelling and forgot a prototype
2782
2783 20001028
2784  - (djm) fix select hack in serverloop.c from Philippe WILLEM
2785    <Philippe.WILLEM@urssaf.fr>
2786  - (djm) Fix mangled AIXAUTHENTICATE code
2787  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
2788    <markus.friedl@informatik.uni-erlangen.de>
2789  - (djm) Sync with OpenBSD:
2790    - markus@cvs.openbsd.org  2000/10/16 15:46:32
2791      [ssh.1]
2792      fixes from pekkas@netcore.fi
2793    - markus@cvs.openbsd.org  2000/10/17 14:28:11
2794      [atomicio.c]
2795      return number of characters processed; ok deraadt@
2796    - markus@cvs.openbsd.org  2000/10/18 12:04:02
2797      [atomicio.c]
2798      undo
2799    - markus@cvs.openbsd.org  2000/10/18 12:23:02
2800      [scp.c]
2801      replace atomicio(read,...) with read(); ok deraadt@
2802    - markus@cvs.openbsd.org  2000/10/18 12:42:00
2803      [session.c]
2804      restore old record login behaviour
2805    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
2806      [auth-skey.c]
2807      fmt string problem in unused code
2808    - provos@cvs.openbsd.org  2000/10/19 10:45:16
2809      [sshconnect2.c]
2810      don't reference freed memory. okay deraadt@
2811    - markus@cvs.openbsd.org  2000/10/21 11:04:23
2812      [canohost.c]
2813      typo, eramore@era-t.ericsson.se; ok niels@
2814    - markus@cvs.openbsd.org  2000/10/23 13:31:55
2815      [cipher.c]
2816      non-alignment dependent swap_bytes(); from
2817      simonb@wasabisystems.com/netbsd
2818    - markus@cvs.openbsd.org  2000/10/26 12:38:28
2819      [compat.c]
2820      add older vandyke products
2821    - markus@cvs.openbsd.org  2000/10/27 01:32:19
2822      [channels.c channels.h clientloop.c serverloop.c session.c]
2823      [ssh.c util.c]
2824      enable non-blocking IO on channels, and tty's (except for the
2825      client ttys).
2826
2827 20001027
2828  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
2829
2830 20001025
2831  - (djm) Added WARNING.RNG file and modified configure to ask users of the
2832    builtin entropy code to read it.
2833  - (djm) Prefer builtin regex to PCRE.
2834  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
2835  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
2836    <proski@gnu.org>
2837
2838 20001020
2839  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
2840  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
2841    is more correct then current version.
2842
2843 20001018
2844  - (stevesk) Add initial support for setproctitle().  Current
2845    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
2846  - (stevesk) Add egd startup scripts to contrib/hpux/
2847
2848 20001017
2849  - (djm) Add -lregex to cywin libs from Corinna Vinschen
2850    <vinschen@cygnus.com>
2851  - (djm) Don't rely on atomicio's retval to determine length of askpass
2852    supplied passphrase. Problem report from Lutz Jaenicke
2853    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2854  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
2855  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
2856    <nakaji@tutrp.tut.ac.jp>
2857
2858 20001016
2859  - (djm) Sync with OpenBSD:
2860    - markus@cvs.openbsd.org  2000/10/14 04:01:15
2861      [cipher.c]
2862      debug3
2863    - markus@cvs.openbsd.org  2000/10/14 04:07:23
2864      [scp.c]
2865      remove spaces from arguments; from djm@mindrot.org
2866    - markus@cvs.openbsd.org  2000/10/14 06:09:46
2867      [ssh.1]
2868      Cipher is for SSH-1 only
2869    - markus@cvs.openbsd.org  2000/10/14 06:12:09
2870      [servconf.c servconf.h serverloop.c session.c sshd.8]
2871      AllowTcpForwarding; from naddy@
2872    - markus@cvs.openbsd.org  2000/10/14 06:16:56
2873      [auth2.c compat.c compat.h sshconnect2.c version.h]
2874      OpenSSH_2.3; note that is is not complete, but the version number
2875      needs to be changed for interoperability reasons
2876    - markus@cvs.openbsd.org  2000/10/14 06:19:45
2877      [auth-rsa.c]
2878      do not send RSA challenge if key is not allowed by key-options; from
2879      eivind@ThinkSec.com
2880    - markus@cvs.openbsd.org  2000/10/15 08:14:01
2881      [rijndael.c session.c]
2882      typos; from stevesk@sweden.hp.com
2883    - markus@cvs.openbsd.org  2000/10/15 08:18:31
2884      [rijndael.c]
2885      typo
2886  - (djm) Copy manpages back over from OpenBSD - too tedious to wade
2887    through diffs
2888  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
2889    <pekkas@netcore.fi>
2890  - (djm) Update version in Redhat spec file
2891  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
2892    Redhat 7.0 spec file
2893  - (djm) Make inability to read/write PRNG seedfile non-fatal
2894
2895
2896 20001015
2897  - (djm) Fix ssh2 hang on background processes at logout.
2898
2899 20001014
2900  - (bal) Add support for realpath and getcwd for platforms with broken
2901    or missing realpath implementations for sftp-server.
2902  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
2903  - (bal) Add support for GNU rx library for those lacking regexp support
2904  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
2905  - (djm) Revert SSH2 serverloop hack, will find a better way.
2906  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
2907    from Martin Johansson <fatbob@acc.umu.se>
2908  - (djm) Big OpenBSD sync:
2909    - markus@cvs.openbsd.org  2000/09/30 10:27:44
2910      [log.c]
2911      allow loglevel debug
2912    - markus@cvs.openbsd.org  2000/10/03 11:59:57
2913      [packet.c]
2914      hmac->mac
2915    - markus@cvs.openbsd.org  2000/10/03 12:03:03
2916      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
2917      move fake-auth from auth1.c to individual auth methods, disables s/key in
2918      debug-msg
2919    - markus@cvs.openbsd.org  2000/10/03 12:16:48
2920      ssh.c
2921      do not resolve canonname, i have no idea why this was added oin ossh
2922    - markus@cvs.openbsd.org  2000/10/09 15:30:44
2923      ssh-keygen.1 ssh-keygen.c
2924      -X now reads private ssh.com DSA keys, too.
2925    - markus@cvs.openbsd.org  2000/10/09 15:32:34
2926      auth-options.c
2927      clear options on every call.
2928    - markus@cvs.openbsd.org  2000/10/09 15:51:00
2929      authfd.c authfd.h
2930      interop with ssh-agent2, from <res@shore.net>
2931    - markus@cvs.openbsd.org  2000/10/10 14:20:45
2932      compat.c
2933      use rexexp for version string matching
2934    - provos@cvs.openbsd.org  2000/10/10 22:02:18
2935      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
2936      First rough implementation of the diffie-hellman group exchange.  The
2937      client can ask the server for bigger groups to perform the diffie-hellman
2938      in, thus increasing the attack complexity when using ciphers with longer
2939      keys.  University of Windsor provided network, T the company.
2940    - markus@cvs.openbsd.org  2000/10/11 13:59:52
2941      [auth-rsa.c auth2.c]
2942      clear auth options unless auth sucessfull
2943    - markus@cvs.openbsd.org  2000/10/11 14:00:27
2944      [auth-options.h]
2945      clear auth options unless auth sucessfull
2946    - markus@cvs.openbsd.org  2000/10/11 14:03:27
2947      [scp.1 scp.c]
2948      support 'scp -o' with help from mouring@pconline.com
2949    - markus@cvs.openbsd.org  2000/10/11 14:11:35
2950      [dh.c]
2951      Wall
2952    - markus@cvs.openbsd.org  2000/10/11 14:14:40
2953      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
2954      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
2955      add support for s/key (kbd-interactive) to ssh2, based on work by
2956      mkiernan@avantgo.com and me
2957    - markus@cvs.openbsd.org  2000/10/11 14:27:24
2958      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
2959      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
2960      [sshconnect2.c sshd.c]
2961      new cipher framework
2962    - markus@cvs.openbsd.org  2000/10/11 14:45:21
2963      [cipher.c]
2964      remove DES
2965    - markus@cvs.openbsd.org  2000/10/12 03:59:20
2966      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
2967      enable DES in SSH-1 clients only
2968    - markus@cvs.openbsd.org  2000/10/12 08:21:13
2969      [kex.h packet.c]
2970      remove unused
2971    - markus@cvs.openbsd.org  2000/10/13 12:34:46
2972      [sshd.c]
2973      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
2974    - markus@cvs.openbsd.org  2000/10/13 12:59:15
2975      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
2976      rijndael/aes support
2977    - markus@cvs.openbsd.org  2000/10/13 13:10:54
2978      [sshd.8]
2979      more info about -V
2980    - markus@cvs.openbsd.org  2000/10/13 13:12:02
2981      [myproposal.h]
2982      prefer no compression
2983  - (djm) Fix scp user@host handling
2984  - (djm) Don't clobber ssh_prng_cmds on install
2985  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
2986    u_intXX_t types on all platforms.
2987  - (stevesk) rijndael.c: cleanup missing declaration warnings.
2988  - (stevesk) ~/.hushlogin shouldn't cause required password change to
2989    be bypassed.
2990  - (stevesk) Display correct path to ssh-askpass in configure output.
2991    Report from Lutz Jaenicke.
2992
2993 20001007
2994  - (stevesk) Print PAM return value in PAM log messages to aid
2995    with debugging.
2996  - (stevesk) Fix detection of pw_class struct member in configure;
2997    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
2998
2999 20001002
3000  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
3001  - (djm) Add host system and CC to end-of-configure report. Suggested by
3002    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3003
3004 20000931
3005  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
3006
3007 20000930
3008  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
3009  - (djm) Support in bsd-snprintf.c for long long conversions from
3010    Ben Lindstrom <mouring@pconline.com>
3011  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
3012  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
3013    very short lived X connections. Bug report from Tobias Oetiker
3014    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
3015  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
3016    patch from Pekka Savola <pekkas@netcore.fi>
3017  - (djm) Forgot to cvs add LICENSE file
3018  - (djm) Add LICENSE to RPM spec files
3019  - (djm) CVS OpenBSD sync:
3020    - markus@cvs.openbsd.org  2000/09/26 13:59:59
3021      [clientloop.c]
3022      use debug2
3023    - markus@cvs.openbsd.org  2000/09/27 15:41:34
3024      [auth2.c sshconnect2.c]
3025      use key_type()
3026    - markus@cvs.openbsd.org  2000/09/28 12:03:18
3027      [channels.c]
3028      debug -> debug2 cleanup
3029  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
3030    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
3031    <Alain.St-Denis@ec.gc.ca>
3032  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
3033    Problem was caused by interrupted read in ssh-add. Report from Donald
3034    J. Barry <don@astro.cornell.edu>
3035
3036 20000929
3037  - (djm) Fix SSH2 not terminating until all background tasks done problem.
3038  - (djm) Another off-by-one fix from Pavel Kankovsky
3039    <peak@argo.troja.mff.cuni.cz>
3040  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
3041    tidy necessary differences. Use Markus' new debugN() in entropy.c
3042  - (djm) Merged big SCO portability patch from Tim Rice
3043    <tim@multitalents.net>
3044
3045 20000926
3046  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
3047  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
3048  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
3049    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
3050
3051 20000924
3052  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
3053  - (djm) A bit more cleanup - created cygwin_util.h
3054  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
3055    <markm@swoon.net>
3056
3057 20000923
3058  - (djm) Fix address logging in utmp from Kevin Steves
3059    <stevesk@sweden.hp.com>
3060  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
3061  - (djm) Seperate tests for int64_t and u_int64_t types
3062  - (djm) Tweak password expiry checking at suggestion of Kevin Steves
3063    <stevesk@sweden.hp.com>
3064  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
3065  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
3066    Michael Stone <mstone@cs.loyola.edu>
3067  - (djm) OpenBSD CVS sync:
3068    - markus@cvs.openbsd.org  2000/09/17 09:38:59
3069      [sshconnect2.c sshd.c]
3070      fix DEBUG_KEXDH
3071    - markus@cvs.openbsd.org  2000/09/17 09:52:51
3072      [sshconnect.c]
3073      yes no; ok niels@
3074    - markus@cvs.openbsd.org  2000/09/21 04:55:11
3075      [sshd.8]
3076      typo
3077    - markus@cvs.openbsd.org  2000/09/21 05:03:54
3078      [serverloop.c]
3079      typo
3080    - markus@cvs.openbsd.org  2000/09/21 05:11:42
3081      scp.c
3082      utime() to utimes(); mouring@pconline.com
3083    - markus@cvs.openbsd.org  2000/09/21 05:25:08
3084      sshconnect2.c
3085      change login logic in ssh2, allows plugin of other auth methods
3086    - markus@cvs.openbsd.org  2000/09/21 05:25:35
3087      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
3088      [serverloop.c]
3089      add context to dispatch_run
3090    - markus@cvs.openbsd.org  2000/09/21 05:07:52
3091      authfd.c authfd.h ssh-agent.c
3092      bug compat for old ssh.com software
3093
3094 20000920
3095  - (djm) Fix bad path substitution. Report from Andrew Miner
3096    <asminer@cs.iastate.edu>
3097
3098 20000916
3099  - (djm) Fix SSL search order from Lutz Jaenicke
3100    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3101  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
3102  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
3103  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
3104    Patch from Larry Jones <larry.jones@sdrc.com>
3105  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
3106    password change patch.
3107  - (djm) Bring licenses on my stuff in line with OpenBSD's
3108  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
3109    Kevin Steves <stevesk@sweden.hp.com>
3110  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
3111  - (djm) Re-enable int64_t types - we need them for sftp
3112  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
3113  - (djm) Update Redhat SPEC file accordingly
3114  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
3115  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
3116  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
3117    <Dirk.DeWachter@rug.ac.be>
3118  - (djm) Fixprogs and entropy list fixes from Larry Jones
3119    <larry.jones@sdrc.com>
3120  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
3121    <tyoshida@gemini.rc.kyushu-u.ac.jp>
3122  - (djm) Merge OpenBSD changes:
3123    - markus@cvs.openbsd.org  2000/09/05 02:59:57
3124      [session.c]
3125      print hostname (not hushlogin)
3126    - markus@cvs.openbsd.org  2000/09/05 13:18:48
3127      [authfile.c ssh-add.c]
3128      enable ssh-add -d for DSA keys
3129    - markus@cvs.openbsd.org  2000/09/05 13:20:49
3130      [sftp-server.c]
3131      cleanup
3132    - markus@cvs.openbsd.org  2000/09/06 03:46:41
3133      [authfile.h]
3134      prototype
3135    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
3136      [ALL]
3137      cleanup copyright notices on all files.  I have attempted to be
3138      accurate with the details.  everything is now under Tatu's licence
3139      (which I copied from his readme), and/or the core-sdi bsd-ish thing
3140      for deattack, or various openbsd developers under a 2-term bsd
3141      licence.  We're not changing any rules, just being accurate.
3142    - markus@cvs.openbsd.org  2000/09/07 14:40:30
3143      [channels.c channels.h clientloop.c serverloop.c ssh.c]
3144      cleanup window and packet sizes for ssh2 flow control; ok niels
3145    - markus@cvs.openbsd.org  2000/09/07 14:53:00
3146      [scp.c]
3147      typo
3148    - markus@cvs.openbsd.org  2000/09/07 15:13:37
3149      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
3150      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
3151      [pty.c readconf.c]
3152      some more Copyright fixes
3153    - markus@cvs.openbsd.org  2000/09/08 03:02:51
3154      [README.openssh2]
3155      bye bye
3156    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
3157      [LICENCE cipher.c]
3158      a few more comments about it being ARC4 not RC4
3159    - markus@cvs.openbsd.org  2000/09/12 14:53:11
3160      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
3161      multiple debug levels
3162    - markus@cvs.openbsd.org  2000/09/14 14:25:15
3163      [clientloop.c]
3164      typo
3165    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
3166      [ssh-agent.c]
3167      check return value for setenv(3) for failure, and deal appropriately
3168
3169 20000913
3170  - (djm) Fix server not exiting with jobs in background.
3171
3172 20000905
3173  - (djm) Import OpenBSD CVS changes
3174    - markus@cvs.openbsd.org  2000/08/31 15:52:24
3175      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
3176      implement a SFTP server. interops with sftp2, scp2 and the windows
3177      client from ssh.com
3178    - markus@cvs.openbsd.org  2000/08/31 15:56:03
3179      [README.openssh2]
3180      sync
3181    - markus@cvs.openbsd.org  2000/08/31 16:05:42
3182      [session.c]
3183      Wall
3184    - markus@cvs.openbsd.org  2000/08/31 16:09:34
3185      [authfd.c ssh-agent.c]
3186      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
3187    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
3188      [scp.1 scp.c]
3189      cleanup and fix -S support; stevesk@sweden.hp.com
3190    - markus@cvs.openbsd.org  2000/09/01 16:29:32
3191      [sftp-server.c]
3192      portability fixes
3193    - markus@cvs.openbsd.org  2000/09/01 16:32:41
3194      [sftp-server.c]
3195      fix cast; mouring@pconline.com
3196    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
3197      [ssh-add.1 ssh.1]
3198      add missing .El against .Bl.
3199    - markus@cvs.openbsd.org  2000/09/04 13:03:41
3200      [session.c]
3201      missing close; ok theo
3202    - markus@cvs.openbsd.org  2000/09/04 13:07:21
3203      [session.c]
3204      fix get_last_login_time order; from andre@van-veen.de
3205    - markus@cvs.openbsd.org  2000/09/04 13:10:09
3206      [sftp-server.c]
3207      more cast fixes; from mouring@pconline.com
3208    - markus@cvs.openbsd.org  2000/09/04 13:06:04
3209      [session.c]
3210      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
3211  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
3212  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
3213
3214 20000903
3215  - (djm) Fix Redhat init script
3216
3217 20000901
3218  - (djm) Pick up Jim's new X11-askpass
3219  - (djm) Release 2.2.0p1
3220
3221 20000831
3222  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
3223    <acox@cv.telegroup.com>
3224  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
3225
3226 20000830
3227  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
3228  - (djm) Periodically rekey arc4random
3229  - (djm) Clean up diff against OpenBSD.
3230  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
3231    <stevesk@sweden.hp.com>
3232  - (djm) Quieten the pam delete credentials error message
3233  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
3234    Kevin Steves <stevesk@sweden.hp.com>
3235  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
3236  - (djm) Fix doh in bsd-arc4random.c
3237
3238 20000829
3239  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
3240    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
3241    Garrick James <garrick@james.net>
3242  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
3243    Bastian Trompetter <btrompetter@firemail.de>
3244  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
3245  - More OpenBSD updates:
3246    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
3247      [scp.c]
3248      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
3249    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
3250      [session.c]
3251      Wall
3252    - markus@cvs.openbsd.org  2000/08/26 04:33:43
3253      [compat.c]
3254      ssh.com-2.3.0
3255    - markus@cvs.openbsd.org  2000/08/27 12:18:05
3256      [compat.c]
3257      compatibility with future ssh.com versions
3258    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
3259      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
3260      print uid/gid as unsigned
3261    - markus@cvs.openbsd.org  2000/08/28 13:51:00
3262      [ssh.c]
3263      enable -n and -f for ssh2
3264    - markus@cvs.openbsd.org  2000/08/28 14:19:53
3265      [ssh.c]
3266      allow combination of -N and -f
3267    - markus@cvs.openbsd.org  2000/08/28 14:20:56
3268      [util.c]
3269      util.c
3270    - markus@cvs.openbsd.org  2000/08/28 14:22:02
3271      [util.c]
3272      undo
3273    - markus@cvs.openbsd.org  2000/08/28 14:23:38
3274      [util.c]
3275      don't complain if setting NONBLOCK fails with ENODEV
3276
3277 20000823
3278  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
3279    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
3280    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
3281    <kajiyama@grad.sccs.chukyo-u.ac.jp>
3282  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
3283  - (djm) Add local version to version.h
3284  - (djm) Don't reseed arc4random everytime it is used
3285  - (djm) OpenBSD CVS updates:
3286    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
3287      [ssh.c]
3288      accept remsh as a valid name as well; roman@buildpoint.com
3289    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
3290      [deattack.c crc32.c packet.c]
3291      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
3292      libz crc32 function yet, because it has ugly "long"'s in it;
3293      oneill@cs.sfu.ca
3294    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
3295      [scp.1 scp.c]
3296      -S prog support; tv@debian.org
3297    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
3298      [scp.c]
3299      knf
3300    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
3301      [log-client.c]
3302      shorten
3303    - markus@cvs.openbsd.org  2000/08/19 12:48:11
3304      [channels.c channels.h clientloop.c ssh.c ssh.h]
3305      support for ~. in ssh2
3306    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
3307      [crc32.h]
3308      proper prototype
3309    - markus@cvs.openbsd.org  2000/08/19 15:34:44
3310      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
3311      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
3312      [fingerprint.c fingerprint.h]
3313      add SSH2/DSA support to the agent and some other DSA related cleanups.
3314      (note that we cannot talk to ssh.com's ssh2 agents)
3315    - markus@cvs.openbsd.org  2000/08/19 15:55:52
3316      [channels.c channels.h clientloop.c]
3317      more ~ support for ssh2
3318    - markus@cvs.openbsd.org  2000/08/19 16:21:19
3319      [clientloop.c]
3320      oops
3321    - millert@cvs.openbsd.org 2000/08/20 12:25:53
3322      [session.c]
3323      We have to stash the result of get_remote_name_or_ip() before we
3324      close our socket or getpeername() will get EBADF and the process
3325      will exit.  Only a problem for "UseLogin yes".
3326    - millert@cvs.openbsd.org 2000/08/20 12:30:59
3327      [session.c]
3328      Only check /etc/nologin if "UseLogin no" since login(1) may have its
3329      own policy on determining who is allowed to login when /etc/nologin
3330      is present.  Also use the _PATH_NOLOGIN define.
3331    - millert@cvs.openbsd.org 2000/08/20 12:42:43
3332      [auth1.c auth2.c session.c ssh.c]
3333      Add calls to setusercontext() and login_get*().  We basically call
3334      setusercontext() in most places where previously we did a setlogin().
3335      Add default login.conf file and put root in the "daemon" login class.
3336    - millert@cvs.openbsd.org 2000/08/21 10:23:31
3337      [session.c]
3338      Fix incorrect PATH setting; noted by Markus.
3339
3340 20000818
3341  - (djm) OpenBSD CVS changes:
3342    - markus@cvs.openbsd.org  2000/07/22 03:14:37
3343      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
3344      random early drop; ok theo, niels
3345    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
3346      [ssh.1]
3347      typo
3348    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
3349      [sshd.8]
3350      many fixes from pepper@mail.reppep.com
3351    - provos@cvs.openbsd.org  2000/08/01 13:01:42
3352      [Makefile.in util.c aux.c]
3353      rename aux.c to util.c to help with cygwin port
3354    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
3355      [authfd.c]
3356      correct sun_len; Alexander@Leidinger.net
3357    - provos@cvs.openbsd.org  2000/08/02 10:27:17
3358      [readconf.c sshd.8]
3359      disable kerberos authentication by default
3360    - provos@cvs.openbsd.org  2000/08/02 11:27:05
3361      [sshd.8 readconf.c auth-krb4.c]
3362      disallow kerberos authentication if we can't verify the TGT; from
3363      dugsong@
3364      kerberos authentication is on by default only if you have a srvtab.
3365    - markus@cvs.openbsd.org  2000/08/04 14:30:07
3366      [auth.c]
3367      unused
3368    - markus@cvs.openbsd.org  2000/08/04 14:30:35
3369      [sshd_config]
3370      MaxStartups
3371    - markus@cvs.openbsd.org  2000/08/15 13:20:46
3372      [authfd.c]
3373      cleanup; ok niels@
3374    - markus@cvs.openbsd.org  2000/08/17 14:05:10
3375      [session.c]
3376      cleanup login(1)-like jobs, no duplicate utmp entries
3377    - markus@cvs.openbsd.org  2000/08/17 14:06:34
3378      [session.c sshd.8 sshd.c]
3379       sshd -u len, similar to telnetd
3380  - (djm) Lastlog was not getting closed after writing login entry
3381  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
3382
3383 20000816
3384  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
3385  - (djm) Fix strerror replacement for old SunOS. Based on patch from
3386    Charles Levert <charles@comm.polymtl.ca>
3387  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
3388    implementation.
3389  - (djm) SUN_LEN macro for systems which lack it
3390
3391 20000815
3392  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
3393  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
3394    Michael Stone <mstone@cs.loyola.edu>
3395  - (djm) Don't seek in directory based lastlogs
3396  - (djm) Fix --with-ipaddr-display configure option test. Patch from
3397    Jarno Huuskonen <jhuuskon@messi.uku.fi>
3398  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3399
3400 20000813
3401  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
3402    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
3403
3404 20000809
3405  - (djm) Define AIX hard limits if headers don't. Report from
3406    Bill Painter <william.t.painter@lmco.com>
3407  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
3408    <charles@comm.polymtl.ca>
3409
3410 20000808
3411  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
3412    time, spec file cleanup.
3413
3414 20000807
3415  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
3416  - (djm) Suppress error messages on channel close shutdown() failurs
3417    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
3418  - (djm) Add some more entropy collection commands from Lutz Jaenicke
3419
3420 20000725
3421  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
3422
3423 20000721
3424  - (djm) OpenBSD CVS updates:
3425    - markus@cvs.openbsd.org  2000/07/16 02:27:22
3426      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
3427      [sshconnect1.c sshconnect2.c]
3428      make ssh-add accept dsa keys (the agent does not)
3429    - djm@cvs.openbsd.org     2000/07/17 19:25:02
3430      [sshd.c]
3431      Another closing of stdin; ok deraadt
3432    - markus@cvs.openbsd.org  2000/07/19 18:33:12
3433      [dsa.c]
3434      missing free, reorder
3435    - markus@cvs.openbsd.org  2000/07/20 16:23:14
3436      [ssh-keygen.1]
3437      document input and output files
3438
3439 20000720
3440  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
3441
3442 20000716
3443  - (djm) Release 2.1.1p4
3444
3445 20000715
3446  - (djm) OpenBSD CVS updates
3447    - provos@cvs.openbsd.org  2000/07/13 16:53:22
3448      [aux.c readconf.c servconf.c ssh.h]
3449      allow multiple whitespace but only one '=' between tokens, bug report from
3450      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
3451    - provos@cvs.openbsd.org  2000/07/13 17:14:09
3452      [clientloop.c]
3453      typo; todd@fries.net
3454    - provos@cvs.openbsd.org  2000/07/13 17:19:31
3455      [scp.c]
3456      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
3457    - markus@cvs.openbsd.org  2000/07/14 16:59:46
3458      [readconf.c servconf.c]
3459      allow leading whitespace. ok niels
3460    - djm@cvs.openbsd.org     2000/07/14 22:01:38
3461      [ssh-keygen.c ssh.c]
3462      Always create ~/.ssh with mode 700; ok Markus
3463  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
3464    - Include floatingpoint.h for entropy.c
3465    - strerror replacement
3466
3467 20000712
3468  - (djm) Remove -lresolve for Reliant Unix
3469  - (djm) OpenBSD CVS Updates:
3470    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
3471      [session.c sshd.c ]
3472      make MaxStartups code still work with -d; djm
3473    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
3474      [readconf.c ssh_config]
3475      disable FallBackToRsh by default
3476  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
3477    Ben Lindstrom <mouring@pconline.com>
3478  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
3479    spec file.
3480  - (djm) Released 2.1.1p3
3481
3482 20000711
3483  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
3484    <tbert@abac.com>
3485  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
3486  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
3487    <mouring@pconline.com>
3488  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
3489    from Jim Watt <jimw@peisj.pebio.com>
3490  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
3491    to compile on more platforms (incl NeXT).
3492  - (djm) Added bsd-inet_aton and configure support for NeXT
3493  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
3494  - (djm) OpenBSD CVS updates:
3495    - markus@cvs.openbsd.org  2000/06/26 03:22:29
3496      [authfd.c]
3497      cleanup, less cut&paste
3498    - markus@cvs.openbsd.org  2000/06/26 15:59:19
3499      [servconf.c servconf.h session.c sshd.8 sshd.c]
3500      MaxStartups: limit number of unauthenticated connections, work by
3501      theo and me
3502    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
3503      [session.c]
3504      use no_x11_forwarding_flag correctly; provos ok
3505    - provos@cvs.openbsd.org  2000/07/05 15:35:57
3506      [sshd.c]
3507      typo
3508    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
3509      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
3510      Insert more missing .El directives. Our troff really should identify
3511      these and spit out a warning.
3512    - todd@cvs.openbsd.org    2000/07/06 21:55:04
3513      [auth-rsa.c auth2.c ssh-keygen.c]
3514      clean code is good code
3515    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
3516      [serverloop.c]
3517      sense of port forwarding flag test was backwards
3518    - provos@cvs.openbsd.org  2000/07/08 17:17:31
3519      [compat.c readconf.c]
3520      replace strtok with strsep; from David Young <dyoung@onthejob.net>
3521    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
3522      [auth.h]
3523      KNF
3524    - ho@cvs.openbsd.org      2000/07/08 19:27:33
3525      [compat.c readconf.c]
3526      Better conditions for strsep() ending.
3527    - ho@cvs.openbsd.org      2000/07/10 10:27:05
3528      [readconf.c]
3529      Get the correct message on errors. (niels@ ok)
3530    - ho@cvs.openbsd.org      2000/07/10 10:30:25
3531      [cipher.c kex.c servconf.c]
3532      strtok() --> strsep(). (niels@ ok)
3533  - (djm) Fix problem with debug mode and MaxStartups
3534  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
3535    builds)
3536  - (djm) Add strsep function from OpenBSD libc for systems that lack it
3537
3538 20000709
3539  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
3540    Kevin Steves <stevesk@sweden.hp.com>
3541  - (djm) Match prototype and function declaration for rresvport_af.
3542    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
3543  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
3544    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
3545  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
3546    <jimw@peisj.pebio.com>
3547  - (djm) Fix pam sprintf fix
3548  - (djm) Cleanup entropy collection code a little more. Split initialisation
3549    from seeding, perform intialisation immediatly at start, be careful with
3550    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
3551  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
3552    Including sigaction() et al. replacements
3553  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
3554    <tbert@abac.com>
3555
3556 20000708
3557  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
3558    Aaron Hopkins <aaron@die.net>
3559  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
3560    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3561  - (djm) Fixed undefined variables for OSF SIA. Report from
3562    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
3563  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
3564    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
3565  - (djm) Don't use inet_addr.
3566
3567 20000702
3568  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
3569  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
3570    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
3571  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
3572    Chris, the Young One <cky@pobox.com>
3573  - (djm) Fix scp progress meter on really wide terminals. Based on patch
3574    from James H. Cloos Jr. <cloos@jhcloos.com>
3575
3576 20000701
3577  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
3578  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
3579  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
3580    <vinschen@cygnus.com>
3581  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
3582  - (djm) Added check for broken snprintf() functions which do not correctly
3583    terminate output string and attempt to use replacement.
3584  - (djm) Released 2.1.1p2
3585
3586 20000628
3587  - (djm) Fixes to lastlog code for Irix
3588  - (djm) Use atomicio in loginrec
3589  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
3590    Irix 6.x array sessions, project id's, and system audit trail id.
3591  - (djm) Added 'distprep' make target to simplify packaging
3592  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
3593    support. Enable using "USE_SIA=1 ./configure [options]"
3594
3595 20000627
3596  - (djm) Fixes to login code - not setting li->uid, cleanups
3597  - (djm) Formatting
3598
3599 20000626
3600  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
3601  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
3602  - (djm) Added password expiry checking (no password change support)
3603  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
3604    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3605  - (djm) Fix fixed EGD code.
3606  - OpenBSD CVS update
3607    - provos@cvs.openbsd.org  2000/06/25 14:17:58
3608      [channels.c]
3609      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
3610
3611 20000623
3612  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
3613    Svante Signell <svante.signell@telia.com>
3614  - (djm) Autoconf logic to define sa_family_t if it is missing
3615  - OpenBSD CVS Updates:
3616    - markus@cvs.openbsd.org  2000/06/22 10:32:27
3617      [sshd.c]
3618      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
3619    - djm@cvs.openbsd.org     2000/06/22 17:55:00
3620      [auth-krb4.c key.c radix.c uuencode.c]
3621      Missing CVS idents; ok markus
3622
3623 20000622
3624  - (djm) Automatically generate host key during "make install". Suggested
3625    by Gary E. Miller <gem@rellim.com>
3626  - (djm) Paranoia before kill() system call
3627  - OpenBSD CVS Updates:
3628    - markus@cvs.openbsd.org  2000/06/18 18:50:11
3629      [auth2.c compat.c compat.h sshconnect2.c]
3630      make userauth+pubkey interop with ssh.com-2.2.0
3631    - markus@cvs.openbsd.org  2000/06/18 20:56:17
3632      [dsa.c]
3633      mem leak + be more paranoid in dsa_verify.
3634    - markus@cvs.openbsd.org  2000/06/18 21:29:50
3635      [key.c]
3636      cleanup fingerprinting, less hardcoded sizes
3637    - markus@cvs.openbsd.org  2000/06/19 19:39:45
3638      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
3639      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
3640      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
3641      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
3642      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
3643      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
3644      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
3645      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
3646      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
3647      OpenBSD tag
3648    - markus@cvs.openbsd.org  2000/06/21 10:46:10
3649      sshconnect2.c missing free; nuke old comment
3650
3651 20000620
3652  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
3653    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
3654    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
3655  - (djm) Typo in loginrec.c
3656
3657 20000618
3658  - (djm) Add summary of configure options to end of ./configure run
3659  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
3660    Michael Stone <mstone@cs.loyola.edu>
3661  - (djm) rusage is a privileged operation on some Unices (incl.
3662    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
3663  - (djm) Avoid PAM failures when running without a TTY. Report from
3664    Martin Petrak <petrak@spsknm.schools.sk>
3665  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
3666    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
3667  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
3668  - OpenBSD CVS updates:
3669    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
3670      [channels.c]
3671      everyone says "nix it" (remove protocol 2 debugging message)
3672    - markus@cvs.openbsd.org  2000/06/17 13:24:34
3673      [sshconnect.c]
3674      allow extended server banners
3675    - markus@cvs.openbsd.org  2000/06/17 14:30:10
3676      [sshconnect.c]
3677      missing atomicio, typo
3678    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
3679      [servconf.c servconf.h session.c sshd.8 sshd_config]
3680      add support for ssh v2 subsystems. ok markus@.
3681    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
3682      [readconf.c servconf.c]
3683      include = in WHITESPACE; markus ok
3684    - markus@cvs.openbsd.org  2000/06/17 19:09:10
3685      [auth2.c]
3686      implement bug compatibility with ssh-2.0.13 pubkey, server side
3687    - markus@cvs.openbsd.org  2000/06/17 21:00:28
3688      [compat.c]
3689      initial support for ssh.com's 2.2.0
3690    - markus@cvs.openbsd.org  2000/06/17 21:16:09
3691      [scp.c]
3692      typo
3693    - markus@cvs.openbsd.org  2000/06/17 22:05:02
3694      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
3695      split auth-rsa option parsing into auth-options
3696      add options support to authorized_keys2
3697    - markus@cvs.openbsd.org  2000/06/17 22:42:54
3698      [session.c]
3699      typo
3700
3701 20000613
3702  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
3703   - Platform define for SCO 3.x which breaks on /dev/ptmx
3704   - Detect and try to fix missing MAXPATHLEN
3705  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
3706    <P.S.S.Camp@ukc.ac.uk>
3707
3708 20000612
3709  - (djm) Glob manpages in RPM spec files to catch compressed files
3710  - (djm) Full license in auth-pam.c
3711  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
3712  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
3713   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
3714      def'd
3715   - Set AIX to use preformatted manpages
3716
3717 20000610
3718  - (djm) Minor doc tweaks
3719  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
3720
3721 20000609
3722  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
3723    (in favour of utmpx) on Solaris 8
3724
3725 20000606
3726  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
3727    list of commands (by default). Removed verbose debugging (by default).
3728  - (djm) Increased command entropy estimates and default entropy collection
3729    timeout
3730  - (djm) Remove duplicate headers from loginrec.c
3731  - (djm) Don't add /usr/local/lib to library search path on Irix
3732  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
3733    <tibbs@math.uh.edu>
3734  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
3735    <zack@wolery.cumb.org>
3736  - (djm) OpenBSD CVS updates:
3737   - todd@cvs.openbsd.org
3738     [sshconnect2.c]
3739     teach protocol v2 to count login failures properly and also enable an
3740     explanation of why the password prompt comes up again like v1; this is NOT
3741     crypto
3742   - markus@cvs.openbsd.org
3743     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
3744     xauth_location support; pr 1234
3745     [readconf.c sshconnect2.c]
3746     typo, unused
3747     [session.c]
3748     allow use_login only for login sessions, otherwise remote commands are
3749     execed with uid==0
3750     [sshd.8]
3751     document UseLogin better
3752     [version.h]
3753     OpenSSH 2.1.1
3754     [auth-rsa.c]
3755     fix match_hostname() logic for auth-rsa: deny access if we have a
3756     negative match or no match at all
3757     [channels.c hostfile.c match.c]
3758     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
3759     kris@FreeBSD.org
3760
3761 20000606
3762  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
3763    configure.
3764
3765 20000604
3766  - Configure tweaking for new login code on Irix 5.3
3767  - (andre) login code changes based on djm feedback
3768
3769 20000603
3770  - (andre) New login code
3771     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
3772     - Add loginrec.[ch], logintest.c and autoconf code
3773
3774 20000531
3775  - Cleanup of auth.c, login.c and fake-*
3776  - Cleanup of auth-pam.c, save and print "account expired" error messages
3777  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
3778  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
3779    of fallback DIY code.
3780
3781 20000530
3782  - Define atexit for old Solaris
3783  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
3784    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
3785  - OpenBSD CVS updates:
3786   - markus@cvs.openbsd.org
3787     [session.c]
3788     make x11-fwd work w/ localhost (xauth add host/unix:11)
3789     [cipher.c compat.c readconf.c servconf.c]
3790     check strtok() != NULL; ok niels@
3791     [key.c]
3792     fix key_read() for uuencoded keys w/o '='
3793     [serverloop.c]
3794     group ssh1 vs. ssh2 in serverloop
3795     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
3796     split kexinit/kexdh, factor out common code
3797     [readconf.c ssh.1 ssh.c]
3798     forwardagent defaults to no, add ssh -A
3799   - theo@cvs.openbsd.org
3800     [session.c]
3801     just some line shortening
3802  - Released 2.1.0p3
3803
3804 20000520
3805  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
3806  - Don't touch utmp if USE_UTMPX defined
3807  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
3808  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
3809  - HPUX and Configure fixes from Lutz Jaenicke
3810    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3811  - Use mkinstalldirs script to make directories instead of non-portable
3812    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3813  - Doc cleanup
3814
3815 20000518
3816  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
3817  - OpenBSD CVS updates:
3818   - markus@cvs.openbsd.org
3819     [sshconnect.c]
3820     copy only ai_addrlen bytes; misiek@pld.org.pl
3821     [auth.c]
3822     accept an empty shell in authentication; bug reported by
3823     chris@tinker.ucr.edu
3824     [serverloop.c]
3825     we don't have stderr for interactive terminal sessions (fcntl errors)
3826
3827 20000517
3828  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
3829   - Fixes command line printing segfaults (spotter: Bladt Norbert)
3830   - Fixes erroneous printing of debug messages to syslog
3831   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
3832   - Gives useful error message if PRNG initialisation fails
3833   - Reduced ssh startup delay
3834   - Measures cumulative command time rather than the time between reads
3835     after select()
3836   - 'fixprogs' perl script to eliminate non-working entropy commands, and
3837     optionally run 'ent' to measure command entropy
3838  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
3839  - Avoid WCOREDUMP complation errors for systems that lack it
3840  - Avoid SIGCHLD warnings from entropy commands
3841  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
3842  - OpenBSD CVS update:
3843   - markus@cvs.openbsd.org
3844     [ssh.c]
3845     fix usage()
3846     [ssh2.h]
3847     draft-ietf-secsh-architecture-05.txt
3848     [ssh.1]
3849     document ssh -T -N (ssh2 only)
3850     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
3851     enable nonblocking IO for sshd w/ proto 1, too; split out common code
3852     [aux.c]
3853     missing include
3854  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
3855   - INSTALL typo and URL fix
3856   - Makefile fix
3857   - Solaris fixes
3858  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
3859    <ksakai@kso.netwk.ntt-at.co.jp>
3860  - RSAless operation patch from kevin_oconnor@standardandpoors.com
3861  - Detect OpenSSL seperatly from RSA
3862  - Better test for RSA (more compatible with RSAref). Based on work by
3863    Ed Eden <ede370@stl.rural.usda.gov>
3864
3865 20000513
3866  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3867    <misiek@pld.org.pl>
3868
3869 20000511
3870  - Fix for prng_seed permissions checking from Lutz Jaenicke
3871    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3872  - "make host-key" fix for Irix
3873
3874 20000509
3875  - OpenBSD CVS update
3876   - markus@cvs.openbsd.org
3877     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
3878     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
3879     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
3880   - hugh@cvs.openbsd.org
3881     [ssh.1]
3882     - zap typo
3883     [ssh-keygen.1]
3884     - One last nit fix. (markus approved)
3885     [sshd.8]
3886     - some markus certified spelling adjustments
3887   - markus@cvs.openbsd.org
3888     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
3889     [sshconnect2.c ]
3890     - bug compat w/ ssh-2.0.13 x11, split out bugs
3891     [nchan.c]
3892     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
3893     [ssh-keygen.c]
3894     - handle escapes in real and original key format, ok millert@
3895     [version.h]
3896     - OpenSSH-2.1
3897  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
3898  - Doc updates
3899  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
3900    by Andre Lucas <andre.lucas@dial.pipex.com>
3901
3902 20000508
3903  - Makefile and RPM spec fixes
3904  - Generate DSA host keys during "make key" or RPM installs
3905  - OpenBSD CVS update
3906   - markus@cvs.openbsd.org
3907     [clientloop.c sshconnect2.c]
3908     - make x11-fwd interop w/ ssh-2.0.13
3909     [README.openssh2]
3910     - interop w/ SecureFX
3911  - Release 2.0.0beta2
3912
3913  - Configure caching and cleanup patch from Andre Lucas'
3914    <andre.lucas@dial.pipex.com>
3915
3916 20000507
3917  - Remove references to SSLeay.
3918  - Big OpenBSD CVS update
3919   - markus@cvs.openbsd.org
3920     [clientloop.c]
3921     - typo
3922     [session.c]
3923     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
3924     [session.c]
3925     - update proctitle for proto 1, too
3926     [channels.h nchan.c serverloop.c session.c sshd.c]
3927     - use c-style comments
3928   - deraadt@cvs.openbsd.org
3929     [scp.c]
3930     - more atomicio
3931   - markus@cvs.openbsd.org
3932     [channels.c]
3933     - set O_NONBLOCK
3934     [ssh.1]
3935     - update AUTHOR
3936     [readconf.c ssh-keygen.c ssh.h]
3937     - default DSA key file ~/.ssh/id_dsa
3938     [clientloop.c]
3939     - typo, rm verbose debug
3940   - deraadt@cvs.openbsd.org
3941     [ssh-keygen.1]
3942     - document DSA use of ssh-keygen
3943     [sshd.8]
3944     - a start at describing what i understand of the DSA side
3945     [ssh-keygen.1]
3946     - document -X and -x
3947     [ssh-keygen.c]
3948     - simplify usage
3949   - markus@cvs.openbsd.org
3950     [sshd.8]
3951     - there is no rhosts_dsa
3952     [ssh-keygen.1]
3953     - document -y, update -X,-x
3954     [nchan.c]
3955     - fix close for non-open ssh1 channels
3956     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
3957     - s/DsaKey/HostDSAKey/, document option
3958     [sshconnect2.c]
3959     - respect number_of_password_prompts
3960     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
3961     - GatewayPorts for sshd, ok deraadt@
3962     [ssh-add.1 ssh-agent.1 ssh.1]
3963     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
3964     [ssh.1]
3965     - more info on proto 2
3966     [sshd.8]
3967     - sync AUTHOR w/ ssh.1
3968     [key.c key.h sshconnect.c]
3969     - print key type when talking about host keys
3970     [packet.c]
3971     - clear padding in ssh2
3972     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
3973     - replace broken uuencode w/ libc b64_ntop
3974     [auth2.c]
3975     - log failure before sending the reply
3976     [key.c radix.c uuencode.c]
3977     - remote trailing comments before calling __b64_pton
3978     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
3979     [sshconnect2.c sshd.8]
3980     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
3981  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
3982
3983 20000502
3984  - OpenBSD CVS update
3985    [channels.c]
3986    - init all fds, close all fds.
3987    [sshconnect2.c]
3988    - check whether file exists before asking for passphrase
3989    [servconf.c servconf.h sshd.8 sshd.c]
3990    - PidFile, pr 1210
3991    [channels.c]
3992    - EINTR
3993    [channels.c]
3994    - unbreak, ok niels@
3995    [sshd.c]
3996    - unlink pid file, ok niels@
3997    [auth2.c]
3998    - Add missing #ifdefs; ok - markus
3999  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
4000    gathering commands from a text file
4001  - Release 2.0.0beta1
4002
4003 20000501
4004  - OpenBSD CVS update
4005    [packet.c]
4006    - send debug messages in SSH2 format
4007    [scp.c]
4008    - fix very rare EAGAIN/EINTR issues; based on work by djm
4009    [packet.c]
4010    - less debug, rm unused
4011    [auth2.c]
4012    - disable kerb,s/key in ssh2
4013    [sshd.8]
4014    - Minor tweaks and typo fixes.
4015    [ssh-keygen.c]
4016    - Put -d into usage and reorder. markus ok.
4017  - Include missing headers for OpenSSL tests. Fix from Phil Karn
4018    <karn@ka9q.ampr.org>
4019  - Fixed __progname symbol collisions reported by Andre Lucas
4020    <andre.lucas@dial.pipex.com>
4021  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
4022    <gd@hilb1.medat.de>
4023  - Add some missing ifdefs to auth2.c
4024  - Deprecate perl-tk askpass.
4025  - Irix portability fixes - don't include netinet headers more than once
4026  - Make sure we don't save PRNG seed more than once
4027
4028 20000430
4029  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
4030  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
4031    patch.
4032    - Adds timeout to entropy collection
4033    - Disables slow entropy sources
4034    - Load and save seed file
4035  - Changed entropy seed code to user per-user seeds only (server seed is
4036    saved in root's .ssh directory)
4037  - Use atexit() and fatal cleanups to save seed on exit
4038  - More OpenBSD updates:
4039    [session.c]
4040    - don't call chan_write_failed() if we are not writing
4041    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
4042    - keysize warnings error() -> log()
4043
4044 20000429
4045  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
4046    [README.openssh2]
4047    - interop w/ F-secure windows client
4048    - sync documentation
4049    - ssh_host_dsa_key not ssh_dsa_key
4050    [auth-rsa.c]
4051    - missing fclose
4052    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
4053    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
4054    [sshd.c uuencode.c uuencode.h authfile.h]
4055    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
4056      for trading keys with the real and the original SSH, directly from the
4057      people who invented the SSH protocol.
4058    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
4059    [sshconnect1.c sshconnect2.c]
4060    - split auth/sshconnect in one file per protocol version
4061    [sshconnect2.c]
4062    - remove debug
4063    [uuencode.c]
4064    - add trailing =
4065    [version.h]
4066    - OpenSSH-2.0
4067    [ssh-keygen.1 ssh-keygen.c]
4068    - add -R flag: exit code indicates if RSA is alive
4069    [sshd.c]
4070    - remove unused
4071      silent if -Q is specified
4072    [ssh.h]
4073    - host key becomes /etc/ssh_host_dsa_key
4074    [readconf.c servconf.c ]
4075    - ssh/sshd default to proto 1 and 2
4076    [uuencode.c]
4077    - remove debug
4078    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
4079    - xfree DSA blobs
4080    [auth2.c serverloop.c session.c]
4081    - cleanup logging for sshd/2, respect PasswordAuth no
4082    [sshconnect2.c]
4083    - less debug, respect .ssh/config
4084    [README.openssh2 channels.c channels.h]
4085    - clientloop.c session.c ssh.c
4086    - support for x11-fwding, client+server
4087
4088 20000421
4089  - Merge fix from OpenBSD CVS
4090   [ssh-agent.c]
4091   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
4092     via Debian bug #59926
4093  - Define __progname in session.c if libc doesn't
4094  - Remove indentation on autoconf #include statements to avoid bug in
4095    DEC Tru64 compiler. Report and fix from David Del Piero
4096    <David.DelPiero@qed.qld.gov.au>
4097
4098 20000420
4099  - Make fixpaths work with perl4, patch from Andre Lucas
4100    <andre.lucas@dial.pipex.com>
4101  - Sync with OpenBSD CVS:
4102   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
4103   - pid_t
4104   [session.c]
4105   - remove bogus chan_read_failed. this could cause data
4106     corruption (missing data) at end of a SSH2 session.
4107  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
4108   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
4109   - Use vhangup to clean up Linux ttys
4110   - Force posix getopt processing on GNU libc systems
4111  - Debian bug #55910 - remove references to ssl(8) manpages
4112  - Debian bug #58031 - ssh_config lies about default cipher
4113
4114 20000419
4115  - OpenBSD CVS updates
4116    [channels.c]
4117    - fix pr 1196, listen_port and port_to_connect interchanged
4118    [scp.c]
4119    - after completion, replace the progress bar ETA counter with a final
4120      elapsed time; my idea, aaron wrote the patch
4121    [ssh_config sshd_config]
4122    - show 'Protocol' as an example, ok markus@
4123    [sshd.c]
4124    - missing xfree()
4125  - Add missing header to bsd-misc.c
4126
4127 20000416
4128  - Reduce diff against OpenBSD source
4129    - All OpenSSL includes are now unconditionally referenced as
4130      openssl/foo.h
4131    - Pick up formatting changes
4132    - Other minor changed (typecasts, etc) that I missed
4133
4134 20000415
4135  - OpenBSD CVS updates.
4136    [ssh.1 ssh.c]
4137    - ssh -2
4138    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
4139    [session.c sshconnect.c]
4140    - check payload for (illegal) extra data
4141    [ALL]
4142    whitespace cleanup
4143
4144 20000413
4145  - INSTALL doc updates
4146  - Merged OpenBSD updates to include paths.
4147
4148 20000412
4149  - OpenBSD CVS updates:
4150    - [channels.c]
4151      repair x11-fwd
4152    - [sshconnect.c]
4153      fix passwd prompt for ssh2, less debugging output.
4154    - [clientloop.c compat.c dsa.c kex.c sshd.c]
4155      less debugging output
4156    - [kex.c kex.h sshconnect.c sshd.c]
4157      check for reasonable public DH values
4158    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
4159      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
4160      add Cipher and Protocol options to ssh/sshd, e.g.:
4161      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
4162      arcfour,3des-cbc'
4163    - [sshd.c]
4164      print 1.99 only if server supports both
4165
4166 20000408
4167  - Avoid some compiler warnings in fake-get*.c
4168  - Add IPTOS macros for systems which lack them
4169  - Only set define entropy collection macros if they are found
4170  - More large OpenBSD CVS updates:
4171    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
4172      [session.h ssh.h sshd.c README.openssh2]
4173      ssh2 server side, see README.openssh2; enable with 'sshd -2'
4174    - [channels.c]
4175      no adjust after close
4176    - [sshd.c compat.c ]
4177      interop w/ latest ssh.com windows client.
4178
4179 20000406
4180  - OpenBSD CVS update:
4181    - [channels.c]
4182      close efd on eof
4183    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
4184      ssh2 client implementation, interops w/ ssh.com and lsh servers.
4185    - [sshconnect.c]
4186      missing free.
4187    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
4188      remove unused argument, split cipher_mask()
4189    - [clientloop.c]
4190      re-order: group ssh1 vs. ssh2
4191  - Make Redhat spec require openssl >= 0.9.5a
4192
4193 20000404
4194  - Add tests for RAND_add function when searching for OpenSSL
4195  - OpenBSD CVS update:
4196    - [packet.h packet.c]
4197      ssh2 packet format
4198    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
4199      [channels.h channels.c]
4200      channel layer support for ssh2
4201    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
4202      DSA, keyexchange, algorithm agreement for ssh2
4203  - Generate manpages before make install not at the end of make all
4204  - Don't seed the rng quite so often
4205  - Always reseed rng when requested
4206
4207 20000403
4208  - Wrote entropy collection routines for systems that lack /dev/random
4209    and EGD
4210  - Disable tests and typedefs for 64 bit types. They are currently unused.
4211
4212 20000401
4213  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
4214    - [auth.c session.c sshd.c auth.h]
4215      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
4216    - [bufaux.c bufaux.h]
4217      support ssh2 bignums
4218    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
4219      [readconf.c ssh.c ssh.h serverloop.c]
4220      replace big switch() with function tables (prepare for ssh2)
4221    - [ssh2.h]
4222      ssh2 message type codes
4223    - [sshd.8]
4224      reorder Xr to avoid cutting
4225    - [serverloop.c]
4226      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
4227    - [channels.c]
4228      missing close
4229      allow bigger packets
4230    - [cipher.c cipher.h]
4231      support ssh2 ciphers
4232    - [compress.c]
4233      cleanup, less code
4234    - [dispatch.c dispatch.h]
4235      function tables for different message types
4236    - [log-server.c]
4237      do not log() if debuggin to stderr
4238      rename a cpp symbol, to avoid param.h collision
4239    - [mpaux.c]
4240      KNF
4241    - [nchan.c]
4242      sync w/ channels.c
4243
4244 20000326
4245  - Better tests for OpenSSL w/ RSAref
4246  - Added replacement setenv() function from OpenBSD libc. Suggested by
4247    Ben Lindstrom <mouring@pconline.com>
4248  - OpenBSD CVS update
4249    - [auth-krb4.c]
4250      -Wall
4251    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
4252      [match.h ssh.c ssh.h sshconnect.c sshd.c]
4253      initial support for DSA keys. ok deraadt@, niels@
4254    - [cipher.c cipher.h]
4255      remove unused cipher_attack_detected code
4256    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
4257      Fix some formatting problems I missed before.
4258    - [ssh.1 sshd.8]
4259      fix spelling errors, From: FreeBSD
4260    - [ssh.c]
4261      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
4262
4263 20000324
4264  - Released 1.2.3
4265
4266 20000317
4267  - Clarified --with-default-path option.
4268  - Added -blibpath handling for AIX to work around stupid runtime linking.
4269    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
4270    <jmknoble@jmknoble.cx>
4271  - Checks for 64 bit int types. Problem report from Mats Fredholm
4272    <matsf@init.se>
4273  - OpenBSD CVS updates:
4274    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
4275      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
4276      [sshd.c]
4277      pedantic: signed vs. unsigned, void*-arithm, etc
4278    - [ssh.1 sshd.8]
4279      Various cleanups and standardizations.
4280  - Runtime error fix for HPUX from Otmar Stahl
4281    <O.Stahl@lsw.uni-heidelberg.de>
4282
4283 20000316
4284  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
4285    Hesprich <dghespri@sprintparanet.com>
4286  - Propogate LD through to Makefile
4287  - Doc cleanups
4288  - Added blurb about "scp: command not found" errors to UPGRADING
4289
4290 20000315
4291  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
4292    problems with gcc/Solaris.
4293  - Don't free argument to putenv() after use (in setenv() replacement).
4294    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
4295  - Created contrib/ subdirectory. Included helpers from Phil Hands'
4296    Debian package, README file and chroot patch from Ricardo Cerqueira
4297    <rmcc@clix.pt>
4298  - Moved gnome-ssh-askpass.c to contrib directory and removed config
4299    option.
4300  - Slight cleanup to doc files
4301  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
4302
4303 20000314
4304  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
4305    peter@frontierflying.com
4306  - Include /usr/local/include and /usr/local/lib for systems that don't
4307    do it themselves
4308  - -R/usr/local/lib for Solaris
4309  - Fix RSAref detection
4310  - Fix IN6_IS_ADDR_V4MAPPED macro
4311
4312 20000311
4313  - Detect RSAref
4314  - OpenBSD CVS change
4315    [sshd.c]
4316     - disallow guessing of root password
4317  - More configure fixes
4318  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
4319
4320 20000309
4321  - OpenBSD CVS updates to v1.2.3
4322    [ssh.h atomicio.c]
4323     - int atomicio -> ssize_t (for alpha). ok deraadt@
4324    [auth-rsa.c]
4325     - delay MD5 computation until client sends response, free() early, cleanup.
4326    [cipher.c]
4327     - void* -> unsigned char*, ok niels@
4328    [hostfile.c]
4329     - remove unused variable 'len'. fix comments.
4330     - remove unused variable
4331    [log-client.c log-server.c]
4332     - rename a cpp symbol, to avoid param.h collision
4333    [packet.c]
4334     - missing xfree()
4335     - getsockname() requires initialized tolen; andy@guildsoftware.com
4336     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
4337    from Holger.Trapp@Informatik.TU-Chemnitz.DE
4338    [pty.c pty.h]
4339     - register cleanup for pty earlier. move code for pty-owner handling to
4340       pty.c ok provos@, dugsong@
4341    [readconf.c]
4342     - turn off x11-fwd for the client, too.
4343    [rsa.c]
4344     - PKCS#1 padding
4345    [scp.c]
4346     - allow '.' in usernames; from jedgar@fxp.org
4347    [servconf.c]
4348     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
4349     - sync with sshd_config
4350    [ssh-keygen.c]
4351     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
4352    [ssh.1]
4353     - Change invalid 'CHAT' loglevel to 'VERBOSE'
4354    [ssh.c]
4355     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
4356     - turn off x11-fwd for the client, too.
4357    [sshconnect.c]
4358     - missing xfree()
4359     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
4360     - read error vs. "Connection closed by remote host"
4361    [sshd.8]
4362     - ie. -> i.e.,
4363     - do not link to a commercial page..
4364     - sync with sshd_config
4365    [sshd.c]
4366     - no need for poll.h; from bright@wintelcom.net
4367     - log with level log() not fatal() if peer behaves badly.
4368     - don't panic if client behaves strange. ok deraadt@
4369     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
4370     - delay close() of pty until the pty has been chowned back to root
4371     - oops, fix comment, too.
4372     - missing xfree()
4373     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
4374       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
4375     - register cleanup for pty earlier. move code for pty-owner handling to
4376       pty.c ok provos@, dugsong@
4377     - create x11 cookie file
4378     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
4379     - version 1.2.3
4380  - Cleaned up
4381  - Removed warning workaround for Linux and devpts filesystems (no longer
4382    required after OpenBSD updates)
4383
4384 20000308
4385  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
4386
4387 20000307
4388  - Released 1.2.2p1
4389
4390 20000305
4391  - Fix DEC compile fix
4392  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
4393  - Check for getpagesize in libucb.a if not found in libc. Fix for old
4394    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
4395  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
4396    Mate Wierdl <mw@moni.msci.memphis.edu>
4397
4398 20000303
4399  - Added "make host-key" target, Suggestion from Dominik Brettnacher
4400  <domi@saargate.de>
4401  - Don't permanently fail on bind() if getaddrinfo has more choices left for
4402    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
4403    Miskiewicz <misiek@pld.org.pl>
4404  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
4405  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
4406
4407 20000302
4408  - Big cleanup of autoconf code
4409    - Rearranged to be a little more logical
4410    - Added -R option for Solaris
4411    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
4412      to detect library and header location _and_ ensure library has proper
4413      RSA support built in (this is a problem with OpenSSL 0.9.5).
4414  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
4415  - Avoid warning message with Unix98 ptys
4416  - Warning was valid - possible race condition on PTYs. Avoided using
4417    platform-specific code.
4418  - Document some common problems
4419  - Allow root access to any key. Patch from
4420    markus.friedl@informatik.uni-erlangen.de
4421
4422 20000207
4423  - Removed SOCKS code. Will support through a ProxyCommand.
4424
4425 20000203
4426  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
4427  - Add --with-ssl-dir option
4428
4429 20000202
4430  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
4431    <jmd@aoe.vt.edu>
4432  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
4433  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
4434    <haruyama@nt.phys.s.u-tokyo.ac.jp>
4435
4436 20000201
4437  - Use socket pairs by default (instead of pipes). Prevents race condition
4438    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
4439
4440 20000127
4441  - Seed OpenSSL's random number generator before generating RSA keypairs
4442  - Split random collector into seperate file
4443  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
4444
4445 20000126
4446  - Released 1.2.2 stable
4447
4448  - NeXT keeps it lastlog in /usr/adm. Report from
4449    mouring@newton.pconline.com
4450  - Added note in UPGRADING re interop with commercial SSH using idea.
4451    Report from Jim Knoble <jmknoble@jmknoble.cx>
4452  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
4453    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
4454
4455 20000125
4456  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
4457    <andre.lucas@dial.pipex.com>
4458  - Reorder PAM initialisation so it does not mess up lastlog. Reported
4459    by Andre Lucas <andre.lucas@dial.pipex.com>
4460  - Use preformatted manpages on SCO, report from Gary E. Miller
4461    <gem@rellim.com>
4462  - New URL for x11-ssh-askpass.
4463  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
4464    <jmknoble@jmknoble.cx>
4465  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
4466    Jim Knoble <jmknoble@jmknoble.cx>
4467  - Updated RPM spec files to use DESTDIR
4468
4469 20000124
4470  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
4471    increment)
4472
4473 20000123
4474  - OpenBSD CVS:
4475    - [packet.c]
4476      getsockname() requires initialized tolen; andy@guildsoftware.com
4477  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
4478    <drankin@bohemians.lexington.ky.us>
4479  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
4480
4481 20000122
4482  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
4483    <bent@clark.net>
4484  - Merge preformatted manpage patch from Andre Lucas
4485    <andre.lucas@dial.pipex.com>
4486  - Make IPv4 use the default in RPM packages
4487  - Irix uses preformatted manpages
4488  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
4489    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
4490  - OpenBSD CVS updates:
4491    - [packet.c]
4492      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
4493      from Holger.Trapp@Informatik.TU-Chemnitz.DE
4494    - [sshd.c]
4495      log with level log() not fatal() if peer behaves badly.
4496    - [readpass.c]
4497      instead of blocking SIGINT, catch it ourselves, so that we can clean
4498      the tty modes up and kill ourselves -- instead of our process group
4499      leader (scp, cvs, ...) going away and leaving us in noecho mode.
4500      people with cbreak shells never even noticed..
4501    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
4502      ie. -> i.e.,
4503
4504 20000120
4505  - Don't use getaddrinfo on AIX
4506  - Update to latest OpenBSD CVS:
4507    - [auth-rsa.c]
4508      - fix user/1056, sshd keeps restrictions; dbt@meat.net
4509    - [sshconnect.c]
4510      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
4511      - destroy keys earlier
4512      - split key exchange (kex) and user authentication (user-auth),
4513        ok: provos@
4514    - [sshd.c]
4515      - no need for poll.h; from bright@wintelcom.net
4516      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
4517      - split key exchange (kex) and user authentication (user-auth),
4518        ok: provos@
4519  - Big manpage and config file cleanup from Andre Lucas
4520    <andre.lucas@dial.pipex.com>
4521    - Re-added latest (unmodified) OpenBSD manpages
4522  - Doc updates
4523  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
4524    Christos Zoulas <christos@netbsd.org>
4525
4526 20000119
4527  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
4528  - Compile fix from Darren_Hall@progressive.com
4529  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
4530    addresses using getaddrinfo(). Added a configure switch to make the
4531    default lookup mode AF_INET
4532
4533 20000118
4534  - Fixed --with-pid-dir option
4535  - Makefile fix from Gary E. Miller <gem@rellim.com>
4536  - Compile fix for HPUX and Solaris from Andre Lucas
4537    <andre.lucas@dial.pipex.com>
4538
4539 20000117
4540  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
4541    port, ignore EINVAL errors (Linux) when searching for free port.
4542  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
4543    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
4544  - Document location of Redhat PAM file in INSTALL.
4545  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
4546    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
4547    deliver (no IPv6 kernel support)
4548  - Released 1.2.1pre27
4549
4550  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
4551  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
4552    <jhuuskon@hytti.uku.fi>
4553  - Fix hang on logout if processes are still using the pty. Needs
4554    further testing.
4555  - Patch from Christos Zoulas <christos@zoulas.com>
4556    - Try $prefix first when looking for OpenSSL.
4557    - Include sys/types.h when including sys/socket.h in test programs
4558  - Substitute PID directory in sshd.8. Suggestion from Andrew
4559    Stribblehill <a.d.stribblehill@durham.ac.uk>
4560
4561 20000116
4562  - Renamed --with-xauth-path to --with-xauth
4563  - Added --with-pid-dir option
4564  - Released 1.2.1pre26
4565
4566  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
4567  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
4568    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
4569
4570 20000115
4571  - Add --with-xauth-path configure directive and explicit test for
4572    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
4573    Nordby <anders@fix.no>
4574  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
4575    openpty. Report from John Seifarth <john@waw.be>
4576  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
4577    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
4578    <gem@rellim.com>
4579  - Use __snprintf and __vnsprintf if they are found where snprintf and
4580    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
4581    and others.
4582
4583 20000114
4584  - Merged OpenBSD IPv6 patch:
4585    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
4586      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
4587      [hostfile.c sshd_config]
4588      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
4589      features: sshd allows multiple ListenAddress and Port options. note
4590      that libwrap is not IPv6-ready. (based on patches from
4591      fujiwara@rcac.tdi.co.jp)
4592    - [ssh.c canohost.c]
4593      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
4594      from itojun@
4595    - [channels.c]
4596      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
4597    - [packet.h]
4598      allow auth-kerberos for IPv4 only
4599    - [scp.1 sshd.8 servconf.h scp.c]
4600      document -4, -6, and 'ssh -L 2022/::1/22'
4601    - [ssh.c]
4602      'ssh @host' is illegal (null user name), from
4603      karsten@gedankenpolizei.de
4604    - [sshconnect.c]
4605      better error message
4606    - [sshd.c]
4607      allow auth-kerberos for IPv4 only
4608  - Big IPv6 merge:
4609    - Cleanup overrun in sockaddr copying on RHL 6.1
4610    - Replacements for getaddrinfo, getnameinfo, etc based on versions
4611      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
4612    - Replacement for missing structures on systems that lack IPv6
4613    - record_login needed to know about AF_INET6 addresses
4614    - Borrowed more code from OpenBSD: rresvport_af and requisites
4615
4616 20000110
4617  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
4618
4619 20000107
4620  - New config.sub and config.guess to fix problems on SCO. Supplied
4621    by Gary E. Miller <gem@rellim.com>
4622  - SCO build fix from Gary E. Miller <gem@rellim.com>
4623  - Released 1.2.1pre25
4624
4625 20000106
4626  - Documentation update & cleanup
4627  - Better KrbIV / AFS detection, based on patch from:
4628    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
4629
4630 20000105
4631  - Fixed annoying DES corruption problem. libcrypt has been
4632    overriding symbols in libcrypto. Removed libcrypt and crypt.h
4633    altogether (libcrypto includes its own crypt(1) replacement)
4634  - Added platform-specific rules for Irix 6.x. Included warning that
4635    they are untested.
4636
4637 20000103
4638  - Add explicit make rules for files proccessed by fixpaths.
4639  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
4640    <tnh@kondara.org>
4641  - Removed "nullok" directive from default PAM configuration files.
4642    Added information on enabling EmptyPasswords on openssh+PAM in
4643    UPGRADING file.
4644  - OpenBSD CVS updates
4645    - [ssh-agent.c]
4646      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
4647      dgaudet@arctic.org
4648    - [sshconnect.c]
4649      compare correct version for 1.3 compat mode
4650
4651 20000102
4652  - Prevent multiple inclusion of config.h and defines.h. Suggested
4653    by Andre Lucas <andre.lucas@dial.pipex.com>
4654  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
4655    <dgaudet@arctic.org>
4656
4657 19991231
4658  - Fix password support on systems with a mixture of shadowed and
4659    non-shadowed passwords (e.g. NIS). Report and fix from
4660    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
4661  - Fix broken autoconf typedef detection. Report from Marc G.
4662    Fournier <marc.fournier@acadiau.ca>
4663  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
4664    <Franz.Sirl-kernel@lauterbach.com>
4665  - Prevent typedefs from being compiled more than once. Report from
4666    Marc G. Fournier <marc.fournier@acadiau.ca>
4667  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
4668    <iretd@bigfoot.com>
4669  - Really fix broken default path. Fix from Jim Knoble
4670    <jmknoble@jmknoble.cx>
4671  - Remove test for quad_t. No longer needed.
4672  - Released 1.2.1pre24
4673
4674  - Added support for directory-based lastlogs
4675  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
4676
4677 19991230
4678  - OpenBSD CVS updates:
4679    - [auth-passwd.c]
4680      check for NULL 1st
4681  - Removed most of the pam code into its own file auth-pam.[ch]. This
4682    cleaned up sshd.c up significantly.
4683  - PAM authentication was incorrectly interpreting
4684    "PermitRootLogin without-password". Report from Matthias Andree
4685    <ma@dt.e-technik.uni-dortmund.de
4686  - Several other cleanups
4687  - Merged Dante SOCKS support patch from David Rankin
4688   <drankin@bohemians.lexington.ky.us>
4689  - Updated documentation with ./configure options
4690  - Released 1.2.1pre23
4691
4692 19991229
4693  - Applied another NetBSD portability patch from David Rankin
4694    <drankin@bohemians.lexington.ky.us>
4695  - Fix --with-default-path option.
4696  - Autodetect perl, patch from David Rankin
4697    <drankin@bohemians.lexington.ky.us>
4698  - Print whether OpenSSH was compiled with RSARef, patch from
4699    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
4700  - Calls to pam_setcred, patch from Nalin Dahyabhai
4701    <nalin@thermo.stat.ncsu.edu>
4702  - Detect missing size_t and typedef it.
4703  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
4704  - Minor Makefile cleaning
4705
4706 19991228
4707  - Replacement for getpagesize() for systems which lack it
4708  - NetBSD login.c compile fix from David Rankin
4709   <drankin@bohemians.lexington.ky.us>
4710  - Fully set ut_tv if present in utmp or utmpx
4711  - Portability fixes for Irix 5.3 (now compiles OK!)
4712  - autoconf and other misc cleanups
4713  - Merged AIX patch from Darren Hall <dhall@virage.org>
4714  - Cleaned up defines.h
4715  - Released 1.2.1pre22
4716
4717 19991227
4718  - Automatically correct paths in manpages and configuration files. Patch
4719    and script from Andre Lucas <andre.lucas@dial.pipex.com>
4720  - Removed credits from README to CREDITS file, updated.
4721  - Added --with-default-path to specify custom path for server
4722  - Removed #ifdef trickery from acconfig.h into defines.h
4723  - PAM bugfix. PermitEmptyPassword was being ignored.
4724  - Fixed PAM config files to allow empty passwords if server does.
4725  - Explained spurious PAM auth warning workaround in UPGRADING
4726  - Use last few chars of tty line as ut_id
4727  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
4728  - OpenBSD CVS updates:
4729    - [packet.h auth-rhosts.c]
4730      check format string for packet_disconnect and packet_send_debug, too
4731    - [channels.c]
4732      use packet_get_maxsize for channels. consistence.
4733
4734 19991226
4735  - Enabled utmpx support by default for Solaris
4736  - Cleanup sshd.c PAM a little more
4737  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
4738    X11 ssh-askpass program.
4739  - Disable logging of PAM success and failures, PAM is verbose enough.
4740    Unfortunatly there is currently no way to disable auth failure
4741    messages. Mention this in UPGRADING file and sent message to PAM
4742    developers
4743  - OpenBSD CVS update:
4744    - [ssh-keygen.1 ssh.1]
4745      remove ref to .ssh/random_seed, mention .ssh/environment in
4746      .Sh FILES, too
4747  - Released 1.2.1pre21
4748  - Fixed implicit '.' in default path, report from Jim Knoble
4749    <jmknoble@jmknoble.cx>
4750  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
4751
4752 19991225
4753  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
4754  - Cleanup of auth-passwd.c for shadow and MD5 passwords
4755  - Cleanup and bugfix of PAM authentication code
4756  - Released 1.2.1pre20
4757
4758  - Merged fixes from Ben Taylor <bent@clark.net>
4759  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
4760  - Disabled logging of PAM password authentication failures when password
4761    is empty. (e.g start of authentication loop). Reported by Naz
4762    <96na@eng.cam.ac.uk>)
4763
4764 19991223
4765  - Merged later HPUX patch from Andre Lucas
4766    <andre.lucas@dial.pipex.com>
4767  - Above patch included better utmpx support from Ben Taylor
4768    <bent@clark.net>
4769
4770 19991222
4771  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
4772    <pope@netguide.dk>
4773  - Fix login.c breakage on systems which lack ut_host in struct
4774    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
4775
4776 19991221
4777  - Integration of large HPUX patch from Andre Lucas
4778    <andre.lucas@dial.pipex.com>. Integrating it had a few other
4779    benefits:
4780    - Ability to disable shadow passwords at configure time
4781    - Ability to disable lastlog support at configure time
4782    - Support for IP address in $DISPLAY
4783  - OpenBSD CVS update:
4784    - [sshconnect.c]
4785    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
4786  - Fix DISABLE_SHADOW support
4787  - Allow MD5 passwords even if shadow passwords are disabled
4788  - Release 1.2.1pre19
4789
4790 19991218
4791  - Redhat init script patch from Chun-Chung Chen
4792    <cjj@u.washington.edu>
4793  - Avoid breakage on systems without IPv6 headers
4794
4795 19991216
4796  - Makefile changes for Solaris from Peter Kocks
4797    <peter.kocks@baygate.com>
4798  - Minor updates to docs
4799  - Merged OpenBSD CVS changes:
4800    - [authfd.c ssh-agent.c]
4801      keysize warnings talk about identity files
4802    - [packet.c]
4803      "Connection closed by x.x.x.x": fatal() -> log()
4804  - Correctly handle empty passwords in shadow file. Patch from:
4805    "Chris, the Young One" <cky@pobox.com>
4806  - Released 1.2.1pre18
4807
4808 19991215
4809  - Integrated patchs from Juergen Keil <jk@tools.de>
4810    - Avoid void* pointer arithmatic
4811    - Use LDFLAGS correctly
4812    - Fix SIGIO error in scp
4813    - Simplify status line printing in scp
4814  - Added better test for inline functions compiler support from
4815    Darren_Hall@progressive.com
4816
4817 19991214
4818  - OpenBSD CVS Changes
4819    - [canohost.c]
4820      fix get_remote_port() and friends for sshd -i;
4821      Holger.Trapp@Informatik.TU-Chemnitz.DE
4822    - [mpaux.c]
4823      make code simpler. no need for memcpy. niels@ ok
4824    - [pty.c]
4825      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
4826      fix proto; markus
4827    - [ssh.1]
4828       typo; mark.baushke@solipsa.com
4829    - [channels.c ssh.c ssh.h sshd.c]
4830      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
4831    - [sshconnect.c]
4832      move checking of hostkey into own function.
4833    - [version.h]
4834      OpenSSH-1.2.1
4835  - Clean up broken includes in pty.c
4836  - Some older systems don't have poll.h, they use sys/poll.h instead
4837  - Doc updates
4838
4839 19991211
4840  - Fix compilation on systems with AFS. Reported by
4841    aloomis@glue.umd.edu
4842  - Fix installation on Solaris. Reported by
4843    Gordon Rowell <gordonr@gormand.com.au>
4844  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
4845    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
4846  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
4847  - Compile fix from David Agraz <dagraz@jahoopa.com>
4848  - Avoid compiler warning in bsd-snprintf.c
4849  - Added pam_limits.so to default PAM config. Suggested by
4850    Jim Knoble <jmknoble@jmknoble.cx>
4851
4852 19991209
4853  - Import of patch from Ben Taylor <bent@clark.net>:
4854    - Improved PAM support
4855    - "uninstall" rule for Makefile
4856    - utmpx support
4857    - Should fix PAM problems on Solaris
4858  - OpenBSD CVS updates:
4859    - [readpass.c]
4860      avoid stdio; based on work by markus, millert, and I
4861    - [sshd.c]
4862      make sure the client selects a supported cipher
4863    - [sshd.c]
4864      fix sighup handling.  accept would just restart and daemon handled
4865      sighup only after the next connection was accepted. use poll on
4866      listen sock now.
4867    - [sshd.c]
4868      make that a fatal
4869  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
4870    to fix libwrap support on NetBSD
4871  - Released 1.2pre17
4872
4873 19991208
4874  - Compile fix for Solaris with /dev/ptmx from
4875    David Agraz <dagraz@jahoopa.com>
4876
4877 19991207
4878  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4879    fixes compatability with 4.x and 5.x
4880  - Fixed default SSH_ASKPASS
4881  - Fix PAM account and session being called multiple times. Problem
4882    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
4883  - Merged more OpenBSD changes:
4884    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
4885      move atomicio into it's own file.  wrap all socket write()s which
4886      were doing write(sock, buf, len) != len, with atomicio() calls.
4887    - [auth-skey.c]
4888      fd leak
4889    - [authfile.c]
4890      properly name fd variable
4891    - [channels.c]
4892      display great hatred towards strcpy
4893    - [pty.c pty.h sshd.c]
4894      use openpty() if it exists (it does on BSD4_4)
4895    - [tildexpand.c]
4896      check for ~ expansion past MAXPATHLEN
4897  - Modified helper.c to use new atomicio function.
4898  - Reformat Makefile a little
4899  - Moved RC4 routines from rc4.[ch] into helper.c
4900  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
4901  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
4902  - Tweaked Redhat spec
4903  - Clean up bad imports of a few files (forgot -kb)
4904  - Released 1.2pre16
4905
4906 19991204
4907  - Small cleanup of PAM code in sshd.c
4908  - Merged OpenBSD CVS changes:
4909    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
4910      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
4911    - [auth-rsa.c]
4912      warn only about mismatch if key is _used_
4913      warn about keysize-mismatch with log() not error()
4914      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
4915      ports are u_short
4916    - [hostfile.c]
4917      indent, shorter warning
4918    - [nchan.c]
4919      use error() for internal errors
4920    - [packet.c]
4921      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
4922      serverloop.c
4923      indent
4924    - [ssh-add.1 ssh-add.c ssh.h]
4925      document $SSH_ASKPASS, reasonable default
4926    - [ssh.1]
4927      CheckHostIP is not available for connects via proxy command
4928    - [sshconnect.c]
4929      typo
4930      easier to read client code for passwd and skey auth
4931      turn of checkhostip for proxy connects, since we don't know the remote ip
4932
4933 19991126
4934  - Add definition for __P()
4935  - Added [v]snprintf() replacement for systems that lack it
4936
4937 19991125
4938  - More reformatting merged from OpenBSD CVS
4939  - Merged OpenBSD CVS changes:
4940    - [channels.c]
4941      fix packet_integrity_check() for !have_hostname_in_open.
4942      report from mrwizard@psu.edu via djm@ibs.com.au
4943    - [channels.c]
4944      set SO_REUSEADDR and SO_LINGER for forwarded ports.
4945      chip@valinux.com via damien@ibs.com.au
4946    - [nchan.c]
4947      it's not an error() if shutdown_write failes in nchan.
4948    - [readconf.c]
4949      remove dead #ifdef-0-code
4950    - [readconf.c servconf.c]
4951      strcasecmp instead of tolower
4952    - [scp.c]
4953      progress meter overflow fix from damien@ibs.com.au
4954    - [ssh-add.1 ssh-add.c]
4955      SSH_ASKPASS support
4956    - [ssh.1 ssh.c]
4957      postpone fork_after_authentication until command execution,
4958      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
4959      plus: use daemon() for backgrounding
4960  - Added BSD compatible install program and autoconf test, thanks to
4961    Niels Kristian Bech Jensen <nkbj@image.dk>
4962  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
4963  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
4964  - Release 1.2pre15
4965
4966 19991124
4967  - Merged very large OpenBSD source code reformat
4968  - OpenBSD CVS updates
4969    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
4970      [ssh.h sshd.8 sshd.c]
4971      syslog changes:
4972      * Unified Logmessage for all auth-types, for success and for failed
4973      * Standard connections get only ONE line in the LOG when level==LOG:
4974        Auth-attempts are logged only, if authentication is:
4975           a) successfull or
4976           b) with passwd or
4977           c) we had more than AUTH_FAIL_LOG failues
4978      * many log() became verbose()
4979      * old behaviour with level=VERBOSE
4980    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
4981      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
4982      messages. allows use of s/key in windows (ttssh, securecrt) and
4983      ssh-1.2.27 clients without 'ssh -v', ok: niels@
4984    - [sshd.8]
4985      -V, for fallback to openssh in SSH2 compatibility mode
4986    - [sshd.c]
4987      fix sigchld race; cjc5@po.cwru.edu
4988
4989 19991123
4990  - Added SuSE package files from Chris Saia <csaia@wtower.com>
4991  - Restructured package-related files under packages/*
4992  - Added generic PAM config
4993  - Numerous little Solaris fixes
4994  - Add recommendation to use GNU make to INSTALL document
4995
4996 19991122
4997  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
4998  - OpenBSD CVS Changes
4999    - [ssh-keygen.c]
5000      don't create ~/.ssh only if the user wants to store the private
5001      key there. show fingerprint instead of public-key after
5002      keygeneration. ok niels@
5003  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
5004  - Added timersub() macro
5005  - Tidy RCSIDs of bsd-*.c
5006  - Added autoconf test and macro to deal with old PAM libraries
5007    pam_strerror definition (one arg vs two).
5008  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
5009  - Retry /dev/urandom reads interrupted by signal (report from
5010    Robert Hardy <rhardy@webcon.net>)
5011  - Added a setenv replacement for systems which lack it
5012  - Only display public key comment when presenting ssh-askpass dialog
5013  - Released 1.2pre14
5014
5015  - Configure, Make and changelog corrections from Tudor Bosman
5016    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
5017
5018 19991121
5019  - OpenBSD CVS Changes:
5020    - [channels.c]
5021      make this compile, bad markus
5022    - [log.c readconf.c servconf.c ssh.h]
5023      bugfix: loglevels are per host in clientconfig,
5024      factor out common log-level parsing code.
5025    - [servconf.c]
5026      remove unused index (-Wall)
5027    - [ssh-agent.c]
5028      only one 'extern char *__progname'
5029    - [sshd.8]
5030      document SIGHUP, -Q to synopsis
5031    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
5032      [channels.c clientloop.c]
5033      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
5034      [hope this time my ISP stays alive during commit]
5035    - [OVERVIEW README] typos; green@freebsd
5036    - [ssh-keygen.c]
5037      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
5038      exit if writing the key fails (no infinit loop)
5039      print usage() everytime we get bad options
5040    - [ssh-keygen.c] overflow, djm@mindrot.org
5041    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
5042
5043 19991120
5044  - Merged more Solaris support from Marc G. Fournier
5045    <marc.fournier@acadiau.ca>
5046  - Wrote autoconf tests for integer bit-types
5047  - Fixed enabling kerberos support
5048  - Fix segfault in ssh-keygen caused by buffer overrun in filename
5049    handling.
5050
5051 19991119
5052  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
5053  - Merged OpenBSD CVS changes
5054    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
5055      more %d vs. %s in fmt-strings
5056    - [authfd.c]
5057      Integers should not be printed with %s
5058  - EGD uses a socket, not a named pipe. Duh.
5059  - Fix includes in fingerprint.c
5060  - Fix scp progress bar bug again.
5061  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
5062    David Rankin <drankin@bohemians.lexington.ky.us>
5063  - Added autoconf option to enable Kerberos 4 support (untested)
5064  - Added autoconf option to enable AFS support (untested)
5065  - Added autoconf option to enable S/Key support (untested)
5066  - Added autoconf option to enable TCP wrappers support (compiles OK)
5067  - Renamed BSD helper function files to bsd-*
5068  - Added tests for login and daemon and enable OpenBSD replacements for
5069    when they are absent.
5070  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
5071
5072 19991118
5073  - Merged OpenBSD CVS changes
5074    - [scp.c] foregroundproc() in scp
5075    - [sshconnect.h] include fingerprint.h
5076    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
5077      changes.
5078    - [ssh.1] Spell my name right.
5079  - Added openssh.com info to README
5080
5081 19991117
5082  - Merged OpenBSD CVS changes
5083    - [ChangeLog.Ylonen] noone needs this anymore
5084    - [authfd.c] close-on-exec for auth-socket, ok deraadt
5085    - [hostfile.c]
5086      in known_hosts key lookup the entry for the bits does not need
5087      to match, all the information is contained in n and e. This
5088      solves the problem with buggy servers announcing the wrong
5089      modulus length.  markus and me.
5090    - [serverloop.c]
5091      bugfix: check for space if child has terminated, from:
5092      iedowse@maths.tcd.ie
5093    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
5094      [fingerprint.c fingerprint.h]
5095      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
5096    - [ssh-agent.1] typo
5097    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
5098    - [sshd.c]
5099      force logging to stderr while loading private key file
5100      (lost while converting to new log-levels)
5101
5102 19991116
5103  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
5104  - Merged OpenBSD CVS changes:
5105    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
5106      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
5107      the keysize of rsa-parameter 'n' is passed implizit,
5108      a few more checks and warnings about 'pretended' keysizes.
5109    - [cipher.c cipher.h packet.c packet.h sshd.c]
5110      remove support for cipher RC4
5111    - [ssh.c]
5112      a note for legay systems about secuity issues with permanently_set_uid(),
5113      the private hostkey and ptrace()
5114    - [sshconnect.c]
5115      more detailed messages about adding and checking hostkeys
5116
5117 19991115
5118  - Merged OpenBSD CVS changes:
5119    - [ssh-add.c] change passphrase loop logic and remove ref to
5120      $DISPLAY, ok niels
5121  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
5122    modular.
5123  - Revised autoconf support for enabling/disabling askpass support.
5124  - Merged more OpenBSD CVS changes:
5125    [auth-krb4.c]
5126      - disconnect if getpeername() fails
5127      - missing xfree(*client)
5128    [canohost.c]
5129      - disconnect if getpeername() fails
5130      - fix comment: we _do_ disconnect if ip-options are set
5131    [sshd.c]
5132      - disconnect if getpeername() fails
5133      - move checking of remote port to central place
5134    [auth-rhosts.c] move checking of remote port to central place
5135    [log-server.c] avoid extra fd per sshd, from millert@
5136    [readconf.c] print _all_ bad config-options in ssh(1), too
5137    [readconf.h] print _all_ bad config-options in ssh(1), too
5138    [ssh.c] print _all_ bad config-options in ssh(1), too
5139    [sshconnect.c] disconnect if getpeername() fails
5140  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
5141  - Various small cleanups to bring diff (against OpenBSD) size down.
5142  - Merged more Solaris compability from Marc G. Fournier
5143    <marc.fournier@acadiau.ca>
5144  - Wrote autoconf tests for __progname symbol
5145  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
5146  - Released 1.2pre12
5147
5148  - Another OpenBSD CVS update:
5149    - [ssh-keygen.1] fix .Xr
5150
5151 19991114
5152  - Solaris compilation fixes (still imcomplete)
5153
5154 19991113
5155  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
5156    - Don't install config files if they already exist
5157    - Fix inclusion of additional preprocessor directives from acconfig.h
5158  - Removed redundant inclusions of config.h
5159  - Added 'Obsoletes' lines to RPM spec file
5160  - Merged OpenBSD CVS changes:
5161    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
5162    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
5163      totalsize, ok niels,aaron
5164  - Delay fork (-f option) in ssh until after port forwarded connections
5165    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
5166  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
5167  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
5168  - Tidied default config file some more
5169  - Revised Redhat initscript to fix bug: sshd (re)start would fail
5170    if executed from inside a ssh login.
5171
5172 19991112
5173  - Merged changes from OpenBSD CVS
5174    - [sshd.c] session_key_int may be zero
5175    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
5176      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
5177      deraadt,millert
5178  - Brought default sshd_config more in line with OpenBSD's
5179  - Grab server in gnome-ssh-askpass (Debian bug #49872)
5180  - Released 1.2pre10
5181
5182  - Added INSTALL documentation
5183  - Merged yet more changes from OpenBSD CVS
5184    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
5185      [ssh.c ssh.h sshconnect.c sshd.c]
5186      make all access to options via 'extern Options options'
5187      and 'extern ServerOptions options' respectively;
5188      options are no longer passed as arguments:
5189       * make options handling more consistent
5190       * remove #include "readconf.h" from ssh.h
5191       * readconf.h is only included if necessary
5192    - [mpaux.c] clear temp buffer
5193    - [servconf.c] print _all_ bad options found in configfile
5194  - Make ssh-askpass support optional through autoconf
5195  - Fix nasty division-by-zero error in scp.c
5196  - Released 1.2pre11
5197
5198 19991111
5199  - Added (untested) Entropy Gathering Daemon (EGD) support
5200  - Fixed /dev/urandom fd leak (Debian bug #49722)
5201  - Merged OpenBSD CVS changes:
5202    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
5203    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
5204    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
5205  - Fix integer overflow which was messing up scp's progress bar for large
5206    file transfers. Fix submitted to OpenBSD developers. Report and fix
5207    from Kees Cook <cook@cpoint.net>
5208  - Merged more OpenBSD CVS changes:
5209    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
5210      + krb-cleanup cleanup
5211    - [clientloop.c log-client.c log-server.c ]
5212      [readconf.c readconf.h servconf.c servconf.h ]
5213      [ssh.1 ssh.c ssh.h sshd.8]
5214      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
5215      obsoletes QuietMode and FascistLogging in sshd.
5216    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
5217      allow session_key_int != sizeof(session_key)
5218      [this should fix the pre-assert-removal-core-files]
5219  - Updated default config file to use new LogLevel option and to improve
5220    readability
5221
5222 19991110
5223  - Merged several minor fixes:
5224    - ssh-agent commandline parsing
5225    - RPM spec file now installs ssh setuid root
5226    - Makefile creates libdir
5227    - Merged beginnings of Solaris compability from Marc G. Fournier
5228      <marc.fournier@acadiau.ca>
5229
5230 19991109
5231  - Autodetection of SSL/Crypto library location via autoconf
5232  - Fixed location of ssh-askpass to follow autoconf
5233  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
5234  - Autodetection of RSAref library for US users
5235  - Minor doc updates
5236  - Merged OpenBSD CVS changes:
5237    - [rsa.c] bugfix: use correct size for memset()
5238    - [sshconnect.c] warn if announced size of modulus 'n' != real size
5239  - Added GNOME passphrase requestor (use --with-gnome-askpass)
5240  - RPM build now creates subpackages
5241  - Released 1.2pre9
5242
5243 19991108
5244  - Removed debian/ directory. This is now being maintained separately.
5245  - Added symlinks for slogin in RPM spec file
5246  - Fixed permissions on manpages in RPM spec file
5247  - Added references to required libraries in README file
5248  - Removed config.h.in from CVS
5249  - Removed pwdb support (better pluggable auth is provided by glibc)
5250  - Made PAM and requisite libdl optional
5251  - Removed lots of unnecessary checks from autoconf
5252  - Added support and autoconf test for openpty() function (Unix98 pty support)
5253  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
5254  - Added TODO file
5255  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
5256    - Added ssh-askpass program
5257    - Added ssh-askpass support to ssh-add.c
5258    - Create symlinks for slogin on install
5259    - Fix "distclean" target in makefile
5260    - Added example for ssh-agent to manpage
5261    - Added support for PAM_TEXT_INFO messages
5262    - Disable internal /etc/nologin support if PAM enabled
5263  - Merged latest OpenBSD CVS changes:
5264    - [all] replace assert() with error, fatal or packet_disconnect
5265    - [sshd.c] don't send fail-msg but disconnect if too many authentication
5266      failures
5267    - [sshd.c] remove unused argument. ok dugsong
5268    - [sshd.c] typo
5269    - [rsa.c] clear buffers used for encryption. ok: niels
5270    - [rsa.c] replace assert() with error, fatal or packet_disconnect
5271    - [auth-krb4.c] remove unused argument. ok dugsong
5272  - Fixed coredump after merge of OpenBSD rsa.c patch
5273  - Released 1.2pre8
5274
5275 19991102
5276  - Merged change from OpenBSD CVS
5277   - One-line cleanup in sshd.c
5278
5279 19991030
5280  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
5281  - Merged latest updates for OpenBSD CVS:
5282    - channels.[ch] - remove broken x11 fix and document istate/ostate
5283    - ssh-agent.c - call setsid() regardless of argv[]
5284    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
5285  - Documentation cleanups
5286  - Renamed README -> README.Ylonen
5287  - Renamed README.openssh ->README
5288
5289 19991029
5290  - Renamed openssh* back to ssh* at request of Theo de Raadt
5291  - Incorporated latest changes from OpenBSD's CVS
5292  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
5293  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
5294  - Make distclean now removed configure script
5295  - Improved PAM logging
5296  - Added some debug() calls for PAM
5297  - Removed redundant subdirectories
5298  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
5299    building on Debian.
5300  - Fixed off-by-one error in PAM env patch
5301  - Released 1.2pre6
5302
5303 19991028
5304  - Further PAM enhancements.
5305    - Much cleaner
5306    - Now uses account and session modules for all logins.
5307  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
5308    - Build fixes
5309    - Autoconf
5310    - Change binary names to open*
5311  - Fixed autoconf script to detect PAM on RH6.1
5312  - Added tests for libpwdb, and OpenBSD functions to autoconf
5313  - Released 1.2pre4
5314
5315  - Imported latest OpenBSD CVS code
5316  - Updated README.openssh
5317  - Released 1.2pre5
5318
5319 19991027
5320  - Adapted PAM patch.
5321  - Released 1.0pre2
5322
5323  - Excised my buggy replacements for strlcpy and mkdtemp
5324  - Imported correct OpenBSD strlcpy and mkdtemp routines.
5325  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
5326  - Picked up correct version number from OpenBSD
5327  - Added sshd.pam PAM configuration file
5328  - Added sshd.init Redhat init script
5329  - Added openssh.spec RPM spec file
5330  - Released 1.2pre3
5331
5332 19991026
5333  - Fixed include paths of OpenSSL functions
5334  - Use OpenSSL MD5 routines
5335  - Imported RC4 code from nanocrypt
5336  - Wrote replacements for OpenBSD arc4random* functions
5337  - Wrote replacements for strlcpy and mkdtemp
5338  - Released 1.0pre1
5339
5340 $Id$
This page took 0.483229 seconds and 3 git commands to generate.