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