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