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