Age | Commit message (Expand) | Author | Files | Lines |
2012-09-22 | auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c... | Andrew Bartlett | 1 | -0/+3 |
2012-09-20 | auth/kerberos: Adjust log level for failed PAC signature verification | Christof Schmitt | 1 | -1/+1 |
2012-07-30 | auth/kerberos: Do not do pointer arithmatic on a void * | Andrew Bartlett | 1 | -1/+1 |
2012-07-06 | auth: Common function for retrieving PAC_LOGIN_INFO from PAC | Christof Schmitt | 2 | -0/+47 |
2012-06-06 | auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute() | Alexander Bokovoy | 1 | -2/+18 |
2012-05-23 | gse: Use the smb_gss_oid_equal wrapper. | Andreas Schneider | 1 | -1/+1 |
2012-04-25 | lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep... | Alexander Bokovoy | 2 | -1/+2 |
2012-04-23 | Make krb5 wrapper library common so they can be used all over | Simo Sorce | 3 | -4/+55 |
2012-04-12 | auth-krb: Move pac related util functions in a single place. | Simo Sorce | 4 | -11/+78 |
2012-04-12 | auth-krb: Make functions static. | Simo Sorce | 3 | -100/+2 |
2012-04-12 | auth-krb: Use simpler method to extract keytype. | Simo Sorce | 1 | -19/+12 |
2012-04-12 | auth-krb: Nove oid packet check to gensec_util. | Simo Sorce | 1 | -20/+0 |
2012-03-08 | auth/kerberos: Fall back to gsskrb5_get_subkey if we did not get the key type | Andrew Bartlett | 1 | -4/+23 |
2012-03-08 | auth/kerberos: Ensure we do not print invalid memory in failure case | Andrew Bartlett | 1 | -4/+1 |
2012-02-17 | auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs... | Andrew Bartlett | 1 | -0/+113 |
2012-01-12 | auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksum | Andrew Bartlett | 1 | -6/+3 |
2012-01-11 | auth/kerberos: Remove unused headers from gssapi_parse.c | Andrew Bartlett | 1 | -2/+0 |
2011-12-29 | auth/kerberos: Rename memory contexts for greater clarity | Andrew Bartlett | 1 | -34/+34 |
2011-12-29 | auth/kerberos: Make pac_data_out in kerberos_decode_pac() optional | Andrew Bartlett | 1 | -3/+32 |
2011-12-28 | auth/kerberos: Move gssapi_parse.c to the top level | Andrew Bartlett | 2 | -2/+121 |
2011-10-06 | Add missing com_err dependencies | Ewoud Kohl van Wijngaarden | 1 | -1/+1 |
2011-06-15 | auth/kerberos/gssapi_pac: fix compiler warnings | Stefan Metzmacher | 1 | -6/+5 |
2011-05-07 | Fix Samba3 on OpenIndiana. | Gordon Ross | 1 | -0/+24 |
2011-04-27 | auth/kerberos Add check for gss_inquire_sec_context_by_oid | Andrew Bartlett | 1 | -4/+10 |
2011-04-27 | auth/kerberos Move all the PAC handling functions to auth/kerberos | Andrew Bartlett | 2 | -1/+365 |
2011-04-27 | auth/kerberos: Create common helper to get the verified PAC from GSSAPI | Andrew Bartlett | 2 | -0/+126 |