The branch, master has been updated
       via  877266f librpc/crypto: Fix a misleading comment
      from  0a6e9b6 heimdal: Add include/includedir directives for krb5.conf

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 877266f775004cd43f40a6c46f76b8a85afde0fa
Author: Volker Lendecke <[email protected]>
Date:   Mon Jun 18 13:46:32 2018 +0200

    librpc/crypto: Fix a misleading comment
    
    Probably cut&paste error
    
    Signed-off-by: Volker Lendecke <[email protected]>
    Reviewed-by: Stefan Metzmacher <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    Autobuild-Date(master): Mon Jun 18 18:34:51 CEST 2018 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source3/librpc/crypto/gse_krb5.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/librpc/crypto/gse_krb5.c b/source3/librpc/crypto/gse_krb5.c
index cc8cb90..172616c 100644
--- a/source3/librpc/crypto/gse_krb5.c
+++ b/source3/librpc/crypto/gse_krb5.c
@@ -502,9 +502,7 @@ static krb5_error_code 
fill_mem_keytab_from_dedicated_keytab(krb5_context krbctx
        }
 
        /*
-        * Iterate through the keytab.  For each key, if the principal
-        * name case-insensitively matches one of the allowed formats,
-        * copy it to the memory keytab.
+        * Copy the dedicated keyab to our in-memory keytab.
         */
 
        ret = krb5_kt_start_seq_get(krbctx, keytab, &kt_cursor);


-- 
Samba Shared Repository

Reply via email to