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