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