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