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