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