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