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