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