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