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