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