summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/srv_keytab.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-04s4/auth/krb: fix spelling of entriesDouglas Bagnall1-1/+1
2016-11-22doc: Add doxygen for functions in srv_keytab.cGarming Sam1-0/+47
2016-11-22s4-auth: Don't check for NULL saltPrincipal if it doesn't need itGarming Sam1-6/+6
2015-07-21s4-auth: Make sure error_string is correctly initializedAndreas Schneider1-21/+29
2015-07-17s4-auth: Always pass down the salt principalAndreas Schneider1-90/+11
2015-07-17s4-auth: Use kerberos util functions in srv_keytabAndreas Schneider1-222/+48
2015-03-27lib/krb5_wrap: use krb5_const_principal in smb_krb5_create_key_from_string.Günther Deschner1-1/+1
2015-03-27s4-auth: avoid double free of krb5 kt_entries when compiling with MIT kerbero...Günther Deschner1-0/+9
2014-09-26s4-auth/kerberos: fix salting principal, make sure hostname is lowercase.Günther Deschner1-1/+1
2014-08-08samba: use smb_krb5_create_key_from_string() in some places.Günther Deschner1-4/+6
2014-07-08s4-auth-krb: Fix talloc access after free in smb_krb5_update_keytabSamuel Cabrero1-1/+6
2012-08-28lib/krb5_wrap: Move enctype conversion functions into a simple helper fileAndrew Bartlett1-45/+0
2012-05-04s4-auth-krb: Make srv_keytab.c build against MIT KerberosSimo Sorce1-8/+11
2012-05-04Fix incompatible assignment warningSimo Sorce1-1/+1
2012-04-19Fix Error messagesSimo Sorce1-4/+2
2012-04-12srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce1-16/+11
2012-04-12s4-auth-krb: Remove dependency on credentials too.Simo Sorce1-10/+4
2012-04-12s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce1-33/+41
2012-04-12s4-auth-krb: Simplify salt_princ handling.Simo Sorce1-269/+178
2012-04-12s4-auth-krb: Move keytab functions in a separate file.Simo Sorce1-0/+726