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