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