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