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