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