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