Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-12 | s4-auth-krb: Move function into more appropriate header. | Simo Sorce | 1 | -8/+0 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | s4-auth-krb: Make cli_credentials_invalidate_client_gss_creds static. | Simo Sorce | 1 | -2/+0 | |
It's not used anywhere else. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | s4-auth-krb: Make impersonate_principal_from_credentials static. | Simo Sorce | 1 | -6/+0 | |
It's not used anywhere else. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-10-11 | auth: move credentials layer to the top level | Andrew Bartlett | 1 | -0/+57 | |
This will allow gensec_start.c to move to the top level. This does not change what code uses the cli_credentials code, but allows the gensec code to be more broadly. Andrew Bartlett |