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