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