diff options
author | Love Hörnquist Åstrand <lha@samba.org> | 2005-06-16 12:45:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:16 -0500 |
commit | c3948492d44cbab2fe132b11bcc4b1b8de410c78 (patch) | |
tree | 93dcfadebfe68e25a224c617b4b16af41d76a0db /source4 | |
parent | 7a33552d82620ba8c3287c2335e0c36ad85c9aff (diff) | |
download | samba-c3948492d44cbab2fe132b11bcc4b1b8de410c78.tar.gz samba-c3948492d44cbab2fe132b11bcc4b1b8de410c78.tar.bz2 samba-c3948492d44cbab2fe132b11bcc4b1b8de410c78.zip |
r7638: krb5_closelog in heimdal-0.7 not longer leaks memory, so remove that comment
(This used to be commit 3aa80b8e585a0acc57d4b7738dcccfba232948ca)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/kerberos/kerberos-notes.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt index 9abf66468c..993d5f5d0b 100644 --- a/source4/auth/kerberos/kerberos-notes.txt +++ b/source4/auth/kerberos/kerberos-notes.txt @@ -251,10 +251,6 @@ krb5_log_facility from Heimdal. This allows us to redirect the warnings and status from the KDC (and client/server kerberos code) to Samba's DEBUG() system. -We have added krb5_freelog() to be the opposite of krb5_initlog(), and -ensure we do not leak memeory in this operation. (krb5_closelog() does -not free everything that krb5_initlog creates). - Similarly important is the Heimdal-specific krb5_get_error_string() function, which does a lot to reduce the 'administrator pain' level, by providing specific, english text-string error messages instead of |