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