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