]> andersk Git - openssh.git/blob - ChangeLog
- (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM
[openssh.git] / ChangeLog
1 20040530
2  - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM 
3    support for PasswordAuthentication=yes.  ok djm@
4
5 20040527
6  - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec
7    contrib/README CREDITS INSTALL] Bug #873: Correct URLs for x11-ssh-askpass
8    and Jim Knoble's email address , from Jim himself.
9
10 20040524
11  - (dtucker) OpenBSD CVS Sync
12    - djm@cvs.openbsd.org 2004/05/19 12:17:33
13      [sftp-client.c sftp.c]
14      gracefully abort transfers on receipt of SIGINT, also ignore SIGINT while
15      waiting for a command; ok markus@
16    - dtucker@cvs.openbsd.org 2004/05/20 10:58:05
17      [clientloop.c]
18      Trivial type fix 0 -> '\0'; ok markus@
19    - markus@cvs.openbsd.org 2004/05/21 08:43:03
20      [kex.h moduli.c tildexpand.c]
21      add prototypes for -Wall; ok djm
22    - djm@cvs.openbsd.org 2004/05/21 11:33:11
23      [channels.c channels.h clientloop.c serverloop.c ssh.1]
24      bz #756: add support for the cancel-tcpip-forward request for the server
25      and the client (through the ~C commandline). reported by z3p AT
26      twistedmatrix.com; ok markus@
27    - djm@cvs.openbsd.org 2004/05/22 06:32:12
28      [clientloop.c ssh.1]
29      use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@
30    - jmc@cvs.openbsd.org 2004/05/22 16:01:05
31      [ssh.1]
32      kill whitespace at eol;
33    - dtucker@cvs.openbsd.org 2004/05/23 23:59:53
34      [auth.c auth.h auth1.c auth2.c servconf.c servconf.h sshd_config
35      sshd_config.5]
36      Add MaxAuthTries sshd config option; ok markus@
37  - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"
38    is terminated if the privsep slave exits during keyboard-interactive
39    authentication.  ok djm@
40  - (dtucker) [sshd.c] Fix typo in comment.
41
42 20040523
43  - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in 
44    sshd_config; ok dtucker@
45  - (djm) [configure.ac] Warn if the system has no known way of figuring out 
46    which user is on the other end of a Unix domain socket; ok dtucker@
47  - (bal) [openbsd-compat/sys-queue.h] Reintroduce machinary to handle
48    old/broken/incomplete <sys/queue.h>.
49
50 20040513
51  - (dtucker) [configure.ac] Bug #867: Additional tests for res_query in
52    libresolv, fixes problems detecting it on some platforms
53    (eg Linux/x86-64).  From Kurt Roeckx via Debian, ok mouring@
54  - (dtucker) OpenBSD CVS Sync
55    - jmc@cvs.openbsd.org 2004/05/04 18:36:07
56      [scp.1]
57      SendEnv here too;
58    - jmc@cvs.openbsd.org 2004/05/06 11:24:23
59      [ssh_config.5]
60      typo from John Cosimano (PR 3770);
61    - deraadt@cvs.openbsd.org 2004/05/08 00:01:37
62      [auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c
63      tildexpand.c], removed: sshtty.h tildexpand.h
64      make two tiny header files go away; djm ok
65    - djm@cvs.openbsd.org 2004/05/08 00:21:31
66      [clientloop.c misc.h readpass.c scard.c ssh-add.c ssh-agent.c ssh-keygen.c
67      sshconnect.c sshconnect1.c sshconnect2.c] removed: readpass.h
68      kill a tiny header; ok deraadt@
69    - djm@cvs.openbsd.org 2004/05/09 00:06:47
70      [moduli.c ssh-keygen.c] removed: moduli.h
71      zap another tiny header; ok deraadt@
72    - djm@cvs.openbsd.org 2004/05/09 01:19:28
73      [OVERVIEW auth-rsa.c auth1.c kex.c monitor.c session.c sshconnect1.c
74      sshd.c] removed: mpaux.c mpaux.h
75      kill some more tiny files; ok deraadt@
76    - djm@cvs.openbsd.org 2004/05/09 01:26:48
77      [kex.c]
78      don't overwrite what we are trying to compute
79    - deraadt@cvs.openbsd.org 2004/05/11 19:01:43
80      [auth.c auth2-none.c authfile.c channels.c monitor.c monitor_mm.c
81      packet.c packet.h progressmeter.c session.c openbsd-compat/xmmap.c]
82      improve some code lint did not like; djm millert ok
83    - dtucker@cvs.openbsd.org 2004/05/13 02:47:50
84      [ssh-agent.1]
85      Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@
86  - (dtucker) [sshd.8] Bug #843: Add warning about PasswordAuthentication to
87    UsePAM section.  Parts from djm@ and jmc@.
88  - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses
89    readpass.h, grep says scard-opensc.c does too.  Replace with misc.h.
90  - (dtucker) [openbsd-compat/getrrsetbyname.c] Check that HAVE_DECL_H_ERROR
91    is defined before using.
92  - (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR
93    -> HAVE_DECL_H_ERRNO.
94
95 20040502
96  - (dtucker) OpenBSD CVS Sync
97    - djm@cvs.openbsd.org 2004/04/22 11:56:57
98      [moduli.c]
99      Bugzilla #850: Sophie Germain is the correct name of the French
100      mathematician, "Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr
101    - djm@cvs.openbsd.org 2004/04/27 09:46:37
102      [readconf.c readconf.h servconf.c servconf.h session.c session.h ssh.c
103      ssh_config.5 sshd_config.5]
104      bz #815: implement ability to pass specified environment variables from
105      the client to the server; ok markus@
106    - djm@cvs.openbsd.org 2004/04/28 05:17:10
107      [ssh_config.5 sshd_config.5]
108      manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)
109    - jmc@cvs.openbsd.org 2004/04/28 07:02:56
110      [sshd_config.5]
111      remove unnecessary .Pp;
112    - jmc@cvs.openbsd.org 2004/04/28 07:13:42
113      [sftp.1 ssh.1]
114      add SendEnv to -o list;
115    - dtucker@cvs.openbsd.org 2004/05/02 11:54:31
116      [sshd.8]
117      Man page grammar fix (bz #858), from damerell at chiark.greenend.org.uk
118      via Debian; ok djm@
119    - dtucker@cvs.openbsd.org 2004/05/02 11:57:52
120      [ssh.1]
121      ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via
122      Debian.  ok djm@
123    - dtucker@cvs.openbsd.org 2004/05/02 23:02:17
124      [sftp.1]
125      ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
126    - dtucker@cvs.openbsd.org 2004/05/02 23:17:51
127      [scp.1]
128      ConnectionTimeout -> ConnectTimeout for scp.1 too.
129
130 20040423
131  - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
132    as extern int if not already declared.  Fixes compile errors on old SCO
133    platforms.  ok tim@
134  - (dtucker) [README.platform] List prereqs for building on Cygwin.
135
136 20040421
137  - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@
138
139 20040420
140  - (djm) OpenBSD CVS Sync
141    - henning@cvs.openbsd.org 2004/04/08 16:08:21
142      [sshconnect2.c]
143      swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what
144      FreeBSD and NetBSD do.
145      ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
146    - djm@cvs.openbsd.org 2004/04/18 23:10:26
147      [readconf.c readconf.h ssh-keysign.c ssh.c]
148      perform strict ownership and modes checks for ~/.ssh/config files, 
149      as these can be used to execute arbitrary programs; ok markus@
150      NB. ssh will now exit when it detects a config with poor permissions
151    - djm@cvs.openbsd.org 2004/04/19 13:02:40
152      [ssh.1 ssh_config.5]
153      document strict permission checks on ~/.ssh/config; prompted by, 
154      with & ok jmc@
155    - jmc@cvs.openbsd.org 2004/04/19 16:12:14
156      [ssh_config.5]
157      kill whitespace at eol;
158    - djm@cvs.openbsd.org 2004/04/19 21:51:49
159      [ssh.c]
160      fix idiot typo that i introduced in my last commit;
161      spotted by cschneid AT cschneid.com
162  - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD, needed for 
163    above change
164  - (djm) [configure.ac] Check whether libroken is required when building 
165    with Heimdal
166
167 20040419
168  - (dtucker) OpenBSD CVS Sync
169    - dtucker@cvs.openbsd.org 2004/02/29 22:04:45
170      [regress/login-timeout.sh]
171      Use sudo when restarting daemon during test.  ok markus@
172    - dtucker@cvs.openbsd.org 2004/03/08 10:17:12
173      [regress/login-timeout.sh]
174      Missing OBJ, from tim@.  ok markus@ (Already fixed, ID sync only)
175    - djm@cvs.openbsd.org 2004/03/30 12:41:56
176      [sftp-client.c]
177      sync comment with reality
178    - djm@cvs.openbsd.org 2004/03/31 21:58:47
179      [canohost.c]
180      don't skip ip options check when UseDNS=no; ok markus@ (ID sync only)
181    - markus@cvs.openbsd.org 2004/04/01 12:19:57
182      [scp.c]
183      limit trust between local and remote rcp/scp process,
184      noticed by lcamtuf; ok deraadt@, djm@
185
186 20040418
187  - (dtucker) [auth-pam.c] Log username and source host for failed PAM
188    authentication attempts.  With & ok djm@
189  - (djm) [openbsd-compat/bsd-cygwin_util.c] Recent versions of Cygwin allow
190    change of user context without a password, so relax auth method 
191    restrictions; from vinschen AT redhat.com; ok dtucker@
192
193 20040416
194  - (dtucker) [regress/sftp-cmds.sh] Skip quoting test on Cygwin, since
195    FAT/NTFS does not permit quotes in filenames.  From vinschen at redhat.com
196  - (djm) [auth-krb5.c auth.h session.c] Explicitly refer to Kerberos ccache 
197    file using FILE: method, fixes problems on Mac OSX.
198    Patch from simon@sxw.org.uk; ok dtucker@
199  - (tim) [configure.ac] Set SETEUID_BREAKS_SETUID, BROKEN_SETREUID and
200    BROKEN_SETREGID for SCO OpenServer 3
201
202 20040412
203  - (dtucker) [sshd_config.5] Add PermitRootLogin without-password warning
204    from bug #701 (text from jfh at cise.ufl.edu).
205  - (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-arg
206    skeychallenge(), eg on NetBSD.  ok mouring@
207  - (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitly
208    4-arg, with compatibility for 3-arg versions.  From djm@, ok me.
209  - (djm) [configure.ac] Fix detection of libwrap on OpenBSD; ok dtucker@
210
211 20040408
212  - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating
213    pty name on Linux 2.6.x systems.  Patch from jpe at eisenmenger.org.
214  - (bal) [monitor.c monitor_wrap.c] Second try.  Put the zlib.h headers
215    back and #undef TARGET_OS_MAC instead.  (Bug report pending with Apple)
216  - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and
217    simplify loginrec.c.  ok tim@
218  - (bal) [monitor.c monitor_wrap.c] Ok.. Last time.  Promise.  Tim suggested
219    limiting scope and dtucker@ agreed.
220
221 20040407
222  - (dtucker) [session.c] Flush stdout after displaying loginmsg.  From
223    f_mohr at yahoo.de.
224  - (bal) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Check to see
225    if Krb5 library exports krb5_init_etc() since some OSes (like MacOS/X)
226    are starting to restrict it as internal since it is not needed by
227    developers any more. (Patch based on Apple tree)
228  - (bal) [monitor.c monitor_wrap.c] monitor_wrap.c] moved zlib.h higher since 
229    krb5 on MacOS/X conflicts.  There may be a better solution, but this will 
230    work for now.
231
232 20040406
233  - (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't use
234    updwtmpx() on IRIX since it seems to clobber utmp.  ok djm@
235  - (dtucker) [configure.ac] Bug #816, #748 (again): Attempt to detect
236    broken getaddrinfo and friends on HP-UX.  ok djm@
237
238 20040330
239  - (dtucker) [configure.ac] Bug #811: Use "!" for LOCKED_PASSWD_PREFIX on
240    Linuxes, since that's what many use.  ok djm@
241  - (dtucker) [auth-pam.c] rename the_authctxt to sshpam_authctxt in auth-pam.c
242    to reduce potential confusion with the one in sshd.c.  ok djm@
243  - (djm) Bug #825: Fix ip_options_check() for mapped IPv4/IPv6 connection; 
244    with & ok dtucker@
245
246 20040327
247  - (dtucker) [session.c] Bug #817: Clear loginmsg after fork to prevent
248    duplicate login messages for mutli-session logins.  ok djm@
249
250 20040322
251  - (djm) [sshd.c] Drop supplemental groups if started as root
252  - (djm) OpenBSD CVS Sync
253    - markus@cvs.openbsd.org 2004/03/09 22:11:05
254      [ssh.c]
255      increase x11 cookie lifetime to 20 minutes; ok djm
256    - markus@cvs.openbsd.org 2004/03/10 09:45:06
257      [ssh.c]
258      trim usage to match ssh(1) and look more like unix. ok djm@
259    - markus@cvs.openbsd.org 2004/03/11 08:36:26
260      [sshd.c]
261      trim usage; ok deraadt
262    - markus@cvs.openbsd.org 2004/03/11 10:21:17
263      [ssh.c sshd.c]
264      ssh, sshd: sync version output, ok djm
265    - markus@cvs.openbsd.org 2004/03/20 10:40:59
266      [version.h]
267      3.8.1
268  - (djm) Crank RPM spec versions
269
270 20040311
271  - (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
272
273 20040310
274  - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo
275    before redefining it, silences warnings on Tru64.
276
277 20040308
278  - (dtucker) [sshd.c] Back out rev 1.270 as it caused problems on some
279    platforms (eg SCO, HP-UX) with logging in the wrong TZ.  ok djm@
280  - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.h
281    openbsd-compat/setenv.c] Unset KRB5CCNAME on AIX to prevent it from being
282    inherited by the child.  ok djm@
283  - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c
284    monitor_wrap.h] Bug #808: Ensure force_pwchange is correctly initialized
285    even if keyboard-interactive is not used by the client.  Prevents 
286    segfaults in some cases where the user's password is expired (note this 
287    is not considered a security exposure).  ok djm@
288  - (djm) OpenBSD CVS Sync
289    - markus@cvs.openbsd.org 2004/03/03 06:47:52
290      [sshd.c]
291      change proctiltle after accept(2); ok henning, deraadt, djm
292    - djm@cvs.openbsd.org 2004/03/03 09:30:42
293      [sftp-client.c]
294      Don't print duplicate messages when progressmeter is off
295      Spotted by job317 AT mailvault.com; ok markus@
296    - djm@cvs.openbsd.org 2004/03/03 09:31:20
297      [sftp.c]
298      Fix initialisation of progress meter; ok markus@
299    - markus@cvs.openbsd.org 2004/03/05 10:53:58
300      [readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c]
301      add IdentitiesOnly; ok djm@, pb@
302    - djm@cvs.openbsd.org 2004/03/08 09:38:05
303      [ssh-keyscan.c]
304      explicitly initialise remote_major and remote_minor.
305      from cjwatson AT debian.org; ok markus@
306    - dtucker@cvs.openbsd.org 2004/03/08 10:18:57
307      [sshd_config.5]
308      Document KerberosGetAFSToken;  ok markus@
309  - (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal
310
311 20040307
312  - (tim) [regress/login-timeout.sh] fix building outside of source tree.
313
314 20040304
315  - (dtucker) [auth-pam.c] Don't try to export PAM when compiled with
316    -DUSE_POSIX_THREADS.  From antoine.verheijen at ualbert ca.  ok djm@
317  - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread,
318    prevent hanging during PAM keyboard-interactive authentications.  ok djm@
319  - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
320    openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when
321    configured --with-osfsia.  ok djm@
322
323 20040303
324  - (djm) [configure.ac ssh-agent.c] Use prctl to prevent ptrace on ssh-agent
325    ok dtucker  
326
327 20040229
328  - (tim) [configure.ac] Put back bits mistakenly removed from Rev 1.188
329
330 20040229
331  - (dtucker) OpenBSD CVS Sync
332    - djm@cvs.openbsd.org 2004/02/25 00:22:45
333      [sshd.c]
334      typo in comment
335    - dtucker@cvs.openbsd.org 2004/02/27 22:42:47
336      [dh.c]
337      Prevent sshd from sending DH groups with a primitive generator of zero or
338      one, even if they are listed in /etc/moduli.  ok markus@
339    - dtucker@cvs.openbsd.org 2004/02/27 22:44:56
340      [dh.c]
341      Make /etc/moduli line buffer big enough for 8kbit primes, in case anyone
342      ever uses one.  ok markus@
343    - dtucker@cvs.openbsd.org 2004/02/27 22:49:27
344      [dh.c]
345      Reset bit counter at the right time, fixes debug output in the case where
346      the DH group is rejected.  ok markus@
347    - dtucker@cvs.openbsd.org 2004/02/17 08:23:20
348      [regress/Makefile regress/login-timeout.sh]
349      Add regression test for LoginGraceTime; ok markus@
350    - markus@cvs.openbsd.org 2004/02/24 16:56:30
351      [regress/test-exec.sh]
352      allow arguments in ${TEST_SSH_XXX}
353    - markus@cvs.openbsd.org 2004/02/24 17:06:52
354      [regress/ssh-com-client.sh regress/ssh-com-keygen.sh
355      regress/ssh-com-sftp.sh regress/ssh-com.sh]
356      test against recent ssh.com releases
357    - dtucker@cvs.openbsd.org 2004/02/28 12:16:57
358      [regress/dynamic-forward.sh]
359      Make dynamic-forward understand nc's new output.  ok markus@
360    - dtucker@cvs.openbsd.org 2004/02/28 13:44:45
361      [regress/try-ciphers.sh]
362      Test acss too; ok markus@
363  - (dtucker) [regress/try-ciphers.sh] Skip acss if not compiled in (eg if we
364    built with openssl < 0.9.7)
365
366 20040226
367  - (bal) KNF our sshlogin.c even if the code looks nothing like upstream
368    code due to diversity issues.
369
370 20040225
371  - (djm) Trim ChangeLog 
372  - (djm) Don't specify path to PAM modules in Redhat sshd.pam; from Fedora
373
374 20040224
375  - (dtucker) OpenBSD CVS Sync
376    - markus@cvs.openbsd.org 2004/02/19 21:15:04
377      [sftp-server.c]
378      switch to new license.template
379    - markus@cvs.openbsd.org 2004/02/23 12:02:33
380      [sshd.c]
381      backout revision 1.279; set listen socket to non-block; ok henning.
382    - markus@cvs.openbsd.org 2004/02/23 15:12:46
383      [bufaux.c]
384      encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka
385      and drop support for negative BNs; ok otto@
386    - markus@cvs.openbsd.org 2004/02/23 15:16:46
387      [version.h]
388      enter 3.8
389  - (dtucker) [configure.ac gss-serv-krb5.c ssh-gss.h] Define GSSAPI when found
390    with krb5-config, hunt down gssapi.h and friends.  Based partially on patch
391    from deengert at anl.gov.  ok djm@
392  - (djm) [groupaccess.c uidswap.c] Bug #787: Size group arrays at runtime 
393    using sysconf() if available Based on patches from 
394    holger AT van-lengerich.de and openssh_bugzilla AT hockin.org
395  - (dtucker) [uidswap.c] Minor KNF.  ok djm@
396  - (tim) [openbsd-compat/getrrsetbyname.c] Make gcc 2.7.2.3 happy.  ok djm@
397  - (djm) Crank RPM spec versions
398  - (dtucker) [README] Add pointer to release notes.  ok djm@
399  - (dtucker) {README.platform] Add platform-specific notes.
400  - (tim) [configure.ac] SCO3 needs -lcrypt_i for -lprot
401  - (djm) Release 3.8p1
402
403 20040223
404  - (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the
405    non-interactive path.  ok djm@
406
407 20040222
408  - (dtucker) [auth-shadow.c auth.c auth.h] Move shadow account expiry test
409    to auth-shadow.c, no functional change.  ok djm@
410  - (dtucker) [auth-shadow.c auth.h] Provide warnings of impending account or
411    password expiry.  ok djm@
412  - (dtucker) [auth-passwd.c] Only check password expiry once.  Prevents
413    multiple warnings if a wrong password is entered.
414  - (dtucker) [configure.ac] Apply krb5-config --libs fix to non-gssapi path
415    too.
416
417 20040220
418  - (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@
419
420 20040218
421  - (dtucker) [configure.ac] Handle case where krb5-config --libs returns a
422    path with a "-" in it.  From Sergio.Gelato at astro.su.se.
423  - (djm) OpenBSD CVS Sync
424    - djm@cvs.openbsd.org 2004/02/17 07:17:29
425      [sftp-glob.c sftp.c]
426      Remove useless headers; ok deraadt@
427    - djm@cvs.openbsd.org 2004/02/17 11:03:08
428      [sftp.c]
429      sftp.c and sftp-int.c, together at last; ok markus@
430    - jmc@cvs.openbsd.org 2004/02/17 19:35:21
431      [sshd_config.5]
432      remove cruft left over from RhostsAuthentication removal;
433      ok markus@
434  - (djm) [log.c] Correct use of HAVE_OPENLOG_R
435  - (djm) [log.c] Tighten openlog_r tests
436
437 20040217
438  - (djm) Simplify the license on code I have written. No code changes.
439  - (djm) OpenBSD CVS Sync
440    - djm@cvs.openbsd.org 2004/02/17 05:39:51
441      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
442      [sftp-int.h sftp.c]
443      switch to license.template for code written by me (belated, I know...)
444  - (djm) Bug #698: Specify FILE: for KRB5CCNAME; patch from 
445    stadal@suse.cz and simon@sxw.org.uk
446  - (dtucker) [auth-pam.c] Tidy up PAM debugging.  ok djm@
447  - (dtucker) [auth-pam.c] Store output from pam_session and pam_setcred for
448    display after login.  Should fix problems like pam_motd not displaying
449    anything, noticed by cjwatson at debian.org.  ok djm@
450
451 20040212
452  - (tim) [Makefile.in regress/sftp-badcmds.sh regress/test-exec.sh]
453    Portablity fixes. Data sftp transfers needs to be world readable. Some
454    older shells hang on while loops when  doing sh -n some_script. OK dtucker@
455  - (tim) [configure.ac] Make sure -lcrypto is before -lsocket for sco3.
456    ok mouring@
457
458 20040211
459  - (dtucker) [auth-passwd.c auth-shadow.c] Only enable shadow expiry check
460    if HAS_SHADOW_EXPIRY is set.
461  - (tim) [configure.ac] Fix comment to match code changes in ver 1.117
462
463 20040210
464  - (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
465    openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's
466    native password expiry.
467  - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h
468    defines.h] Bug #14: Use do_pwchange to support password expiry and force
469    change for platforms using /etc/shadow.  ok djm@
470  - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #563: Prepend ssh_ to compat
471    functions to avoid conflicts with Heimdal's libroken.  ok djm@
472  - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to
473    change expired PAM passwords for SSHv1 connections without privsep.
474    pam_chauthtok is still used when privsep is disabled.  ok djm@
475  - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move
476    include from port-aix.h to port-aix.c and remove unnecessary function
477    definition.  Fixes build errors on AIX.
478  - (dtucker) [configure.ac loginrec.c] Bug #464: Use updwtmpx on platforms
479    that support it.  from & ok mouring@
480  - (dtucker) [configure.ac] Bug #345: Do not disable utmp on HP-UX 10.x.
481    ok djm@
482
483 20040207
484  - (dtucker) OpenBSD CVS Sync
485    - dtucker@cvs.openbsd.org 2004/02/06 23:41:13
486      [cipher-ctr.c]
487      Use EVP_CIPHER_CTX_key_length for key length.  ok markus@
488      (This will fix builds with OpenSSL 0.9.5)
489  - (dtucker) [cipher.c] enable AES counter modes with OpenSSL 0.9.5.
490    ok djm@, markus@
491
492 20040206
493  - (dtucker) [acss.c acss.h] Fix $Id tags.
494  - (dtucker) [cipher-acss.c cipher.c] Enable acss only if building with
495    OpenSSL >= 0.9.7.  ok djm@
496  - (dtucker) [session.c] Bug #789: Do not call do_pam_setcred as a non-root
497    user, since some modules might fail due to lack of privilege.  ok djm@
498  - (dtucker) [configure.ac] Bug #748: Always define BROKEN_GETADDRINFO
499    for HP-UX 11.11.  If there are known-good configs where this is not
500    required, please report them.  ok djm@
501  - (dtucker) [sshd.c] Bug #757: Clear child's environment to prevent
502    accidentally inheriting from root's environment.  ok djm@
503  - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #796:
504    Restore previous authdb setting after auth calls.  Fixes problems with
505    setpcred failing on accounts that use AFS or NIS password registries.
506  - (dtucker) [configure.ac includes.h] Include <sys/stream.h> if present,
507    required on Solaris 2.5.1 for queue_t, which is used by <sys/ptms.h>.
508  - (dtucker) OpenBSD CVS Sync
509    - markus@cvs.openbsd.org 2004/01/30 09:48:57
510      [auth-passwd.c auth.h pathnames.h session.c]
511      support for password change; ok dtucker@
512      (set password-dead=1w in login.conf to use this).
513      In -Portable, this is currently only platforms using bsdauth.
514    - dtucker@cvs.openbsd.org 2004/02/05 05:37:17
515      [monitor.c sshd.c]
516      Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@
517    - markus@cvs.openbsd.org 2004/02/05 15:33:33
518      [progressmeter.c]
519      fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@
520
521 20040129
522  - (dtucker) OpenBSD CVS Sync regress/
523    - dtucker@cvs.openbsd.org 2003/10/11 11:49:49
524      [Makefile banner.sh]
525      Test missing banner file, suppression of banner with ssh -q, check return
526      code from ssh.  ok markus@
527    - jmc@cvs.openbsd.org 2003/11/07 10:16:44
528      [ssh-com.sh]
529      adress -> address, and a few more; all from Jonathon Gray;
530    - djm@cvs.openbsd.org 2004/01/13 09:49:06
531      [sftp-batch.sh]
532  - (dtucker) [configure.ac] Add --without-zlib-version-check.  Feedback from
533    tim@, ok several
534  - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h]
535    Bug #775: Cray fixes from wendy at cray.com
536
537 20040128
538  - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
539  - (dtucker) [moduli] Import new moduli file from OpenBSD.
540
541 20040127
542  - (djm) OpenBSD CVS Sync
543    - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03
544      [cipher.c]
545      enable acss for ssh
546      ok deraadt@ markus@
547    - mouring@cvs.openbsd.org 2004/01/23 17:57:48
548      [sftp-int.c]
549      Fix issue pointed out with ls not handling large directories 
550      with embeded paths correctly.  OK damien@
551    - hshoexer@cvs.openbsd.org 2004/01/23 19:26:33
552      [cipher.c]
553      rename acss@opebsd.org to acss@openssh.org
554      ok deraadt@
555    - djm@cvs.openbsd.org 2004/01/25 03:49:09
556      [sshconnect.c]
557      reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)
558      from jclonguet AT free.fr; ok millert@
559    - djm@cvs.openbsd.org 2004/01/27 10:08:10
560      [sftp.c]
561      reorder parsing so user:skey@host:file works (bugzilla #777)
562      patch from admorten AT umich.edu; ok markus@
563  - (djm) [acss.c acss.h cipher-acss.c] Portable support for ACSS 
564    if libcrypto lacks it
565
566 20040126
567  - (tim) Typo in regress/README.regress
568  - (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
569  - (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
570  - (tim) [configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.
571  - (tim) [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
572    and T_SIG to getrrsetbyname.h
573
574 20040124
575  - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
576
577 20040123 
578  - (djm) Do pam_session processing for systems with HAVE_LOGIN_CAP; from 
579    ralf.hack AT pipex.net; ok dtucker@
580  - (djm) Bug #776: Update contrib/redhat/openssh.spec to dynamically detect
581    Kerberos location (and thus work with Fedora Core 1);
582    from jason AT devrandom.org
583  - (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for
584    zlib >= 1.1.4.  Partly from jbasney at ncsa.uiuc.edu.  ok djm@
585  - (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
586    Patch from vinschen at redhat.com.
587  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
588    Change AFS symbol to USE_AFS to prevent namespace collisions, do not
589    include kafs.h unless necessary.  From deengert at anl.gov.
590  - (tim) [configure.ac] Remove hard coded -L/usr/local/lib and
591    -I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \
592    CPPFLAGS="-I/usr/local/include" ./configure if needed.
593
594 20040122
595  - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
596    GSSAPI detection, libs and includes.  ok djm@
597  - (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not
598    just HEIMDAL.
599  - (tim) [contrib/solaris/buildpkg.sh] Allow for the possibility of
600    /usr/local being a symbolic link. Fixes problem reported by Henry Grebler.
601
602 20040121
603  - (djm) OpenBSD CVS Sync
604    - djm@cvs.openbsd.org 2004/01/13 09:25:05
605      [sftp-int.c sftp.1 sftp.c]
606      Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
607      enable use of "-b -" to accept batchfile from stdin; ok markus@
608    - jmc@cvs.openbsd.org 2004/01/13 12:17:33
609      [sftp.1]
610      remove unnecessary Ic's;
611      kill whitespace at EOL;
612      ok djm@
613    - markus@cvs.openbsd.org 2004/01/13 19:23:15
614      [compress.c session.c]
615      -Wall; ok henning
616    - markus@cvs.openbsd.org 2004/01/13 19:45:15
617      [compress.c]
618      cast for portability; millert@
619    - markus@cvs.openbsd.org 2004/01/19 09:24:21
620      [channels.c]
621      fake consumption for half closed channels since the peer is waiting for
622      window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@
623      reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo'
624    - markus@cvs.openbsd.org 2004/01/19 21:25:15
625      [auth2-hostbased.c auth2-pubkey.c serverloop.c ssh-keysign.c sshconnect2.c]
626      fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
627    - djm@cvs.openbsd.org 2004/01/21 03:07:59
628      [sftp.c]
629      initialise infile in main, rather than statically - from portable
630    - deraadt@cvs.openbsd.org 2004/01/11 21:55:06
631      [sshpty.c]
632      for pty opening, only use the openpty() path.  the other stuff only needs
633      to be in openssh-p; markus ok
634  - (djm) [openbsd-compat/bsd-openpty.c] Rework old sshpty.c code into an
635    openpty() replacement
636
637 20040114
638  - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
639    unexpectedly.  with & ok djm@
640  - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add
641    test for case where cleanup has already run.
642  - (dtucker) [auth-pam.c] Add minor debugging.
643
644 20040113
645  - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes.  No
646    functional changes.
647
648 20040108
649  - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and
650    only define if not already.  From des at freebsd.org.
651  - (dtucker) [configure.ac] Remove extra (typo) comma.
652
653 20040105
654  - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails.  Patch from
655    cjwatson at debian.org.
656  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
657    Only enable KerberosGetAFSToken if Heimdal's libkafs is found.  with jakob@
658
659 20040102
660  - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
661    jakob@
662  - (djm) Remove useless DNS support configure summary message. from jakob@
663  - (djm) OSX/Darwin put the PAM headers in a different place, detect this.
664    Report from jakob@
665
666 20031231
667  - (dtucker) OpenBSD CVS Sync
668    - djm@cvs.openbsd.org 2003/12/22 09:16:58
669      [moduli.c ssh-keygen.1 ssh-keygen.c]
670      tidy up moduli generation debugging, add -v (verbose/debug) option to
671      ssh-keygen; ok markus@
672    - markus@cvs.openbsd.org 2003/12/22 20:29:55
673      [cipher-3des1.c]
674      EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr
675    - jakob@cvs.openbsd.org 2003/12/23 16:12:10
676      [servconf.c servconf.h session.c sshd_config]
677      implement KerberosGetAFSToken server option. ok markus@, beck@
678    - millert@cvs.openbsd.org 2003/12/29 16:39:50
679      [sshd_config]
680      KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
681    - dtucker@cvs.openbsd.org 2003/12/31 00:24:50
682      [auth2-passwd.c]
683      Ignore password change request during password auth (which we currently
684      don't support) and discard proposed new password.  corrections/ok markus@
685  - (dtucker) [configure.ac] Only test setresuid and setresgid if they exist.
686
687 20031219
688  - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we
689    typedef size_t ourselves.
690
691 20031218
692  - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.
693  - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
694    authentication.  Partially fixes bug #423.  Feedback & ok djm@
695
696 20031217
697  - (djm) OpenBSD CVS Sync
698    - markus@cvs.openbsd.org 2003/12/09 15:28:43
699      [serverloop.c]
700      make ClientKeepAlive work for ssh -N, too (no login shell requested).
701      1) send a bogus channel request if we find a channel
702      2) send a bogus global request if we don't have a channel
703      ok + test beck@
704    - markus@cvs.openbsd.org 2003/12/09 17:29:04
705      [sshd.c]
706      fix -o and HUP; ok henning@
707    - markus@cvs.openbsd.org 2003/12/09 17:30:05
708      [ssh.c]
709      don't modify argv for ssh -o; similar to sshd.c 1.283
710    - markus@cvs.openbsd.org 2003/12/09 21:53:37
711      [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1]
712      [ssh_config.5 sshconnect.c sshd.c sshd_config.5]
713      rename keepalive to tcpkeepalive; the old name causes too much
714      confusion; ok djm, dtucker; with help from jmc@
715    - dtucker@cvs.openbsd.org 2003/12/09 23:45:32
716      [clientloop.c]
717      Clear exit code when ssh -N is terminated with a SIGTERM.  ok markus@
718    - markus@cvs.openbsd.org 2003/12/14 12:37:21
719      [ssh_config.5]
720      we don't support GSS KEX; from Simon Wilkinson
721    - markus@cvs.openbsd.org 2003/12/16 15:49:51
722      [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1]
723      [ssh.c ssh_config.5]
724      application layer keep alive (ServerAliveInterval ServerAliveCountMax)
725      for ssh(1), similar to the sshd(8) option; ok beck@; with help from
726      jmc and dtucker@
727    - markus@cvs.openbsd.org 2003/12/16 15:51:54
728      [dh.c]
729      use <= instead of < in dh_estimate; ok provos/hshoexer; 
730      do not return < DH_GRP_MIN
731  - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check for
732    setres[ug]id() present but not implemented (eg some Linux/glibc
733    combinations).
734  - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
735    using a real 'signal()' (Noticed by a NeXT Compile)
736
737 20031209
738  - (dtucker) OpenBSD CVS Sync
739    - matthieu@cvs.openbsd.org 2003/11/25 23:10:08
740      [ssh-add.1]
741      ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
742    - djm@cvs.openbsd.org 2003/11/26 21:44:29
743      [cipher-aes.c]
744      fix #ifdef before #define; ok markus@
745      (RCS ID sync only, Portable already had this)
746    - markus@cvs.openbsd.org 2003/12/02 12:15:10
747      [progressmeter.c]
748      improvments from andreas@:
749      * saner speed estimate for transfers that takes less than a second by
750        rounding the time to 1 second.
751      * when the transfer is finished calculate the actual total speed
752        rather than the current speed which is given during the transfer
753    - markus@cvs.openbsd.org 2003/12/02 17:01:15
754      [channels.c session.c ssh-agent.c ssh.h sshd.c]
755      use SSH_LISTEN_BACKLOG (=128) in listen(2).
756    - djm@cvs.openbsd.org 2003/12/07 06:34:18
757      [moduli.c]
758      remove unused debugging #define templates
759    - markus@cvs.openbsd.org 2003/12/08 11:00:47
760      [kexgexc.c]
761      print requested group size in debug; ok djm
762    - dtucker@cvs.openbsd.org 2003/12/09 13:52:55
763      [moduli.c]
764      Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
765      they can't be used for Diffie-Hellman.  Assistance and ok djm@
766  - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
767
768 20031208
769  - (tim) [configure.ac] Bug 770. Fix --without-rpath.
770
771 20031123
772  - (djm) [canohost.c] Move IPv4inV6 mapped address normalisation to its own
773    function and call it unconditionally
774  - (djm) OpenBSD CVS Sync
775    - djm@cvs.openbsd.org 2003/11/23 23:17:34
776      [ssh-keyscan.c]
777      from portable - use sysconf to detect fd limit; ok markus@
778      (tidy diff by adding SSH_SSFDMAX macro to defines.h)
779    - djm@cvs.openbsd.org 2003/11/23 23:18:45
780      [ssh-keygen.c]
781      consistency PATH_MAX -> MAXPATHLEN; ok markus@
782      (RCS ID sync only)
783    - djm@cvs.openbsd.org 2003/11/23 23:21:21
784      [scp.c]
785      from portable: rename clashing variable limit-> limit_rate; ok markus@
786      (RCS ID sync only)
787    - dtucker@cvs.openbsd.org 2003/11/24 00:16:35
788      [ssh.1 ssh.c]
789      Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
790  - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original 
791    source file path (in OpenBSD tree).
792
793 20031122
794  - (dtucker) [channels.c] Make AIX write limit code clearer.  Suggested by djm@
795  - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
796    Move AIX specific password authentication code to port-aix.c, call
797    authenticate() until reenter flag is clear.
798  - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.
799    Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
800    is enabled, rely on SIA to check for locked accounts if enabled.  ok djm@
801  - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
802  - (djm) [sftp-int.c] Remove duplicated code from bogus sync
803  - (djm) [packet.c] Shuffle #ifdef to reduce conditionally compiled code
804
805 20031121
806  - (djm) OpenBSD CVS Sync
807    - markus@cvs.openbsd.org 2003/11/20 11:39:28
808      [progressmeter.c]
809      fix rounding errors; from andreas@
810    - djm@cvs.openbsd.org 2003/11/21 11:57:03
811      [everything]
812      unexpand and delete whitespace at EOL; ok markus@
813      (done locally and RCS IDs synced)
814
815 20031118
816  - (djm) Fix early exit for root auth success when UsePAM=yes and 
817    PermitRootLogin=no
818  - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,
819    and use it for do_pam_session.  Fixes problems like pam_motd not
820    displaying anything.  ok djm@
821  - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@
822  - (djm) OpenBSD CVS Sync
823    - dtucker@cvs.openbsd.org 2003/11/18 00:40:05
824      [serverloop.c]
825      Correct check for authctxt->valid.  ok djm@
826    - djm@cvs.openbsd.org 2003/11/18 10:53:07
827      [monitor.c]
828      unbreak fake authloop for non-existent users (my screwup). Spotted and
829      tested by dtucker@; ok markus@
830
831 20031117
832  - (djm) OpenBSD CVS Sync
833    - djm@cvs.openbsd.org 2003/11/03 09:03:37
834      [auth-chall.c]
835      make this a little more idiot-proof; ok markus@
836      (includes portable-specific changes)
837    - jakob@cvs.openbsd.org 2003/11/03 09:09:41
838      [sshconnect.c]
839      move changed key warning into warn_changed_key(). ok markus@
840    - jakob@cvs.openbsd.org 2003/11/03 09:37:32
841      [sshconnect.c]
842      do not free static type pointer in warn_changed_key()
843    - djm@cvs.openbsd.org 2003/11/04 08:54:09
844      [auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
845      [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
846      [session.c]
847      standardise arguments to auth methods - they should all take authctxt.
848      check authctxt->valid rather then pw != NULL; ok markus@
849    - jakob@cvs.openbsd.org 2003/11/08 16:02:40
850      [auth1.c]
851      remove unused variable (pw). ok djm@
852      (id sync only - still used in portable)
853    - jmc@cvs.openbsd.org 2003/11/08 19:17:29
854      [sftp-int.c]
855      typos from Jonathon Gray;
856    - jakob@cvs.openbsd.org 2003/11/10 16:23:41
857      [bufaux.c bufaux.h cipher.c cipher.h hostfile.c hostfile.h key.c]
858      [key.h sftp-common.c sftp-common.h sftp-server.c sshconnect.c sshd.c]
859      [ssh-dss.c ssh-rsa.c uuencode.c uuencode.h]
860      constify. ok markus@ & djm@
861    - dtucker@cvs.openbsd.org 2003/11/12 10:12:15
862      [scp.c]
863      When called with -q, pass -q to ssh; suppresses SSH2 banner.  ok markus@
864    - jakob@cvs.openbsd.org 2003/11/12 16:39:58
865      [dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
866      update SSHFP validation. ok markus@
867    - jmc@cvs.openbsd.org 2003/11/12 20:14:51
868      [ssh_config.5]
869      make verb agree with subject, and kill some whitespace;
870    - markus@cvs.openbsd.org 2003/11/14 13:19:09
871      [sshconnect2.c]
872      cleanup and minor fixes for the client code; from Simon Wilkinson
873    - djm@cvs.openbsd.org 2003/11/17 09:45:39
874      [msg.c msg.h sshconnect2.c ssh-keysign.c]
875      return error on msg send/receive failure (rather than fatal); ok markus@
876    - markus@cvs.openbsd.org 2003/11/17 11:06:07
877      [auth2-gss.c gss-genr.c gss-serv.c monitor.c monitor.h monitor_wrap.c]
878      [monitor_wrap.h sshconnect2.c ssh-gss.h]
879      replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; 
880      test + ok jakob.
881  - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int
882    conversation function
883  - (djm) Export environment variables from authentication subprocess to 
884    parent. Part of Bug #717
885
886 20031115
887  - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
888    HP-UX, skip test on AIX.
889
890 20031113
891  - (dtucker) [auth-pam.c] Append newlines to lines output by the
892    pam_chauthtok_conv().
893  - (dtucker) [README ssh-host-config ssh-user-config Makefile] (All
894    contrib/cygwin).  Major update from vinschen at redhat.com.
895    - Makefile provides a `cygwin-postinstall' target to run right after
896      `make install'.
897    - Better support for Windows 2003 Server.
898    - Try to get permissions as correct as possible.
899    - New command line options to allow full automated host configuration.
900    - Create configs from skeletons in /etc/defaults/etc.
901    - Use /bin/bash, allows reading user input with readline support.
902    - Remove really old configs from /usr/local.
903  - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and
904    PAM_ERROR_MSG messages.
905
906 20031106
907  - (djm) Clarify UsePAM consequences a little more
908
909 20031103
910  - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
911    are created correctly with CRLF line terminations.  Patch from vinschen at
912    redhat.com.
913  - (dtucker) OpenBSD CVS Sync
914    - markus@cvs.openbsd.org 2003/10/15 09:48:45
915      [monitor_wrap.c]
916      check pmonitor != NULL
917    - markus@cvs.openbsd.org 2003/10/21 09:50:06
918      [auth2-gss.c]
919      make sure the doid is larger than 2
920    - avsm@cvs.openbsd.org 2003/10/26 16:57:43
921      [sshconnect2.c]
922      rename 'supported' static var in userauth_gssapi() to 'gss_supported'
923      to avoid shadowing the global version.  markus@ ok
924    - markus@cvs.openbsd.org 2003/10/28 09:08:06
925      [misc.c]
926      error->debug for getsockopt+TCP_NODELAY; several requests
927    - markus@cvs.openbsd.org 2003/11/02 11:01:03
928      [auth2-gss.c compat.c compat.h sshconnect2.c]
929      remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk
930  - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid.
931
932 20031021
933  - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
934    directly.  Noted by Darren.Moffat at sun.com.
935  - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
936    make agent setgid during test.
937
938 20031017
939  - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
940    MD5 passwords even if PAM support is enabled.  From steev at detritus.net.
941
942 20031015
943  - (dtucker) OpenBSD CVS Sync
944    - jmc@cvs.openbsd.org 2003/10/08 08:27:36
945      [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
946      scp and sftp: add options list and sort options. options list requested
947      by deraadt@
948      sshd: use same format as ssh
949      ssh: remove wrong option from list
950      sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
951      ok deraadt@ markus@
952    - markus@cvs.openbsd.org 2003/10/08 15:21:24
953      [readconf.c ssh_config.5]
954      default GSS API to no in client, too; ok jakob, deraadt@
955    - markus@cvs.openbsd.org 2003/10/11 08:24:08
956      [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
957      remote x11 clients are now untrusted by default, uses xauth(8) to generate
958      untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
959      ok deraadt; feedback and ok djm/fries
960    - markus@cvs.openbsd.org 2003/10/11 08:26:43
961      [sshconnect2.c]
962      search keys in reverse order; fixes #684
963    - markus@cvs.openbsd.org 2003/10/11 11:36:23
964      [monitor_wrap.c]
965      return NULL for missing banner; ok djm@
966    - jmc@cvs.openbsd.org 2003/10/12 13:12:13
967      [ssh_config.5]
968      note that EnableSSHKeySign should be in the non-hostspecific section;
969      remove unnecessary .Pp;
970      ok markus@
971    - markus@cvs.openbsd.org 2003/10/13 08:22:25
972      [scp.1 sftp.1]
973      don't refer to options related to forwarding; ok jmc@
974    - jakob@cvs.openbsd.org 2003/10/14 19:42:10
975      [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
976      include SSHFP lookup code (not enabled by default). ok markus@
977    - jakob@cvs.openbsd.org 2003/10/14 19:43:23
978      [README.dns]
979      update
980    - markus@cvs.openbsd.org 2003/10/14 19:54:39
981      [session.c ssh-agent.c]
982      10X for mkdtemp; djm@
983  - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
984    openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
985    compiled in but disabled in config.
986  - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
987  - (tim) [regress/banner.sh] portability fix.
988
989 20031009
990  - (dtucker) [sshd_config.5] UsePAM defaults to "no".  ok djm@
991
992 20031008
993  - (dtucker) OpenBSD CVS Sync
994    - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
995      [sshconnect2.c]
996      Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
997      #707.  ok markus@
998    - djm@cvs.openbsd.org 2003/10/07 07:04:16
999      [sftp-int.c]
1000      sftp quoting fix from admorten AT umich.edu; ok markus@
1001    - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
1002      [sshconnect2.c]
1003      set ptr to NULL after free
1004    - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
1005      [regress/Makefile regress/banner.sh]
1006      Test SSH2 banner.  ok markus@
1007    - djm@cvs.openbsd.org 2003/10/07 07:04:52
1008      [regress/sftp-cmds.sh]
1009      more sftp quoting regress tests; ok markus
1010
1011 20031007
1012  - (djm) Delete autom4te.cache after autoreconf
1013  - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
1014    cleanup functions.  With & ok djm@
1015  - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
1016    run-time switch, always build --with-md5-passwords.
1017  - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
1018    Bug #670: add strtoul() to openbsd-compat for platforms lacking it.  ok djm@
1019  - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
1020    on Reliant Unix.  Patch from Robert.Dahlem at siemens.com.
1021  - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
1022    Reliant Unix.  Based on patch from Robert.Dahlem at siemens.com.
1023
1024 20031003
1025  - (dtucker) OpenBSD CVS Sync
1026    - markus@cvs.openbsd.org 2003/10/02 10:41:59
1027      [sshd.c]
1028      print openssl version, too, several requests; ok henning/djm.
1029    - markus@cvs.openbsd.org 2003/10/02 08:26:53
1030      [ssh-gss.h]
1031      missing $OpenBSD:; dtucker
1032  - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
1033    option.
1034
1035 20031002
1036  - (dtucker) OpenBSD CVS Sync
1037    - markus@cvs.openbsd.org 2003/09/23 20:17:11
1038      [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
1039      cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
1040      monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
1041      ssh-agent.c sshd.c]
1042      replace fatal_cleanup() and linked list of fatal callbacks with static
1043      cleanup_exit() function.  re-refine cleanup_exit() where appropriate,
1044      allocate sshd's authctxt eary to allow simpler cleanup in sshd.
1045      tested by many, ok deraadt@
1046    - markus@cvs.openbsd.org 2003/09/23 20:18:52
1047      [progressmeter.c]
1048      don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
1049      ok millert/deraadt@
1050    - markus@cvs.openbsd.org 2003/09/23 20:41:11
1051      [channels.c channels.h clientloop.c]
1052      move client only agent code to clientloop.c
1053    - markus@cvs.openbsd.org 2003/09/26 08:19:29
1054      [sshd.c]
1055      no need to set the listen sockets to non-block; ok deraadt@
1056    - jmc@cvs.openbsd.org 2003/09/29 11:40:51
1057      [ssh.1]
1058      - add list of options to -o and .Xr ssh_config(5)
1059      - some other cleanup
1060      requested by deraadt@;
1061      ok deraadt@ markus@
1062    - markus@cvs.openbsd.org 2003/09/29 20:19:57
1063      [servconf.c sshd_config]
1064      GSSAPICleanupCreds -> GSSAPICleanupCredentials
1065  - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
1066    --with-pam.  ok djm@
1067  - (dtucker) [ssh-gss.h] Prototype change missed in sync.
1068  - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
1069    Based on patches by Matthias Koeppe and Thomas Baden.  ok djm@
1070
1071 20030930
1072  - (bal) Fix issues in openbsd-compat/realpath.c
1073
1074 20030925
1075  - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
1076    DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam.  Patch from
1077    michael_steffens at hp.com, ok djm@
1078  - (tim) [sshd_config] UsePAM defaults to no.
1079
1080 20030924
1081  - (djm) Update version.h and spec files for HEAD
1082  - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
1083
1084 20030923
1085  - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
1086    builds.  Portability corrections from tim@.
1087  - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
1088    Patch from max at quendi.de.
1089  - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
1090  - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
1091  - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
1092    Patch from david.haughton at ncr.com
1093  - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
1094    Part of patch supplied by bugzilla-openssh at thewrittenword.com
1095  - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
1096    openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
1097    where gai_strerror is defined as "const char *".  Part of patch supplied
1098    by bugzilla-openssh at thewrittenword.com
1099  - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
1100    ssh-host-config to match current defaults, bump README version.  Patch from
1101    vinschen at redhat.com.
1102  - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
1103    OS does not support permanently dropping privileges.  Patch from
1104    vinschen at redhat.com.
1105  - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
1106    add canohost.h to stop warning.  Based on patch from openssh-unix-dev at
1107    thewrittenword.com
1108  - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
1109    higher.
1110  - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
1111  - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
1112    Report by distler AT golem ph utexas edu.
1113  - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
1114    article by genty at austin.ibm.com, included with the author's permission.
1115  - (dtucker) OpenBSD CVS Sync
1116    - markus@cvs.openbsd.org 2003/09/18 07:52:54
1117      [sshconnect.c]
1118      missing {}; bug #656; jclonguet at free.fr
1119    - markus@cvs.openbsd.org 2003/09/18 07:54:48
1120      [buffer.c]
1121      protect against double free; #660;  zardoz at users.sf.net
1122    - markus@cvs.openbsd.org 2003/09/18 07:56:05
1123      [authfile.c]
1124      missing  buffer_free(&encrypted); #662; zardoz at users.sf.net
1125    - markus@cvs.openbsd.org 2003/09/18 08:49:45
1126      [deattack.c misc.c session.c ssh-agent.c]
1127      more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
1128      ok millert@
1129    - miod@cvs.openbsd.org 2003/09/18 13:02:21
1130      [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
1131      A few signedness fixes for harmless situations; markus@ ok
1132    - markus@cvs.openbsd.org 2003/09/19 09:02:02
1133      [packet.c]
1134      buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
1135    - markus@cvs.openbsd.org 2003/09/19 09:03:00
1136      [buffer.c]
1137      sign fix in buffer_dump; Jedi/Sector One; pr 3473
1138    - markus@cvs.openbsd.org 2003/09/19 11:29:40
1139      [ssh-agent.c]
1140      provide a ssh-agent specific fatal() function; ok deraadt
1141    - markus@cvs.openbsd.org 2003/09/19 11:30:39
1142      [ssh-keyscan.c]
1143      avoid fatal_cleanup, just call exit(); ok deraadt
1144    - markus@cvs.openbsd.org 2003/09/19 11:31:33
1145      [channels.c]
1146      do not call channel_free_all on fatal; ok deraadt
1147    - markus@cvs.openbsd.org 2003/09/19 11:33:09
1148      [packet.c sshd.c]
1149      do not call packet_close on fatal; ok deraadt
1150    - markus@cvs.openbsd.org 2003/09/19 17:40:20
1151      [scp.c]
1152      error handling for remote-remote copy; #638; report Harald Koenig;
1153      ok millert, fgs, henning, deraadt
1154    - markus@cvs.openbsd.org 2003/09/19 17:43:35
1155      [clientloop.c sshtty.c sshtty.h]
1156      remove fatal callbacks from client code; ok deraadt
1157  - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
1158         on #unixhelp@efnet
1159  - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
1160  - (djm) Sync with V_3_7 branch:
1161    - (djm) Fix SSH1 challenge kludge
1162    - (djm) Bug #671: Fix builds on OpenBSD
1163    - (djm) Bug #676: Fix PAM stack corruption
1164    - (djm) Fix bad free() in PAM code
1165    - (djm) Don't call pam_end before pam_init
1166    - (djm) Enable build with old OpenSSL again
1167    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1168    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1169
1170 $Id$
This page took 0.125042 seconds and 5 git commands to generate.