summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
2012-09-22auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c...Andrew Bartlett1-0/+3
2012-09-20auth/kerberos: Adjust log level for failed PAC signature verificationChristof Schmitt1-1/+1
2012-09-20auth: Fix some nonempty blank linesVolker Lendecke1-61/+59
2012-08-31auth/credentials: Do not print passwords in a talloc memory dumpAndrew Bartlett1-0/+8
2012-08-30auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett1-3/+8
2012-08-29auth/credentials: Remove unused, and un-declared cli_credentials_set_krbtgt()Andrew Bartlett1-29/+0
2012-08-29auth/credentials: Better integrate fetch of secrets.tdb and secrets.ldb recordsAndrew Bartlett1-32/+61
2012-08-29auth/credentials: Improve memory handling in cli_credentials_set_machine_accountAndrew Bartlett1-26/+26
2012-08-29auth/credentials: Avoid double-free in the failure caseAndrew Bartlett1-1/+1
2012-08-28auth/credentials: Rework credentials handling to try and find the most recent...Andrew Bartlett1-33/+71
2012-08-28auth/credentials: Expand secrets.tdb fetch of secrets to preserve workstation...Andrew Bartlett1-0/+4
2012-08-10build: rename security → samba-securityBjörn Jacke2-2/+2
2012-08-04auth/ntlmssp: avoid talloc_tos() in ntlmssp_client_initial()Stefan Metzmacher1-1/+1
2012-07-30auth/kerberos: Do not do pointer arithmatic on a void *Andrew Bartlett1-1/+1
2012-07-19auth/credentials: Remove extra newlineAndrew Bartlett1-1/+1
2012-07-15auth/credentials: Look in the secrets.tdb for the machine accountAndrew Bartlett2-3/+50
2012-07-06auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2-0/+47
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2-11/+0
2012-07-03auth/gensec: Remove unused gensec_security parameterAndrew Bartlett1-6/+3
2012-06-06auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()Alexander Bokovoy1-2/+18
2012-05-24auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy2-13/+7
2012-05-23gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider1-1/+1
2012-05-23auth-credentials: Support using pre-fetched ccache when obtaining kerberos cr...Alexander Bokovoy1-2/+12
2012-05-23auth and s4-rpc_server: Do not use features we currently can't implement with...Simo Sorce1-1/+4
2012-05-17auth/gensec: implement gensec_spnego_expire_time()Stefan Metzmacher1-0/+12
2012-05-17auth/gensec: add gensec_expire_time()Stefan Metzmacher2-0/+12
2012-05-04s4-auth: Use smb_krb5_cc_get_lifetime() wrapper.Andreas Schneider1-2/+2
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy3-1/+3
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce4-4/+56
2012-04-12srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce1-1/+2
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce4-11/+78
2012-04-12auth-krb: Make functions static.Simo Sorce3-100/+2
2012-04-12auth-krb: Use simpler method to extract keytype.Simo Sorce1-19/+12
2012-04-12auth-krb: Nove oid packet check to gensec_util.Simo Sorce4-21/+47
2012-04-12s4-auth-krb: Remove dependency on credentials too.Simo Sorce1-3/+6
2012-04-12s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce1-3/+13
2012-04-12s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2-2/+3
2012-04-12s4-auth-krb: Move function into more appropriate header.Simo Sorce1-8/+0
2012-04-12s4-auth-krb: Make cli_credentials_invalidate_client_gss_creds static.Simo Sorce2-2/+4
2012-04-12s4-auth-krb: Make impersonate_principal_from_credentials static.Simo Sorce1-6/+0
2012-04-12gensec_gssapi: keep private header file close to the actual codeSimo Sorce1-70/+0
2012-03-15auth/gensec_gssapi: gss_krb5_lucid_context_v1_t is not shared with the gse co...Stefan Metzmacher1-1/+1
2012-03-09auth/ntlmssp: Remove reference to struct ntlmssp_stateAndrew Bartlett1-6/+1
2012-03-09auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_stateAndrew Bartlett4-8/+5
2012-03-08auth/kerberos: Fall back to gsskrb5_get_subkey if we did not get the key typeAndrew Bartlett1-4/+23
2012-03-08auth/kerberos: Ensure we do not print invalid memory in failure caseAndrew Bartlett1-4/+1
2012-02-24auth: Remove plugable password-check functions from gensec_ntlmsspAndrew Bartlett5-228/+105
2012-02-24auth: consolidate gensec_ntlmssp_server wrapper functionsAndrew Bartlett2-50/+18
2012-02-24s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-sideAndrew Bartlett2-0/+13
2012-02-24auth: Rename some elements of auth4_contextAndrew Bartlett2-17/+17