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