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