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