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