diff options
author | Damien Miller <djm@mindrot.org> | 2006-08-30 11:08:04 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-08-30 11:08:04 +1000 |
commit | 76758b6423a2567b07927139d7d5538f14cb331b (patch) | |
tree | d90967df545f3a1d0ca95f380a24b15316610745 /ChangeLog | |
parent | d5fe0baa73a168a1194b311aeff9fd824b038740 (diff) |
- dtucker@cvs.openbsd.org 2006/08/29 12:02:30
[gss-genr.c]
Work around a problem in Heimdal that occurs when KRB5CCNAME file is
missing, by checking whether or not kerberos allocated us a context
before attempting to free it. Patch from Simon Wilkinson, tested by
biorn@, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -13,6 +13,12 @@ | |||
13 | normalise some inconsistent (but harmless) NULL pointer checks | 13 | normalise some inconsistent (but harmless) NULL pointer checks |
14 | spotted by the Stanford SATURN tool, via Isil Dillig; | 14 | spotted by the Stanford SATURN tool, via Isil Dillig; |
15 | ok markus@ deraadt@ | 15 | ok markus@ deraadt@ |
16 | - dtucker@cvs.openbsd.org 2006/08/29 12:02:30 | ||
17 | [gss-genr.c] | ||
18 | Work around a problem in Heimdal that occurs when KRB5CCNAME file is | ||
19 | missing, by checking whether or not kerberos allocated us a context | ||
20 | before attempting to free it. Patch from Simon Wilkinson, tested by | ||
21 | biorn@, ok djm@ | ||
16 | 22 | ||
17 | 20060824 | 23 | 20060824 |
18 | - (dtucker) [openbsd-compat/basename.c] Include errno.h. | 24 | - (dtucker) [openbsd-compat/basename.c] Include errno.h. |
@@ -5315,4 +5321,4 @@ | |||
5315 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5321 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5316 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5322 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5317 | 5323 | ||
5318 | $Id: ChangeLog,v 1.4513 2006/08/30 01:07:39 djm Exp $ | 5324 | $Id: ChangeLog,v 1.4514 2006/08/30 01:08:04 djm Exp $ |