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