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