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