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