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