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