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