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