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