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