diff options
author | Damien Miller <djm@mindrot.org> | 2003-01-07 15:18:32 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-01-07 15:18:32 +1100 |
commit | e832819cf7289b467070fc31c5080c133f0a101e (patch) | |
tree | 5c0cfb811b429cd71c551dda025442f16ccd7114 /ChangeLog | |
parent | 48cb8aa935211ff95ff62267a799d3548df442d4 (diff) |
- (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. Fixes
Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,8 @@ | |||
3 | Based on fix from yoshfuji@linux-ipv6.org | 3 | Based on fix from yoshfuji@linux-ipv6.org |
4 | - (djm) Bug #442: Check for and deny access to accounts with locked | 4 | - (djm) Bug #442: Check for and deny access to accounts with locked |
5 | passwords. Patch from dtucker@zip.com.au | 5 | passwords. Patch from dtucker@zip.com.au |
6 | - (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. Fixes | ||
7 | Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch | ||
6 | 8 | ||
7 | 20030103 | 9 | 20030103 |
8 | - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from | 10 | - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from |
@@ -931,4 +933,4 @@ | |||
931 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 933 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
932 | ok provos@ | 934 | ok provos@ |
933 | 935 | ||
934 | $Id: ChangeLog,v 1.2542 2003/01/07 01:19:32 djm Exp $ | 936 | $Id: ChangeLog,v 1.2543 2003/01/07 04:18:32 djm Exp $ |