]> andersk Git - openssh.git/blob - ChangeLog
945022ea8687450e4aecce240991c3f06cebd79e
[openssh.git] / ChangeLog
1 20010305
2  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
3  - (bal) OpenBSD CVS Sync
4    - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
5      [sshd.8]
6      it's the OpenSSH one
7    - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
8      [ssh-keyscan.c]
9      inline -> __inline__, and some indent
10    - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
11      [authfile.c]
12      improve fd handling
13    - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
14      [sftp-server.c]
15      careful with & and &&; markus ok
16    - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
17      [ssh.c]
18      -i supports DSA identities now; ok markus@
19    - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
20      [servconf.c]
21      grammar; slade@shore.net
22    - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
23      [ssh-keygen.1 ssh-keygen.c]
24      document -d, and -t defaults to rsa1
25    - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
26      [ssh-keygen.1 ssh-keygen.c]
27      bye bye -d
28    - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
29      [sshd_config]
30      activate RSA 2 key
31    - markus@cvs.openbsd.org 2001/02/22 21:57:27
32      [ssh.1 sshd.8]
33      typos/grammar from matt@anzen.com
34
35 20010304
36  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
37  - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
38    give Mark Roth credit for mdoc2man.pl
39
40 20010303
41  - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
42  - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
43  - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
44  - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
45    "--with-egd-pool" configure option with "--with-prngd-socket" and 
46    "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
47    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
48
49 20010301
50  - (djm) Properly add -lcrypt if needed. 
51  - (djm) Force standard PAM conversation function in a few more places.
52    Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai 
53    <nalin@redhat.com>
54  - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen 
55    <vinschen@redhat.com>
56  - (djm) Released 2.5.1p2
57
58 20010228
59  - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
60    "Bad packet length" bugs.
61  - (djm) Fully revert PAM session patch (again). All PAM session init is 
62    now done before the final fork().
63  - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
64  - (djm) Remove /tmp from EGD socket search list
65
66 20010227
67  - (bal) Applied shutdown() patch for sftp.c by  Corinna Vinschen 
68    <vinschen@redhat.com>
69  - (bal) OpenBSD Sync
70    - markus@cvs.openbsd.org 2001/02/23 15:37:45
71      [session.c]
72      handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
73  - (bal) sshd.init support for all Redhat release.  Patch by Jim Knoble 
74    <jmknoble@jmknoble.cx>
75  - (djm) Fix up POSIX saved uid support. Report from Mark Miller 
76    <markm@swoon.net>
77  - (djm) Search for -lcrypt on FreeBSD too
78  - (djm) fatal() on OpenSSL version mismatch
79  - (djm) Move PAM init to after fork for non-Solaris derived PAMs
80  - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
81    <markm@swoon.net>
82  - (djm) Fix PAM fix
83  - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
84    change is being made as 2.5.x configfiles are not back-compatible with
85    2.3.x.
86  - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
87    <markm@swoon.net>
88  - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice 
89    <tim@multitalents.net>
90  - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice 
91    <tim@multitalents.net>
92
93 20010226
94  - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
95  - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics. 
96    Based on patch from Tim Rice <tim@multitalents.net>
97
98 20010225
99  - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
100    Patch from Adrian Ho <lexfiend@usa.net>
101  - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
102    platform defines u_int64_t as being that.
103
104 20010224
105  - (bal) Missed part of the UNIX sockets patch.  Patch by Corinna 
106    Vinschen <vinschen@redhat.com>
107  - (bal) Reorder where 'strftime' is detected to resolve linking
108    issues on SCO.  Patch by Tim Rice <tim@multitalents.net>
109
110 20010224
111  - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
112    Patch by Pekka Savola <pekkas@netcore.fi>
113  - (bal) Renamed sigaction.[ch] to sigact.[ch].  Causes problems with
114    some platforms.
115  - (bal) Generalize lack of UNIX sockets since this also effects Cray
116    not just Cygwin.  Based on patch by Wendy Palm <wendyp@cray.com>
117
118 20010223
119  - (bal) Fix --define rh7 in openssh.spec file.  Patch by Steve Tell
120    <tell@telltronics.org>
121  - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
122    that it was compiled against.  Patch by Pekka Savola <pekkas@netcore.fi>
123  - (bal) Double -I for OpenSSL on SCO.  Patch by Tim Rice 
124    <tim@multitalents.net>
125
126 20010222                                                             
127  - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
128  - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
129  - (bal) Removed reference to liblogin from contrib/README.  It was
130    integrated into OpenSSH a long while ago.
131  - (stevesk) remove erroneous #ifdef sgi code.
132    Michael Stone <mstone@cs.loyola.edu>
133
134 20010221
135  - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
136  - (bal) Fixed OpenSSL rework to use $saved_*.  Patch by Tim Rice 
137    <tim@multitalents.net>
138  - (bal) Reverted out of 2001/02/15 patch by djm below because it
139    breaks Solaris.
140         - (djm) Move PAM session setup back to before setuid to user.
141           fixes problems on Solaris-drived PAMs.
142  - (stevesk) session.c: back out to where we were before:
143     - (djm) Move PAM session initialisation until after fork in sshd. Patch 
144       from Nalin Dahyabhai <nalin@redhat.com>
145
146 20010220
147  - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
148    getcwd.c.
149  - (bal) OpenBSD CVS Sync:
150    - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
151      [sshd.c]
152      clarify message to make it not mention "ident"
153
154 20010219
155  - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
156    pty.[ch] -> sshpty.[ch]
157  - (djm) Rework search for OpenSSL location. Skip directories which don't
158    exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
159    with its limit of 6 -L options.
160  - OpenBSD CVS Sync:
161    - reinhard@cvs.openbsd.org        2001/02/17 08:24:40
162      [sftp.1]
163      typo
164    - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
165      [ssh.c]
166      cleanup -V output; noted by millert
167    - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
168      [sshd.8]
169      it's the OpenSSH one
170    - markus@cvs.openbsd.org  2001/02/18 11:33:54
171      [dispatch.c]
172      typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
173    - markus@cvs.openbsd.org  2001/02/19 02:53:32
174      [compat.c compat.h serverloop.c]
175      ssh-1.2.{18-22} has broken handling of ignore messages; report from
176      itojun@
177    - markus@cvs.openbsd.org  2001/02/19 03:35:23
178      [version.h]
179      OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
180    - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
181      [scp.c]
182      np is changed by recursion; vinschen@redhat.com
183  - Update versions in RPM spec files
184  - Release 2.5.1p1
185
186 20010218
187  - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice 
188    <tim@multitalents.net> 
189  - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
190    stevesk
191  - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen 
192    <vinschen@redhat.com> and myself.
193  - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
194    Miskiewicz <misiek@pld.ORG.PL>
195  - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
196    Todd C. Miller <Todd.Miller@courtesan.com>
197  - (djm) Use ttyname() to determine name of tty returned by openpty() 
198    rather then risking overflow. Patch from Marek Michalkiewicz 
199    <marekm@amelek.gda.pl>
200  - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in. 
201    Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
202  - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
203  - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for 
204    SunOS)
205  - (djm) SCO needs librpc for libwrap. Patch from Tim Rice 
206    <tim@multitalents.net>
207  - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
208  - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
209  - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for 
210    SIGALRM.
211  - (djm) Move entropy.c over to mysignal()
212  - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has 
213    a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C. 
214    Miller <Todd.Miller@courtesan.com>
215  - (djm) Update RPM spec files for 2.5.0p1
216  - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
217    enable with --with-bsd-auth.
218  - (stevesk) entropy.c: typo; should be SIGPIPE
219
220 20010217
221  - (bal) OpenBSD Sync:
222    - markus@cvs.openbsd.org 2001/02/16 13:38:18
223      [channel.c]                               
224      remove debug                              
225    - markus@cvs.openbsd.org 2001/02/16 14:03:43
226      [session.c]
227      proper payload-length check for x11 w/o screen-number
228
229 20010216
230  - (bal) added '--with-prce'  to allow overriding of system regex when
231    required (tested by David Dulek <ddulek@fastenal.com>)
232  - (bal) Added DG/UX case and set that they have a broken IPTOS.
233  - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
234    Fixes linking on SCO.
235  - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from 
236    Nalin Dahyabhai <nalin@redhat.com>
237  - (djm) BSD license for gnome-ssh-askpass (was X11)
238  - (djm) KNF on gnome-ssh-askpass
239  - (djm) USE_PIPES for a few more sysv platforms
240  - (djm) Cleanup configure.in a little
241  - (djm) Ask users to check config.log when we can't find necessary libs
242  - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
243    OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
244  - (djm) OpenBSD CVS:
245    - markus@cvs.openbsd.org  2001/02/15 16:19:59
246      [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
247      [sshconnect1.c sshconnect2.c]
248      genericize password padding function for SSH1 and SSH2.
249      add stylized echo to 2, too.
250  - (djm) Add roundup() macro to defines.h
251  - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
252    needed on Unixware 2.x.
253
254 20010215
255  - (djm) Move PAM session setup back to before setuid to user. Fixes 
256    problems on Solaris-derived PAMs.
257  - (djm) Clean up PAM namespace. Suggested by Darren Moffat
258    <Darren.Moffat@eng.sun.com>
259  - (bal) Sync w/ OpenSSH for new release
260    - markus@cvs.openbsd.org 2001/02/12 12:45:06
261      [sshconnect1.c]
262      fix xmalloc(0), ok dugsong@
263    - markus@cvs.openbsd.org 2001/02/11 12:59:25
264      [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
265       sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
266      1) clean up the MAC support for SSH-2
267      2) allow you to specify the MAC with 'ssh -m'
268      3) or the 'MACs' keyword in ssh(d)_config
269      4) add hmac-{md5,sha1}-96
270              ok stevesk@, provos@
271    - markus@cvs.openbsd.org 2001/02/12 16:16:23
272      [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
273       ssh-keygen.c sshd.8]
274      PermitRootLogin={yes,without-password,forced-commands-only,no}
275      (before this change, root could login even if PermitRootLogin==no)
276    - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
277      [clientloop.c packet.c ssh-keyscan.c]
278      deal with EAGAIN/EINTR selects which were skipped
279    - markus@cvs.openssh.org 2001/02/13 22:49:40
280      [auth1.c auth2.c]
281      setproctitle(user) only if getpwnam succeeds
282    - markus@cvs.openbsd.org 2001/02/12 23:26:20
283      [sshd.c]
284      missing memset; from solar@openwall.com
285    - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
286      [sftp-int.c]
287      lumask now works with 1 numeric arg; ok markus@, djm@
288    - djm@cvs.openbsd.org 2001/02/14 9:46:03
289      [sftp-client.c sftp-int.c sftp.1]
290      Fix and document 'preserve modes & times' option ('-p' flag in sftp);
291      ok markus@
292  - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
293  - (djm) Move to Jim's 1.2.0 X11 askpass program
294  - (stevesk) OpenBSD sync:
295    - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
296      [serverloop.c]
297      indent
298
299 20010214
300  - (djm) Don't try to close PAM session or delete credentials if the
301    session has not been open or credentials not set. Based on patch from 
302    Andrew Bartlett <abartlet@pcug.org.au>
303  - (djm) Move PAM session initialisation until after fork in sshd. Patch 
304    from Nalin Dahyabhai <nalin@redhat.com>
305  - (bal) Missing function prototype in bsd-snprintf.c patch by
306    Mark Miller <markm@swoon.net>
307  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
308    <cmadams@hiwaay.net> with a little modification and KNF.
309  - (stevesk) fix for SIA patch, misplaced session_setup_sia()
310
311 20010213
312  - (djm) Only test -S potential EGD sockets if they exist and are readable.
313  - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
314    I did a base KNF over the whe whole file to make it more acceptable.
315    (backed out of original patch and removed it from ChangeLog)
316  - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
317    Tim Rice <tim@multitalents.net>
318  - (stevesk) auth1.c: fix PAM passwordless check.
319
320 20010212
321  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1", 
322    --define "skip_gnome_askpass 1", --define "rh7 1" and make the 
323    implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from 
324    Pekka Savola <pekkas@netcore.fi>
325  - (djm) Clean up PCRE text in INSTALL
326  - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby 
327    <mib@unimelb.edu.au>
328  - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
329  - (stevesk) session.c: remove debugging code.
330
331 20010211
332  - (bal) OpenBSD Sync
333    - markus@cvs.openbsd.org 2001/02/07 22:35:46
334      [auth1.c auth2.c sshd.c]
335      move k_setpag() to a central place; ok dugsong@
336    - markus@cvs.openbsd.org 2001/02/10 12:52:02
337      [auth2.c]
338      offer passwd before s/key
339    - markus@cvs.openbsd.org 2001/02/8 22:37:10
340      [canohost.c]
341      remove last call to sprintf; ok deraadt@
342    - markus@cvs.openbsd.org 2001/02/10 1:33:32
343      [canohost.c]
344      add debug message, since sshd blocks here if DNS is not available
345    - markus@cvs.openbsd.org 2001/02/10 12:44:02
346      [cli.c]
347      don't call vis() for \r
348    - danh@cvs.openbsd.org 2001/02/10 0:12:43
349      [scp.c]
350      revert a small change to allow -r option to work again; ok deraadt@
351    - danh@cvs.openbsd.org 2001/02/10 15:14:11
352      [scp.c]
353      fix memory leak; ok markus@
354    - djm@cvs.openbsd.org 2001/02/10 0:45:52
355      [scp.1]
356      Mention that you can quote pathnames with spaces in them
357    - markus@cvs.openbsd.org 2001/02/10 1:46:28
358      [ssh.c]
359      remove mapping of argv[0] -> hostname
360    - markus@cvs.openbsd.org 2001/02/06 22:26:17
361      [sshconnect2.c]
362      do not ask for passphrase in batch mode; report from ejb@ql.org
363    - itojun@cvs.opebsd.org 2001/02/08 10:47:05
364      [sshconnect.c sshconnect1.c sshconnect2.c]
365      %.30s is too short for IPv6 numeric address.  use %.128s for now.  
366      markus ok
367    - markus@cvs.openbsd.org 2001/02/09 12:28:35
368      [sshconnect2.c]
369      do not free twice, thanks to /etc/malloc.conf
370    - markus@cvs.openbsd.org 2001/02/09 17:10:53
371      [sshconnect2.c]
372      partial success: debug->log; "Permission denied" if no more auth methods
373    - markus@cvs.openbsd.org 2001/02/10 12:09:21
374      [sshconnect2.c]
375      remove some lines
376    - markus@cvs.openbsd.org 2001/02/09 13:38:07
377      [auth-options.c]
378      reset options if no option is given; from han.holl@prismant.nl
379    - markus@cvs.openbsd.org 2001/02/08 21:58:28
380      [channels.c]
381      nuke sprintf, ok deraadt@
382    - markus@cvs.openbsd.org 2001/02/08 21:58:28
383      [channels.c]
384      nuke sprintf, ok deraadt@
385    - markus@cvs.openbsd.org 2001/02/06 22:43:02
386      [clientloop.h]
387      remove confusing callback code
388    - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
389      [readconf.c]
390      snprintf
391    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
392      sync with netbsd tree changes.
393      - more strict prototypes, include necessary headers
394      - use paths.h/pathnames.h decls
395      - size_t typecase to int -> u_long
396    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
397      [ssh-keyscan.c]
398      fix size_t -> int cast (use u_long).  markus ok
399    - markus@cvs.openbsd.org 2001/02/07 22:43:16
400      [ssh-keyscan.c]
401      s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
402    - itojun@cvs.openbsd.org 2001/02/09 9:04:59
403      [ssh-keyscan.c]
404      do not assume malloc() returns zero-filled region.  found by 
405      malloc.conf=AJ.
406    - markus@cvs.openbsd.org 2001/02/08 22:35:30
407      [sshconnect.c]
408      don't connect if batch_mode is true and stricthostkeychecking set to 
409     'ask'
410    - djm@cvs.openbsd.org 2001/02/04 21:26:07
411      [sshd_config]
412      type: ok markus@
413    - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
414      [sshd_config]
415      enable sftp-server by default
416    - deraadt 2001/02/07 8:57:26
417      [xmalloc.c]
418      deal with new ANSI malloc stuff
419    - markus@cvs.openbsd.org 2001/02/07 16:46:08
420      [xmalloc.c]
421      typo in fatal()
422    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
423      [xmalloc.c]
424      fix size_t -> int cast (use u_long).  markus ok
425    - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
426      [serverloop.c sshconnect1.c]
427      mitigate SSH1 traffic analysis - from Solar Designer 
428      <solar@openwall.com>, ok provos@
429  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'  
430    (from the OpenBSD tree)
431  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
432  - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)
433  - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
434  - (bal) A bit more whitespace cleanup
435  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett 
436    <abartlet@pcug.org.au>
437  - (stevesk) misc.c: ssh.h not needed.
438  - (stevesk) compat.c: more friendly cpp error
439  - (stevesk) OpenBSD sync:
440    - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
441      [LICENSE]
442      typos and small cleanup; ok deraadt@
443
444 20010210
445  - (djm) Sync sftp and scp stuff from OpenBSD:
446    - djm@cvs.openbsd.org     2001/02/07 03:55:13
447      [sftp-client.c]
448      Don't free handles before we are done with them. Based on work from
449      Corinna Vinschen <vinschen@redhat.com>. ok markus@
450    - djm@cvs.openbsd.org     2001/02/06 22:32:53
451      [sftp.1]
452      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
453    - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
454      [sftp.1]
455      pretty up significantly
456    - itojun@cvs.openbsd.org  2001/02/07 06:49:42
457      [sftp.1]
458      .Bl-.El mismatch.  markus ok
459    - djm@cvs.openbsd.org     2001/02/07 06:12:30
460      [sftp-int.c]
461      Check that target is a directory before doing ls; ok markus@
462    - itojun@cvs.openbsd.org  2001/02/07 11:01:18
463      [scp.c sftp-client.c sftp-server.c]
464      unsigned long long -> %llu, not %qu.  markus ok
465    - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
466      [sftp.1 sftp-int.c]
467      more man page cleanup and sync of help text with man page; ok markus@
468    - markus@cvs.openbsd.org  2001/02/07 14:58:34
469      [sftp-client.c]
470      older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
471    - djm@cvs.openbsd.org     2001/02/07 15:27:19
472      [sftp.c]
473      Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
474      <roumen.petrov@skalasoft.com>
475    - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
476      [sftp-int.c]
477      portable; ok markus@
478    - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
479      [sftp-int.c]
480      lowercase cmds[].c also; ok markus@
481    - markus@cvs.openbsd.org  2001/02/07 17:04:52
482      [pathnames.h sftp.c]
483      allow sftp over ssh protocol 1; ok djm@
484    - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
485      [scp.c]
486      memory leak fix, and snprintf throughout
487    - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
488      [sftp-int.c]
489      plug a memory leak
490    - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
491      [session.c sftp-client.c]
492      %i -> %d
493    - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
494      [sftp-int.c]
495      typo
496    - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
497      [sftp-int.c pathnames.h]
498      _PATH_LS; ok markus@
499    - djm@cvs.openbsd.org     2001/02/09 04:46:25
500      [sftp-int.c]
501      Check for NULL attribs for chown, chmod & chgrp operations, only send
502      relevant attribs back to server; ok markus@
503    - djm@cvs.openbsd.org     2001/02/06 15:05:25
504      [sftp.c]
505      Use getopt to process commandline arguments
506    - djm@cvs.openbsd.org     2001/02/06 15:06:21
507      [sftp.c ]
508      Wait for ssh subprocess at exit
509    - djm@cvs.openbsd.org     2001/02/06 15:18:16
510      [sftp-int.c]
511      stat target for remote chdir before doing chdir
512    - djm@cvs.openbsd.org     2001/02/06 15:32:54
513      [sftp.1]
514      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
515    - provos@cvs.openbsd.org  2001/02/05 22:22:02
516      [sftp-int.c]
517      cleanup get_pathname, fix pwd after failed cd. okay djm@
518  - (djm) Update makefile.in for _PATH_SFTP_SERVER
519  - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
520
521 20010209
522  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney 
523    <rjmooney@mediaone.net>
524  - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
525    main tree while porting forward.  Pointed out by Lutz Jaenicke 
526    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
527  - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
528    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
529  - (stevesk) OpenBSD sync:
530    - markus@cvs.openbsd.org  2001/02/08 11:20:01
531      [auth2.c]
532      strict checking
533    - markus@cvs.openbsd.org  2001/02/08 11:15:22
534      [version.h]
535      update to 2.3.2
536    - markus@cvs.openbsd.org  2001/02/08 11:12:30
537      [auth2.c]
538      fix typo
539  - (djm) Update spec files
540  - (bal) OpenBSD sync:
541    - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
542      [scp.c]
543      memory leak fix, and snprintf throughout
544    - markus@cvs.openbsd.org 2001/02/06 22:43:02
545      [clientloop.c]
546      remove confusing callback code
547  - (djm) Add CVS Id's to files that we have missed
548  - (bal) OpenBSD Sync (more):
549    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
550      sync with netbsd tree changes.
551      - more strict prototypes, include necessary headers
552      - use paths.h/pathnames.h decls
553      - size_t typecase to int -> u_long
554    - markus@cvs.openbsd.org 2001/02/06 22:07:42
555      [ssh.c]
556      fatal() if subsystem fails
557    - markus@cvs.openbsd.org 2001/02/06 22:43:02
558      [ssh.c]
559      remove confusing callback code
560    - jakob@cvs.openbsd.org 2001/02/06 23:03:24
561      [ssh.c]
562      add -1 option (force protocol version 1). ok markus@
563    - jakob@cvs.openbsd.org 2001/02/06 23:06:21
564      [ssh.c]
565      reorder -{1,2,4,6} options. ok markus@
566  - (bal) Missing 'const' in readpass.h
567  - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
568    - djm@cvs.openbsd.org 2001/02/06 23:30:28
569      [sftp-client.c]
570      replace arc4random with counter for request ids; ok markus@
571  - (djm) Define _PATH_TTY for systems that don't. Report from Lutz 
572    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
573
574 20010208
575  - (djm) Don't delete external askpass program in make uninstall target.
576    Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
577  - (djm) Fix linking of sftp, don't need arc4random any more.
578  - (djm) Try to use shell that supports "test -S" for EGD socket search.
579    Based on patch from Tim Rice <tim@multitalents.net>
580
581 20010207
582  - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
583    seem lose track of it while in openbsd-compat/  (two confirmed reports)
584  - (djm) Much KNF on PAM code
585  - (djm) Revise auth-pam.c conversation function to be a little more
586    readable.
587  - (djm) Revise kbd-int PAM conversation function to fold all text messages
588    to before first prompt. Fixes hangs if last pam_message did not require
589    a reply.
590  - (djm) Fix password changing when using PAM kbd-int authentication
591
592 20010205
593  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
594    that don't have NGROUPS_MAX.
595  - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
596  - (stevesk) OpenBSD sync:
597    - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
598      [many files; did this manually to our top-level source dir]
599      unexpand and remove end-of-line whitespace; ok markus@
600    - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
601      [sftp-server.c]
602      SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
603    - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
604      [sftp-int.c]
605      ? == help
606    - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
607      [sftp-int.c]
608      sort commands, so that abbreviations work as expected
609    - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
610      [sftp-int.c]
611      debugging sftp: precedence and missing break.  chmod, chown, chgrp
612      seem to be working now.
613    - markus@cvs.openbsd.org 2001/02/04 14:41:21
614      [sftp-int.c]
615      use base 8 for umask/chmod
616    - markus@cvs.openbsd.org 2001/02/04 11:11:54
617      [sftp-int.c]
618      fix LCD
619    - markus@cvs.openbsd.org  2001/02/04 08:10:44
620      [ssh.1]
621      typo; dpo@club-internet.fr
622    - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
623      [auth2.c authfd.c packet.c]
624      remove duplicate #include's; ok markus@
625    - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
626      [scp.c sshd.c]
627      alpha happiness
628    - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
629      [sshd.c]
630      precedence; ok markus@
631    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
632      [ssh.c sshd.c]
633      make the alpha happy
634    - markus@cvs.openbsd.org  2001/01/31 13:37:24
635      [channels.c channels.h serverloop.c ssh.c]
636      do not disconnect if local port forwarding fails, e.g. if port is 
637      already in use
638    - markus@cvs.openbsd.org  2001/02/01 14:58:09
639      [channels.c]
640      use ipaddr in channel messages, ietf-secsh wants this
641    - markus@cvs.openbsd.org  2001/01/31 12:26:20
642      [channels.c]
643      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE 
644      messages; bug report from edmundo@rano.org
645    - markus@cvs.openbsd.org  2001/01/31 13:48:09
646      [sshconnect2.c]
647      unused
648    - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
649      [sftp-client.c sftp-server.c]
650      make gcc on the alpha even happier
651
652 20010204
653  - (bal) I think this is the last of the bsd-*.h that don't belong.
654  - (bal) Minor Makefile fix
655  - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
656    right.
657  - (bal) Changed order of LIB="" in -with-skey due to library resolving.
658  - (bal) next-posix.h changed to bsd-nextstep.h
659  - (djm) OpenBSD CVS sync:
660    - markus@cvs.openbsd.org  2001/02/03 03:08:38
661      [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
662      [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
663      [sshd_config]
664      make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
665    - markus@cvs.openbsd.org  2001/02/03 03:19:51
666      [ssh.1 sshd.8 sshd_config]
667      Skey is now called ChallengeResponse
668    - markus@cvs.openbsd.org  2001/02/03 03:43:09
669      [sshd.8]
670      use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
671      channel. note from Erik.Anggard@cygate.se (pr/1659)
672    - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
673      [ssh.1]
674      typos; ok markus@
675    - djm@cvs.openbsd.org     2001/02/04 04:11:56
676      [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
677      [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
678      Basic interactive sftp client; ok theo@
679  - (djm) Update RPM specs for new sftp binary
680  - (djm) Update several bits for new optional reverse lookup stuff. I 
681    think I got them all.
682  - (djm) Makefile.in fixes
683  - (stevesk) add mysignal() wrapper and use it for the protocol 2
684    SIGCHLD handler.
685  - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
686
687 20010203
688  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
689  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
690    based file) to ensure #include space does not get confused.
691  - (bal) Minor Makefile.in tweak.  dirname may not exist on some
692    platforms so builds fail.  (NeXT being a well known one)
693
694 20010202
695  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
696    <vinschen@redhat.com>
697  - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
698    that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>
699
700 20010201
701  - (bal) Minor fix to Makefile to stop rebuilding executables if no
702    changes have occured to any of the supporting code.  Patch by
703    Roumen Petrov <roumen.petrov@skalasoft.com>
704
705 20010131
706  - (djm) OpenBSD CVS Sync:
707    - djm@cvs.openbsd.org     2001/01/30 15:48:53
708      [sshconnect.c]
709      Make warning message a little more consistent. ok markus@
710  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
711    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
712    respectively.
713  - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
714    passwords.
715  - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
716    openbsd-compat/.  And resolve all ./configure and Makefile.in issues
717    assocated.
718
719 20010130
720  - (djm) OpenBSD CVS Sync:
721    - markus@cvs.openbsd.org  2001/01/29 09:55:37
722      [channels.c channels.h clientloop.c serverloop.c]
723      fix select overflow; ok deraadt@ and stevesk@
724    - markus@cvs.openbsd.org  2001/01/29 12:42:35
725      [canohost.c canohost.h channels.c clientloop.c]
726      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
727    - markus@cvs.openbsd.org  2001/01/29 12:47:32
728      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
729      handle rsa_private_decrypt failures; helps against the Bleichenbacher
730      pkcs#1 attack
731    - djm@cvs.openbsd.org     2001/01/29 05:36:11
732      [ssh.1 ssh.c]
733      Allow invocation of sybsystem by commandline (-s); ok markus@
734  - (stevesk) configure.in: remove duplicate PROG_LS
735
736 20010129
737  - (stevesk) sftp-server.c: use %lld vs. %qd
738
739 20010128
740  - (bal) Put USE_PIPES back into sco3.2v5
741  - (bal) OpenBSD Sync
742    - markus@cvs.openbsd.org 2001/01/28 10:15:34
743      [dispatch.c]
744      re-keying is not supported; ok deraadt@
745    - markus@cvs.openbsd.org 2001/01/28 10:24:04
746      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
747      cleanup AUTHORS sections
748    - markus@cvs.openbsd.org 2001/01/28 10:37:26
749      [sshd.c sshd.8]
750      remove -Q, no longer needed
751    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
752      [readconf.c ssh.1]
753      ``StrictHostKeyChecking ask'' documentation and small cleanup.
754      ok markus@
755    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
756      [sshd.8]
757      spelling.  ok markus@
758    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
759      [xmalloc.c]
760      use size_t for strlen() return.  ok markus@
761    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
762      [authfile.c]
763      spelling.  use sizeof vs. strlen().  ok markus@
764    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
765      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
766       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
767       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
768       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
769       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
770       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
771      $OpenBSD$
772   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
773
774 20010126
775  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
776    Petrov <roumen.petrov@skalasoft.com>
777  - (bal) OpenBSD Sync
778    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
779      [ssh-agent.c]
780      call _exit() in signal handler
781
782 20010125
783  - (djm) Sync bsd-* support files:
784    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
785      [rresvport.c bindresvport.c]
786      new bindresvport() semantics that itojun, shin, jean-luc and i have
787      agreed on, which will be happy for the future. bindresvport_sa() for
788      sockaddr *, too.  docs later..
789    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
790      [bindresvport.c]
791      in bindresvport(), if sin is non-NULL, example sin->sin_family for
792      the actual family being processed
793  - (djm) Mention PRNGd in documentation, it is nicer than EGD
794  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
795  - (bal) AC_FUNC_STRFTIME added to autoconf
796  - (bal) OpenBSD Resync
797    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
798      [channels.c]
799      missing freeaddrinfo(); ok markus@
800
801 20010124
802  - (bal) OpenBSD Resync
803    - markus@cvs.openbsd.org 2001/01/23 10:45:10
804      [ssh.h]
805      nuke comment
806  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
807  - (bal) #ifdef around S_IFSOCK if platform does not support it.
808    patch by Tim Rice <tim@multitalents.net>
809  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
810  - (stevesk) sftp-server.c: fix chmod() mode mask
811
812 20010123
813  - (bal) regexp.h typo in configure.in.  Should have been regex.h
814  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
815  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
816  - (bal) OpenBSD Resync
817    - markus@cvs.openbsd.org 2001/01/22 8:15:00
818      [auth-krb4.c sshconnect1.c]
819      only AFS needs radix.[ch]
820    - markus@cvs.openbsd.org 2001/01/22 8:32:53
821      [auth2.c]
822      no need to include; from mouring@etoh.eviladmin.org
823    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
824      [key.c]
825      free() -> xfree(); ok markus@
826    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
827      [sshconnect2.c sshd.c]
828      fix memory leaks in SSH2 key exchange; ok markus@
829    - markus@cvs.openbsd.org 2001/01/22 23:06:39
830      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
831       sshconnect1.c sshconnect2.c sshd.c]
832      rename skey -> challenge response.
833      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
834
835
836 20010122
837  - (bal) OpenBSD Resync
838    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
839      [servconf.c ssh.h sshd.c]
840      only auth-chall.c needs #ifdef SKEY
841    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
842      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
843       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
844       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
845       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
846       ssh1.h sshconnect1.c sshd.c ttymodes.c]
847      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
848    - markus@cvs.openbsd.org 2001/01/19 16:48:14
849      [sshd.8]
850      fix typo; from stevesk@
851    - markus@cvs.openbsd.org 2001/01/19 16:50:58
852      [ssh-dss.c]
853      clear and free digest, make consistent with other code (use dlen); from
854      stevesk@
855    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
856      [auth-options.c auth-options.h auth-rsa.c auth2.c]
857      pass the filename to auth_parse_options()
858    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
859      [readconf.c]
860      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
861    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
862      [sshconnect2.c]
863      dh_new_group() does not return NULL.  ok markus@
864    - markus@cvs.openbsd.org 2001/01/20 21:33:42
865      [ssh-add.c]
866      do not loop forever if askpass does not exist; from
867      andrew@pimlott.ne.mediaone.net
868    - djm@cvs.openbsd.org 2001/01/20 23:00:56
869      [servconf.c]
870      Check for NULL return from strdelim; ok markus
871    - djm@cvs.openbsd.org 2001/01/20 23:02:07
872      [readconf.c]
873      KNF; ok markus
874    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
875      [ssh-keygen.1]
876      remove -R flag; ok markus@
877    - markus@cvs.openbsd.org 2001/01/21 19:05:40
878      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
879       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
880       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
881       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
882       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
883       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
884       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
885       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
886       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
887       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
888       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
889       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
890       ttysmodes.c uidswap.c xmalloc.c]
891      split ssh.h and try to cleanup the #include mess. remove unnecessary
892      #includes.  rename util.[ch] -> misc.[ch]
893  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
894  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
895    conflict when compiling for non-kerb install
896  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
897    on 1/19.
898
899 20010120
900  - (bal) OpenBSD Resync
901    - markus@cvs.openbsd.org 2001/01/19 12:45:26
902      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
903      only auth-chall.c needs #ifdef SKEY
904  - (bal) Slight auth2-pam.c clean up.
905  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
906    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
907
908 20010119
909  - (djm) Update versions in RPM specfiles
910  - (bal) OpenBSD Resync
911    - markus@cvs.openbsd.org 2001/01/18 16:20:21
912      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
913       sshd.8 sshd.c]
914      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
915      systems
916    - markus@cvs.openbsd.org 2001/01/18 16:59:59
917      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
918       session.h sshconnect1.c]
919      1) removes fake skey from sshd, since this will be much
920         harder with /usr/libexec/auth/login_XXX
921      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
922      3) make addition of BSD_AUTH and other challenge reponse methods
923         easier.
924    - markus@cvs.openbsd.org 2001/01/18 17:12:43
925      [auth-chall.c auth2-chall.c]
926      rename *-skey.c *-chall.c since the files are not skey specific
927  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
928    to fix NULL pointer deref and fake authloop breakage in PAM code.
929  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
930  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
931
932 20010118
933  - (bal) Super Sized OpenBSD Resync
934    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
935      [sshd.c]
936      maxfd+1
937    - markus@cvs.openbsd.org 2001/01/13 17:59:18
938      [ssh-keygen.1]
939      small ssh-keygen manpage cleanup; stevesk@pobox.com
940    - markus@cvs.openbsd.org 2001/01/13 18:03:07
941      [scp.c ssh-keygen.c sshd.c]
942      getopt() returns -1 not EOF; stevesk@pobox.com
943    - markus@cvs.openbsd.org 2001/01/13 18:06:54
944      [ssh-keyscan.c]
945      use SSH_DEFAULT_PORT; from stevesk@pobox.com
946    - markus@cvs.openbsd.org 2001/01/13 18:12:47
947      [ssh-keyscan.c]
948      free() -> xfree(); fix memory leak; from stevesk@pobox.com
949    - markus@cvs.openbsd.org 2001/01/13 18:14:13
950      [ssh-add.c]
951      typo, from stevesk@sweden.hp.com
952    - markus@cvs.openbsd.org 2001/01/13 18:32:50
953      [packet.c session.c ssh.c sshconnect.c sshd.c]
954      split out keepalive from packet_interactive (from dale@accentre.com)
955      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
956    - markus@cvs.openbsd.org 2001/01/13 18:36:45
957      [packet.c packet.h]
958      reorder, typo
959    - markus@cvs.openbsd.org 2001/01/13 18:38:00
960      [auth-options.c]
961      fix comment
962    - markus@cvs.openbsd.org 2001/01/13 18:43:31
963      [session.c]
964      Wall
965    - markus@cvs.openbsd.org 2001/01/13 19:14:08
966      [clientloop.h clientloop.c ssh.c]
967      move callback to headerfile
968    - markus@cvs.openbsd.org 2001/01/15 21:40:10
969      [ssh.c]
970      use log() instead of stderr
971    - markus@cvs.openbsd.org 2001/01/15 21:43:51
972      [dh.c]
973      use error() not stderr!
974    - markus@cvs.openbsd.org 2001/01/15 21:45:29
975      [sftp-server.c]
976      rename must fail if newpath exists, debug off by default
977    - markus@cvs.openbsd.org 2001/01/15 21:46:38
978      [sftp-server.c]
979      readable long listing for sftp-server, ok deraadt@
980    - markus@cvs.openbsd.org 2001/01/16 19:20:06
981      [key.c ssh-rsa.c]
982      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
983      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
984      since they are in the wrong format, too. they must be removed from
985      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
986      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
987      .ssh/authorized_keys2) additionally, we now check that
988      BN_num_bits(rsa->n) >= 768.
989    - markus@cvs.openbsd.org 2001/01/16 20:54:27
990      [sftp-server.c]
991      remove some statics. simpler handles; idea from nisse@lysator.liu.se
992    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
993      [bufaux.c radix.c sshconnect.h sshconnect1.c]
994      indent
995  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
996    be missing such feature.
997
998
999 20010117
1000  - (djm) Only write random seed file at exit
1001  - (djm) Make PAM support optional, enable with --with-pam
1002  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
1003    provides a crypt() of its own)
1004  - (djm) Avoid a warning in bsd-bindresvport.c
1005  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
1006    can cause weird segfaults errors on Solaris
1007  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
1008  - (djm) Add --with-pam to RPM spec files
1009
1010 20010115
1011  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
1012  - (bal) utimes() support via utime() interface on machine that lack utimes().
1013
1014 20010114
1015  - (stevesk) initial work for OpenBSD "support supplementary group in
1016    {Allow,Deny}Groups" patch:
1017    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
1018    - add bsd-getgrouplist.h
1019    - new files groupaccess.[ch]
1020    - build but don't use yet (need to merge auth.c changes)
1021  - (stevesk) complete:
1022    - markus@cvs.openbsd.org  2001/01/13 11:56:48
1023      [auth.c sshd.8]
1024      support supplementary group in {Allow,Deny}Groups
1025      from stevesk@pobox.com
1026
1027 20010112
1028  - (bal) OpenBSD Sync
1029    - markus@cvs.openbsd.org 2001/01/10 22:56:22
1030      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
1031      cleanup sftp-server implementation:
1032      add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
1033      parse SSH2_FILEXFER_ATTR_EXTENDED
1034      send SSH2_FX_EOF if readdir returns no more entries
1035      reply to SSH2_FXP_EXTENDED message
1036      use #defines from the draft
1037      move #definations to sftp.h
1038      more info:
1039      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
1040    - markus@cvs.openbsd.org 2001/01/10 19:43:20
1041      [sshd.c]
1042      XXX - generate_empheral_server_key() is not safe against races,
1043      because it calls log()
1044    - markus@cvs.openbsd.org 2001/01/09 21:19:50
1045      [packet.c]
1046      allow TCP_NDELAY for ipv6; from netbsd via itojun@
1047
1048 20010110
1049  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
1050    Bladt Norbert <Norbert.Bladt@adi.ch>
1051
1052 20010109
1053  - (bal) Resync CVS ID of cli.c
1054  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
1055    code.
1056  - (bal) OpenBSD Sync
1057    - markus@cvs.openbsd.org 2001/01/08 22:29:05
1058      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
1059       sshd_config version.h]
1060      implement option 'Banner /etc/issue.net' for ssh2, move version to
1061      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
1062      is enabled).
1063    - markus@cvs.openbsd.org 2001/01/08 22:03:23
1064      [channels.c ssh-keyscan.c]
1065      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
1066    - markus@cvs.openbsd.org 2001/01/08 21:55:41
1067      [sshconnect1.c]
1068      more cleanups and fixes from stevesk@pobox.com:
1069      1) try_agent_authentication() for loop will overwrite key just
1070         allocated with key_new(); don't alloc
1071      2) call ssh_close_authentication_connection() before exit
1072         try_agent_authentication()
1073      3) free mem on bad passphrase in try_rsa_authentication()
1074    - markus@cvs.openbsd.org 2001/01/08 21:48:17
1075      [kex.c]
1076      missing free; thanks stevesk@pobox.com
1077   - (bal) Detect if clock_t structure exists, if not define it.
1078   - (bal) Detect if O_NONBLOCK exists, if not define it.
1079   - (bal) removed news4-posix.h (now empty)
1080   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
1081     instead of 'int'
1082  - (stevesk) sshd_config: sync
1083  - (stevesk) defines.h: remove spurious ``;''
1084
1085 20010108
1086  - (bal) Fixed another typo in cli.c
1087  - (bal) OpenBSD Sync
1088    - markus@cvs.openbsd.org 2001/01/07 21:26:55
1089      [cli.c]
1090      typo
1091    - markus@cvs.openbsd.org 2001/01/07 21:26:55
1092      [cli.c]
1093      missing free, stevesk@pobox.com
1094    - markus@cvs.openbsd.org 2001/01/07 19:06:25
1095      [auth1.c]
1096      missing free, stevesk@pobox.com
1097    - markus@cvs.openbsd.org 2001/01/07 11:28:04
1098      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
1099       ssh.h sshd.8 sshd.c]
1100      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
1101      syslog priority changes:
1102              fatal() LOG_ERR  -> LOG_CRIT
1103              log()   LOG_INFO -> LOG_NOTICE
1104  - Updated TODO
1105
1106 20010107
1107  - (bal) OpenBSD Sync
1108    - markus@cvs.openbsd.org 2001/01/06 11:23:27
1109      [ssh-rsa.c]
1110      remove unused
1111    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
1112      [ssh-keyscan.1]
1113      missing .El
1114    - markus@cvs.openbsd.org 2001/01/04 22:41:03
1115      [session.c sshconnect.c]
1116      consistent use of _PATH_BSHELL; from stevesk@pobox.com
1117    - djm@cvs.openbsd.org 2001/01/04 22:35:32
1118      [ssh.1 sshd.8]
1119      Mention AES as available SSH2 Cipher; ok markus
1120    - markus@cvs.openbsd.org 2001/01/04 22:25:58
1121      [sshd.c]
1122      sync usage()/man with defaults; from stevesk@pobox.com
1123    - markus@cvs.openbsd.org 2001/01/04 22:21:26
1124      [sshconnect2.c]
1125      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
1126      that prints a banner (e.g. /etc/issue.net)
1127
1128 20010105
1129  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
1130  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1131
1132 20010104
1133  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
1134    work by Chris Vaughan <vaughan99@yahoo.com>
1135
1136 20010103
1137  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
1138    tree (mainly positioning)
1139  - (bal) OpenSSH CVS Update
1140    - markus@cvs.openbsd.org 2001/01/02 20:41:02
1141      [packet.c]
1142      log remote ip on disconnect; PR 1600 from jcs@rt.fm
1143    - markus@cvs.openbsd.org 2001/01/02 20:50:56
1144      [sshconnect.c]
1145      strict_host_key_checking for host_status != HOST_CHANGED &&
1146      ip_status == HOST_CHANGED
1147  - (bal) authfile.c: Synced CVS ID tag
1148  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
1149  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
1150    patch by Tim Rice <tim@multitalents.net>
1151  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
1152    and sftp-server.8 manpage.
1153
1154 20010102
1155  - (bal) OpenBSD CVS Update
1156    - markus@cvs.openbsd.org 2001/01/01 14:52:49
1157      [scp.c]
1158      use shared fatal(); from stevesk@pobox.com
1159
1160 20001231
1161  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
1162    for multiple reasons.
1163  - (bal) Reverted out of a partial NeXT patch.
1164
1165 20001230
1166  - (bal) OpenBSD CVS Update
1167    - markus@cvs.openbsd.org 2000/12/28 18:58:30
1168      [ssh-keygen.c]
1169      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
1170    - markus@cvs.openbsd.org 2000/12/29 22:19:13
1171      [channels.c]
1172      missing xfree; from vaughan99@yahoo.com
1173  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
1174  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
1175    Suggested by Christian Kurz <shorty@debian.org>
1176  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
1177     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
1178     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1179
1180 20001229
1181  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
1182    Kurz <shorty@debian.org>
1183  - (bal) OpenBSD CVS Update
1184    - markus@cvs.openbsd.org 2000/12/28 14:25:51
1185      [auth.h auth2.c]
1186      count authentication failures only
1187    - markus@cvs.openbsd.org 2000/12/28 14:25:03
1188      [sshconnect.c]
1189      fingerprint for MITM attacks, too.
1190    - markus@cvs.openbsd.org 2000/12/28 12:03:57
1191      [sshd.8 sshd.c]
1192      document -D
1193    - markus@cvs.openbsd.org 2000/12/27 14:19:21
1194      [serverloop.c]
1195      less chatty
1196    - markus@cvs.openbsd.org 2000/12/27 12:34
1197      [auth1.c sshconnect2.c sshd.c]
1198      typo
1199    - markus@cvs.openbsd.org 2000/12/27 12:30:19
1200      [readconf.c readconf.h ssh.1 sshconnect.c]
1201      new option: HostKeyAlias: allow the user to record the host key
1202      under a different name. This is useful for ssh tunneling over
1203      forwarded connections or if you run multiple sshd's on different
1204      ports on the same machine.
1205    - markus@cvs.openbsd.org 2000/12/27 11:51:53
1206      [ssh.1 ssh.c]
1207      multiple -t force pty allocation, document ORIGINAL_COMMAND
1208    - markus@cvs.openbsd.org 2000/12/27 11:41:31
1209      [sshd.8]
1210      update for ssh-2
1211  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
1212    fix merge.
1213
1214 20001228
1215  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
1216    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
1217  - (djm) Update to new x11-askpass in RPM spec
1218  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
1219    header.  Patch by Tim Rice <tim@multitalents.net>
1220  - Updated TODO w/ known HP/UX issue
1221  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
1222    bad reference to 'NeXT including it else were' on the #ifdef version.
1223
1224 20001227
1225  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
1226    Takumi Yamane <yamtak@b-session.com>
1227  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
1228    by Corinna Vinschen <vinschen@redhat.com>
1229  - (djm) Fix catman-do target for non-bash
1230  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
1231    Takumi Yamane <yamtak@b-session.com>
1232  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
1233    by Corinna Vinschen <vinschen@redhat.com>
1234  - (djm) Fix catman-do target for non-bash
1235  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
1236  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
1237    'RLIMIT_NOFILE'
1238  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
1239    the info in COPYING.Ylonen has been moved to the start of each
1240    SSH1-derived file and README.Ylonen is well out of date.
1241
1242 20001223
1243  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
1244    if a change to config.h has occurred.  Suggested by Gert Doering
1245    <gert@greenie.muc.de>
1246  - (bal) OpenBSD CVS Update:
1247    - markus@cvs.openbsd.org 2000/12/22 16:49:40
1248      [ssh-keygen.c]
1249      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
1250
1251 20001222
1252  - Updated RCSID for pty.c
1253  - (bal) OpenBSD CVS Updates:
1254   - markus@cvs.openbsd.org 2000/12/21 15:10:16
1255     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
1256     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
1257   - markus@cvs.openbsd.org 2000/12/20 19:26:56
1258     [authfile.c]
1259     allow ssh -i userkey for root
1260   - markus@cvs.openbsd.org 2000/12/20 19:37:21
1261     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
1262     fix prototypes; from stevesk@pobox.com
1263   - markus@cvs.openbsd.org 2000/12/20 19:32:08
1264     [sshd.c]
1265     init pointer to NULL; report from Jan.Ivan@cern.ch
1266   - markus@cvs.openbsd.org 2000/12/19 23:17:54
1267     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
1268      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
1269      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
1270      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
1271      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
1272      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
1273      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
1274      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
1275      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
1276     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
1277     unsigned' with u_char.
1278
1279 20001221
1280  - (stevesk) OpenBSD CVS updates:
1281    - markus@cvs.openbsd.org 2000/12/19 15:43:45
1282      [authfile.c channels.c sftp-server.c ssh-agent.c]
1283      remove() -> unlink() for consistency
1284    - markus@cvs.openbsd.org 2000/12/19 15:48:09
1285      [ssh-keyscan.c]
1286      replace <ssl/x.h> with <openssl/x.h>
1287    - markus@cvs.openbsd.org 2000/12/17 02:33:40
1288      [uidswap.c]
1289      typo; from wsanchez@apple.com
1290
1291 20001220
1292  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
1293    and Linux-PAM. Based on report and fix from Andrew Morgan
1294    <morgan@transmeta.com>
1295
1296 20001218
1297  - (stevesk) rsa.c: entropy.h not needed.
1298  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
1299    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
1300
1301 20001216
1302  - (stevesk) OpenBSD CVS updates:
1303    - markus@cvs.openbsd.org 2000/12/16 02:53:57
1304      [scp.c]
1305      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
1306    - markus@cvs.openbsd.org 2000/12/16 02:39:57
1307      [scp.c]
1308      unused; from stevesk@pobox.com
1309
1310 20001215
1311  - (stevesk) Old OpenBSD patch wasn't completely applied:
1312    - markus@cvs.openbsd.org 2000/01/24 22:11:20
1313      [scp.c]
1314      allow '.' in usernames; from jedgar@fxp.org
1315  - (stevesk) OpenBSD CVS updates:
1316    - markus@cvs.openbsd.org 2000/12/13 16:26:53
1317      [ssh-keyscan.c]
1318      fatal already adds \n; from stevesk@pobox.com
1319    - markus@cvs.openbsd.org 2000/12/13 16:25:44
1320      [ssh-agent.c]
1321      remove redundant spaces; from stevesk@pobox.com
1322    - ho@cvs.openbsd.org 2000/12/12 15:50:21
1323      [pty.c]
1324      When failing to set tty owner and mode on a read-only filesystem, don't
1325      abort if the tty already has correct owner and reasonably sane modes.
1326      Example; permit 'root' to login to a firewall with read-only root fs.
1327      (markus@ ok)
1328    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
1329      [pty.c]
1330      KNF
1331    - markus@cvs.openbsd.org 2000/12/12 14:45:21
1332      [sshd.c]
1333      source port < 1024 is no longer required for rhosts-rsa since it
1334      adds no additional security.
1335    - markus@cvs.openbsd.org 2000/12/12 16:11:49
1336      [ssh.1 ssh.c]
1337      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
1338      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
1339      these changes should not change the visible default behaviour of the ssh client.
1340    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
1341      [scp.c]
1342      when copying 0-sized files, do not re-print ETA time at completion
1343    - provos@cvs.openbsd.org 2000/12/15 10:30:15
1344      [kex.c kex.h sshconnect2.c sshd.c]
1345      compute diffie-hellman in parallel between server and client. okay markus@
1346
1347 20001213
1348  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
1349    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
1350  - (stevesk) OpenBSD CVS update:
1351    - markus@cvs.openbsd.org 2000/12/12 15:30:02
1352      [ssh-keyscan.c ssh.c sshd.c]
1353      consistently use __progname; from stevesk@pobox.com
1354
1355 20001211
1356  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
1357    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
1358    <pekka@netcore.fi>
1359  - (bal) OpenbSD CVS update
1360    - markus@cvs.openbsd.org 2000/12/10 17:01:53
1361      [sshconnect1.c]
1362      always request new challenge for skey/tis-auth, fixes interop with
1363      other implementations; report from roth@feep.net
1364
1365 20001210
1366  - (bal) OpenBSD CVS updates
1367    - markus@cvs.openbsd.org 2000/12/09 13:41:51
1368      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1369      undo rijndael changes
1370    - markus@cvs.openbsd.org 2000/12/09 13:48:31
1371      [rijndael.c]
1372      fix byte order bug w/o introducing new implementation
1373    - markus@cvs.openbsd.org 2000/12/09 14:08:27
1374      [sftp-server.c]
1375      "" -> "." for realpath; from vinschen@redhat.com
1376    - markus@cvs.openbsd.org 2000/12/09 14:06:54
1377      [ssh-agent.c]
1378      extern int optind; from stevesk@sweden.hp.com
1379    - provos@cvs.openbsd.org 2000/12/09 23:51:11
1380      [compat.c]
1381      remove unnecessary '\n'
1382
1383 20001209
1384  - (bal) OpenBSD CVS updates:
1385    - djm@cvs.openbsd.org 2000/12/07 4:24:59
1386      [ssh.1]
1387      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
1388
1389 20001207
1390  - (bal) OpenBSD CVS updates:
1391    - markus@cvs.openbsd.org 2000/12/06 22:58:14
1392      [compat.c compat.h packet.c]
1393      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
1394    - markus@cvs.openbsd.org 2000/12/06 23:10:39
1395      [rijndael.c]
1396      unexpand(1)
1397    - markus@cvs.openbsd.org 2000/12/06 23:05:43
1398      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1399      new rijndael implementation. fixes endian bugs
1400
1401 20001206
1402  - (bal) OpenBSD CVS updates:
1403    - markus@cvs.openbsd.org 2000/12/05 20:34:09
1404      [channels.c channels.h clientloop.c serverloop.c]
1405      async connects for -R/-L; ok deraadt@
1406    - todd@cvs.openssh.org 2000/12/05 16:47:28
1407      [sshd.c]
1408      tweak comment to reflect real location of pid file; ok provos@
1409  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
1410    have it (used in ssh-keyscan).
1411  - (stevesk) OpenBSD CVS update:
1412    - markus@cvs.openbsd.org 2000/12/06 19:57:48
1413      [ssh-keyscan.c]
1414      err(3) -> internal error(), from stevesk@sweden.hp.com
1415
1416 20001205
1417  - (bal) OpenBSD CVS updates:
1418    - markus@cvs.openbsd.org 2000/12/04 19:24:02
1419      [ssh-keyscan.c ssh-keyscan.1]
1420      David Maziere's ssh-keyscan, ok niels@
1421  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
1422    to the recent OpenBSD source tree.
1423  - (stevesk) fix typos in contrib/hpux/README
1424
1425 20001204
1426  - (bal) More C functions defined in NeXT that are unaccessable without
1427    defining -POSIX.
1428  - (bal) OpenBSD CVS updates:
1429    - markus@cvs.openbsd.org 2000/12/03 11:29:04
1430      [compat.c]
1431      remove fallback to SSH_BUG_HMAC now that the drafts are updated
1432    - markus@cvs.openbsd.org 2000/12/03 11:27:55
1433      [compat.c]
1434      correctly match "2.1.0.pl2 SSH" etc; from
1435      pekkas@netcore.fi/bugzilla.redhat
1436    - markus@cvs.openbsd.org 2000/12/03 11:15:03
1437      [auth2.c compat.c compat.h sshconnect2.c]
1438      support f-secure/ssh.com 2.0.12; ok niels@
1439
1440 20001203
1441  - (bal) OpenBSD CVS updates:
1442   - markus@cvs.openbsd.org 2000/11/30 22:54:31
1443     [channels.c]
1444     debug->warn if tried to do -R style fwd w/o client requesting this;
1445     ok neils@
1446   - markus@cvs.openbsd.org 2000/11/29 20:39:17
1447     [cipher.c]
1448     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
1449   - markus@cvs.openbsd.org 2000/11/30 18:33:05
1450     [ssh-agent.c]
1451     agents must not dump core, ok niels@
1452   - markus@cvs.openbsd.org 2000/11/30 07:04:02
1453     [ssh.1]
1454     T is for both protocols
1455   - markus@cvs.openbsd.org 2000/12/01 00:00:51
1456     [ssh.1]
1457     typo; from green@FreeBSD.org
1458   - markus@cvs.openbsd.org 2000/11/30 07:02:35
1459     [ssh.c]
1460     check -T before isatty()
1461   - provos@cvs.openbsd.org 2000/11/29 13:51:27
1462     [sshconnect.c]
1463     show IP address and hostname when new key is encountered. okay markus@
1464   - markus@cvs.openbsd.org 2000/11/30 22:53:35
1465     [sshconnect.c]
1466     disable agent/x11/port fwding if hostkey has changed; ok niels@
1467   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
1468     [sshd.c]
1469     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
1470     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
1471  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
1472    PAM authentication using KbdInteractive.
1473  - (djm) Added another TODO
1474
1475 20001202
1476  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
1477  - (bal) Irix need some sort of mansubdir, patch by Michael Stone
1478    <mstone@cs.loyola.edu>
1479
1480 20001129
1481  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
1482    if there are background children with open fds.
1483  - (djm) bsd-rresvport.c bzero -> memset
1484  - (djm) Don't fail in defines.h on absence of 64 bit types (we will
1485    still fail during compilation of sftp-server).
1486  - (djm) Fail if ar is not found during configure
1487  - (djm) OpenBSD CVS updates:
1488    - provos@cvs.openbsd.org  2000/11/22 08:38:31
1489      [sshd.8]
1490      talk about /etc/primes, okay markus@
1491    - markus@cvs.openbsd.org  2000/11/23 14:03:48
1492      [ssh.c sshconnect1.c sshconnect2.c]
1493      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
1494      defaults
1495    - markus@cvs.openbsd.org  2000/11/25 09:42:53
1496      [sshconnect1.c]
1497      reorder check for illegal ciphers, bugreport from espie@
1498    - markus@cvs.openbsd.org  2000/11/25 10:19:34
1499      [ssh-keygen.c ssh.h]
1500      print keytype when generating a key.
1501      reasonable defaults for RSA1/RSA/DSA keys.
1502  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
1503    more manpage paths in fixpaths calls
1504  - (djm) Also add xauth path at Pekka's suggestion.
1505  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
1506
1507 20001125
1508  - (djm) Give up privs when reading seed file
1509
1510 20001123
1511  - (bal) Merge OpenBSD changes:
1512    - markus@cvs.openbsd.org  2000/11/15 22:31:36
1513      [auth-options.c]
1514      case insensitive key options; from stevesk@sweeden.hp.com
1515    - markus@cvs.openbsd.org  2000/11/16 17:55:43
1516      [dh.c]
1517      do not use perror() in sshd, after child is forked()
1518    - markus@cvs.openbsd.org  2000/11/14 23:42:40
1519      [auth-rsa.c]
1520      parse option only if key matches; fix some confusing seen by the client
1521    - markus@cvs.openbsd.org  2000/11/14 23:44:19
1522      [session.c]
1523      check no_agent_forward_flag for ssh-2, too
1524    - markus@cvs.openbsd.org  2000/11/15
1525      [ssh-agent.1]
1526      reorder SYNOPSIS; typo, use .It
1527    - markus@cvs.openbsd.org  2000/11/14 23:48:55
1528      [ssh-agent.c]
1529      do not reorder keys if a key is removed
1530    - markus@cvs.openbsd.org  2000/11/15 19:58:08
1531      [ssh.c]
1532      just ignore non existing user keys
1533    - millert@cvs.openbsd.org  200/11/15 20:24:43
1534      [ssh-keygen.c]
1535      Add missing \n at end of error message.
1536
1537 20001122
1538  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
1539    are compilable.
1540  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
1541
1542 20001117
1543  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
1544    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
1545  - (stevesk) Reworked progname support.
1546  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
1547    Shinichi Maruyama <marya@st.jip.co.jp>
1548
1549 20001116
1550  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
1551    releases.
1552  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
1553    <roth@feep.net>
1554
1555 20001113
1556  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
1557    contrib/README
1558  - (djm) Merge OpenBSD changes:
1559    - markus@cvs.openbsd.org  2000/11/06 16:04:56
1560      [channels.c channels.h clientloop.c nchan.c serverloop.c]
1561      [session.c ssh.c]
1562      agent forwarding and -R for ssh2, based on work from
1563      jhuuskon@messi.uku.fi
1564    - markus@cvs.openbsd.org  2000/11/06 16:13:27
1565      [ssh.c sshconnect.c sshd.c]
1566      do not disabled rhosts(rsa) if server port > 1024; from
1567      pekkas@netcore.fi
1568    - markus@cvs.openbsd.org  2000/11/06 16:16:35
1569      [sshconnect.c]
1570      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
1571    - markus@cvs.openbsd.org  2000/11/09 18:04:40
1572      [auth1.c]
1573      typo; from mouring@pconline.com
1574    - markus@cvs.openbsd.org  2000/11/12 12:03:28
1575      [ssh-agent.c]
1576      off-by-one when removing a key from the agent
1577    - markus@cvs.openbsd.org  2000/11/12 12:50:39
1578      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
1579      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
1580      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
1581      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
1582      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
1583      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
1584      add support for RSA to SSH2.  please test.
1585      there are now 3 types of keys: RSA1 is used by ssh-1 only,
1586      RSA and DSA are used by SSH2.
1587      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
1588      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
1589      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
1590  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
1591  - (djm) Change to interim version
1592  - (djm) Fix RPM spec file stupidity
1593  - (djm) fixpaths to DSA and RSA keys too
1594
1595 20001112
1596  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
1597    Phillips Porch <root@theporch.com>
1598  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
1599    <dcp@sgi.com>
1600  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
1601    failed ioctl(TIOCSCTTY) call.
1602
1603 20001111
1604  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
1605    packaging files
1606  - (djm) Fix new Makefile.in warnings
1607  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
1608    promoted to type int. Report and fix from Dan Astoorian
1609    <djast@cs.toronto.edu>
1610  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
1611    it wrong. Report from Bennett Todd <bet@rahul.net>
1612
1613 20001110
1614  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
1615  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
1616  - (bal) Added in check to verify S/Key library is being detected in
1617    configure.in
1618  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
1619    Patch by Mark Miller <markm@swoon.net>
1620  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
1621    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
1622  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
1623
1624 20001107
1625  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
1626    Mark Miller <markm@swoon.net>
1627  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
1628    Jarno Huuskonen <jhuuskon@messi.uku.fi>
1629  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
1630    Mark D. Roth <roth@feep.net>
1631
1632 20001106
1633  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
1634  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
1635  - (djm) Remove UPGRADING document in favour of a link to the better
1636    maintained FAQ on www.openssh.com
1637  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
1638    <pekkas@netcore.fi>
1639  - (djm) Don't need X11-askpass in RPM spec file if building without it
1640    from Pekka Savola <pekkas@netcore.fi>
1641  - (djm) Release 2.3.0p1
1642  - (bal) typo in configure.in in regards to --with-ldflags from Marko
1643    Asplund <aspa@kronodoc.fi>
1644  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
1645
1646 20001105
1647  - (bal) Sync with OpenBSD:
1648    - markus@cvs.openbsd.org 2000/10/31 9:31:58
1649      [compat.c]
1650      handle all old openssh versions
1651    - markus@cvs.openbsd.org 2000/10/31 13:1853
1652      [deattack.c]
1653      so that large packets do not wrap "n"; from netbsd
1654  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
1655  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
1656  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
1657    setsid() into more common files
1658  - (stevesk) pty.c: use __hpux to identify HP-UX.
1659  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
1660    bsd-waitpid.c
1661
1662 20001029
1663  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
1664  - (stevesk) Create contrib/cygwin/ directory; patch from
1665    Corinna Vinschen <vinschen@redhat.com>
1666  - (bal) Resolved more $xno and $xyes issues in configure.in
1667  - (bal) next-posix.h - spelling and forgot a prototype
1668
1669 20001028
1670  - (djm) fix select hack in serverloop.c from Philippe WILLEM
1671    <Philippe.WILLEM@urssaf.fr>
1672  - (djm) Fix mangled AIXAUTHENTICATE code
1673  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
1674    <markus.friedl@informatik.uni-erlangen.de>
1675  - (djm) Sync with OpenBSD:
1676    - markus@cvs.openbsd.org  2000/10/16 15:46:32
1677      [ssh.1]
1678      fixes from pekkas@netcore.fi
1679    - markus@cvs.openbsd.org  2000/10/17 14:28:11
1680      [atomicio.c]
1681      return number of characters processed; ok deraadt@
1682    - markus@cvs.openbsd.org  2000/10/18 12:04:02
1683      [atomicio.c]
1684      undo
1685    - markus@cvs.openbsd.org  2000/10/18 12:23:02
1686      [scp.c]
1687      replace atomicio(read,...) with read(); ok deraadt@
1688    - markus@cvs.openbsd.org  2000/10/18 12:42:00
1689      [session.c]
1690      restore old record login behaviour
1691    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
1692      [auth-skey.c]
1693      fmt string problem in unused code
1694    - provos@cvs.openbsd.org  2000/10/19 10:45:16
1695      [sshconnect2.c]
1696      don't reference freed memory. okay deraadt@
1697    - markus@cvs.openbsd.org  2000/10/21 11:04:23
1698      [canohost.c]
1699      typo, eramore@era-t.ericsson.se; ok niels@
1700    - markus@cvs.openbsd.org  2000/10/23 13:31:55
1701      [cipher.c]
1702      non-alignment dependent swap_bytes(); from
1703      simonb@wasabisystems.com/netbsd
1704    - markus@cvs.openbsd.org  2000/10/26 12:38:28
1705      [compat.c]
1706      add older vandyke products
1707    - markus@cvs.openbsd.org  2000/10/27 01:32:19
1708      [channels.c channels.h clientloop.c serverloop.c session.c]
1709      [ssh.c util.c]
1710      enable non-blocking IO on channels, and tty's (except for the
1711      client ttys).
1712
1713 20001027
1714  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
1715
1716 20001025
1717  - (djm) Added WARNING.RNG file and modified configure to ask users of the
1718    builtin entropy code to read it.
1719  - (djm) Prefer builtin regex to PCRE.
1720  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
1721  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
1722    <proski@gnu.org>
1723
1724 20001020
1725  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
1726  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
1727    is more correct then current version.
1728
1729 20001018
1730  - (stevesk) Add initial support for setproctitle().  Current
1731    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
1732  - (stevesk) Add egd startup scripts to contrib/hpux/
1733
1734 20001017
1735  - (djm) Add -lregex to cywin libs from Corinna Vinschen
1736    <vinschen@cygnus.com>
1737  - (djm) Don't rely on atomicio's retval to determine length of askpass
1738    supplied passphrase. Problem report from Lutz Jaenicke
1739    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1740  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
1741  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
1742    <nakaji@tutrp.tut.ac.jp>
1743
1744 20001016
1745  - (djm) Sync with OpenBSD:
1746    - markus@cvs.openbsd.org  2000/10/14 04:01:15
1747      [cipher.c]
1748      debug3
1749    - markus@cvs.openbsd.org  2000/10/14 04:07:23
1750      [scp.c]
1751      remove spaces from arguments; from djm@mindrot.org
1752    - markus@cvs.openbsd.org  2000/10/14 06:09:46
1753      [ssh.1]
1754      Cipher is for SSH-1 only
1755    - markus@cvs.openbsd.org  2000/10/14 06:12:09
1756      [servconf.c servconf.h serverloop.c session.c sshd.8]
1757      AllowTcpForwarding; from naddy@
1758    - markus@cvs.openbsd.org  2000/10/14 06:16:56
1759      [auth2.c compat.c compat.h sshconnect2.c version.h]
1760      OpenSSH_2.3; note that is is not complete, but the version number
1761      needs to be changed for interoperability reasons
1762    - markus@cvs.openbsd.org  2000/10/14 06:19:45
1763      [auth-rsa.c]
1764      do not send RSA challenge if key is not allowed by key-options; from
1765      eivind@ThinkSec.com
1766    - markus@cvs.openbsd.org  2000/10/15 08:14:01
1767      [rijndael.c session.c]
1768      typos; from stevesk@sweden.hp.com
1769    - markus@cvs.openbsd.org  2000/10/15 08:18:31
1770      [rijndael.c]
1771      typo
1772  - (djm) Copy manpages back over from OpenBSD - too tedious to wade
1773    through diffs
1774  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
1775    <pekkas@netcore.fi>
1776  - (djm) Update version in Redhat spec file
1777  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
1778    Redhat 7.0 spec file
1779  - (djm) Make inability to read/write PRNG seedfile non-fatal
1780
1781
1782 20001015
1783  - (djm) Fix ssh2 hang on background processes at logout.
1784
1785 20001014
1786  - (bal) Add support for realpath and getcwd for platforms with broken
1787    or missing realpath implementations for sftp-server.
1788  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
1789  - (bal) Add support for GNU rx library for those lacking regexp support
1790  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
1791  - (djm) Revert SSH2 serverloop hack, will find a better way.
1792  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
1793    from Martin Johansson <fatbob@acc.umu.se>
1794  - (djm) Big OpenBSD sync:
1795    - markus@cvs.openbsd.org  2000/09/30 10:27:44
1796      [log.c]
1797      allow loglevel debug
1798    - markus@cvs.openbsd.org  2000/10/03 11:59:57
1799      [packet.c]
1800      hmac->mac
1801    - markus@cvs.openbsd.org  2000/10/03 12:03:03
1802      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
1803      move fake-auth from auth1.c to individual auth methods, disables s/key in
1804      debug-msg
1805    - markus@cvs.openbsd.org  2000/10/03 12:16:48
1806      ssh.c
1807      do not resolve canonname, i have no idea why this was added oin ossh
1808    - markus@cvs.openbsd.org  2000/10/09 15:30:44
1809      ssh-keygen.1 ssh-keygen.c
1810      -X now reads private ssh.com DSA keys, too.
1811    - markus@cvs.openbsd.org  2000/10/09 15:32:34
1812      auth-options.c
1813      clear options on every call.
1814    - markus@cvs.openbsd.org  2000/10/09 15:51:00
1815      authfd.c authfd.h
1816      interop with ssh-agent2, from <res@shore.net>
1817    - markus@cvs.openbsd.org  2000/10/10 14:20:45
1818      compat.c
1819      use rexexp for version string matching
1820    - provos@cvs.openbsd.org  2000/10/10 22:02:18
1821      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
1822      First rough implementation of the diffie-hellman group exchange.  The
1823      client can ask the server for bigger groups to perform the diffie-hellman
1824      in, thus increasing the attack complexity when using ciphers with longer
1825      keys.  University of Windsor provided network, T the company.
1826    - markus@cvs.openbsd.org  2000/10/11 13:59:52
1827      [auth-rsa.c auth2.c]
1828      clear auth options unless auth sucessfull
1829    - markus@cvs.openbsd.org  2000/10/11 14:00:27
1830      [auth-options.h]
1831      clear auth options unless auth sucessfull
1832    - markus@cvs.openbsd.org  2000/10/11 14:03:27
1833      [scp.1 scp.c]
1834      support 'scp -o' with help from mouring@pconline.com
1835    - markus@cvs.openbsd.org  2000/10/11 14:11:35
1836      [dh.c]
1837      Wall
1838    - markus@cvs.openbsd.org  2000/10/11 14:14:40
1839      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
1840      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
1841      add support for s/key (kbd-interactive) to ssh2, based on work by
1842      mkiernan@avantgo.com and me
1843    - markus@cvs.openbsd.org  2000/10/11 14:27:24
1844      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
1845      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
1846      [sshconnect2.c sshd.c]
1847      new cipher framework
1848    - markus@cvs.openbsd.org  2000/10/11 14:45:21
1849      [cipher.c]
1850      remove DES
1851    - markus@cvs.openbsd.org  2000/10/12 03:59:20
1852      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
1853      enable DES in SSH-1 clients only
1854    - markus@cvs.openbsd.org  2000/10/12 08:21:13
1855      [kex.h packet.c]
1856      remove unused
1857    - markus@cvs.openbsd.org  2000/10/13 12:34:46
1858      [sshd.c]
1859      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
1860    - markus@cvs.openbsd.org  2000/10/13 12:59:15
1861      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
1862      rijndael/aes support
1863    - markus@cvs.openbsd.org  2000/10/13 13:10:54
1864      [sshd.8]
1865      more info about -V
1866    - markus@cvs.openbsd.org  2000/10/13 13:12:02
1867      [myproposal.h]
1868      prefer no compression
1869  - (djm) Fix scp user@host handling
1870  - (djm) Don't clobber ssh_prng_cmds on install
1871  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
1872    u_intXX_t types on all platforms.
1873  - (stevesk) rijndael.c: cleanup missing declaration warnings.
1874  - (stevesk) ~/.hushlogin shouldn't cause required password change to
1875    be bypassed.
1876  - (stevesk) Display correct path to ssh-askpass in configure output.
1877    Report from Lutz Jaenicke.
1878
1879 20001007
1880  - (stevesk) Print PAM return value in PAM log messages to aid
1881    with debugging.
1882  - (stevesk) Fix detection of pw_class struct member in configure;
1883    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
1884
1885 20001002
1886  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
1887  - (djm) Add host system and CC to end-of-configure report. Suggested by
1888    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1889
1890 20000931
1891  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
1892
1893 20000930
1894  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
1895  - (djm) Support in bsd-snprintf.c for long long conversions from
1896    Ben Lindstrom <mouring@pconline.com>
1897  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
1898  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
1899    very short lived X connections. Bug report from Tobias Oetiker
1900    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
1901  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
1902    patch from Pekka Savola <pekkas@netcore.fi>
1903  - (djm) Forgot to cvs add LICENSE file
1904  - (djm) Add LICENSE to RPM spec files
1905  - (djm) CVS OpenBSD sync:
1906    - markus@cvs.openbsd.org  2000/09/26 13:59:59
1907      [clientloop.c]
1908      use debug2
1909    - markus@cvs.openbsd.org  2000/09/27 15:41:34
1910      [auth2.c sshconnect2.c]
1911      use key_type()
1912    - markus@cvs.openbsd.org  2000/09/28 12:03:18
1913      [channels.c]
1914      debug -> debug2 cleanup
1915  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
1916    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
1917    <Alain.St-Denis@ec.gc.ca>
1918  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
1919    Problem was caused by interrupted read in ssh-add. Report from Donald
1920    J. Barry <don@astro.cornell.edu>
1921
1922 20000929
1923  - (djm) Fix SSH2 not terminating until all background tasks done problem.
1924  - (djm) Another off-by-one fix from Pavel Kankovsky
1925    <peak@argo.troja.mff.cuni.cz>
1926  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
1927    tidy necessary differences. Use Markus' new debugN() in entropy.c
1928  - (djm) Merged big SCO portability patch from Tim Rice
1929    <tim@multitalents.net>
1930
1931 20000926
1932  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
1933  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
1934  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
1935    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
1936
1937 20000924
1938  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
1939  - (djm) A bit more cleanup - created cygwin_util.h
1940  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
1941    <markm@swoon.net>
1942
1943 20000923
1944  - (djm) Fix address logging in utmp from Kevin Steves
1945    <stevesk@sweden.hp.com>
1946  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
1947  - (djm) Seperate tests for int64_t and u_int64_t types
1948  - (djm) Tweak password expiry checking at suggestion of Kevin Steves
1949    <stevesk@sweden.hp.com>
1950  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
1951  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
1952    Michael Stone <mstone@cs.loyola.edu>
1953  - (djm) OpenBSD CVS sync:
1954    - markus@cvs.openbsd.org  2000/09/17 09:38:59
1955      [sshconnect2.c sshd.c]
1956      fix DEBUG_KEXDH
1957    - markus@cvs.openbsd.org  2000/09/17 09:52:51
1958      [sshconnect.c]
1959      yes no; ok niels@
1960    - markus@cvs.openbsd.org  2000/09/21 04:55:11
1961      [sshd.8]
1962      typo
1963    - markus@cvs.openbsd.org  2000/09/21 05:03:54
1964      [serverloop.c]
1965      typo
1966    - markus@cvs.openbsd.org  2000/09/21 05:11:42
1967      scp.c
1968      utime() to utimes(); mouring@pconline.com
1969    - markus@cvs.openbsd.org  2000/09/21 05:25:08
1970      sshconnect2.c
1971      change login logic in ssh2, allows plugin of other auth methods
1972    - markus@cvs.openbsd.org  2000/09/21 05:25:35
1973      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
1974      [serverloop.c]
1975      add context to dispatch_run
1976    - markus@cvs.openbsd.org  2000/09/21 05:07:52
1977      authfd.c authfd.h ssh-agent.c
1978      bug compat for old ssh.com software
1979
1980 20000920
1981  - (djm) Fix bad path substitution. Report from Andrew Miner
1982    <asminer@cs.iastate.edu>
1983
1984 20000916
1985  - (djm) Fix SSL search order from Lutz Jaenicke
1986    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1987  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
1988  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
1989  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
1990    Patch from Larry Jones <larry.jones@sdrc.com>
1991  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
1992    password change patch.
1993  - (djm) Bring licenses on my stuff in line with OpenBSD's
1994  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
1995    Kevin Steves <stevesk@sweden.hp.com>
1996  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
1997  - (djm) Re-enable int64_t types - we need them for sftp
1998  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
1999  - (djm) Update Redhat SPEC file accordingly
2000  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
2001  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
2002  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
2003    <Dirk.DeWachter@rug.ac.be>
2004  - (djm) Fixprogs and entropy list fixes from Larry Jones
2005    <larry.jones@sdrc.com>
2006  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
2007    <tyoshida@gemini.rc.kyushu-u.ac.jp>
2008  - (djm) Merge OpenBSD changes:
2009    - markus@cvs.openbsd.org  2000/09/05 02:59:57
2010      [session.c]
2011      print hostname (not hushlogin)
2012    - markus@cvs.openbsd.org  2000/09/05 13:18:48
2013      [authfile.c ssh-add.c]
2014      enable ssh-add -d for DSA keys
2015    - markus@cvs.openbsd.org  2000/09/05 13:20:49
2016      [sftp-server.c]
2017      cleanup
2018    - markus@cvs.openbsd.org  2000/09/06 03:46:41
2019      [authfile.h]
2020      prototype
2021    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
2022      [ALL]
2023      cleanup copyright notices on all files.  I have attempted to be
2024      accurate with the details.  everything is now under Tatu's licence
2025      (which I copied from his readme), and/or the core-sdi bsd-ish thing
2026      for deattack, or various openbsd developers under a 2-term bsd
2027      licence.  We're not changing any rules, just being accurate.
2028    - markus@cvs.openbsd.org  2000/09/07 14:40:30
2029      [channels.c channels.h clientloop.c serverloop.c ssh.c]
2030      cleanup window and packet sizes for ssh2 flow control; ok niels
2031    - markus@cvs.openbsd.org  2000/09/07 14:53:00
2032      [scp.c]
2033      typo
2034    - markus@cvs.openbsd.org  2000/09/07 15:13:37
2035      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
2036      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
2037      [pty.c readconf.c]
2038      some more Copyright fixes
2039    - markus@cvs.openbsd.org  2000/09/08 03:02:51
2040      [README.openssh2]
2041      bye bye
2042    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
2043      [LICENCE cipher.c]
2044      a few more comments about it being ARC4 not RC4
2045    - markus@cvs.openbsd.org  2000/09/12 14:53:11
2046      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
2047      multiple debug levels
2048    - markus@cvs.openbsd.org  2000/09/14 14:25:15
2049      [clientloop.c]
2050      typo
2051    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
2052      [ssh-agent.c]
2053      check return value for setenv(3) for failure, and deal appropriately
2054
2055 20000913
2056  - (djm) Fix server not exiting with jobs in background.
2057
2058 20000905
2059  - (djm) Import OpenBSD CVS changes
2060    - markus@cvs.openbsd.org  2000/08/31 15:52:24
2061      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
2062      implement a SFTP server. interops with sftp2, scp2 and the windows
2063      client from ssh.com
2064    - markus@cvs.openbsd.org  2000/08/31 15:56:03
2065      [README.openssh2]
2066      sync
2067    - markus@cvs.openbsd.org  2000/08/31 16:05:42
2068      [session.c]
2069      Wall
2070    - markus@cvs.openbsd.org  2000/08/31 16:09:34
2071      [authfd.c ssh-agent.c]
2072      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
2073    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
2074      [scp.1 scp.c]
2075      cleanup and fix -S support; stevesk@sweden.hp.com
2076    - markus@cvs.openbsd.org  2000/09/01 16:29:32
2077      [sftp-server.c]
2078      portability fixes
2079    - markus@cvs.openbsd.org  2000/09/01 16:32:41
2080      [sftp-server.c]
2081      fix cast; mouring@pconline.com
2082    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
2083      [ssh-add.1 ssh.1]
2084      add missing .El against .Bl.
2085    - markus@cvs.openbsd.org  2000/09/04 13:03:41
2086      [session.c]
2087      missing close; ok theo
2088    - markus@cvs.openbsd.org  2000/09/04 13:07:21
2089      [session.c]
2090      fix get_last_login_time order; from andre@van-veen.de
2091    - markus@cvs.openbsd.org  2000/09/04 13:10:09
2092      [sftp-server.c]
2093      more cast fixes; from mouring@pconline.com
2094    - markus@cvs.openbsd.org  2000/09/04 13:06:04
2095      [session.c]
2096      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
2097  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
2098  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
2099
2100 20000903
2101  - (djm) Fix Redhat init script
2102
2103 20000901
2104  - (djm) Pick up Jim's new X11-askpass
2105  - (djm) Release 2.2.0p1
2106
2107 20000831
2108  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
2109    <acox@cv.telegroup.com>
2110  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
2111
2112 20000830
2113  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
2114  - (djm) Periodically rekey arc4random
2115  - (djm) Clean up diff against OpenBSD.
2116  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2117    <stevesk@sweden.hp.com>
2118  - (djm) Quieten the pam delete credentials error message
2119  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
2120    Kevin Steves <stevesk@sweden.hp.com>
2121  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
2122  - (djm) Fix doh in bsd-arc4random.c
2123
2124 20000829
2125  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
2126    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
2127    Garrick James <garrick@james.net>
2128  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
2129    Bastian Trompetter <btrompetter@firemail.de>
2130  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
2131  - More OpenBSD updates:
2132    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
2133      [scp.c]
2134      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
2135    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
2136      [session.c]
2137      Wall
2138    - markus@cvs.openbsd.org  2000/08/26 04:33:43
2139      [compat.c]
2140      ssh.com-2.3.0
2141    - markus@cvs.openbsd.org  2000/08/27 12:18:05
2142      [compat.c]
2143      compatibility with future ssh.com versions
2144    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
2145      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
2146      print uid/gid as unsigned
2147    - markus@cvs.openbsd.org  2000/08/28 13:51:00
2148      [ssh.c]
2149      enable -n and -f for ssh2
2150    - markus@cvs.openbsd.org  2000/08/28 14:19:53
2151      [ssh.c]
2152      allow combination of -N and -f
2153    - markus@cvs.openbsd.org  2000/08/28 14:20:56
2154      [util.c]
2155      util.c
2156    - markus@cvs.openbsd.org  2000/08/28 14:22:02
2157      [util.c]
2158      undo
2159    - markus@cvs.openbsd.org  2000/08/28 14:23:38
2160      [util.c]
2161      don't complain if setting NONBLOCK fails with ENODEV
2162
2163 20000823
2164  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
2165    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
2166    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
2167    <kajiyama@grad.sccs.chukyo-u.ac.jp>
2168  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
2169  - (djm) Add local version to version.h
2170  - (djm) Don't reseed arc4random everytime it is used
2171  - (djm) OpenBSD CVS updates:
2172    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
2173      [ssh.c]
2174      accept remsh as a valid name as well; roman@buildpoint.com
2175    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
2176      [deattack.c crc32.c packet.c]
2177      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
2178      libz crc32 function yet, because it has ugly "long"'s in it;
2179      oneill@cs.sfu.ca
2180    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
2181      [scp.1 scp.c]
2182      -S prog support; tv@debian.org
2183    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
2184      [scp.c]
2185      knf
2186    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
2187      [log-client.c]
2188      shorten
2189    - markus@cvs.openbsd.org  2000/08/19 12:48:11
2190      [channels.c channels.h clientloop.c ssh.c ssh.h]
2191      support for ~. in ssh2
2192    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
2193      [crc32.h]
2194      proper prototype
2195    - markus@cvs.openbsd.org  2000/08/19 15:34:44
2196      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
2197      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2198      [fingerprint.c fingerprint.h]
2199      add SSH2/DSA support to the agent and some other DSA related cleanups.
2200      (note that we cannot talk to ssh.com's ssh2 agents)
2201    - markus@cvs.openbsd.org  2000/08/19 15:55:52
2202      [channels.c channels.h clientloop.c]
2203      more ~ support for ssh2
2204    - markus@cvs.openbsd.org  2000/08/19 16:21:19
2205      [clientloop.c]
2206      oops
2207    - millert@cvs.openbsd.org 2000/08/20 12:25:53
2208      [session.c]
2209      We have to stash the result of get_remote_name_or_ip() before we
2210      close our socket or getpeername() will get EBADF and the process
2211      will exit.  Only a problem for "UseLogin yes".
2212    - millert@cvs.openbsd.org 2000/08/20 12:30:59
2213      [session.c]
2214      Only check /etc/nologin if "UseLogin no" since login(1) may have its
2215      own policy on determining who is allowed to login when /etc/nologin
2216      is present.  Also use the _PATH_NOLOGIN define.
2217    - millert@cvs.openbsd.org 2000/08/20 12:42:43
2218      [auth1.c auth2.c session.c ssh.c]
2219      Add calls to setusercontext() and login_get*().  We basically call
2220      setusercontext() in most places where previously we did a setlogin().
2221      Add default login.conf file and put root in the "daemon" login class.
2222    - millert@cvs.openbsd.org 2000/08/21 10:23:31
2223      [session.c]
2224      Fix incorrect PATH setting; noted by Markus.
2225
2226 20000818
2227  - (djm) OpenBSD CVS changes:
2228    - markus@cvs.openbsd.org  2000/07/22 03:14:37
2229      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
2230      random early drop; ok theo, niels
2231    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
2232      [ssh.1]
2233      typo
2234    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
2235      [sshd.8]
2236      many fixes from pepper@mail.reppep.com
2237    - provos@cvs.openbsd.org  2000/08/01 13:01:42
2238      [Makefile.in util.c aux.c]
2239      rename aux.c to util.c to help with cygwin port
2240    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
2241      [authfd.c]
2242      correct sun_len; Alexander@Leidinger.net
2243    - provos@cvs.openbsd.org  2000/08/02 10:27:17
2244      [readconf.c sshd.8]
2245      disable kerberos authentication by default
2246    - provos@cvs.openbsd.org  2000/08/02 11:27:05
2247      [sshd.8 readconf.c auth-krb4.c]
2248      disallow kerberos authentication if we can't verify the TGT; from
2249      dugsong@
2250      kerberos authentication is on by default only if you have a srvtab.
2251    - markus@cvs.openbsd.org  2000/08/04 14:30:07
2252      [auth.c]
2253      unused
2254    - markus@cvs.openbsd.org  2000/08/04 14:30:35
2255      [sshd_config]
2256      MaxStartups
2257    - markus@cvs.openbsd.org  2000/08/15 13:20:46
2258      [authfd.c]
2259      cleanup; ok niels@
2260    - markus@cvs.openbsd.org  2000/08/17 14:05:10
2261      [session.c]
2262      cleanup login(1)-like jobs, no duplicate utmp entries
2263    - markus@cvs.openbsd.org  2000/08/17 14:06:34
2264      [session.c sshd.8 sshd.c]
2265       sshd -u len, similar to telnetd
2266  - (djm) Lastlog was not getting closed after writing login entry
2267  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
2268
2269 20000816
2270  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
2271  - (djm) Fix strerror replacement for old SunOS. Based on patch from
2272    Charles Levert <charles@comm.polymtl.ca>
2273  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
2274    implementation.
2275  - (djm) SUN_LEN macro for systems which lack it
2276
2277 20000815
2278  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
2279  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
2280    Michael Stone <mstone@cs.loyola.edu>
2281  - (djm) Don't seek in directory based lastlogs
2282  - (djm) Fix --with-ipaddr-display configure option test. Patch from
2283    Jarno Huuskonen <jhuuskon@messi.uku.fi>
2284  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2285
2286 20000813
2287  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
2288    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
2289
2290 20000809
2291  - (djm) Define AIX hard limits if headers don't. Report from
2292    Bill Painter <william.t.painter@lmco.com>
2293  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
2294    <charles@comm.polymtl.ca>
2295
2296 20000808
2297  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
2298    time, spec file cleanup.
2299
2300 20000807
2301  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
2302  - (djm) Suppress error messages on channel close shutdown() failurs
2303    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
2304  - (djm) Add some more entropy collection commands from Lutz Jaenicke
2305
2306 20000725
2307  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
2308
2309 20000721
2310  - (djm) OpenBSD CVS updates:
2311    - markus@cvs.openbsd.org  2000/07/16 02:27:22
2312      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
2313      [sshconnect1.c sshconnect2.c]
2314      make ssh-add accept dsa keys (the agent does not)
2315    - djm@cvs.openbsd.org     2000/07/17 19:25:02
2316      [sshd.c]
2317      Another closing of stdin; ok deraadt
2318    - markus@cvs.openbsd.org  2000/07/19 18:33:12
2319      [dsa.c]
2320      missing free, reorder
2321    - markus@cvs.openbsd.org  2000/07/20 16:23:14
2322      [ssh-keygen.1]
2323      document input and output files
2324
2325 20000720
2326  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
2327
2328 20000716
2329  - (djm) Release 2.1.1p4
2330
2331 20000715
2332  - (djm) OpenBSD CVS updates
2333    - provos@cvs.openbsd.org  2000/07/13 16:53:22
2334      [aux.c readconf.c servconf.c ssh.h]
2335      allow multiple whitespace but only one '=' between tokens, bug report from
2336      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
2337    - provos@cvs.openbsd.org  2000/07/13 17:14:09
2338      [clientloop.c]
2339      typo; todd@fries.net
2340    - provos@cvs.openbsd.org  2000/07/13 17:19:31
2341      [scp.c]
2342      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
2343    - markus@cvs.openbsd.org  2000/07/14 16:59:46
2344      [readconf.c servconf.c]
2345      allow leading whitespace. ok niels
2346    - djm@cvs.openbsd.org     2000/07/14 22:01:38
2347      [ssh-keygen.c ssh.c]
2348      Always create ~/.ssh with mode 700; ok Markus
2349  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
2350    - Include floatingpoint.h for entropy.c
2351    - strerror replacement
2352
2353 20000712
2354  - (djm) Remove -lresolve for Reliant Unix
2355  - (djm) OpenBSD CVS Updates:
2356    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
2357      [session.c sshd.c ]
2358      make MaxStartups code still work with -d; djm
2359    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
2360      [readconf.c ssh_config]
2361      disable FallBackToRsh by default
2362  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
2363    Ben Lindstrom <mouring@pconline.com>
2364  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
2365    spec file.
2366  - (djm) Released 2.1.1p3
2367
2368 20000711
2369  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
2370    <tbert@abac.com>
2371  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
2372  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
2373    <mouring@pconline.com>
2374  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
2375    from Jim Watt <jimw@peisj.pebio.com>
2376  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
2377    to compile on more platforms (incl NeXT).
2378  - (djm) Added bsd-inet_aton and configure support for NeXT
2379  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
2380  - (djm) OpenBSD CVS updates:
2381    - markus@cvs.openbsd.org  2000/06/26 03:22:29
2382      [authfd.c]
2383      cleanup, less cut&paste
2384    - markus@cvs.openbsd.org  2000/06/26 15:59:19
2385      [servconf.c servconf.h session.c sshd.8 sshd.c]
2386      MaxStartups: limit number of unauthenticated connections, work by
2387      theo and me
2388    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
2389      [session.c]
2390      use no_x11_forwarding_flag correctly; provos ok
2391    - provos@cvs.openbsd.org  2000/07/05 15:35:57
2392      [sshd.c]
2393      typo
2394    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
2395      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
2396      Insert more missing .El directives. Our troff really should identify
2397      these and spit out a warning.
2398    - todd@cvs.openbsd.org    2000/07/06 21:55:04
2399      [auth-rsa.c auth2.c ssh-keygen.c]
2400      clean code is good code
2401    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
2402      [serverloop.c]
2403      sense of port forwarding flag test was backwards
2404    - provos@cvs.openbsd.org  2000/07/08 17:17:31
2405      [compat.c readconf.c]
2406      replace strtok with strsep; from David Young <dyoung@onthejob.net>
2407    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
2408      [auth.h]
2409      KNF
2410    - ho@cvs.openbsd.org      2000/07/08 19:27:33
2411      [compat.c readconf.c]
2412      Better conditions for strsep() ending.
2413    - ho@cvs.openbsd.org      2000/07/10 10:27:05
2414      [readconf.c]
2415      Get the correct message on errors. (niels@ ok)
2416    - ho@cvs.openbsd.org      2000/07/10 10:30:25
2417      [cipher.c kex.c servconf.c]
2418      strtok() --> strsep(). (niels@ ok)
2419  - (djm) Fix problem with debug mode and MaxStartups
2420  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
2421    builds)
2422  - (djm) Add strsep function from OpenBSD libc for systems that lack it
2423
2424 20000709
2425  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
2426    Kevin Steves <stevesk@sweden.hp.com>
2427  - (djm) Match prototype and function declaration for rresvport_af.
2428    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
2429  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
2430    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
2431  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
2432    <jimw@peisj.pebio.com>
2433  - (djm) Fix pam sprintf fix
2434  - (djm) Cleanup entropy collection code a little more. Split initialisation
2435    from seeding, perform intialisation immediatly at start, be careful with
2436    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
2437  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
2438    Including sigaction() et al. replacements
2439  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
2440    <tbert@abac.com>
2441
2442 20000708
2443  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
2444    Aaron Hopkins <aaron@die.net>
2445  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
2446    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2447  - (djm) Fixed undefined variables for OSF SIA. Report from
2448    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
2449  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
2450    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
2451  - (djm) Don't use inet_addr.
2452
2453 20000702
2454  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
2455  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
2456    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
2457  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
2458    Chris, the Young One <cky@pobox.com>
2459  - (djm) Fix scp progress meter on really wide terminals. Based on patch
2460    from James H. Cloos Jr. <cloos@jhcloos.com>
2461
2462 20000701
2463  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
2464  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
2465  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
2466    <vinschen@cygnus.com>
2467  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2468  - (djm) Added check for broken snprintf() functions which do not correctly
2469    terminate output string and attempt to use replacement.
2470  - (djm) Released 2.1.1p2
2471
2472 20000628
2473  - (djm) Fixes to lastlog code for Irix
2474  - (djm) Use atomicio in loginrec
2475  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
2476    Irix 6.x array sessions, project id's, and system audit trail id.
2477  - (djm) Added 'distprep' make target to simplify packaging
2478  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
2479    support. Enable using "USE_SIA=1 ./configure [options]"
2480
2481 20000627
2482  - (djm) Fixes to login code - not setting li->uid, cleanups
2483  - (djm) Formatting
2484
2485 20000626
2486  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
2487  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
2488  - (djm) Added password expiry checking (no password change support)
2489  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
2490    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2491  - (djm) Fix fixed EGD code.
2492  - OpenBSD CVS update
2493    - provos@cvs.openbsd.org  2000/06/25 14:17:58
2494      [channels.c]
2495      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2496
2497 20000623
2498  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
2499    Svante Signell <svante.signell@telia.com>
2500  - (djm) Autoconf logic to define sa_family_t if it is missing
2501  - OpenBSD CVS Updates:
2502    - markus@cvs.openbsd.org  2000/06/22 10:32:27
2503      [sshd.c]
2504      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
2505    - djm@cvs.openbsd.org     2000/06/22 17:55:00
2506      [auth-krb4.c key.c radix.c uuencode.c]
2507      Missing CVS idents; ok markus
2508
2509 20000622
2510  - (djm) Automatically generate host key during "make install". Suggested
2511    by Gary E. Miller <gem@rellim.com>
2512  - (djm) Paranoia before kill() system call
2513  - OpenBSD CVS Updates:
2514    - markus@cvs.openbsd.org  2000/06/18 18:50:11
2515      [auth2.c compat.c compat.h sshconnect2.c]
2516      make userauth+pubkey interop with ssh.com-2.2.0
2517    - markus@cvs.openbsd.org  2000/06/18 20:56:17
2518      [dsa.c]
2519      mem leak + be more paranoid in dsa_verify.
2520    - markus@cvs.openbsd.org  2000/06/18 21:29:50
2521      [key.c]
2522      cleanup fingerprinting, less hardcoded sizes
2523    - markus@cvs.openbsd.org  2000/06/19 19:39:45
2524      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
2525      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
2526      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
2527      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
2528      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
2529      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
2530      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
2531      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
2532      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
2533      OpenBSD tag
2534    - markus@cvs.openbsd.org  2000/06/21 10:46:10
2535      sshconnect2.c missing free; nuke old comment
2536
2537 20000620
2538  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
2539    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
2540    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
2541  - (djm) Typo in loginrec.c
2542
2543 20000618
2544  - (djm) Add summary of configure options to end of ./configure run
2545  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
2546    Michael Stone <mstone@cs.loyola.edu>
2547  - (djm) rusage is a privileged operation on some Unices (incl.
2548    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
2549  - (djm) Avoid PAM failures when running without a TTY. Report from
2550    Martin Petrak <petrak@spsknm.schools.sk>
2551  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
2552    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
2553  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
2554  - OpenBSD CVS updates:
2555    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
2556      [channels.c]
2557      everyone says "nix it" (remove protocol 2 debugging message)
2558    - markus@cvs.openbsd.org  2000/06/17 13:24:34
2559      [sshconnect.c]
2560      allow extended server banners
2561    - markus@cvs.openbsd.org  2000/06/17 14:30:10
2562      [sshconnect.c]
2563      missing atomicio, typo
2564    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
2565      [servconf.c servconf.h session.c sshd.8 sshd_config]
2566      add support for ssh v2 subsystems. ok markus@.
2567    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
2568      [readconf.c servconf.c]
2569      include = in WHITESPACE; markus ok
2570    - markus@cvs.openbsd.org  2000/06/17 19:09:10
2571      [auth2.c]
2572      implement bug compatibility with ssh-2.0.13 pubkey, server side
2573    - markus@cvs.openbsd.org  2000/06/17 21:00:28
2574      [compat.c]
2575      initial support for ssh.com's 2.2.0
2576    - markus@cvs.openbsd.org  2000/06/17 21:16:09
2577      [scp.c]
2578      typo
2579    - markus@cvs.openbsd.org  2000/06/17 22:05:02
2580      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
2581      split auth-rsa option parsing into auth-options
2582      add options support to authorized_keys2
2583    - markus@cvs.openbsd.org  2000/06/17 22:42:54
2584      [session.c]
2585      typo
2586
2587 20000613
2588  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
2589   - Platform define for SCO 3.x which breaks on /dev/ptmx
2590   - Detect and try to fix missing MAXPATHLEN
2591  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
2592    <P.S.S.Camp@ukc.ac.uk>
2593
2594 20000612
2595  - (djm) Glob manpages in RPM spec files to catch compressed files
2596  - (djm) Full license in auth-pam.c
2597  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2598  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
2599   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
2600      def'd
2601   - Set AIX to use preformatted manpages
2602
2603 20000610
2604  - (djm) Minor doc tweaks
2605  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
2606
2607 20000609
2608  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
2609    (in favour of utmpx) on Solaris 8
2610
2611 20000606
2612  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
2613    list of commands (by default). Removed verbose debugging (by default).
2614  - (djm) Increased command entropy estimates and default entropy collection
2615    timeout
2616  - (djm) Remove duplicate headers from loginrec.c
2617  - (djm) Don't add /usr/local/lib to library search path on Irix
2618  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
2619    <tibbs@math.uh.edu>
2620  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
2621    <zack@wolery.cumb.org>
2622  - (djm) OpenBSD CVS updates:
2623   - todd@cvs.openbsd.org
2624     [sshconnect2.c]
2625     teach protocol v2 to count login failures properly and also enable an
2626     explanation of why the password prompt comes up again like v1; this is NOT
2627     crypto
2628   - markus@cvs.openbsd.org
2629     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
2630     xauth_location support; pr 1234
2631     [readconf.c sshconnect2.c]
2632     typo, unused
2633     [session.c]
2634     allow use_login only for login sessions, otherwise remote commands are
2635     execed with uid==0
2636     [sshd.8]
2637     document UseLogin better
2638     [version.h]
2639     OpenSSH 2.1.1
2640     [auth-rsa.c]
2641     fix match_hostname() logic for auth-rsa: deny access if we have a
2642     negative match or no match at all
2643     [channels.c hostfile.c match.c]
2644     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
2645     kris@FreeBSD.org
2646
2647 20000606
2648  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
2649    configure.
2650
2651 20000604
2652  - Configure tweaking for new login code on Irix 5.3
2653  - (andre) login code changes based on djm feedback
2654
2655 20000603
2656  - (andre) New login code
2657     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
2658     - Add loginrec.[ch], logintest.c and autoconf code
2659
2660 20000531
2661  - Cleanup of auth.c, login.c and fake-*
2662  - Cleanup of auth-pam.c, save and print "account expired" error messages
2663  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
2664  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
2665    of fallback DIY code.
2666
2667 20000530
2668  - Define atexit for old Solaris
2669  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
2670    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
2671  - OpenBSD CVS updates:
2672   - markus@cvs.openbsd.org
2673     [session.c]
2674     make x11-fwd work w/ localhost (xauth add host/unix:11)
2675     [cipher.c compat.c readconf.c servconf.c]
2676     check strtok() != NULL; ok niels@
2677     [key.c]
2678     fix key_read() for uuencoded keys w/o '='
2679     [serverloop.c]
2680     group ssh1 vs. ssh2 in serverloop
2681     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
2682     split kexinit/kexdh, factor out common code
2683     [readconf.c ssh.1 ssh.c]
2684     forwardagent defaults to no, add ssh -A
2685   - theo@cvs.openbsd.org
2686     [session.c]
2687     just some line shortening
2688  - Released 2.1.0p3
2689
2690 20000520
2691  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
2692  - Don't touch utmp if USE_UTMPX defined
2693  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
2694  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
2695  - HPUX and Configure fixes from Lutz Jaenicke
2696    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2697  - Use mkinstalldirs script to make directories instead of non-portable
2698    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2699  - Doc cleanup
2700
2701 20000518
2702  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
2703  - OpenBSD CVS updates:
2704   - markus@cvs.openbsd.org
2705     [sshconnect.c]
2706     copy only ai_addrlen bytes; misiek@pld.org.pl
2707     [auth.c]
2708     accept an empty shell in authentication; bug reported by
2709     chris@tinker.ucr.edu
2710     [serverloop.c]
2711     we don't have stderr for interactive terminal sessions (fcntl errors)
2712
2713 20000517
2714  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
2715   - Fixes command line printing segfaults (spotter: Bladt Norbert)
2716   - Fixes erroneous printing of debug messages to syslog
2717   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
2718   - Gives useful error message if PRNG initialisation fails
2719   - Reduced ssh startup delay
2720   - Measures cumulative command time rather than the time between reads
2721     after select()
2722   - 'fixprogs' perl script to eliminate non-working entropy commands, and
2723     optionally run 'ent' to measure command entropy
2724  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
2725  - Avoid WCOREDUMP complation errors for systems that lack it
2726  - Avoid SIGCHLD warnings from entropy commands
2727  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
2728  - OpenBSD CVS update:
2729   - markus@cvs.openbsd.org
2730     [ssh.c]
2731     fix usage()
2732     [ssh2.h]
2733     draft-ietf-secsh-architecture-05.txt
2734     [ssh.1]
2735     document ssh -T -N (ssh2 only)
2736     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
2737     enable nonblocking IO for sshd w/ proto 1, too; split out common code
2738     [aux.c]
2739     missing include
2740  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2741   - INSTALL typo and URL fix
2742   - Makefile fix
2743   - Solaris fixes
2744  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
2745    <ksakai@kso.netwk.ntt-at.co.jp>
2746  - RSAless operation patch from kevin_oconnor@standardandpoors.com
2747  - Detect OpenSSL seperatly from RSA
2748  - Better test for RSA (more compatible with RSAref). Based on work by
2749    Ed Eden <ede370@stl.rural.usda.gov>
2750
2751 20000513
2752  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
2753    <misiek@pld.org.pl>
2754
2755 20000511
2756  - Fix for prng_seed permissions checking from Lutz Jaenicke
2757    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2758  - "make host-key" fix for Irix
2759
2760 20000509
2761  - OpenBSD CVS update
2762   - markus@cvs.openbsd.org
2763     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
2764     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
2765     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
2766   - hugh@cvs.openbsd.org
2767     [ssh.1]
2768     - zap typo
2769     [ssh-keygen.1]
2770     - One last nit fix. (markus approved)
2771     [sshd.8]
2772     - some markus certified spelling adjustments
2773   - markus@cvs.openbsd.org
2774     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
2775     [sshconnect2.c ]
2776     - bug compat w/ ssh-2.0.13 x11, split out bugs
2777     [nchan.c]
2778     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
2779     [ssh-keygen.c]
2780     - handle escapes in real and original key format, ok millert@
2781     [version.h]
2782     - OpenSSH-2.1
2783  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
2784  - Doc updates
2785  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
2786    by Andre Lucas <andre.lucas@dial.pipex.com>
2787
2788 20000508
2789  - Makefile and RPM spec fixes
2790  - Generate DSA host keys during "make key" or RPM installs
2791  - OpenBSD CVS update
2792   - markus@cvs.openbsd.org
2793     [clientloop.c sshconnect2.c]
2794     - make x11-fwd interop w/ ssh-2.0.13
2795     [README.openssh2]
2796     - interop w/ SecureFX
2797  - Release 2.0.0beta2
2798
2799  - Configure caching and cleanup patch from Andre Lucas'
2800    <andre.lucas@dial.pipex.com>
2801
2802 20000507
2803  - Remove references to SSLeay.
2804  - Big OpenBSD CVS update
2805   - markus@cvs.openbsd.org
2806     [clientloop.c]
2807     - typo
2808     [session.c]
2809     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
2810     [session.c]
2811     - update proctitle for proto 1, too
2812     [channels.h nchan.c serverloop.c session.c sshd.c]
2813     - use c-style comments
2814   - deraadt@cvs.openbsd.org
2815     [scp.c]
2816     - more atomicio
2817   - markus@cvs.openbsd.org
2818     [channels.c]
2819     - set O_NONBLOCK
2820     [ssh.1]
2821     - update AUTHOR
2822     [readconf.c ssh-keygen.c ssh.h]
2823     - default DSA key file ~/.ssh/id_dsa
2824     [clientloop.c]
2825     - typo, rm verbose debug
2826   - deraadt@cvs.openbsd.org
2827     [ssh-keygen.1]
2828     - document DSA use of ssh-keygen
2829     [sshd.8]
2830     - a start at describing what i understand of the DSA side
2831     [ssh-keygen.1]
2832     - document -X and -x
2833     [ssh-keygen.c]
2834     - simplify usage
2835   - markus@cvs.openbsd.org
2836     [sshd.8]
2837     - there is no rhosts_dsa
2838     [ssh-keygen.1]
2839     - document -y, update -X,-x
2840     [nchan.c]
2841     - fix close for non-open ssh1 channels
2842     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
2843     - s/DsaKey/HostDSAKey/, document option
2844     [sshconnect2.c]
2845     - respect number_of_password_prompts
2846     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
2847     - GatewayPorts for sshd, ok deraadt@
2848     [ssh-add.1 ssh-agent.1 ssh.1]
2849     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
2850     [ssh.1]
2851     - more info on proto 2
2852     [sshd.8]
2853     - sync AUTHOR w/ ssh.1
2854     [key.c key.h sshconnect.c]
2855     - print key type when talking about host keys
2856     [packet.c]
2857     - clear padding in ssh2
2858     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
2859     - replace broken uuencode w/ libc b64_ntop
2860     [auth2.c]
2861     - log failure before sending the reply
2862     [key.c radix.c uuencode.c]
2863     - remote trailing comments before calling __b64_pton
2864     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
2865     [sshconnect2.c sshd.8]
2866     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
2867  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
2868
2869 20000502
2870  - OpenBSD CVS update
2871    [channels.c]
2872    - init all fds, close all fds.
2873    [sshconnect2.c]
2874    - check whether file exists before asking for passphrase
2875    [servconf.c servconf.h sshd.8 sshd.c]
2876    - PidFile, pr 1210
2877    [channels.c]
2878    - EINTR
2879    [channels.c]
2880    - unbreak, ok niels@
2881    [sshd.c]
2882    - unlink pid file, ok niels@
2883    [auth2.c]
2884    - Add missing #ifdefs; ok - markus
2885  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
2886    gathering commands from a text file
2887  - Release 2.0.0beta1
2888
2889 20000501
2890  - OpenBSD CVS update
2891    [packet.c]
2892    - send debug messages in SSH2 format
2893    [scp.c]
2894    - fix very rare EAGAIN/EINTR issues; based on work by djm
2895    [packet.c]
2896    - less debug, rm unused
2897    [auth2.c]
2898    - disable kerb,s/key in ssh2
2899    [sshd.8]
2900    - Minor tweaks and typo fixes.
2901    [ssh-keygen.c]
2902    - Put -d into usage and reorder. markus ok.
2903  - Include missing headers for OpenSSL tests. Fix from Phil Karn
2904    <karn@ka9q.ampr.org>
2905  - Fixed __progname symbol collisions reported by Andre Lucas
2906    <andre.lucas@dial.pipex.com>
2907  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
2908    <gd@hilb1.medat.de>
2909  - Add some missing ifdefs to auth2.c
2910  - Deprecate perl-tk askpass.
2911  - Irix portability fixes - don't include netinet headers more than once
2912  - Make sure we don't save PRNG seed more than once
2913
2914 20000430
2915  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
2916  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
2917    patch.
2918    - Adds timeout to entropy collection
2919    - Disables slow entropy sources
2920    - Load and save seed file
2921  - Changed entropy seed code to user per-user seeds only (server seed is
2922    saved in root's .ssh directory)
2923  - Use atexit() and fatal cleanups to save seed on exit
2924  - More OpenBSD updates:
2925    [session.c]
2926    - don't call chan_write_failed() if we are not writing
2927    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
2928    - keysize warnings error() -> log()
2929
2930 20000429
2931  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
2932    [README.openssh2]
2933    - interop w/ F-secure windows client
2934    - sync documentation
2935    - ssh_host_dsa_key not ssh_dsa_key
2936    [auth-rsa.c]
2937    - missing fclose
2938    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
2939    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
2940    [sshd.c uuencode.c uuencode.h authfile.h]
2941    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
2942      for trading keys with the real and the original SSH, directly from the
2943      people who invented the SSH protocol.
2944    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
2945    [sshconnect1.c sshconnect2.c]
2946    - split auth/sshconnect in one file per protocol version
2947    [sshconnect2.c]
2948    - remove debug
2949    [uuencode.c]
2950    - add trailing =
2951    [version.h]
2952    - OpenSSH-2.0
2953    [ssh-keygen.1 ssh-keygen.c]
2954    - add -R flag: exit code indicates if RSA is alive
2955    [sshd.c]
2956    - remove unused
2957      silent if -Q is specified
2958    [ssh.h]
2959    - host key becomes /etc/ssh_host_dsa_key
2960    [readconf.c servconf.c ]
2961    - ssh/sshd default to proto 1 and 2
2962    [uuencode.c]
2963    - remove debug
2964    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
2965    - xfree DSA blobs
2966    [auth2.c serverloop.c session.c]
2967    - cleanup logging for sshd/2, respect PasswordAuth no
2968    [sshconnect2.c]
2969    - less debug, respect .ssh/config
2970    [README.openssh2 channels.c channels.h]
2971    - clientloop.c session.c ssh.c
2972    - support for x11-fwding, client+server
2973
2974 20000421
2975  - Merge fix from OpenBSD CVS
2976   [ssh-agent.c]
2977   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
2978     via Debian bug #59926
2979  - Define __progname in session.c if libc doesn't
2980  - Remove indentation on autoconf #include statements to avoid bug in
2981    DEC Tru64 compiler. Report and fix from David Del Piero
2982    <David.DelPiero@qed.qld.gov.au>
2983
2984 20000420
2985  - Make fixpaths work with perl4, patch from Andre Lucas
2986    <andre.lucas@dial.pipex.com>
2987  - Sync with OpenBSD CVS:
2988   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
2989   - pid_t
2990   [session.c]
2991   - remove bogus chan_read_failed. this could cause data
2992     corruption (missing data) at end of a SSH2 session.
2993  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
2994   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
2995   - Use vhangup to clean up Linux ttys
2996   - Force posix getopt processing on GNU libc systems
2997  - Debian bug #55910 - remove references to ssl(8) manpages
2998  - Debian bug #58031 - ssh_config lies about default cipher
2999
3000 20000419
3001  - OpenBSD CVS updates
3002    [channels.c]
3003    - fix pr 1196, listen_port and port_to_connect interchanged
3004    [scp.c]
3005    - after completion, replace the progress bar ETA counter with a final
3006      elapsed time; my idea, aaron wrote the patch
3007    [ssh_config sshd_config]
3008    - show 'Protocol' as an example, ok markus@
3009    [sshd.c]
3010    - missing xfree()
3011  - Add missing header to bsd-misc.c
3012
3013 20000416
3014  - Reduce diff against OpenBSD source
3015    - All OpenSSL includes are now unconditionally referenced as
3016      openssl/foo.h
3017    - Pick up formatting changes
3018    - Other minor changed (typecasts, etc) that I missed
3019
3020 20000415
3021  - OpenBSD CVS updates.
3022    [ssh.1 ssh.c]
3023    - ssh -2
3024    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
3025    [session.c sshconnect.c]
3026    - check payload for (illegal) extra data
3027    [ALL]
3028    whitespace cleanup
3029
3030 20000413
3031  - INSTALL doc updates
3032  - Merged OpenBSD updates to include paths.
3033
3034 20000412
3035  - OpenBSD CVS updates:
3036    - [channels.c]
3037      repair x11-fwd
3038    - [sshconnect.c]
3039      fix passwd prompt for ssh2, less debugging output.
3040    - [clientloop.c compat.c dsa.c kex.c sshd.c]
3041      less debugging output
3042    - [kex.c kex.h sshconnect.c sshd.c]
3043      check for reasonable public DH values
3044    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
3045      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
3046      add Cipher and Protocol options to ssh/sshd, e.g.:
3047      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
3048      arcfour,3des-cbc'
3049    - [sshd.c]
3050      print 1.99 only if server supports both
3051
3052 20000408
3053  - Avoid some compiler warnings in fake-get*.c
3054  - Add IPTOS macros for systems which lack them
3055  - Only set define entropy collection macros if they are found
3056  - More large OpenBSD CVS updates:
3057    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
3058      [session.h ssh.h sshd.c README.openssh2]
3059      ssh2 server side, see README.openssh2; enable with 'sshd -2'
3060    - [channels.c]
3061      no adjust after close
3062    - [sshd.c compat.c ]
3063      interop w/ latest ssh.com windows client.
3064
3065 20000406
3066  - OpenBSD CVS update:
3067    - [channels.c]
3068      close efd on eof
3069    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
3070      ssh2 client implementation, interops w/ ssh.com and lsh servers.
3071    - [sshconnect.c]
3072      missing free.
3073    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
3074      remove unused argument, split cipher_mask()
3075    - [clientloop.c]
3076      re-order: group ssh1 vs. ssh2
3077  - Make Redhat spec require openssl >= 0.9.5a
3078
3079 20000404
3080  - Add tests for RAND_add function when searching for OpenSSL
3081  - OpenBSD CVS update:
3082    - [packet.h packet.c]
3083      ssh2 packet format
3084    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
3085      [channels.h channels.c]
3086      channel layer support for ssh2
3087    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
3088      DSA, keyexchange, algorithm agreement for ssh2
3089  - Generate manpages before make install not at the end of make all
3090  - Don't seed the rng quite so often
3091  - Always reseed rng when requested
3092
3093 20000403
3094  - Wrote entropy collection routines for systems that lack /dev/random
3095    and EGD
3096  - Disable tests and typedefs for 64 bit types. They are currently unused.
3097
3098 20000401
3099  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
3100    - [auth.c session.c sshd.c auth.h]
3101      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
3102    - [bufaux.c bufaux.h]
3103      support ssh2 bignums
3104    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
3105      [readconf.c ssh.c ssh.h serverloop.c]
3106      replace big switch() with function tables (prepare for ssh2)
3107    - [ssh2.h]
3108      ssh2 message type codes
3109    - [sshd.8]
3110      reorder Xr to avoid cutting
3111    - [serverloop.c]
3112      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
3113    - [channels.c]
3114      missing close
3115      allow bigger packets
3116    - [cipher.c cipher.h]
3117      support ssh2 ciphers
3118    - [compress.c]
3119      cleanup, less code
3120    - [dispatch.c dispatch.h]
3121      function tables for different message types
3122    - [log-server.c]
3123      do not log() if debuggin to stderr
3124      rename a cpp symbol, to avoid param.h collision
3125    - [mpaux.c]
3126      KNF
3127    - [nchan.c]
3128      sync w/ channels.c
3129
3130 20000326
3131  - Better tests for OpenSSL w/ RSAref
3132  - Added replacement setenv() function from OpenBSD libc. Suggested by
3133    Ben Lindstrom <mouring@pconline.com>
3134  - OpenBSD CVS update
3135    - [auth-krb4.c]
3136      -Wall
3137    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
3138      [match.h ssh.c ssh.h sshconnect.c sshd.c]
3139      initial support for DSA keys. ok deraadt@, niels@
3140    - [cipher.c cipher.h]
3141      remove unused cipher_attack_detected code
3142    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3143      Fix some formatting problems I missed before.
3144    - [ssh.1 sshd.8]
3145      fix spelling errors, From: FreeBSD
3146    - [ssh.c]
3147      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
3148
3149 20000324
3150  - Released 1.2.3
3151
3152 20000317
3153  - Clarified --with-default-path option.
3154  - Added -blibpath handling for AIX to work around stupid runtime linking.
3155    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
3156    <jmknoble@jmknoble.cx>
3157  - Checks for 64 bit int types. Problem report from Mats Fredholm
3158    <matsf@init.se>
3159  - OpenBSD CVS updates:
3160    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
3161      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
3162      [sshd.c]
3163      pedantic: signed vs. unsigned, void*-arithm, etc
3164    - [ssh.1 sshd.8]
3165      Various cleanups and standardizations.
3166  - Runtime error fix for HPUX from Otmar Stahl
3167    <O.Stahl@lsw.uni-heidelberg.de>
3168
3169 20000316
3170  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
3171    Hesprich <dghespri@sprintparanet.com>
3172  - Propogate LD through to Makefile
3173  - Doc cleanups
3174  - Added blurb about "scp: command not found" errors to UPGRADING
3175
3176 20000315
3177  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
3178    problems with gcc/Solaris.
3179  - Don't free argument to putenv() after use (in setenv() replacement).
3180    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
3181  - Created contrib/ subdirectory. Included helpers from Phil Hands'
3182    Debian package, README file and chroot patch from Ricardo Cerqueira
3183    <rmcc@clix.pt>
3184  - Moved gnome-ssh-askpass.c to contrib directory and removed config
3185    option.
3186  - Slight cleanup to doc files
3187  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
3188
3189 20000314
3190  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
3191    peter@frontierflying.com
3192  - Include /usr/local/include and /usr/local/lib for systems that don't
3193    do it themselves
3194  - -R/usr/local/lib for Solaris
3195  - Fix RSAref detection
3196  - Fix IN6_IS_ADDR_V4MAPPED macro
3197
3198 20000311
3199  - Detect RSAref
3200  - OpenBSD CVS change
3201    [sshd.c]
3202     - disallow guessing of root password
3203  - More configure fixes
3204  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
3205
3206 20000309
3207  - OpenBSD CVS updates to v1.2.3
3208    [ssh.h atomicio.c]
3209     - int atomicio -> ssize_t (for alpha). ok deraadt@
3210    [auth-rsa.c]
3211     - delay MD5 computation until client sends response, free() early, cleanup.
3212    [cipher.c]
3213     - void* -> unsigned char*, ok niels@
3214    [hostfile.c]
3215     - remove unused variable 'len'. fix comments.
3216     - remove unused variable
3217    [log-client.c log-server.c]
3218     - rename a cpp symbol, to avoid param.h collision
3219    [packet.c]
3220     - missing xfree()
3221     - getsockname() requires initialized tolen; andy@guildsoftware.com
3222     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3223    from Holger.Trapp@Informatik.TU-Chemnitz.DE
3224    [pty.c pty.h]
3225     - register cleanup for pty earlier. move code for pty-owner handling to
3226       pty.c ok provos@, dugsong@
3227    [readconf.c]
3228     - turn off x11-fwd for the client, too.
3229    [rsa.c]
3230     - PKCS#1 padding
3231    [scp.c]
3232     - allow '.' in usernames; from jedgar@fxp.org
3233    [servconf.c]
3234     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
3235     - sync with sshd_config
3236    [ssh-keygen.c]
3237     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
3238    [ssh.1]
3239     - Change invalid 'CHAT' loglevel to 'VERBOSE'
3240    [ssh.c]
3241     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
3242     - turn off x11-fwd for the client, too.
3243    [sshconnect.c]
3244     - missing xfree()
3245     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
3246     - read error vs. "Connection closed by remote host"
3247    [sshd.8]
3248     - ie. -> i.e.,
3249     - do not link to a commercial page..
3250     - sync with sshd_config
3251    [sshd.c]
3252     - no need for poll.h; from bright@wintelcom.net
3253     - log with level log() not fatal() if peer behaves badly.
3254     - don't panic if client behaves strange. ok deraadt@
3255     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
3256     - delay close() of pty until the pty has been chowned back to root
3257     - oops, fix comment, too.
3258     - missing xfree()
3259     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
3260       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
3261     - register cleanup for pty earlier. move code for pty-owner handling to
3262       pty.c ok provos@, dugsong@
3263     - create x11 cookie file
3264     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
3265     - version 1.2.3
3266  - Cleaned up
3267  - Removed warning workaround for Linux and devpts filesystems (no longer
3268    required after OpenBSD updates)
3269
3270 20000308
3271  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
3272
3273 20000307
3274  - Released 1.2.2p1
3275
3276 20000305
3277  - Fix DEC compile fix
3278  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
3279  - Check for getpagesize in libucb.a if not found in libc. Fix for old
3280    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
3281  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
3282    Mate Wierdl <mw@moni.msci.memphis.edu>
3283
3284 20000303
3285  - Added "make host-key" target, Suggestion from Dominik Brettnacher
3286  <domi@saargate.de>
3287  - Don't permanently fail on bind() if getaddrinfo has more choices left for
3288    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
3289    Miskiewicz <misiek@pld.org.pl>
3290  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
3291  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
3292
3293 20000302
3294  - Big cleanup of autoconf code
3295    - Rearranged to be a little more logical
3296    - Added -R option for Solaris
3297    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
3298      to detect library and header location _and_ ensure library has proper
3299      RSA support built in (this is a problem with OpenSSL 0.9.5).
3300  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
3301  - Avoid warning message with Unix98 ptys
3302  - Warning was valid - possible race condition on PTYs. Avoided using
3303    platform-specific code.
3304  - Document some common problems
3305  - Allow root access to any key. Patch from
3306    markus.friedl@informatik.uni-erlangen.de
3307
3308 20000207
3309  - Removed SOCKS code. Will support through a ProxyCommand.
3310
3311 20000203
3312  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
3313  - Add --with-ssl-dir option
3314
3315 20000202
3316  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
3317    <jmd@aoe.vt.edu>
3318  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
3319  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
3320    <haruyama@nt.phys.s.u-tokyo.ac.jp>
3321
3322 20000201
3323  - Use socket pairs by default (instead of pipes). Prevents race condition
3324    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
3325
3326 20000127
3327  - Seed OpenSSL's random number generator before generating RSA keypairs
3328  - Split random collector into seperate file
3329  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
3330
3331 20000126
3332  - Released 1.2.2 stable
3333
3334  - NeXT keeps it lastlog in /usr/adm. Report from
3335    mouring@newton.pconline.com
3336  - Added note in UPGRADING re interop with commercial SSH using idea.
3337    Report from Jim Knoble <jmknoble@jmknoble.cx>
3338  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
3339    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3340
3341 20000125
3342  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
3343    <andre.lucas@dial.pipex.com>
3344  - Reorder PAM initialisation so it does not mess up lastlog. Reported
3345    by Andre Lucas <andre.lucas@dial.pipex.com>
3346  - Use preformatted manpages on SCO, report from Gary E. Miller
3347    <gem@rellim.com>
3348  - New URL for x11-ssh-askpass.
3349  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
3350    <jmknoble@jmknoble.cx>
3351  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
3352    Jim Knoble <jmknoble@jmknoble.cx>
3353  - Updated RPM spec files to use DESTDIR
3354
3355 20000124
3356  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
3357    increment)
3358
3359 20000123
3360  - OpenBSD CVS:
3361    - [packet.c]
3362      getsockname() requires initialized tolen; andy@guildsoftware.com
3363  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
3364    <drankin@bohemians.lexington.ky.us>
3365  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
3366
3367 20000122
3368  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
3369    <bent@clark.net>
3370  - Merge preformatted manpage patch from Andre Lucas
3371    <andre.lucas@dial.pipex.com>
3372  - Make IPv4 use the default in RPM packages
3373  - Irix uses preformatted manpages
3374  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
3375    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3376  - OpenBSD CVS updates:
3377    - [packet.c]
3378      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3379      from Holger.Trapp@Informatik.TU-Chemnitz.DE
3380    - [sshd.c]
3381      log with level log() not fatal() if peer behaves badly.
3382    - [readpass.c]
3383      instead of blocking SIGINT, catch it ourselves, so that we can clean
3384      the tty modes up and kill ourselves -- instead of our process group
3385      leader (scp, cvs, ...) going away and leaving us in noecho mode.
3386      people with cbreak shells never even noticed..
3387    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3388      ie. -> i.e.,
3389
3390 20000120
3391  - Don't use getaddrinfo on AIX
3392  - Update to latest OpenBSD CVS:
3393    - [auth-rsa.c]
3394      - fix user/1056, sshd keeps restrictions; dbt@meat.net
3395    - [sshconnect.c]
3396      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3397      - destroy keys earlier
3398      - split key exchange (kex) and user authentication (user-auth),
3399        ok: provos@
3400    - [sshd.c]
3401      - no need for poll.h; from bright@wintelcom.net
3402      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3403      - split key exchange (kex) and user authentication (user-auth),
3404        ok: provos@
3405  - Big manpage and config file cleanup from Andre Lucas
3406    <andre.lucas@dial.pipex.com>
3407    - Re-added latest (unmodified) OpenBSD manpages
3408  - Doc updates
3409  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
3410    Christos Zoulas <christos@netbsd.org>
3411
3412 20000119
3413  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
3414  - Compile fix from Darren_Hall@progressive.com
3415  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
3416    addresses using getaddrinfo(). Added a configure switch to make the
3417    default lookup mode AF_INET
3418
3419 20000118
3420  - Fixed --with-pid-dir option
3421  - Makefile fix from Gary E. Miller <gem@rellim.com>
3422  - Compile fix for HPUX and Solaris from Andre Lucas
3423    <andre.lucas@dial.pipex.com>
3424
3425 20000117
3426  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
3427    port, ignore EINVAL errors (Linux) when searching for free port.
3428  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
3429    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
3430  - Document location of Redhat PAM file in INSTALL.
3431  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
3432    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
3433    deliver (no IPv6 kernel support)
3434  - Released 1.2.1pre27
3435
3436  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
3437  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
3438    <jhuuskon@hytti.uku.fi>
3439  - Fix hang on logout if processes are still using the pty. Needs
3440    further testing.
3441  - Patch from Christos Zoulas <christos@zoulas.com>
3442    - Try $prefix first when looking for OpenSSL.
3443    - Include sys/types.h when including sys/socket.h in test programs
3444  - Substitute PID directory in sshd.8. Suggestion from Andrew
3445    Stribblehill <a.d.stribblehill@durham.ac.uk>
3446
3447 20000116
3448  - Renamed --with-xauth-path to --with-xauth
3449  - Added --with-pid-dir option
3450  - Released 1.2.1pre26
3451
3452  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
3453  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
3454    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
3455
3456 20000115
3457  - Add --with-xauth-path configure directive and explicit test for
3458    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
3459    Nordby <anders@fix.no>
3460  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
3461    openpty. Report from John Seifarth <john@waw.be>
3462  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
3463    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
3464    <gem@rellim.com>
3465  - Use __snprintf and __vnsprintf if they are found where snprintf and
3466    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
3467    and others.
3468
3469 20000114
3470  - Merged OpenBSD IPv6 patch:
3471    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
3472      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
3473      [hostfile.c sshd_config]
3474      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
3475      features: sshd allows multiple ListenAddress and Port options. note
3476      that libwrap is not IPv6-ready. (based on patches from
3477      fujiwara@rcac.tdi.co.jp)
3478    - [ssh.c canohost.c]
3479      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
3480      from itojun@
3481    - [channels.c]
3482      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
3483    - [packet.h]
3484      allow auth-kerberos for IPv4 only
3485    - [scp.1 sshd.8 servconf.h scp.c]
3486      document -4, -6, and 'ssh -L 2022/::1/22'
3487    - [ssh.c]
3488      'ssh @host' is illegal (null user name), from
3489      karsten@gedankenpolizei.de
3490    - [sshconnect.c]
3491      better error message
3492    - [sshd.c]
3493      allow auth-kerberos for IPv4 only
3494  - Big IPv6 merge:
3495    - Cleanup overrun in sockaddr copying on RHL 6.1
3496    - Replacements for getaddrinfo, getnameinfo, etc based on versions
3497      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
3498    - Replacement for missing structures on systems that lack IPv6
3499    - record_login needed to know about AF_INET6 addresses
3500    - Borrowed more code from OpenBSD: rresvport_af and requisites
3501
3502 20000110
3503  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
3504
3505 20000107
3506  - New config.sub and config.guess to fix problems on SCO. Supplied
3507    by Gary E. Miller <gem@rellim.com>
3508  - SCO build fix from Gary E. Miller <gem@rellim.com>
3509  - Released 1.2.1pre25
3510
3511 20000106
3512  - Documentation update & cleanup
3513  - Better KrbIV / AFS detection, based on patch from:
3514    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3515
3516 20000105
3517  - Fixed annoying DES corruption problem. libcrypt has been
3518    overriding symbols in libcrypto. Removed libcrypt and crypt.h
3519    altogether (libcrypto includes its own crypt(1) replacement)
3520  - Added platform-specific rules for Irix 6.x. Included warning that
3521    they are untested.
3522
3523 20000103
3524  - Add explicit make rules for files proccessed by fixpaths.
3525  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
3526    <tnh@kondara.org>
3527  - Removed "nullok" directive from default PAM configuration files.
3528    Added information on enabling EmptyPasswords on openssh+PAM in
3529    UPGRADING file.
3530  - OpenBSD CVS updates
3531    - [ssh-agent.c]
3532      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
3533      dgaudet@arctic.org
3534    - [sshconnect.c]
3535      compare correct version for 1.3 compat mode
3536
3537 20000102
3538  - Prevent multiple inclusion of config.h and defines.h. Suggested
3539    by Andre Lucas <andre.lucas@dial.pipex.com>
3540  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
3541    <dgaudet@arctic.org>
3542
3543 19991231
3544  - Fix password support on systems with a mixture of shadowed and
3545    non-shadowed passwords (e.g. NIS). Report and fix from
3546    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
3547  - Fix broken autoconf typedef detection. Report from Marc G.
3548    Fournier <marc.fournier@acadiau.ca>
3549  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
3550    <Franz.Sirl-kernel@lauterbach.com>
3551  - Prevent typedefs from being compiled more than once. Report from
3552    Marc G. Fournier <marc.fournier@acadiau.ca>
3553  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
3554    <iretd@bigfoot.com>
3555  - Really fix broken default path. Fix from Jim Knoble
3556    <jmknoble@jmknoble.cx>
3557  - Remove test for quad_t. No longer needed.
3558  - Released 1.2.1pre24
3559
3560  - Added support for directory-based lastlogs
3561  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
3562
3563 19991230
3564  - OpenBSD CVS updates:
3565    - [auth-passwd.c]
3566      check for NULL 1st
3567  - Removed most of the pam code into its own file auth-pam.[ch]. This
3568    cleaned up sshd.c up significantly.
3569  - PAM authentication was incorrectly interpreting
3570    "PermitRootLogin without-password". Report from Matthias Andree
3571    <ma@dt.e-technik.uni-dortmund.de
3572  - Several other cleanups
3573  - Merged Dante SOCKS support patch from David Rankin
3574   <drankin@bohemians.lexington.ky.us>
3575  - Updated documentation with ./configure options
3576  - Released 1.2.1pre23
3577
3578 19991229
3579  - Applied another NetBSD portability patch from David Rankin
3580    <drankin@bohemians.lexington.ky.us>
3581  - Fix --with-default-path option.
3582  - Autodetect perl, patch from David Rankin
3583    <drankin@bohemians.lexington.ky.us>
3584  - Print whether OpenSSH was compiled with RSARef, patch from
3585    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
3586  - Calls to pam_setcred, patch from Nalin Dahyabhai
3587    <nalin@thermo.stat.ncsu.edu>
3588  - Detect missing size_t and typedef it.
3589  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
3590  - Minor Makefile cleaning
3591
3592 19991228
3593  - Replacement for getpagesize() for systems which lack it
3594  - NetBSD login.c compile fix from David Rankin
3595   <drankin@bohemians.lexington.ky.us>
3596  - Fully set ut_tv if present in utmp or utmpx
3597  - Portability fixes for Irix 5.3 (now compiles OK!)
3598  - autoconf and other misc cleanups
3599  - Merged AIX patch from Darren Hall <dhall@virage.org>
3600  - Cleaned up defines.h
3601  - Released 1.2.1pre22
3602
3603 19991227
3604  - Automatically correct paths in manpages and configuration files. Patch
3605    and script from Andre Lucas <andre.lucas@dial.pipex.com>
3606  - Removed credits from README to CREDITS file, updated.
3607  - Added --with-default-path to specify custom path for server
3608  - Removed #ifdef trickery from acconfig.h into defines.h
3609  - PAM bugfix. PermitEmptyPassword was being ignored.
3610  - Fixed PAM config files to allow empty passwords if server does.
3611  - Explained spurious PAM auth warning workaround in UPGRADING
3612  - Use last few chars of tty line as ut_id
3613  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
3614  - OpenBSD CVS updates:
3615    - [packet.h auth-rhosts.c]
3616      check format string for packet_disconnect and packet_send_debug, too
3617    - [channels.c]
3618      use packet_get_maxsize for channels. consistence.
3619
3620 19991226
3621  - Enabled utmpx support by default for Solaris
3622  - Cleanup sshd.c PAM a little more
3623  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
3624    X11 ssh-askpass program.
3625  - Disable logging of PAM success and failures, PAM is verbose enough.
3626    Unfortunatly there is currently no way to disable auth failure
3627    messages. Mention this in UPGRADING file and sent message to PAM
3628    developers
3629  - OpenBSD CVS update:
3630    - [ssh-keygen.1 ssh.1]
3631      remove ref to .ssh/random_seed, mention .ssh/environment in
3632      .Sh FILES, too
3633  - Released 1.2.1pre21
3634  - Fixed implicit '.' in default path, report from Jim Knoble
3635    <jmknoble@jmknoble.cx>
3636  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
3637
3638 19991225
3639  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
3640  - Cleanup of auth-passwd.c for shadow and MD5 passwords
3641  - Cleanup and bugfix of PAM authentication code
3642  - Released 1.2.1pre20
3643
3644  - Merged fixes from Ben Taylor <bent@clark.net>
3645  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
3646  - Disabled logging of PAM password authentication failures when password
3647    is empty. (e.g start of authentication loop). Reported by Naz
3648    <96na@eng.cam.ac.uk>)
3649
3650 19991223
3651  - Merged later HPUX patch from Andre Lucas
3652    <andre.lucas@dial.pipex.com>
3653  - Above patch included better utmpx support from Ben Taylor
3654    <bent@clark.net>
3655
3656 19991222
3657  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
3658    <pope@netguide.dk>
3659  - Fix login.c breakage on systems which lack ut_host in struct
3660    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
3661
3662 19991221
3663  - Integration of large HPUX patch from Andre Lucas
3664    <andre.lucas@dial.pipex.com>. Integrating it had a few other
3665    benefits:
3666    - Ability to disable shadow passwords at configure time
3667    - Ability to disable lastlog support at configure time
3668    - Support for IP address in $DISPLAY
3669  - OpenBSD CVS update:
3670    - [sshconnect.c]
3671    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
3672  - Fix DISABLE_SHADOW support
3673  - Allow MD5 passwords even if shadow passwords are disabled
3674  - Release 1.2.1pre19
3675
3676 19991218
3677  - Redhat init script patch from Chun-Chung Chen
3678    <cjj@u.washington.edu>
3679  - Avoid breakage on systems without IPv6 headers
3680
3681 19991216
3682  - Makefile changes for Solaris from Peter Kocks
3683    <peter.kocks@baygate.com>
3684  - Minor updates to docs
3685  - Merged OpenBSD CVS changes:
3686    - [authfd.c ssh-agent.c]
3687      keysize warnings talk about identity files
3688    - [packet.c]
3689      "Connection closed by x.x.x.x": fatal() -> log()
3690  - Correctly handle empty passwords in shadow file. Patch from:
3691    "Chris, the Young One" <cky@pobox.com>
3692  - Released 1.2.1pre18
3693
3694 19991215
3695  - Integrated patchs from Juergen Keil <jk@tools.de>
3696    - Avoid void* pointer arithmatic
3697    - Use LDFLAGS correctly
3698    - Fix SIGIO error in scp
3699    - Simplify status line printing in scp
3700  - Added better test for inline functions compiler support from
3701    Darren_Hall@progressive.com
3702
3703 19991214
3704  - OpenBSD CVS Changes
3705    - [canohost.c]
3706      fix get_remote_port() and friends for sshd -i;
3707      Holger.Trapp@Informatik.TU-Chemnitz.DE
3708    - [mpaux.c]
3709      make code simpler. no need for memcpy. niels@ ok
3710    - [pty.c]
3711      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
3712      fix proto; markus
3713    - [ssh.1]
3714       typo; mark.baushke@solipsa.com
3715    - [channels.c ssh.c ssh.h sshd.c]
3716      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
3717    - [sshconnect.c]
3718      move checking of hostkey into own function.
3719    - [version.h]
3720      OpenSSH-1.2.1
3721  - Clean up broken includes in pty.c
3722  - Some older systems don't have poll.h, they use sys/poll.h instead
3723  - Doc updates
3724
3725 19991211
3726  - Fix compilation on systems with AFS. Reported by
3727    aloomis@glue.umd.edu
3728  - Fix installation on Solaris. Reported by
3729    Gordon Rowell <gordonr@gormand.com.au>
3730  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
3731    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
3732  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
3733  - Compile fix from David Agraz <dagraz@jahoopa.com>
3734  - Avoid compiler warning in bsd-snprintf.c
3735  - Added pam_limits.so to default PAM config. Suggested by
3736    Jim Knoble <jmknoble@jmknoble.cx>
3737
3738 19991209
3739  - Import of patch from Ben Taylor <bent@clark.net>:
3740    - Improved PAM support
3741    - "uninstall" rule for Makefile
3742    - utmpx support
3743    - Should fix PAM problems on Solaris
3744  - OpenBSD CVS updates:
3745    - [readpass.c]
3746      avoid stdio; based on work by markus, millert, and I
3747    - [sshd.c]
3748      make sure the client selects a supported cipher
3749    - [sshd.c]
3750      fix sighup handling.  accept would just restart and daemon handled
3751      sighup only after the next connection was accepted. use poll on
3752      listen sock now.
3753    - [sshd.c]
3754      make that a fatal
3755  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
3756    to fix libwrap support on NetBSD
3757  - Released 1.2pre17
3758
3759 19991208
3760  - Compile fix for Solaris with /dev/ptmx from
3761    David Agraz <dagraz@jahoopa.com>
3762
3763 19991207
3764  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
3765    fixes compatability with 4.x and 5.x
3766  - Fixed default SSH_ASKPASS
3767  - Fix PAM account and session being called multiple times. Problem
3768    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
3769  - Merged more OpenBSD changes:
3770    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
3771      move atomicio into it's own file.  wrap all socket write()s which
3772      were doing write(sock, buf, len) != len, with atomicio() calls.
3773    - [auth-skey.c]
3774      fd leak
3775    - [authfile.c]
3776      properly name fd variable
3777    - [channels.c]
3778      display great hatred towards strcpy
3779    - [pty.c pty.h sshd.c]
3780      use openpty() if it exists (it does on BSD4_4)
3781    - [tildexpand.c]
3782      check for ~ expansion past MAXPATHLEN
3783  - Modified helper.c to use new atomicio function.
3784  - Reformat Makefile a little
3785  - Moved RC4 routines from rc4.[ch] into helper.c
3786  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
3787  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
3788  - Tweaked Redhat spec
3789  - Clean up bad imports of a few files (forgot -kb)
3790  - Released 1.2pre16
3791
3792 19991204
3793  - Small cleanup of PAM code in sshd.c
3794  - Merged OpenBSD CVS changes:
3795    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
3796      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
3797    - [auth-rsa.c]
3798      warn only about mismatch if key is _used_
3799      warn about keysize-mismatch with log() not error()
3800      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
3801      ports are u_short
3802    - [hostfile.c]
3803      indent, shorter warning
3804    - [nchan.c]
3805      use error() for internal errors
3806    - [packet.c]
3807      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
3808      serverloop.c
3809      indent
3810    - [ssh-add.1 ssh-add.c ssh.h]
3811      document $SSH_ASKPASS, reasonable default
3812    - [ssh.1]
3813      CheckHostIP is not available for connects via proxy command
3814    - [sshconnect.c]
3815      typo
3816      easier to read client code for passwd and skey auth
3817      turn of checkhostip for proxy connects, since we don't know the remote ip
3818
3819 19991126
3820  - Add definition for __P()
3821  - Added [v]snprintf() replacement for systems that lack it
3822
3823 19991125
3824  - More reformatting merged from OpenBSD CVS
3825  - Merged OpenBSD CVS changes:
3826    - [channels.c]
3827      fix packet_integrity_check() for !have_hostname_in_open.
3828      report from mrwizard@psu.edu via djm@ibs.com.au
3829    - [channels.c]
3830      set SO_REUSEADDR and SO_LINGER for forwarded ports.
3831      chip@valinux.com via damien@ibs.com.au
3832    - [nchan.c]
3833      it's not an error() if shutdown_write failes in nchan.
3834    - [readconf.c]
3835      remove dead #ifdef-0-code
3836    - [readconf.c servconf.c]
3837      strcasecmp instead of tolower
3838    - [scp.c]
3839      progress meter overflow fix from damien@ibs.com.au
3840    - [ssh-add.1 ssh-add.c]
3841      SSH_ASKPASS support
3842    - [ssh.1 ssh.c]
3843      postpone fork_after_authentication until command execution,
3844      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
3845      plus: use daemon() for backgrounding
3846  - Added BSD compatible install program and autoconf test, thanks to
3847    Niels Kristian Bech Jensen <nkbj@image.dk>
3848  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
3849  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3850  - Release 1.2pre15
3851
3852 19991124
3853  - Merged very large OpenBSD source code reformat
3854  - OpenBSD CVS updates
3855    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
3856      [ssh.h sshd.8 sshd.c]
3857      syslog changes:
3858      * Unified Logmessage for all auth-types, for success and for failed
3859      * Standard connections get only ONE line in the LOG when level==LOG:
3860        Auth-attempts are logged only, if authentication is:
3861           a) successfull or
3862           b) with passwd or
3863           c) we had more than AUTH_FAIL_LOG failues
3864      * many log() became verbose()
3865      * old behaviour with level=VERBOSE
3866    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
3867      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
3868      messages. allows use of s/key in windows (ttssh, securecrt) and
3869      ssh-1.2.27 clients without 'ssh -v', ok: niels@
3870    - [sshd.8]
3871      -V, for fallback to openssh in SSH2 compatibility mode
3872    - [sshd.c]
3873      fix sigchld race; cjc5@po.cwru.edu
3874
3875 19991123
3876  - Added SuSE package files from Chris Saia <csaia@wtower.com>
3877  - Restructured package-related files under packages/*
3878  - Added generic PAM config
3879  - Numerous little Solaris fixes
3880  - Add recommendation to use GNU make to INSTALL document
3881
3882 19991122
3883  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
3884  - OpenBSD CVS Changes
3885    - [ssh-keygen.c]
3886      don't create ~/.ssh only if the user wants to store the private
3887      key there. show fingerprint instead of public-key after
3888      keygeneration. ok niels@
3889  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
3890  - Added timersub() macro
3891  - Tidy RCSIDs of bsd-*.c
3892  - Added autoconf test and macro to deal with old PAM libraries
3893    pam_strerror definition (one arg vs two).
3894  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
3895  - Retry /dev/urandom reads interrupted by signal (report from
3896    Robert Hardy <rhardy@webcon.net>)
3897  - Added a setenv replacement for systems which lack it
3898  - Only display public key comment when presenting ssh-askpass dialog
3899  - Released 1.2pre14
3900
3901  - Configure, Make and changelog corrections from Tudor Bosman
3902    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
3903
3904 19991121
3905  - OpenBSD CVS Changes:
3906    - [channels.c]
3907      make this compile, bad markus
3908    - [log.c readconf.c servconf.c ssh.h]
3909      bugfix: loglevels are per host in clientconfig,
3910      factor out common log-level parsing code.
3911    - [servconf.c]
3912      remove unused index (-Wall)
3913    - [ssh-agent.c]
3914      only one 'extern char *__progname'
3915    - [sshd.8]
3916      document SIGHUP, -Q to synopsis
3917    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
3918      [channels.c clientloop.c]
3919      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
3920      [hope this time my ISP stays alive during commit]
3921    - [OVERVIEW README] typos; green@freebsd
3922    - [ssh-keygen.c]
3923      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
3924      exit if writing the key fails (no infinit loop)
3925      print usage() everytime we get bad options
3926    - [ssh-keygen.c] overflow, djm@mindrot.org
3927    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
3928
3929 19991120
3930  - Merged more Solaris support from Marc G. Fournier
3931    <marc.fournier@acadiau.ca>
3932  - Wrote autoconf tests for integer bit-types
3933  - Fixed enabling kerberos support
3934  - Fix segfault in ssh-keygen caused by buffer overrun in filename
3935    handling.
3936
3937 19991119
3938  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
3939  - Merged OpenBSD CVS changes
3940    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
3941      more %d vs. %s in fmt-strings
3942    - [authfd.c]
3943      Integers should not be printed with %s
3944  - EGD uses a socket, not a named pipe. Duh.
3945  - Fix includes in fingerprint.c
3946  - Fix scp progress bar bug again.
3947  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
3948    David Rankin <drankin@bohemians.lexington.ky.us>
3949  - Added autoconf option to enable Kerberos 4 support (untested)
3950  - Added autoconf option to enable AFS support (untested)
3951  - Added autoconf option to enable S/Key support (untested)
3952  - Added autoconf option to enable TCP wrappers support (compiles OK)
3953  - Renamed BSD helper function files to bsd-*
3954  - Added tests for login and daemon and enable OpenBSD replacements for
3955    when they are absent.
3956  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
3957
3958 19991118
3959  - Merged OpenBSD CVS changes
3960    - [scp.c] foregroundproc() in scp
3961    - [sshconnect.h] include fingerprint.h
3962    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
3963      changes.
3964    - [ssh.1] Spell my name right.
3965  - Added openssh.com info to README
3966
3967 19991117
3968  - Merged OpenBSD CVS changes
3969    - [ChangeLog.Ylonen] noone needs this anymore
3970    - [authfd.c] close-on-exec for auth-socket, ok deraadt
3971    - [hostfile.c]
3972      in known_hosts key lookup the entry for the bits does not need
3973      to match, all the information is contained in n and e. This
3974      solves the problem with buggy servers announcing the wrong
3975      modulus length.  markus and me.
3976    - [serverloop.c]
3977      bugfix: check for space if child has terminated, from:
3978      iedowse@maths.tcd.ie
3979    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
3980      [fingerprint.c fingerprint.h]
3981      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
3982    - [ssh-agent.1] typo
3983    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
3984    - [sshd.c]
3985      force logging to stderr while loading private key file
3986      (lost while converting to new log-levels)
3987
3988 19991116
3989  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
3990  - Merged OpenBSD CVS changes:
3991    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
3992      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
3993      the keysize of rsa-parameter 'n' is passed implizit,
3994      a few more checks and warnings about 'pretended' keysizes.
3995    - [cipher.c cipher.h packet.c packet.h sshd.c]
3996      remove support for cipher RC4
3997    - [ssh.c]
3998      a note for legay systems about secuity issues with permanently_set_uid(),
3999      the private hostkey and ptrace()
4000    - [sshconnect.c]
4001      more detailed messages about adding and checking hostkeys
4002
4003 19991115
4004  - Merged OpenBSD CVS changes:
4005    - [ssh-add.c] change passphrase loop logic and remove ref to
4006      $DISPLAY, ok niels
4007  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
4008    modular.
4009  - Revised autoconf support for enabling/disabling askpass support.
4010  - Merged more OpenBSD CVS changes:
4011    [auth-krb4.c]
4012      - disconnect if getpeername() fails
4013      - missing xfree(*client)
4014    [canohost.c]
4015      - disconnect if getpeername() fails
4016      - fix comment: we _do_ disconnect if ip-options are set
4017    [sshd.c]
4018      - disconnect if getpeername() fails
4019      - move checking of remote port to central place
4020    [auth-rhosts.c] move checking of remote port to central place
4021    [log-server.c] avoid extra fd per sshd, from millert@
4022    [readconf.c] print _all_ bad config-options in ssh(1), too
4023    [readconf.h] print _all_ bad config-options in ssh(1), too
4024    [ssh.c] print _all_ bad config-options in ssh(1), too
4025    [sshconnect.c] disconnect if getpeername() fails
4026  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
4027  - Various small cleanups to bring diff (against OpenBSD) size down.
4028  - Merged more Solaris compability from Marc G. Fournier
4029    <marc.fournier@acadiau.ca>
4030  - Wrote autoconf tests for __progname symbol
4031  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
4032  - Released 1.2pre12
4033
4034  - Another OpenBSD CVS update:
4035    - [ssh-keygen.1] fix .Xr
4036
4037 19991114
4038  - Solaris compilation fixes (still imcomplete)
4039
4040 19991113
4041  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4042    - Don't install config files if they already exist
4043    - Fix inclusion of additional preprocessor directives from acconfig.h
4044  - Removed redundant inclusions of config.h
4045  - Added 'Obsoletes' lines to RPM spec file
4046  - Merged OpenBSD CVS changes:
4047    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
4048    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
4049      totalsize, ok niels,aaron
4050  - Delay fork (-f option) in ssh until after port forwarded connections
4051    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
4052  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
4053  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
4054  - Tidied default config file some more
4055  - Revised Redhat initscript to fix bug: sshd (re)start would fail
4056    if executed from inside a ssh login.
4057
4058 19991112
4059  - Merged changes from OpenBSD CVS
4060    - [sshd.c] session_key_int may be zero
4061    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
4062      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
4063      deraadt,millert
4064  - Brought default sshd_config more in line with OpenBSD's
4065  - Grab server in gnome-ssh-askpass (Debian bug #49872)
4066  - Released 1.2pre10
4067
4068  - Added INSTALL documentation
4069  - Merged yet more changes from OpenBSD CVS
4070    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
4071      [ssh.c ssh.h sshconnect.c sshd.c]
4072      make all access to options via 'extern Options options'
4073      and 'extern ServerOptions options' respectively;
4074      options are no longer passed as arguments:
4075       * make options handling more consistent
4076       * remove #include "readconf.h" from ssh.h
4077       * readconf.h is only included if necessary
4078    - [mpaux.c] clear temp buffer
4079    - [servconf.c] print _all_ bad options found in configfile
4080  - Make ssh-askpass support optional through autoconf
4081  - Fix nasty division-by-zero error in scp.c
4082  - Released 1.2pre11
4083
4084 19991111
4085  - Added (untested) Entropy Gathering Daemon (EGD) support
4086  - Fixed /dev/urandom fd leak (Debian bug #49722)
4087  - Merged OpenBSD CVS changes:
4088    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4089    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4090    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4091  - Fix integer overflow which was messing up scp's progress bar for large
4092    file transfers. Fix submitted to OpenBSD developers. Report and fix
4093    from Kees Cook <cook@cpoint.net>
4094  - Merged more OpenBSD CVS changes:
4095    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
4096      + krb-cleanup cleanup
4097    - [clientloop.c log-client.c log-server.c ]
4098      [readconf.c readconf.h servconf.c servconf.h ]
4099      [ssh.1 ssh.c ssh.h sshd.8]
4100      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
4101      obsoletes QuietMode and FascistLogging in sshd.
4102    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
4103      allow session_key_int != sizeof(session_key)
4104      [this should fix the pre-assert-removal-core-files]
4105  - Updated default config file to use new LogLevel option and to improve
4106    readability
4107
4108 19991110
4109  - Merged several minor fixes:
4110    - ssh-agent commandline parsing
4111    - RPM spec file now installs ssh setuid root
4112    - Makefile creates libdir
4113    - Merged beginnings of Solaris compability from Marc G. Fournier
4114      <marc.fournier@acadiau.ca>
4115
4116 19991109
4117  - Autodetection of SSL/Crypto library location via autoconf
4118  - Fixed location of ssh-askpass to follow autoconf
4119  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4120  - Autodetection of RSAref library for US users
4121  - Minor doc updates
4122  - Merged OpenBSD CVS changes:
4123    - [rsa.c] bugfix: use correct size for memset()
4124    - [sshconnect.c] warn if announced size of modulus 'n' != real size
4125  - Added GNOME passphrase requestor (use --with-gnome-askpass)
4126  - RPM build now creates subpackages
4127  - Released 1.2pre9
4128
4129 19991108
4130  - Removed debian/ directory. This is now being maintained separately.
4131  - Added symlinks for slogin in RPM spec file
4132  - Fixed permissions on manpages in RPM spec file
4133  - Added references to required libraries in README file
4134  - Removed config.h.in from CVS
4135  - Removed pwdb support (better pluggable auth is provided by glibc)
4136  - Made PAM and requisite libdl optional
4137  - Removed lots of unnecessary checks from autoconf
4138  - Added support and autoconf test for openpty() function (Unix98 pty support)
4139  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
4140  - Added TODO file
4141  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
4142    - Added ssh-askpass program
4143    - Added ssh-askpass support to ssh-add.c
4144    - Create symlinks for slogin on install
4145    - Fix "distclean" target in makefile
4146    - Added example for ssh-agent to manpage
4147    - Added support for PAM_TEXT_INFO messages
4148    - Disable internal /etc/nologin support if PAM enabled
4149  - Merged latest OpenBSD CVS changes:
4150    - [all] replace assert() with error, fatal or packet_disconnect
4151    - [sshd.c] don't send fail-msg but disconnect if too many authentication
4152      failures
4153    - [sshd.c] remove unused argument. ok dugsong
4154    - [sshd.c] typo
4155    - [rsa.c] clear buffers used for encryption. ok: niels
4156    - [rsa.c] replace assert() with error, fatal or packet_disconnect
4157    - [auth-krb4.c] remove unused argument. ok dugsong
4158  - Fixed coredump after merge of OpenBSD rsa.c patch
4159  - Released 1.2pre8
4160
4161 19991102
4162  - Merged change from OpenBSD CVS
4163   - One-line cleanup in sshd.c
4164
4165 19991030
4166  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
4167  - Merged latest updates for OpenBSD CVS:
4168    - channels.[ch] - remove broken x11 fix and document istate/ostate
4169    - ssh-agent.c - call setsid() regardless of argv[]
4170    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
4171  - Documentation cleanups
4172  - Renamed README -> README.Ylonen
4173  - Renamed README.openssh ->README
4174
4175 19991029
4176  - Renamed openssh* back to ssh* at request of Theo de Raadt
4177  - Incorporated latest changes from OpenBSD's CVS
4178  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
4179  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
4180  - Make distclean now removed configure script
4181  - Improved PAM logging
4182  - Added some debug() calls for PAM
4183  - Removed redundant subdirectories
4184  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4185    building on Debian.
4186  - Fixed off-by-one error in PAM env patch
4187  - Released 1.2pre6
4188
4189 19991028
4190  - Further PAM enhancements.
4191    - Much cleaner
4192    - Now uses account and session modules for all logins.
4193  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
4194    - Build fixes
4195    - Autoconf
4196    - Change binary names to open*
4197  - Fixed autoconf script to detect PAM on RH6.1
4198  - Added tests for libpwdb, and OpenBSD functions to autoconf
4199  - Released 1.2pre4
4200
4201  - Imported latest OpenBSD CVS code
4202  - Updated README.openssh
4203  - Released 1.2pre5
4204
4205 19991027
4206  - Adapted PAM patch.
4207  - Released 1.0pre2
4208
4209  - Excised my buggy replacements for strlcpy and mkdtemp
4210  - Imported correct OpenBSD strlcpy and mkdtemp routines.
4211  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
4212  - Picked up correct version number from OpenBSD
4213  - Added sshd.pam PAM configuration file
4214  - Added sshd.init Redhat init script
4215  - Added openssh.spec RPM spec file
4216  - Released 1.2pre3
4217
4218 19991026
4219  - Fixed include paths of OpenSSL functions
4220  - Use OpenSSL MD5 routines
4221  - Imported RC4 code from nanocrypt
4222  - Wrote replacements for OpenBSD arc4random* functions
4223  - Wrote replacements for strlcpy and mkdtemp
4224  - Released 1.0pre1
4225
4226 $Id$
This page took 2.538169 seconds and 3 git commands to generate.