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