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