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