]> andersk Git - openssh.git/blob - ChangeLog
- (djm) OSX/Darwin put the PAM headers in a different place, detect this.
[openssh.git] / ChangeLog
1 20040102
2  - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
3    jakob@
4  - (djm) Remove useless DNS support configure summary message. from jakob@
5  - (djm) OSX/Darwin put the PAM headers in a different place, detect this.
6    Report from jakob@
7
8 20031231
9  - (dtucker) OpenBSD CVS Sync
10    - djm@cvs.openbsd.org 2003/12/22 09:16:58
11      [moduli.c ssh-keygen.1 ssh-keygen.c]
12      tidy up moduli generation debugging, add -v (verbose/debug) option to
13      ssh-keygen; ok markus@
14    - markus@cvs.openbsd.org 2003/12/22 20:29:55
15      [cipher-3des1.c]
16      EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr
17    - jakob@cvs.openbsd.org 2003/12/23 16:12:10
18      [servconf.c servconf.h session.c sshd_config]
19      implement KerberosGetAFSToken server option. ok markus@, beck@
20    - millert@cvs.openbsd.org 2003/12/29 16:39:50
21      [sshd_config]
22      KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
23    - dtucker@cvs.openbsd.org 2003/12/31 00:24:50
24      [auth2-passwd.c]
25      Ignore password change request during password auth (which we currently
26      don't support) and discard proposed new password.  corrections/ok markus@
27  - (dtucker) [configure.ac] Only test setresuid and setresgid if they exist.
28
29 20031219
30  - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we
31    typedef size_t ourselves.
32
33 20031218
34  - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.
35  - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
36    authentication.  Partially fixes bug #423.  Feedback & ok djm@
37
38 20031217
39  - (djm) OpenBSD CVS Sync
40    - markus@cvs.openbsd.org 2003/12/09 15:28:43
41      [serverloop.c]
42      make ClientKeepAlive work for ssh -N, too (no login shell requested).
43      1) send a bogus channel request if we find a channel
44      2) send a bogus global request if we don't have a channel
45      ok + test beck@
46    - markus@cvs.openbsd.org 2003/12/09 17:29:04
47      [sshd.c]
48      fix -o and HUP; ok henning@
49    - markus@cvs.openbsd.org 2003/12/09 17:30:05
50      [ssh.c]
51      don't modify argv for ssh -o; similar to sshd.c 1.283
52    - markus@cvs.openbsd.org 2003/12/09 21:53:37
53      [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1]
54      [ssh_config.5 sshconnect.c sshd.c sshd_config.5]
55      rename keepalive to tcpkeepalive; the old name causes too much
56      confusion; ok djm, dtucker; with help from jmc@
57    - dtucker@cvs.openbsd.org 2003/12/09 23:45:32
58      [clientloop.c]
59      Clear exit code when ssh -N is terminated with a SIGTERM.  ok markus@
60    - markus@cvs.openbsd.org 2003/12/14 12:37:21
61      [ssh_config.5]
62      we don't support GSS KEX; from Simon Wilkinson
63    - markus@cvs.openbsd.org 2003/12/16 15:49:51
64      [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1]
65      [ssh.c ssh_config.5]
66      application layer keep alive (ServerAliveInterval ServerAliveCountMax)
67      for ssh(1), similar to the sshd(8) option; ok beck@; with help from
68      jmc and dtucker@
69    - markus@cvs.openbsd.org 2003/12/16 15:51:54
70      [dh.c]
71      use <= instead of < in dh_estimate; ok provos/hshoexer; 
72      do not return < DH_GRP_MIN
73  - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check for
74    setres[ug]id() present but not implemented (eg some Linux/glibc
75    combinations).
76  - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
77    using a real 'signal()' (Noticed by a NeXT Compile)
78
79 20031209
80  - (dtucker) OpenBSD CVS Sync
81    - matthieu@cvs.openbsd.org 2003/11/25 23:10:08
82      [ssh-add.1]
83      ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
84    - djm@cvs.openbsd.org 2003/11/26 21:44:29
85      [cipher-aes.c]
86      fix #ifdef before #define; ok markus@
87      (RCS ID sync only, Portable already had this)
88    - markus@cvs.openbsd.org 2003/12/02 12:15:10
89      [progressmeter.c]
90      improvments from andreas@:
91      * saner speed estimate for transfers that takes less than a second by
92        rounding the time to 1 second.
93      * when the transfer is finished calculate the actual total speed
94        rather than the current speed which is given during the transfer
95    - markus@cvs.openbsd.org 2003/12/02 17:01:15
96      [channels.c session.c ssh-agent.c ssh.h sshd.c]
97      use SSH_LISTEN_BACKLOG (=128) in listen(2).
98    - djm@cvs.openbsd.org 2003/12/07 06:34:18
99      [moduli.c]
100      remove unused debugging #define templates
101    - markus@cvs.openbsd.org 2003/12/08 11:00:47
102      [kexgexc.c]
103      print requested group size in debug; ok djm
104    - dtucker@cvs.openbsd.org 2003/12/09 13:52:55
105      [moduli.c]
106      Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
107      they can't be used for Diffie-Hellman.  Assistance and ok djm@
108  - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
109
110 20031208
111  - (tim) [configure.ac] Bug 770. Fix --without-rpath.
112
113 20031123
114  - (djm) [canohost.c] Move IPv4inV6 mapped address normalisation to its own
115    function and call it unconditionally
116  - (djm) OpenBSD CVS Sync
117    - djm@cvs.openbsd.org 2003/11/23 23:17:34
118      [ssh-keyscan.c]
119      from portable - use sysconf to detect fd limit; ok markus@
120      (tidy diff by adding SSH_SSFDMAX macro to defines.h)
121    - djm@cvs.openbsd.org 2003/11/23 23:18:45
122      [ssh-keygen.c]
123      consistency PATH_MAX -> MAXPATHLEN; ok markus@
124      (RCS ID sync only)
125    - djm@cvs.openbsd.org 2003/11/23 23:21:21
126      [scp.c]
127      from portable: rename clashing variable limit-> limit_rate; ok markus@
128      (RCS ID sync only)
129    - dtucker@cvs.openbsd.org 2003/11/24 00:16:35
130      [ssh.1 ssh.c]
131      Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
132  - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original 
133    source file path (in OpenBSD tree).
134
135 20031122
136  - (dtucker) [channels.c] Make AIX write limit code clearer.  Suggested by djm@
137  - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
138    Move AIX specific password authentication code to port-aix.c, call
139    authenticate() until reenter flag is clear.
140  - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.
141    Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
142    is enabled, rely on SIA to check for locked accounts if enabled.  ok djm@
143  - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
144  - (djm) [sftp-int.c] Remove duplicated code from bogus sync
145  - (djm) [packet.c] Shuffle #ifdef to reduce conditionally compiled code
146
147 20031121
148  - (djm) OpenBSD CVS Sync
149    - markus@cvs.openbsd.org 2003/11/20 11:39:28
150      [progressmeter.c]
151      fix rounding errors; from andreas@
152    - djm@cvs.openbsd.org 2003/11/21 11:57:03
153      [everything]
154      unexpand and delete whitespace at EOL; ok markus@
155      (done locally and RCS IDs synced)
156
157 20031118
158  - (djm) Fix early exit for root auth success when UsePAM=yes and 
159    PermitRootLogin=no
160  - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,
161    and use it for do_pam_session.  Fixes problems like pam_motd not
162    displaying anything.  ok djm@
163  - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@
164  - (djm) OpenBSD CVS Sync
165    - dtucker@cvs.openbsd.org 2003/11/18 00:40:05
166      [serverloop.c]
167      Correct check for authctxt->valid.  ok djm@
168    - djm@cvs.openbsd.org 2003/11/18 10:53:07
169      [monitor.c]
170      unbreak fake authloop for non-existent users (my screwup). Spotted and
171      tested by dtucker@; ok markus@
172
173 20031117
174  - (djm) OpenBSD CVS Sync
175    - djm@cvs.openbsd.org 2003/11/03 09:03:37
176      [auth-chall.c]
177      make this a little more idiot-proof; ok markus@
178      (includes portable-specific changes)
179    - jakob@cvs.openbsd.org 2003/11/03 09:09:41
180      [sshconnect.c]
181      move changed key warning into warn_changed_key(). ok markus@
182    - jakob@cvs.openbsd.org 2003/11/03 09:37:32
183      [sshconnect.c]
184      do not free static type pointer in warn_changed_key()
185    - djm@cvs.openbsd.org 2003/11/04 08:54:09
186      [auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
187      [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
188      [session.c]
189      standardise arguments to auth methods - they should all take authctxt.
190      check authctxt->valid rather then pw != NULL; ok markus@
191    - jakob@cvs.openbsd.org 2003/11/08 16:02:40
192      [auth1.c]
193      remove unused variable (pw). ok djm@
194      (id sync only - still used in portable)
195    - jmc@cvs.openbsd.org 2003/11/08 19:17:29
196      [sftp-int.c]
197      typos from Jonathon Gray;
198    - jakob@cvs.openbsd.org 2003/11/10 16:23:41
199      [bufaux.c bufaux.h cipher.c cipher.h hostfile.c hostfile.h key.c]
200      [key.h sftp-common.c sftp-common.h sftp-server.c sshconnect.c sshd.c]
201      [ssh-dss.c ssh-rsa.c uuencode.c uuencode.h]
202      constify. ok markus@ & djm@
203    - dtucker@cvs.openbsd.org 2003/11/12 10:12:15
204      [scp.c]
205      When called with -q, pass -q to ssh; suppresses SSH2 banner.  ok markus@
206    - jakob@cvs.openbsd.org 2003/11/12 16:39:58
207      [dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
208      update SSHFP validation. ok markus@
209    - jmc@cvs.openbsd.org 2003/11/12 20:14:51
210      [ssh_config.5]
211      make verb agree with subject, and kill some whitespace;
212    - markus@cvs.openbsd.org 2003/11/14 13:19:09
213      [sshconnect2.c]
214      cleanup and minor fixes for the client code; from Simon Wilkinson
215    - djm@cvs.openbsd.org 2003/11/17 09:45:39
216      [msg.c msg.h sshconnect2.c ssh-keysign.c]
217      return error on msg send/receive failure (rather than fatal); ok markus@
218    - markus@cvs.openbsd.org 2003/11/17 11:06:07
219      [auth2-gss.c gss-genr.c gss-serv.c monitor.c monitor.h monitor_wrap.c]
220      [monitor_wrap.h sshconnect2.c ssh-gss.h]
221      replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; 
222      test + ok jakob.
223  - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int
224    conversation function
225  - (djm) Export environment variables from authentication subprocess to 
226    parent. Part of Bug #717
227
228 20031115
229  - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
230    HP-UX, skip test on AIX.
231
232 20031113
233  - (dtucker) [auth-pam.c] Append newlines to lines output by the
234    pam_chauthtok_conv().
235  - (dtucker) [README ssh-host-config ssh-user-config Makefile] (All
236    contrib/cygwin).  Major update from vinschen at redhat.com.
237    - Makefile provides a `cygwin-postinstall' target to run right after
238      `make install'.
239    - Better support for Windows 2003 Server.
240    - Try to get permissions as correct as possible.
241    - New command line options to allow full automated host configuration.
242    - Create configs from skeletons in /etc/defaults/etc.
243    - Use /bin/bash, allows reading user input with readline support.
244    - Remove really old configs from /usr/local.
245  - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and
246    PAM_ERROR_MSG messages.
247
248 20031106
249  - (djm) Clarify UsePAM consequences a little more
250
251 20031103
252  - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
253    are created correctly with CRLF line terminations.  Patch from vinschen at
254    redhat.com.
255  - (dtucker) OpenBSD CVS Sync
256    - markus@cvs.openbsd.org 2003/10/15 09:48:45
257      [monitor_wrap.c]
258      check pmonitor != NULL
259    - markus@cvs.openbsd.org 2003/10/21 09:50:06
260      [auth2-gss.c]
261      make sure the doid is larger than 2
262    - avsm@cvs.openbsd.org 2003/10/26 16:57:43
263      [sshconnect2.c]
264      rename 'supported' static var in userauth_gssapi() to 'gss_supported'
265      to avoid shadowing the global version.  markus@ ok
266    - markus@cvs.openbsd.org 2003/10/28 09:08:06
267      [misc.c]
268      error->debug for getsockopt+TCP_NODELAY; several requests
269    - markus@cvs.openbsd.org 2003/11/02 11:01:03
270      [auth2-gss.c compat.c compat.h sshconnect2.c]
271      remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk
272  - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid.
273
274 20031021
275  - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
276    directly.  Noted by Darren.Moffat at sun.com.
277  - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
278    make agent setgid during test.
279
280 20031017
281  - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
282    MD5 passwords even if PAM support is enabled.  From steev at detritus.net.
283
284 20031015
285  - (dtucker) OpenBSD CVS Sync
286    - jmc@cvs.openbsd.org 2003/10/08 08:27:36
287      [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
288      scp and sftp: add options list and sort options. options list requested
289      by deraadt@
290      sshd: use same format as ssh
291      ssh: remove wrong option from list
292      sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
293      ok deraadt@ markus@
294    - markus@cvs.openbsd.org 2003/10/08 15:21:24
295      [readconf.c ssh_config.5]
296      default GSS API to no in client, too; ok jakob, deraadt@
297    - markus@cvs.openbsd.org 2003/10/11 08:24:08
298      [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
299      remote x11 clients are now untrusted by default, uses xauth(8) to generate
300      untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
301      ok deraadt; feedback and ok djm/fries
302    - markus@cvs.openbsd.org 2003/10/11 08:26:43
303      [sshconnect2.c]
304      search keys in reverse order; fixes #684
305    - markus@cvs.openbsd.org 2003/10/11 11:36:23
306      [monitor_wrap.c]
307      return NULL for missing banner; ok djm@
308    - jmc@cvs.openbsd.org 2003/10/12 13:12:13
309      [ssh_config.5]
310      note that EnableSSHKeySign should be in the non-hostspecific section;
311      remove unnecessary .Pp;
312      ok markus@
313    - markus@cvs.openbsd.org 2003/10/13 08:22:25
314      [scp.1 sftp.1]
315      don't refer to options related to forwarding; ok jmc@
316    - jakob@cvs.openbsd.org 2003/10/14 19:42:10
317      [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
318      include SSHFP lookup code (not enabled by default). ok markus@
319    - jakob@cvs.openbsd.org 2003/10/14 19:43:23
320      [README.dns]
321      update
322    - markus@cvs.openbsd.org 2003/10/14 19:54:39
323      [session.c ssh-agent.c]
324      10X for mkdtemp; djm@
325  - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
326    openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
327    compiled in but disabled in config.
328  - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
329  - (tim) [regress/banner.sh] portability fix.
330
331 20031009
332  - (dtucker) [sshd_config.5] UsePAM defaults to "no".  ok djm@
333
334 20031008
335  - (dtucker) OpenBSD CVS Sync
336    - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
337      [sshconnect2.c]
338      Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
339      #707.  ok markus@
340    - djm@cvs.openbsd.org 2003/10/07 07:04:16
341      [sftp-int.c]
342      sftp quoting fix from admorten AT umich.edu; ok markus@
343    - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
344      [sshconnect2.c]
345      set ptr to NULL after free
346    - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
347      [regress/Makefile regress/banner.sh]
348      Test SSH2 banner.  ok markus@
349    - djm@cvs.openbsd.org 2003/10/07 07:04:52
350      [regress/sftp-cmds.sh]
351      more sftp quoting regress tests; ok markus
352
353 20031007
354  - (djm) Delete autom4te.cache after autoreconf
355  - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
356    cleanup functions.  With & ok djm@
357  - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
358    run-time switch, always build --with-md5-passwords.
359  - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
360    Bug #670: add strtoul() to openbsd-compat for platforms lacking it.  ok djm@
361  - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
362    on Reliant Unix.  Patch from Robert.Dahlem at siemens.com.
363  - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
364    Reliant Unix.  Based on patch from Robert.Dahlem at siemens.com.
365
366 20031003
367  - (dtucker) OpenBSD CVS Sync
368    - markus@cvs.openbsd.org 2003/10/02 10:41:59
369      [sshd.c]
370      print openssl version, too, several requests; ok henning/djm.
371    - markus@cvs.openbsd.org 2003/10/02 08:26:53
372      [ssh-gss.h]
373      missing $OpenBSD:; dtucker
374  - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
375    option.
376
377 20031002
378  - (dtucker) OpenBSD CVS Sync
379    - markus@cvs.openbsd.org 2003/09/23 20:17:11
380      [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
381      cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
382      monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
383      ssh-agent.c sshd.c]
384      replace fatal_cleanup() and linked list of fatal callbacks with static
385      cleanup_exit() function.  re-refine cleanup_exit() where appropriate,
386      allocate sshd's authctxt eary to allow simpler cleanup in sshd.
387      tested by many, ok deraadt@
388    - markus@cvs.openbsd.org 2003/09/23 20:18:52
389      [progressmeter.c]
390      don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
391      ok millert/deraadt@
392    - markus@cvs.openbsd.org 2003/09/23 20:41:11
393      [channels.c channels.h clientloop.c]
394      move client only agent code to clientloop.c
395    - markus@cvs.openbsd.org 2003/09/26 08:19:29
396      [sshd.c]
397      no need to set the listen sockets to non-block; ok deraadt@
398    - jmc@cvs.openbsd.org 2003/09/29 11:40:51
399      [ssh.1]
400      - add list of options to -o and .Xr ssh_config(5)
401      - some other cleanup
402      requested by deraadt@;
403      ok deraadt@ markus@
404    - markus@cvs.openbsd.org 2003/09/29 20:19:57
405      [servconf.c sshd_config]
406      GSSAPICleanupCreds -> GSSAPICleanupCredentials
407  - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
408    --with-pam.  ok djm@
409  - (dtucker) [ssh-gss.h] Prototype change missed in sync.
410  - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
411    Based on patches by Matthias Koeppe and Thomas Baden.  ok djm@
412
413 20030930
414  - (bal) Fix issues in openbsd-compat/realpath.c
415
416 20030925
417  - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
418    DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam.  Patch from
419    michael_steffens at hp.com, ok djm@
420  - (tim) [sshd_config] UsePAM defaults to no.
421
422 20030924
423  - (djm) Update version.h and spec files for HEAD
424  - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
425
426 20030923
427  - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
428    builds.  Portability corrections from tim@.
429  - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
430    Patch from max at quendi.de.
431  - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
432  - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
433  - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
434    Patch from david.haughton at ncr.com
435  - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
436    Part of patch supplied by bugzilla-openssh at thewrittenword.com
437  - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
438    openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
439    where gai_strerror is defined as "const char *".  Part of patch supplied
440    by bugzilla-openssh at thewrittenword.com
441  - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
442    ssh-host-config to match current defaults, bump README version.  Patch from
443    vinschen at redhat.com.
444  - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
445    OS does not support permanently dropping privileges.  Patch from
446    vinschen at redhat.com.
447  - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
448    add canohost.h to stop warning.  Based on patch from openssh-unix-dev at
449    thewrittenword.com
450  - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
451    higher.
452  - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
453  - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
454    Report by distler AT golem ph utexas edu.
455  - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
456    article by genty at austin.ibm.com, included with the author's permission.
457  - (dtucker) OpenBSD CVS Sync
458    - markus@cvs.openbsd.org 2003/09/18 07:52:54
459      [sshconnect.c]
460      missing {}; bug #656; jclonguet at free.fr
461    - markus@cvs.openbsd.org 2003/09/18 07:54:48
462      [buffer.c]
463      protect against double free; #660;  zardoz at users.sf.net
464    - markus@cvs.openbsd.org 2003/09/18 07:56:05
465      [authfile.c]
466      missing  buffer_free(&encrypted); #662; zardoz at users.sf.net
467    - markus@cvs.openbsd.org 2003/09/18 08:49:45
468      [deattack.c misc.c session.c ssh-agent.c]
469      more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
470      ok millert@
471    - miod@cvs.openbsd.org 2003/09/18 13:02:21
472      [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
473      A few signedness fixes for harmless situations; markus@ ok
474    - markus@cvs.openbsd.org 2003/09/19 09:02:02
475      [packet.c]
476      buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
477    - markus@cvs.openbsd.org 2003/09/19 09:03:00
478      [buffer.c]
479      sign fix in buffer_dump; Jedi/Sector One; pr 3473
480    - markus@cvs.openbsd.org 2003/09/19 11:29:40
481      [ssh-agent.c]
482      provide a ssh-agent specific fatal() function; ok deraadt
483    - markus@cvs.openbsd.org 2003/09/19 11:30:39
484      [ssh-keyscan.c]
485      avoid fatal_cleanup, just call exit(); ok deraadt
486    - markus@cvs.openbsd.org 2003/09/19 11:31:33
487      [channels.c]
488      do not call channel_free_all on fatal; ok deraadt
489    - markus@cvs.openbsd.org 2003/09/19 11:33:09
490      [packet.c sshd.c]
491      do not call packet_close on fatal; ok deraadt
492    - markus@cvs.openbsd.org 2003/09/19 17:40:20
493      [scp.c]
494      error handling for remote-remote copy; #638; report Harald Koenig;
495      ok millert, fgs, henning, deraadt
496    - markus@cvs.openbsd.org 2003/09/19 17:43:35
497      [clientloop.c sshtty.c sshtty.h]
498      remove fatal callbacks from client code; ok deraadt
499  - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
500         on #unixhelp@efnet
501  - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
502  - (djm) Sync with V_3_7 branch:
503    - (djm) Fix SSH1 challenge kludge
504    - (djm) Bug #671: Fix builds on OpenBSD
505    - (djm) Bug #676: Fix PAM stack corruption
506    - (djm) Fix bad free() in PAM code
507    - (djm) Don't call pam_end before pam_init
508    - (djm) Enable build with old OpenSSL again
509    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
510    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
511
512 20030919
513  - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
514    djast AT cs.toronto.edu
515  - (djm) Bug #661: Remove duplicate check for basename; from 
516    bugzilla-openssh AT thewrittenword.com
517  - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
518    jason AT devrandom.org
519  - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
520  - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
521    unless required.  Reorder to reduce warnings.
522  - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
523    when /etc/default/login doesn't exist or isn't readable.  Fixes from
524    jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
525  - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
526
527 20030918
528  - (djm) Bug #652: Fix empty password auth
529
530 20030917
531  - (djm) Sync with V_3_7 branch
532  - (djm) OpenBSD Sync
533    - markus@cvs.openbsd.org 2003/09/16 21:02:40
534      [buffer.c channels.c version.h]
535      more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
536  - (djm) Crank RPM spec file versions
537  - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
538    20030916 "Missed dead header in inet_ntoa.c"
539  
540 20030916
541  - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
542    PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
543    (eg Solaris, Reliant Unix).  Patch from Robert.Dahlem at siemens.com.  
544    ok djm@
545  - (bal) OpenBSD Sync
546    - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
547      [buffer.c]
548      do not expand buffer before attempting to reallocate it; markus ok
549  - (tim) [configure.ac] Fix portability issues.
550  - (bal) Missed dead header in inet_ntoa.c
551
552 20030914
553  - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
554    the regression tests from running with Solaris' make.  Patch from Brian
555    Poole (raj at cerias.purdue.edu).
556  - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
557    with vanilla "=".
558
559 20030913
560  - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
561    slower hosts, increase to 10 sec.
562  - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
563    required to correctly reset failed login count when using a password
564    registry other than "files" (eg LDAP, see bug #543).
565  - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
566    Report by Roger Cornelius.
567  - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
568    from cjwatson at debian.org.
569
570 20030912
571  - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
572  - (tim) [Makefile.in] only mkdir regress if it does not exist.
573  - (tim) [regress/yes-head.sh] shell portability fix.
574
575 20030911
576  - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
577    the dirname test, to allow a broken dirname to be detected correctly.
578    Based partially on patch supplied by alex.kiernan at thus.net.  ok djm@
579  - (tim) [configure.ac] Move libgen tests to before libwrap to unbreak
580    UnixWare 2.03 using --with-tcp-wrappers.
581  - (tim) [configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
582  - (tim) [regress/agent-ptrace.sh regress/dynamic-forward.sh
583    regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
584    no longer depends on which(1). patch by dtucker@
585
586 20030910
587  - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
588    Patch from wendyp at cray.com.
589  - (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
590  - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
591    "yes".
592
593 20030909
594  - (tim) [regress/Makefile] Fixes for building outside of a read-only
595    source tree.
596  - (tim) [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
597    with shell read-only variable.
598  - (tim) [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
599    UX:rm: ERROR: Cannot remove '.' or '..'
600
601 20030908
602  - (tim) [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
603    _getlong in #ifndef
604  - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
605    HEADER.ad in arpa/nameser.h
606  - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
607
608 20030907
609  - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
610    Put "which" inside quotes.
611  - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
612    Add ${EXEEXT}: required to work on Cygwin.
613  - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
614    distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
615  - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
616  - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
617  - (dtucker) [acconfig.h] Typo.
618  - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
619    Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
620
621 20030906
622  - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
623
624 20030905
625  - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
626
627 20030904
628  - (dtucker) Portablize regression tests.  Parts contributed by Roumen
629    Petrov, David M. Williams and Corinna Vinschen.
630    - [Makefile.in] Add "make tests" target and "make clean" hooks.
631    - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
632      getpeereid.
633    - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
634      gdb cannot be found.
635    - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
636    - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
637      it).  The sparse file will take less disk space too.
638    - [regress/sftp-cmds.sh] Ensure files used for test are readable.
639    - [regress/stderr-after-eof.sh] Search for a usable checksum program.
640    - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
641      regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
642      regress/transfer.sh] Use ${EXEEXT} where appropriate.
643    - [regress/sftp.sh regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
644    - [regress/agent-ptrace.sh regress/agent-timeout.sh]
645      "grep -q" -> "grep >/dev/null"
646    - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
647      regress/test-exec.sh] Handle different ways of echoing without newlines.
648    - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
649    - [regress/sftp-cmds.sh] Use portable "test" option.
650    - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
651      use Strictmodes no, wait longer for sshd startup.
652    - [regress/Makefile] Remove BSDisms.
653    - [regress/README.regress] Add a basic readme.
654    - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
655      not $OBJ.
656    - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
657
658 20030903
659  - (djm) OpenBSD CVS Sync
660    - markus@cvs.openbsd.org 2003/08/26 09:58:43
661      [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
662      [auth2.c monitor.c]
663      fix passwd auth for 'username leaks via timing'; with djm@, original 
664      patches from solar
665    - markus@cvs.openbsd.org 2003/08/28 12:54:34
666      [auth.h]
667      remove kerberos support from ssh1, since it has been replaced with GSSAPI;
668      but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
669    - markus@cvs.openbsd.org 2003/09/02 16:40:29
670      [version.h]
671      enter 3.7
672    - jmc@cvs.openbsd.org 2003/09/02 18:50:06
673      [sftp.1 ssh_config.5]
674      escape punctuation;
675      ok deraadt@
676
677 20030902
678  - (djm) OpenBSD CVS Sync
679    - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
680      [auth2-gss.c]
681      64 bit cleanups; markus ok
682    - markus@cvs.openbsd.org 2003/08/28 12:54:34
683      [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
684      [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
685      [sshconnect1.c sshd.c sshd_config sshd_config.5]
686      remove kerberos support from ssh1, since it has been replaced with GSSAPI;
687      but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
688    - markus@cvs.openbsd.org 2003/08/29 10:03:15
689      [compat.c compat.h]
690      SSH_BUG_K5USER is unused; ok henning@
691    - markus@cvs.openbsd.org 2003/08/29 10:04:36
692      [channels.c nchan.c]
693      be less chatty; debug -> debug2, cleanup; ok henning@
694    - markus@cvs.openbsd.org 2003/08/31 10:26:04
695      [progressmeter.c]
696      pass file_size + 1 to snprintf: fixes printing of truncated
697      file names; fix based on patch/report from sturm@;
698    - markus@cvs.openbsd.org 2003/08/31 12:14:22
699      [progressmeter.c]
700      do write to buf[-1]
701    - markus@cvs.openbsd.org 2003/08/31 13:29:05
702      [session.c]
703      call ssh_gssapi_storecreds conditionally from do_exec(); 
704      with sxw@inf.ed.ac.uk
705    - markus@cvs.openbsd.org 2003/08/31 13:30:18
706      [gss-serv.c]
707      correct string termination in parse_ename(); sxw@inf.ed.ac.uk
708    - markus@cvs.openbsd.org 2003/08/31 13:31:57
709      [gss-serv.c]
710      whitspace KNF
711    - markus@cvs.openbsd.org 2003/09/01 09:50:04
712      [sshd_config.5]
713      gss kex is not supported; sxw@inf.ed.ac.uk
714    - markus@cvs.openbsd.org 2003/09/01 12:50:46
715      [readconf.c]
716      rm gssapidelegatecreds alias; never supported before
717    - markus@cvs.openbsd.org 2003/09/01 13:52:18
718      [ssh.h]
719      rm whitespace
720    - markus@cvs.openbsd.org 2003/09/01 18:15:50
721      [readconf.c readconf.h servconf.c servconf.h ssh.c]
722      remove unused kerberos code; ok henning@
723    - markus@cvs.openbsd.org 2003/09/01 20:44:54
724      [auth2-gss.c]
725      fix leak
726  - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
727    error. Part of Bug #423, patch from  michael_steffens AT hp.com
728  - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session 
729    management (now done in do_setusercontext). Largely from 
730    michael_steffens AT hp.com
731  - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h 
732  
733 20030829
734  - (bal) openbsd-compat/ clean up.  Considate headers, add in Id on our
735    files, and added missing license to header.
736
737 20030826
738  - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
739    as deprecated. Remove mention from README.privsep. Patch from 
740    aet AT cc.hut.fi
741  - (dtucker) OpenBSD CVS Sync
742    - markus@cvs.openbsd.org 2003/08/22 10:56:09
743      [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
744      gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
745      readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
746      ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
747      support GSS API user authentication; patches from Simon Wilkinson,
748      stripped down and tested by Jakob and myself.
749    - markus@cvs.openbsd.org 2003/08/22 13:20:03
750      [sshconnect2.c]
751      remove support for "kerberos-2@ssh.com"
752    - markus@cvs.openbsd.org 2003/08/22 13:22:27
753      [auth2.c] (auth2-krb5.c removed)
754      nuke "kerberos-2@ssh.com"
755    - markus@cvs.openbsd.org 2003/08/22 20:55:06
756      [LICENCE]
757      add Simon Wilkinson
758    - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
759      [monitor.c monitor_wrap.c sshconnect2.c]
760      64 bit cleanups; markus ok
761    - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
762      [sftp-int.c]
763      fix div by zero when listing for filename lengths longer than width.
764      markus@ ok.
765    - djm@cvs.openbsd.org 2003/08/25 10:33:33
766      [sshconnect2.c]
767      fprintf->logit to silence login banner with "ssh -q"; ok markus@
768  - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
769    configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
770    sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
771  - (dtucker) [Makefile.in] Remove auth2-krb5.
772  - (dtucker) [contrib/aix/inventory.sh] Add public domain notice.  ok mouring@
773    (the original author)
774  - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
775
776 20030825
777  - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from 
778    larsch@trustcenter.de
779  - (bal) openbsd-compat/ OpenBSD updates.  Mostly licensing, ansifications
780    and minor fixes. OK djm@
781  - (bal) redo how we handle 'mysignal()'.  Move it to 
782    openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
783    be our 'mysignal' by default.  OK djm@
784  - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
785    any access to locked accounts.  ok djm@
786  - (djm) Bug #564: Perform PAM account checks for all authentications when
787    UsePAM=yes; ok dtucker
788  - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
789    Tru64, solves getnameinfo and "bad addr or host" errors.  ok djm@
790  - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
791    Update package builder: correctly handle config variables, use lsuser
792    rather than /etc/passwd, fix typos, add Id's.
793
794 20030822
795  - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal 
796    -lbroken; ok dtucker 
797  - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
798    rather that authorized_keys2.  Patch from vinschen@redhat.com.
799
800 20030821
801  - (dtucker) OpenBSD CVS Sync
802    - markus@cvs.openbsd.org 2003/08/14 16:08:58
803      [ssh-keygen.c]
804      exit after primetest, ok djm@
805  - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
806    change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
807    consistency.
808  - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
809    and after normal openpty test.
810
811 20030813
812  - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
813  - (dtucker) OpenBSD CVS Sync
814    - markus@cvs.openbsd.org 2003/08/13 08:33:02
815      [session.c]
816      use more portable tcsendbreak(3) and ignore break_length;
817      ok deraadt, millert
818    - markus@cvs.openbsd.org 2003/08/13 08:46:31
819      [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
820      ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
821      remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
822      fgsch@, miod@, henning@, jakob@ and others
823    - markus@cvs.openbsd.org 2003/08/13 09:07:10
824      [readconf.c ssh.c]
825      socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
826  - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
827    Add a tcsendbreak function for platforms that don't have one, based on the
828    one from OpenBSD.
829
830 20030811
831  - (dtucker) OpenBSD CVS Sync
832    (thanks to Simon Wilkinson for help with this -dt)
833    - markus@cvs.openbsd.org 2003/07/16 15:02:06
834      [auth-krb5.c]
835      mcc -> fcc; from Love Hörnquist Ã…strand <lha@it.su.se>
836      otherwise the kerberos credentinal is stored in a memory cache
837      in the privileged sshd. ok jabob@, hin@ (some time ago)
838  - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
839    in bsd-cygwin_util.h).
840
841 20030808
842  - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
843    AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
844    separately before defining them.
845  - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null.  ok djm@
846
847 20030807
848  - (dtucker) [session.c] Have session_break_req not attempt to send a break
849    if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
850  - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
851    defined (fixes compile error on really old Linuxes).
852  - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
853    not already defined (eg Linux with some versions of libc5), based on those
854    from OpenBSD.
855  - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
856    Remove incorrect filenames from comments (file names are in Id tags).
857  - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
858    specific defines and includes to bsd-cygwin_util.h.  Fixes build error too.
859
860 20030802
861  - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
862  - (dtucker) OpenBSD CVS Sync
863    - markus@cvs.openbsd.org 2003/07/22 13:35:22
864      [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
865      monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
866      ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
867      remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
868      test+ok henning@
869  - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
870  - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
871  - (dtucker) OpenBSD CVS Sync
872    - markus@cvs.openbsd.org 2003/07/23 07:42:43
873      [sshd_config]
874      remove AFS; itojun@
875    - djm@cvs.openbsd.org 2003/07/28 09:49:56
876      [ssh-keygen.1 ssh-keygen.c]
877      Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
878      Based on code from Phil Karn, William Allen Simpson and Niels Provos.
879      ok markus@, thanks jmc@
880    - markus@cvs.openbsd.org 2003/07/29 18:24:00
881      [LICENCE progressmeter.c]
882      replace 4 clause BSD licensed progressmeter code with a replacement
883      from Nils Nordman and myself; ok deraadt@
884      (copied from OpenBSD an re-applied portable changes)
885    - markus@cvs.openbsd.org 2003/07/29 18:26:46
886      [progressmeter.c]
887      fix length for "- stalled -" (included with previous import)
888    - markus@cvs.openbsd.org 2003/07/30 07:44:14
889      [progressmeter.c]
890      use only 4 digits in format_size (included with previous import)
891    - markus@cvs.openbsd.org 2003/07/30 07:53:27
892      [progressmeter.c]
893      whitespace (included with previous import)
894    - markus@cvs.openbsd.org 2003/07/31 09:21:02
895      [auth2-none.c]
896      check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
897      ok henning
898    - avsm@cvs.openbsd.org 2003/07/31 15:50:16
899      [atomicio.c]
900      correct comment: atomicio takes vwrite, not write; deraadt@ ok
901    - markus@cvs.openbsd.org 2003/07/31 22:34:03
902      [progressmeter.c]
903      print rate similar old version; round instead truncate;
904      (included in previous progressmeter.c commit)
905  - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
906    Add a tcgetpgrp function.
907  - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
908  - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
909
910 20030730
911  - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
912
913 20030726
914  - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
915    DISABLE_SHADOW.  Fixes HP-UX compile error.
916
917 20030724
918  - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c 
919     openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
920     and isolate shadow password functions.  Tested in Solaris, but should
921     not break other platforms too badly (except maybe HP =).  Also brings
922     auth-passwd.c into full sync with OpenBSD tree.
923
924 20030723
925  - (dtucker) [configure.ac] Back out change for bug #620.
926
927 20030719
928  - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
929    Solaris/x86.  Patch from jrhett at isite.net.
930  - (dtucker) OpenBSD CVS Sync
931    - markus@cvs.openbsd.org 2003/07/14 12:36:37
932      [sshd.c]
933      remove undocumented -V option. would be only useful if openssh is used
934      as ssh v1 server for ssh.com's ssh v2.
935    - markus@cvs.openbsd.org 2003/07/16 10:34:53
936      [ssh.c sshd.c]
937      don't exit on multiple -v or -d; ok deraadt@
938    - markus@cvs.openbsd.org 2003/07/16 10:36:28
939      [sshtty.c]
940      clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
941    - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
942      [scp.c]
943      userid is unsigned, but well, force it anyways; andrushock@korovino.net
944    - djm@cvs.openbsd.org 2003/07/19 00:45:53
945      [sftp-int.c]
946      fix sftp filename parsing for arguments with escaped quotes. bz #517;
947      ok markus
948    - djm@cvs.openbsd.org 2003/07/19 00:46:31
949      [regress/sftp-cmds.sh]
950      regress test for sftp arguments with escaped quotes; ok markus
951
952 20030714
953  - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
954    loginfailed at all, so assume 3-arg loginfailed if not declared.
955  - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
956    undef'ing it.
957  - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
958    Call setauthdb() before loginfailed(), which may load password registry-
959    specific functions.  Based on patch by cawlfiel at us.ibm.com.
960  - (dtucker) [port-aix.h] Fix prototypes.
961  - (dtucker) OpenBSD CVS Sync
962    - avsm@cvs.openbsd.org 2003/07/09 13:58:19
963      [key.c]
964      minor tweak: when generating the hex fingerprint, give strlcat the full
965      bound to the buffer, and add a comment below explaining why the
966      zero-termination is one less than the bound.  markus@ ok
967    - markus@cvs.openbsd.org 2003/07/10 14:42:28
968      [packet.c]
969      the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
970      blowfish, etc, so enforce a 1GB limit for small blocksizes.
971    - markus@cvs.openbsd.org 2003/07/10 20:05:55
972      [sftp.c]
973      sync usage with manpage, add missing -R
974
975 20030708
976  - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
977    Include AIX headers for authentication functions and make calls match
978    prototypes.  Test for and handle 3-arg and 4-arg variants of loginfailed.
979  - (dtucker) [session.c] Check return value of setpcred().
980  - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
981    Convert aixloginmsg into platform-independant Buffer loginmsg.
982
983 20030707
984  - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
985    searching libraries for it.  Fixes build errors on NCR MP-RAS.
986
987 20030706
988  - (dtucker) [ssh-rand-helper.c loginrec.c]
989    Apply atomicio typing change to these too.
990
991 20030703
992  - (dtucker) OpenBSD CVS Sync
993    - djm@cvs.openbsd.org 2003/06/28 07:48:10
994      [sshd.c]
995      report pidfile creation errors, based on patch from Roumen Petrov;
996      ok markus@
997    - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
998      [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
999      progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
1000      sshd.c]
1001      deal with typing of write vs read in atomicio
1002    - markus@cvs.openbsd.org 2003/06/29 12:44:38
1003      [sshconnect.c]
1004      memset 0, not \0; andrushock@korovino.net
1005    - markus@cvs.openbsd.org 2003/07/02 12:56:34
1006      [channels.c]
1007      deny dynamic forwarding with -R for v1, too; ok djm@
1008    - markus@cvs.openbsd.org 2003/07/02 14:51:16
1009      [channels.c ssh.1 ssh_config.5]
1010      (re)add socks5 suppport to -D; ok djm@
1011      now ssh(1) can act both as a socks 4 and socks 5 server and
1012      dynamically forward ports.
1013    - markus@cvs.openbsd.org 2003/07/02 20:37:48
1014      [ssh.c]
1015      convert hostkeyalias to lowercase, otherwise uppercase aliases will
1016      not match at all; ok henning@
1017    - markus@cvs.openbsd.org 2003/07/03 08:21:46
1018      [regress/dynamic-forward.sh]
1019      add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
1020    - markus@cvs.openbsd.org 2003/07/03 08:24:13
1021      [regress/Makefile]
1022      enable tests for dynamic fwd via socks (-D), uses nc(1)
1023    - djm@cvs.openbsd.org 2003/07/03 08:09:06
1024      [readconf.c readconf.h ssh-keysign.c ssh.c]
1025      fix AddressFamily option in config file, from brent@graveland.net;
1026      ok markus@
1027
1028 20030630
1029  - (djm) Search for support functions necessary to build our 
1030    getrrsetbyname() replacement. Patch from Roumen Petrov 
1031
1032 20030629
1033  - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
1034    (fixes compiler warnings on Solaris 2.5.1).
1035  - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
1036    flag modifications.
1037    
1038 20030628
1039  - (djm) Bug #591: use PKCS#15 private key label as a comment in case 
1040    of OpenSC. Report and patch from larsch@trustcenter.de
1041  - (djm) Bug #593: Sanity check OpenSC card reader number; patch from 
1042    aj@dungeon.inka.de
1043  - (dtucker) OpenBSD CVS Sync
1044    - markus@cvs.openbsd.org 2003/06/23 09:02:44
1045      [ssh_config.5]
1046      document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
1047    - markus@cvs.openbsd.org 2003/06/24 08:23:46
1048      [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
1049       monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
1050      int -> u_int; ok djm@, deraadt@, mouring@
1051    - miod@cvs.openbsd.org 2003/06/25 22:39:36
1052      [sftp-server.c]
1053      Typo police: attribute is better written with an 'r'.
1054    - markus@cvs.openbsd.org 2003/06/26 20:08:33
1055      [readconf.c]
1056      do not dump core for 'ssh -o proxycommand host'; ok deraadt@
1057  - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
1058  - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE 
1059    actually enable the feature, for those normally disabled.  Patch by
1060    openssh (at) roumenpetrov.info.
1061
1062 20030624
1063  - (dtucker) Have configure refer the user to config.log and
1064    contrib/findssl.sh for OpenSSL header/library mismatches.
1065
1066 20030622
1067  - (dtucker) OpenBSD CVS Sync
1068    - markus@cvs.openbsd.org 2003/06/21 09:14:05
1069      [regress/reconfigure.sh]
1070      missing $SUDO; from dtucker@zip.com.au
1071    - markus@cvs.openbsd.org 2003/06/18 11:28:11
1072      [ssh-rsa.c]
1073      backout last change, since it violates pkcs#1
1074      switch to share/misc/license.template
1075    - djm@cvs.openbsd.org 2003/06/20 05:47:58
1076      [sshd_config.5]
1077      sync description of protocol 2 cipher proposal; ok markus
1078    - djm@cvs.openbsd.org 2003/06/20 05:48:21
1079      [sshd_config]
1080      sync some implemented options; ok markus@
1081  - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
1082  - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
1083    testing its value.
1084
1085 20030618
1086  - (djm) OpenBSD CVS Sync
1087    - markus@cvs.openbsd.org 2003/06/12 07:57:38
1088      [monitor.c sshlogin.c sshpty.c]
1089      typos; dtucker at zip.com.au
1090    - djm@cvs.openbsd.org 2003/06/12 12:22:47
1091      [LICENCE]
1092      mention more copyright holders; ok markus@
1093    - nino@cvs.openbsd.org 2003/06/12 15:34:09
1094      [scp.c]
1095      Typo. Ok markus@.
1096    - markus@cvs.openbsd.org 2003/06/12 19:12:03
1097      [scard.c scard.h ssh-agent.c ssh.c]
1098      add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
1099    - markus@cvs.openbsd.org 2003/06/16 08:22:35
1100      [ssh-rsa.c]
1101      make sure the signature has at least the expected length (don't
1102      insist on len == hlen + oidlen, since this breaks some smartcards)
1103      bugzilla #592; ok djm@
1104    - markus@cvs.openbsd.org 2003/06/16 10:22:45
1105      [ssh-add.c]
1106      print out key comment on each prompt; make ssh-askpass more useable; ok djm@
1107    - markus@cvs.openbsd.org 2003/06/17 18:14:23
1108      [cipher-ctr.c]
1109      use license from /usr/share/misc/license.template for new code
1110  - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
1111    Import new regression tests from OpenBSD
1112  - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
1113  - (dtucker) OpenBSD CVS Sync (regress/)
1114    - markus@cvs.openbsd.org 2003/04/02 12:21:13
1115      [Makefile]
1116      enable rekey test
1117    - djm@cvs.openbsd.org 2003/04/04 09:34:22
1118      [Makefile sftp-cmds.sh]
1119      More regression tests, including recent directory rename bug; ok markus@
1120    - markus@cvs.openbsd.org 2003/05/14 22:08:27
1121      [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
1122      test against some new commerical versions
1123    - mouring@cvs.openbsd.org 2003/05/15 04:07:12
1124      [sftp-cmds.sh]
1125      Advanced put/get testing for sftp.  OK @djm
1126    - markus@cvs.openbsd.org 2003/06/12 15:40:01
1127      [try-ciphers.sh]
1128      add ctr
1129    - markus@cvs.openbsd.org 2003/06/12 15:43:32
1130      [Makefile]
1131      test -HUP; dtucker at zip.com.au
1132
1133 20030614
1134  - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
1135
1136 20030611
1137  - (djm) Mention portable copyright holders in LICENSE
1138  - (djm) Put licenses on substantial header files
1139  - (djm) Sync LICENSE against OpenBSD
1140  - (djm) OpenBSD CVS Sync
1141    - jmc@cvs.openbsd.org 2003/06/10 09:12:11
1142      [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
1143      [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1144      - section reorder
1145      - COMPATIBILITY merge
1146      - macro cleanup
1147      - kill whitespace at EOL
1148      - new sentence, new line
1149      ssh pages ok markus@
1150    - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
1151      [packet.c progressmeter.c]
1152      mostly ansi cleanup; pval ok
1153    - jakob@cvs.openbsd.org 2003/06/11 10:16:16
1154      [sshconnect.c]
1155      clean up check_host_key() and improve SSHFP feedback. ok markus@
1156    - jakob@cvs.openbsd.org 2003/06/11 10:18:47
1157      [dns.c]
1158      sync with check_host_key() change
1159    - djm@cvs.openbsd.org 2003/06/11 11:18:38
1160      [authfd.c authfd.h ssh-add.c ssh-agent.c]
1161      make agent constraints (lifetime, confirm) work with smartcard keys; 
1162      ok markus@
1163
1164
1165 20030609
1166  - (djm) Sync README.smartcard with OpenBSD -current
1167  - (djm) Re-merge OpenSC info into README.smartcard
1168
1169 20030606
1170  - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
1171
1172 20030605
1173  - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
1174    canohost.c changes.
1175  - (djm) Implement paranoid priv dropping checks, based on:
1176    "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
1177    Proceedings of USENIX Security Symposium 2002
1178  - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
1179  - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
1180  - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
1181    Patch from larsch@trustcenter.de
1182  - (djm) Bug #589 - scard-opensc: load only keys with a private keys
1183    Patch from larsch@trustcenter.de
1184  - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
1185  - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
1186
1187 20030604
1188  - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
1189    simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
1190  - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt. 
1191    Patch from larsch@trustcenter.de; ok markus@
1192  - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from 
1193    larsch@trustcenter.de; ok markus@
1194  - (djm) OpenBSD CVS Sync
1195    - djm@cvs.openbsd.org 2003/06/04 08:25:18
1196      [sshconnect.c]
1197      disable challenge/response and keyboard-interactive auth methods 
1198      upon hostkey mismatch. based on patch from fcusack AT fcusack.com. 
1199      bz #580; ok markus@
1200    - djm@cvs.openbsd.org 2003/06/04 10:23:48
1201      [sshd.c]
1202      remove duplicated group-dropping code; ok markus@
1203    - djm@cvs.openbsd.org 2003/06/04 12:03:59
1204      [serverloop.c]
1205      remove bitrotten commet; ok markus@
1206    - djm@cvs.openbsd.org 2003/06/04 12:18:49
1207      [scp.c]
1208      ansify; ok markus@
1209    - djm@cvs.openbsd.org 2003/06/04 12:40:39
1210      [scp.c]
1211      kill ssh process upon receipt of signal, bz #241.
1212      based on patch from esb AT hawaii.edu; ok markus@
1213    - djm@cvs.openbsd.org 2003/06/04 12:41:22
1214      [sftp.c]
1215      kill ssh process on receipt of signal; ok markus@
1216  - (djm) Update to fix of bug #584: lock card before return. 
1217    From larsch@trustcenter.de
1218  - (djm) Always use mysignal() for SIGALRM
1219
1220 20030603
1221  - (djm) Replace setproctitle replacement with code derived from 
1222    UCB sendmail
1223  - (djm) OpenBSD CVS Sync
1224    - markus@cvs.openbsd.org 2003/06/02 09:17:34
1225      [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
1226      [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
1227      [sshd_config.5]
1228      deprecate VerifyReverseMapping since it's dangerous if combined
1229      with IP based access control as noted by Mike Harding; replace with
1230      a UseDNS option, UseDNS is on by default and includes the
1231      VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
1232      ok deraadt@, djm@
1233    - millert@cvs.openbsd.org 2003/06/03 02:56:16
1234      [scp.c]
1235      Remove the advertising clause in the UCB license which Berkeley
1236      rescinded 22 July 1999.  Proofed by myself and Theo.
1237  - (djm) Fix portable-specific uses of verify_reverse_mapping too
1238  - (djm) Sync openbsd-compat with OpenBSD CVS. 
1239     - No more 4-term BSD licenses in linked code
1240  - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
1241
1242 20030602
1243  - (djm) Fix segv from bad reordering in auth-pam.c
1244  - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may 
1245    clobber
1246  - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
1247    CVS ID.
1248  - (djm) Remove "noip6" option from RedHat spec file. This may now be 
1249    set at runtime using AddressFamily option.
1250  - (djm) Fix use of macro before #define in cipher-aes.c
1251  - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
1252  - (djm) OpenBSD CVS Sync
1253    - djm@cvs.openbsd.org 2003/05/26 12:54:40
1254      [sshconnect.c]
1255      fix format strings; ok markus@
1256    - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
1257      [sshd.c uidswap.c]
1258      seteuid and setegid; markus ok
1259    - jakob@cvs.openbsd.org 2003/06/02 08:31:10
1260      [ssh_config.5]
1261      VerifyHostKeyDNS is v2 only. ok markus@
1262
1263 20030530
1264  - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
1265    roumenpetrov.info
1266  - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
1267
1268 20030526
1269  - (djm) Avoid auth2-chall.c warning when compiling without 
1270    PAM, BSD_AUTH and SKEY
1271
1272 20030525
1273 - (djm) OpenBSD CVS Sync
1274    - djm@cvs.openbsd.org 2003/05/24 09:02:22
1275      [log.c]
1276      pass logged data through strnvis; ok markus
1277    - djm@cvs.openbsd.org 2003/05/24 09:30:40
1278      [authfile.c monitor.c sftp-common.c sshpty.c]
1279      cast some types for printing; ok markus@
1280
1281 20030524
1282  - (dtucker) Correct --osfsia in INSTALL.  Patch by skeleten at shillest.net
1283
1284 20030523
1285  - (djm) Use VIS_SAFE on logged strings rather than default strnvis 
1286    encoding (which encodes many more characters)
1287  - OpenBSD CVS Sync
1288    - jmc@cvs.openbsd.org 2003/05/20 12:03:35
1289      [sftp.1]
1290      - new sentence, new line
1291      - added .Xr's
1292      - typos
1293      ok djm@
1294    - jmc@cvs.openbsd.org 2003/05/20 12:09:31
1295      [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
1296      new sentence, new line
1297    - djm@cvs.openbsd.org 2003/05/23 08:29:30
1298      [sshconnect.c]
1299      fix leak; ok markus@
1300
1301 20030520
1302  - (djm) OpenBSD CVS Sync
1303    - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
1304      [log.c]
1305      use syslog_r() in a signal handler called place; markus ok
1306  - (djm) Configure logic to detect syslog_r and friends
1307
1308 20030519
1309  - (djm) Sync auth-pam.h with what we actually implement
1310
1311 20030518
1312  - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in 
1313    recent merge
1314  - (djm) OpenBSD CVS Sync
1315    - djm@cvs.openbsd.org 2003/05/16 03:27:12
1316      [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
1317      add AddressFamily option to ssh_config (like -4, -6 on commandline).
1318      Portable bug #534; ok markus@
1319    - itojun@cvs.openbsd.org 2003/05/17 03:25:58
1320      [auth-rhosts.c]
1321      just in case, put numbers to sscanf %s arg.
1322    - markus@cvs.openbsd.org 2003/05/17 04:27:52
1323      [cipher.c cipher-ctr.c myproposal.h]
1324      experimental support for aes-ctr modes from
1325      http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
1326      ok djm@
1327  - (djm) Remove IPv4 by default hack now that we can specify AF in config
1328  - (djm) Tidy and trim TODO
1329  - (djm) Sync openbsd-compat/ with OpenBSD CVS head
1330  - (djm) Big KNF on openbsd-compat/
1331  - (djm) KNF on md5crypt.[ch]
1332  - (djm) KNF on auth-sia.[ch]
1333
1334 20030517
1335  - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
1336
1337 20030516
1338  - (djm) OpenBSD CVS Sync
1339    - djm@cvs.openbsd.org 2003/05/15 13:52:10
1340      [ssh.c]
1341      Make "ssh -V" print the OpenSSL version in a human readable form. Patch
1342      from Craig Leres (mindrot at ee.lbl.gov); ok markus@
1343    - jakob@cvs.openbsd.org 2003/05/15 14:02:47
1344      [readconf.c servconf.c]
1345      warn for unsupported config option. ok markus@
1346    - markus@cvs.openbsd.org 2003/05/15 14:09:21
1347      [auth2-krb5.c]
1348      fix 64bit issue; report itojun@
1349    - djm@cvs.openbsd.org 2003/05/15 14:55:25
1350      [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
1351      add a ConnectTimeout option to ssh, based on patch from
1352      Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
1353  - (djm) Add warning for UsePAM when built without PAM support
1354  - (djm) A few type mismatch fixes from Bug #565
1355  - (djm) Guard free_pam_environment against NULL argument. Works around
1356    HP/UX PAM problems debugged by dtucker
1357
1358 20030515
1359  - (djm) OpenBSD CVS Sync
1360    - jmc@cvs.openbsd.org 2003/05/14 13:11:56
1361      [ssh-agent.1]
1362      setup -> set up;
1363      from wiz@netbsd
1364    - jakob@cvs.openbsd.org 2003/05/14 18:16:20
1365      [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
1366      [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
1367      add experimental support for verifying hos keys using DNS as described
1368      in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
1369      ok markus@ and henning@
1370    - markus@cvs.openbsd.org 2003/05/14 22:24:42
1371      [clientloop.c session.c ssh.1]
1372      allow to send a BREAK to the remote system; ok various
1373    - markus@cvs.openbsd.org 2003/05/15 00:28:28
1374      [sshconnect2.c]
1375      cleanup unregister of per-method packet handlers; ok djm@
1376    - jakob@cvs.openbsd.org 2003/05/15 01:48:10
1377      [readconf.c readconf.h servconf.c servconf.h]
1378      always parse kerberos options. ok djm@ markus@
1379    - jakob@cvs.openbsd.org 2003/05/15 02:27:15
1380      [dns.c]
1381      add missing freerrset
1382    - markus@cvs.openbsd.org 2003/05/15 03:08:29
1383      [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
1384      split out custom EVP ciphers
1385    - djm@cvs.openbsd.org 2003/05/15 03:10:52
1386      [ssh-keygen.c]
1387      avoid warning; ok jakob@
1388    - mouring@cvs.openbsd.org 2003/05/15 03:39:07
1389      [sftp-int.c]
1390      Make put/get (globed and nonglobed) code more consistant. OK djm@
1391    - mouring@cvs.openbsd.org 2003/05/15 03:43:59
1392      [sftp-int.c sftp.c]
1393      Teach ls how to display multiple column display and allow users 
1394      to return to single column format via 'ls -1'.  OK @djm
1395    - jakob@cvs.openbsd.org 2003/05/15 04:08:44
1396      [readconf.c servconf.c]
1397      disable kerberos when not supported. ok markus@
1398    - markus@cvs.openbsd.org 2003/05/15 04:08:41
1399      [ssh.1]
1400      ~B is ssh2 only
1401  - (djm) Always parse UsePAM
1402  - (djm) Configure glue for DNS support (code doesn't work in portable yet)
1403  - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
1404  - (djm) Tidy Makefile clean targets
1405  - (djm) Adapt README.dns for portable
1406  - (djm) Avoid uuencode.c warnings
1407  - (djm) Enable UsePAM when built --with-pam
1408  - (djm) Only build getrrsetbyname replacement when using --with-dns
1409  - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv 
1410          correctly)
1411  - (djm) Bug #444: Wrong paths after reconfigure
1412  - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
1413
1414 20030514
1415  - (djm) Bug #117: Don't lie to PAM about username
1416  - (djm) RCSID sync w/ OpenBSD
1417  - (djm) OpenBSD CVS Sync
1418    - djm@cvs.openbsd.org 2003/04/09 12:00:37
1419      [readconf.c]
1420      strip trailing whitespace from config lines before parsing. 
1421      Fixes bz 528; ok markus@
1422    - markus@cvs.openbsd.org 2003/04/12 10:13:57
1423      [cipher.c]
1424      hide cipher details; ok djm@
1425    - markus@cvs.openbsd.org 2003/04/12 10:15:36
1426      [misc.c]
1427      debug->debug2
1428    - naddy@cvs.openbsd.org 2003/04/12 11:40:15
1429      [ssh.1]
1430      document -V switch, fix wording; ok markus@
1431    - markus@cvs.openbsd.org 2003/04/14 14:17:50
1432      [channels.c sshconnect.c sshd.c ssh-keyscan.c]
1433      avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
1434    - mouring@cvs.openbsd.org 2003/04/14 21:31:27
1435      [sftp-int.c]
1436      Missing globfree(&g) in process_put() spotted by Vince Brimhall
1437      <VBrimhall@novell.com>.  ok@ Theo
1438    - markus@cvs.openbsd.org 2003/04/16 14:35:27
1439      [auth.h]
1440      document struct Authctxt; with solar
1441    - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
1442      [ssh-keyscan.c]
1443      -t in usage(); rogier@quaak.org
1444    - mouring@cvs.openbsd.org 2003/04/30 01:16:20
1445      [sshd.8 sshd_config.5]
1446      Escape ?, * and ! in .Ql for nroff compatibility.  OpenSSH Portable 
1447      Bug #550 and * escaping suggested by jmc@.
1448    - david@cvs.openbsd.org 2003/04/30 20:41:07
1449      [sshd.8]
1450      fix invalid .Pf macro usage introduced in previous commit
1451      ok jmc@ mouring@
1452    - markus@cvs.openbsd.org 2003/05/11 16:56:48
1453      [authfile.c ssh-keygen.c]
1454      change key_load_public to try to read a public from:
1455      rsa1 private or rsa1 public and ssh2 keys.
1456      this makes ssh-keygen -e fail for ssh1 keys more gracefully
1457      for example; report from itojun (netbsd pr 20550).
1458    - markus@cvs.openbsd.org 2003/05/11 20:30:25
1459      [channels.c clientloop.c serverloop.c session.c ssh.c]
1460      make channel_new() strdup the 'remote_name' (not the caller); ok theo
1461    - markus@cvs.openbsd.org 2003/05/12 16:55:37
1462      [sshconnect2.c]
1463      for pubkey authentication try the user keys in the following order:
1464         1. agent keys that are found in the config file
1465         2. other agent keys
1466         3. keys that are only listed in the config file
1467      this helps when an agent has many keys, where the server might
1468      close the connection before the correct key is used. report & ok pb@
1469    - markus@cvs.openbsd.org 2003/05/12 18:35:18
1470      [ssh-keyscan.1]
1471      typo: DSA keys are of type ssh-dss; Brian Poole
1472    - markus@cvs.openbsd.org 2003/05/14 00:52:59
1473      [ssh2.h]
1474      ranges for per auth method messages
1475    - djm@cvs.openbsd.org 2003/05/14 01:00:44
1476      [sftp.1]
1477      emphasise the batchmode functionality and make reference to pubkey auth,
1478      both of which are FAQs; ok markus@
1479    - markus@cvs.openbsd.org 2003/05/14 02:15:47
1480      [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
1481      implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
1482      server interops with commercial client; ok jakob@ djm@
1483    - jmc@cvs.openbsd.org 2003/05/14 08:25:39
1484      [sftp.1]
1485      - better formatting in SYNOPSIS
1486      - whitespace at EOL
1487      ok djm@
1488    - markus@cvs.openbsd.org 2003/05/14 08:57:49
1489      [monitor.c]
1490      http://bugzilla.mindrot.org/show_bug.cgi?id=560
1491      Privsep child continues to run after monitor killed.
1492      Pass monitor signals through to child; Darren Tucker
1493  - (djm) Make portable build with MIT krb5 (some issues remain)
1494  - (djm) Add new UsePAM configuration directive to allow runtime control
1495    over usage of PAM. This allows non-root use of sshd when built with
1496    --with-pam
1497  - (djm) Die screaming if start_pam() is called when UsePAM=no
1498  - (djm) Avoid KrbV leak for MIT Kerberos
1499  - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
1500  - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
1501
1502 20030512
1503  - (djm) Redhat spec: Don't install profile.d scripts when not 
1504    building with GNOME/GTK askpass (patch from bet@rahul.net)
1505
1506 20030510
1507  - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
1508    "make install".  Patch by roth@feep.net.
1509  - (dtucker) Bug #536: Test for and work around openpty/controlling tty
1510    problem on Linux (fixes "could not set controlling tty" errors).
1511  - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with 
1512    proper challenge-response module
1513  - (djm) 2-clause license on loginrec.c, with permission from
1514    andre@ae-35.com
1515
1516 20030504
1517  - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
1518    Patch from vinschen@redhat.com.
1519
1520 20030503
1521  - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c.  Noted
1522    by wendyp@cray.com.
1523
1524 20030502
1525  - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
1526    privsep should now work.
1527  - (dtucker) Move handling of bad password authentications into a platform
1528    specific record_failed_login() function (affects AIX & Unicos). ok mouring@
1529
1530 20030429
1531  - (djm) Add back radix.o (used by AFS support), after it went missing from
1532    Makefile many moons ago
1533  - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
1534  - (djm) Fix blibpath specification for AIX/gcc
1535  - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
1536
1537 20030428
1538  - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit 
1539    hacked code.
1540
1541 20030427
1542  - (bal) Bug #541: return; was dropped by mistake.  Reported by 
1543    furrier@iglou.com
1544  - (bal) Since we don't support platforms lacking u_int_64.  We may
1545    as well clean out some of those evil #ifdefs
1546  - (bal) auth1.c minor resync while looking at the code.
1547  - (bal) auth2.c same changed as above.
1548
1549 20030409
1550  - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 
1551    from matth@eecs.berkeley.edu
1552  - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
1553  - (djm) OpenBSD CVS Sync
1554    - markus@cvs.openbsd.org 2003/04/02 09:48:07
1555      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1556      [readconf.h serverloop.c sshconnect2.c]
1557      reapply rekeying chage, tested by henning@, ok djm@
1558    - markus@cvs.openbsd.org 2003/04/02 14:36:26
1559      [ssh-keysign.c]
1560      potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
1561    - itojun@cvs.openbsd.org 2003/04/03 07:25:27
1562      [progressmeter.c]
1563      $OpenBSD$
1564    - itojun@cvs.openbsd.org 2003/04/03 10:17:35
1565      [progressmeter.c]
1566      remove $OpenBSD$, as other *.c does not have it.
1567    - markus@cvs.openbsd.org 2003/04/07 08:29:57
1568      [monitor_wrap.c]
1569      typo: get correct counters; introduced during rekeying change.
1570    - millert@cvs.openbsd.org 2003/04/07 21:58:05
1571      [progressmeter.c]
1572      The UCB copyright here is incorrect.  This code did not originate
1573      at UCB, it was written by Luke Mewburn.  Updated the copyright at
1574      the author's request.  markus@ OK
1575    - itojun@cvs.openbsd.org 2003/04/08 20:21:29
1576      [*.c *.h]
1577      rename log() into logit() to avoid name conflict.  markus ok, from
1578      netbsd
1579      - (djm) XXX - Performed locally using:
1580        "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
1581    - hin@cvs.openbsd.org 2003/04/09 08:23:52
1582      [servconf.c]
1583      Don't include <krb.h> when compiling with Kerberos 5 support
1584    - (djm) Fix up missing include for packet.c
1585    - (djm) Fix missed log => logit occurance (reference by function pointer)
1586
1587 20030402
1588  - (bal) if IP_TOS is not found or broken don't try to compile in
1589    packet_set_tos() function call.  bug #527
1590
1591 20030401
1592  - (djm) OpenBSD CVS Sync
1593    - jmc@cvs.openbsd.org 2003/03/28 10:11:43
1594      [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
1595      [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1596      - killed whitespace
1597      - new sentence new line
1598      - .Bk for arguments
1599      ok markus@
1600    - markus@cvs.openbsd.org 2003/04/01 10:10:23
1601      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1602      [readconf.h serverloop.c sshconnect2.c]
1603      rekeying bugfixes and automatic rekeying:
1604      * both client and server rekey _automatically_
1605            (a) after 2^31 packets, because after 2^32 packets
1606                the sequence number for packets wraps
1607            (b) after 2^(blocksize_in_bits/4) blocks
1608        (see: draft-ietf-secsh-newmodes-00.txt)
1609        (a) and (b) are _enabled_ by default, and only disabled for known
1610        openssh versions, that don't support rekeying properly.
1611      * client option 'RekeyLimit'
1612      * do not reply to requests during rekeying
1613    - markus@cvs.openbsd.org 2003/04/01 10:22:21
1614      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1615      [readconf.h serverloop.c sshconnect2.c]
1616      backout rekeying changes (for 3.6.1)
1617    - markus@cvs.openbsd.org 2003/04/01 10:31:26
1618      [compat.c compat.h kex.c]
1619      bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; 
1620      tested by ho@ and myself
1621    - markus@cvs.openbsd.org 2003/04/01 10:56:46
1622      [version.h]
1623      3.6.1
1624  - (djm) Crank spec file versions
1625  - (djm) Release 3.6.1p1
1626
1627 20030326
1628  - (djm) OpenBSD CVS Sync
1629    - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
1630      [sftp-server.c]
1631      one last fix to the tree: race fix broke stuff; pr 3169; 
1632      srp@srparish.net, help from djm
1633
1634 20030325
1635  - (djm) Fix getpeerid support for 64 bit BE systems. From 
1636     Arnd Bergmann <arndb@de.ibm.com>
1637
1638 20030324
1639  - (djm) OpenBSD CVS Sync
1640    - markus@cvs.openbsd.org 2003/03/23 19:02:00
1641      [monitor.c]
1642      unbreak rekeying for privsep; ok millert@
1643  - Release 3.6p1
1644  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1645    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1646
1647 $Id$
This page took 0.16246 seconds and 5 git commands to generate.