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