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