From c3948492d44cbab2fe132b11bcc4b1b8de410c78 Mon Sep 17 00:00:00 2001 From: Love Hörnquist Åstrand Date: Thu, 16 Jun 2005 12:45:35 +0000 Subject: r7638: krb5_closelog in heimdal-0.7 not longer leaks memory, so remove that comment (This used to be commit 3aa80b8e585a0acc57d4b7738dcccfba232948ca) --- source4/auth/kerberos/kerberos-notes.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4') 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 -- cgit