Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-20 | auth/kerberos: Adjust log level for failed PAC signature verification | Christof Schmitt | 1 | -1/+1 | |
With winbindd trying to verify the signature of an application provided PAC, this message can be easily triggered. Adjust the debug level to avoid filling up the logs. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-07-06 | auth: Common function for retrieving PAC_LOGIN_INFO from PAC | Christof Schmitt | 1 | -0/+37 | |
Several functions use the same logic as kerberos_pac_logon_info. Move kerberos_pac_logon_info to common code and reuse it to remove the code duplication. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-04-12 | auth-krb: Move pac related util functions in a single place. | Simo Sorce | 1 | -11/+26 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-01-12 | auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksum | Andrew Bartlett | 1 | -6/+3 | |
2011-12-29 | auth/kerberos: Rename memory contexts for greater clarity | Andrew Bartlett | 1 | -34/+34 | |
This should better follow the mem_ctx/tmp_ctx pattern used elsewhere in Samba. Thankyou Simo for the suggestion. Andrew Bartlett | |||||
2011-12-29 | auth/kerberos: Make pac_data_out in kerberos_decode_pac() optional | Andrew Bartlett | 1 | -3/+32 | |
2011-04-27 | auth/kerberos Move all the PAC handling functions to auth/kerberos | Andrew Bartlett | 1 | -0/+364 | |