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