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