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