The branch, master has been updated
       via  f9099d3 s3-libads: Fix compilation with MIT Kerberos
      from  2a81893 ctdb-tests: Fix CID 1358704 use of "=" where "==" may have 
been intended

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


- Log -----------------------------------------------------------------
commit f9099d3c469efd4085ca0b0e81941c77f1b61c4f
Author: Andreas Schneider <[email protected]>
Date:   Tue Apr 26 15:45:17 2016 +0200

    s3-libads: Fix compilation with MIT Kerberos
    
    ENCTYPE_NULL is defined by the RFC and used by MIT Kerberos. Heimdal
    also provides ENCTYPE_NULL.
    
    Signed-off-by: Andreas Schneider <[email protected]>
    Reviewed-by: Ralph Boehme <[email protected]>
    
    Autobuild-User(master): Ralph Böhme <[email protected]>
    Autobuild-Date(master): Tue Apr 26 22:47:19 CEST 2016 on sn-devel-144

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

Summary of changes:
 source3/libads/kerberos_keytab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/libads/kerberos_keytab.c b/source3/libads/kerberos_keytab.c
index 8a3363c..731895e 100644
--- a/source3/libads/kerberos_keytab.c
+++ b/source3/libads/kerberos_keytab.c
@@ -280,7 +280,7 @@ int ads_keytab_flush(ADS_STRUCT *ads)
        ret = smb_krb5_kt_seek_and_delete_old_entries(context,
                                                      keytab,
                                                      kvno,
-                                                     KRB5_ENCTYPE_NULL,
+                                                     ENCTYPE_NULL,
                                                      NULL,
                                                      NULL,
                                                      true,


-- 
Samba Shared Repository

Reply via email to