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