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