summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* auth/credentials: Do not print passwords in a talloc memory dumpAndrew Bartlett2012-08-311-0/+8
* auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett2012-08-301-3/+8
* auth/credentials: Remove unused, and un-declared cli_credentials_set_krbtgt()Andrew Bartlett2012-08-291-29/+0
* auth/credentials: Better integrate fetch of secrets.tdb and secrets.ldb recordsAndrew Bartlett2012-08-291-32/+61
* auth/credentials: Improve memory handling in cli_credentials_set_machine_accountAndrew Bartlett2012-08-291-26/+26
* auth/credentials: Avoid double-free in the failure caseAndrew Bartlett2012-08-291-1/+1
* auth/credentials: Rework credentials handling to try and find the most recent...Andrew Bartlett2012-08-281-33/+71
* auth/credentials: Expand secrets.tdb fetch of secrets to preserve workstation...Andrew Bartlett2012-08-281-0/+4
* build: rename security → samba-securityBjörn Jacke2012-08-102-2/+2
* auth/ntlmssp: avoid talloc_tos() in ntlmssp_client_initial()Stefan Metzmacher2012-08-041-1/+1
* auth/kerberos: Do not do pointer arithmatic on a void *Andrew Bartlett2012-07-301-1/+1
* auth/credentials: Remove extra newlineAndrew Bartlett2012-07-191-1/+1
* auth/credentials: Look in the secrets.tdb for the machine accountAndrew Bartlett2012-07-152-3/+50
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-062-0/+47
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-032-11/+0
* auth/gensec: Remove unused gensec_security parameterAndrew Bartlett2012-07-031-6/+3
* auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()Alexander Bokovoy2012-06-061-2/+18
* auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy2012-05-242-13/+7
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-231-1/+1
* auth-credentials: Support using pre-fetched ccache when obtaining kerberos cr...Alexander Bokovoy2012-05-231-2/+12
* auth and s4-rpc_server: Do not use features we currently can't implement with...Simo Sorce2012-05-231-1/+4
* auth/gensec: implement gensec_spnego_expire_time()Stefan Metzmacher2012-05-171-0/+12
* auth/gensec: add gensec_expire_time()Stefan Metzmacher2012-05-172-0/+12
* s4-auth: Use smb_krb5_cc_get_lifetime() wrapper.Andreas Schneider2012-05-041-2/+2
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-253-1/+3
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-234-4/+56
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-121-1/+2
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-124-11/+78
* auth-krb: Make functions static.Simo Sorce2012-04-123-100/+2
* auth-krb: Use simpler method to extract keytype.Simo Sorce2012-04-121-19/+12
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-124-21/+47
* s4-auth-krb: Remove dependency on credentials too.Simo Sorce2012-04-121-3/+6
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-121-3/+13
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-122-2/+3
* s4-auth-krb: Move function into more appropriate header.Simo Sorce2012-04-121-8/+0
* s4-auth-krb: Make cli_credentials_invalidate_client_gss_creds static.Simo Sorce2012-04-122-2/+4
* s4-auth-krb: Make impersonate_principal_from_credentials static.Simo Sorce2012-04-121-6/+0
* gensec_gssapi: keep private header file close to the actual codeSimo Sorce2012-04-121-70/+0
* auth/gensec_gssapi: gss_krb5_lucid_context_v1_t is not shared with the gse co...Stefan Metzmacher2012-03-151-1/+1
* auth/ntlmssp: Remove reference to struct ntlmssp_stateAndrew Bartlett2012-03-091-6/+1
* auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_stateAndrew Bartlett2012-03-094-8/+5
* auth/kerberos: Fall back to gsskrb5_get_subkey if we did not get the key typeAndrew Bartlett2012-03-081-4/+23
* auth/kerberos: Ensure we do not print invalid memory in failure caseAndrew Bartlett2012-03-081-4/+1
* auth: Remove plugable password-check functions from gensec_ntlmsspAndrew Bartlett2012-02-245-228/+105
* auth: consolidate gensec_ntlmssp_server wrapper functionsAndrew Bartlett2012-02-242-50/+18
* s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-sideAndrew Bartlett2012-02-242-0/+13
* auth: Rename some elements of auth4_contextAndrew Bartlett2012-02-242-17/+17
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-182-3/+3
* auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3Andrew Bartlett2012-02-172-2/+13
* auth: Make more of the ntlmssp code private or staticAndrew Bartlett2012-02-173-96/+64