Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-28 | lib/krb5_wrap: Move enctype conversion functions into a simple helper file | Andrew Bartlett | 1 | -45/+0 | |
2012-05-04 | s4-auth-krb: Make srv_keytab.c build against MIT Kerberos | Simo Sorce | 1 | -8/+11 | |
2012-05-04 | Fix incompatible assignment warning | Simo Sorce | 1 | -1/+1 | |
2012-04-19 | Fix Error messages | Simo Sorce | 1 | -4/+2 | |
2012-04-12 | srv_keytab: Pass krb5_context directly, it's all we use anyways. | Simo Sorce | 1 | -16/+11 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | s4-auth-krb: Remove dependency on credentials too. | Simo Sorce | 1 | -10/+4 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | s4-auth-krb: Remove unneded dependency on kerberos_util. | Simo Sorce | 1 | -33/+41 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | s4-auth-krb: Simplify salt_princ handling. | Simo Sorce | 1 | -269/+178 | |
This allows us to make parse_principal static in kerbeors_util again and avoid a silly game where we alloc containers and set destrcutors only to release the whole thing at the end of the function. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | s4-auth-krb: Move keytab functions in a separate file. | Simo Sorce | 1 | -0/+726 | |
Confine ldb dependency. Signed-off-by: Andreas Schneider <asn@samba.org> |