summaryrefslogtreecommitdiffstats
path: root/source4/auth/kerberos/srv_keytab.c
Commit message (Expand)AuthorAgeFilesLines
* s4-auth/kerberos: fix salting principal, make sure hostname is lowercase.Günther Deschner2014-09-261-1/+1
* samba: use smb_krb5_create_key_from_string() in some places.Günther Deschner2014-08-081-4/+6
* s4-auth-krb: Fix talloc access after free in smb_krb5_update_keytabSamuel Cabrero2014-07-081-1/+6
* lib/krb5_wrap: Move enctype conversion functions into a simple helper fileAndrew Bartlett2012-08-281-45/+0
* s4-auth-krb: Make srv_keytab.c build against MIT KerberosSimo Sorce2012-05-041-8/+11
* Fix incompatible assignment warningSimo Sorce2012-05-041-1/+1
* Fix Error messagesSimo Sorce2012-04-191-4/+2
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-121-16/+11
* s4-auth-krb: Remove dependency on credentials too.Simo Sorce2012-04-121-10/+4
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-121-33/+41
* s4-auth-krb: Simplify salt_princ handling.Simo Sorce2012-04-121-269/+178
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-121-0/+726