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