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