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