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