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