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