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