summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* gensec: Fix CID 242642 Unchecked return valueVolker Lendecke2015-08-201-1/+6
* s4-auth: Always pass down the salt principalAndreas Schneider2015-07-171-6/+104
* auth/credentials: if credentials have principal set, they are not anonymous a...Alexander Bokovoy2015-07-151-0/+5
* auth/credentials: anonymous should not try to use kerberosStefan Metzmacher2015-07-031-0/+1
* auth: Explain why GSS_KRB5_CRED_NO_CI_FLAGS_X is neededAndreas Schneider2015-06-241-1/+9
* auth/kerberos: add gssapi_get_sig_size() and gssapi_{seal,unseal,sign,check}_...Stefan Metzmacher2015-06-243-1/+451
* auth/gensec: remove unused gensec_[un]wrap_packets() hooksStefan Metzmacher2015-06-235-206/+1
* auth/gensec: make sure gensec_start_mech_by_authtype() resets SIGN/SEAL befor...Stefan Metzmacher2015-06-231-0/+6
* auth/gensec: gensec_[un]seal_packet() should only work with GENSEC_FEATURE_DC...Stefan Metzmacher2015-06-231-0/+14
* auth/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X instead of SAMBA4_USES...Stefan Metzmacher2015-06-231-3/+2
* dcerpc: NULL pointer deref crash in handling rpc request.Jeremy Allison2015-06-181-1/+1
* auth: Make sure error_string is not used uninitializedAndreas Schneider2015-05-191-5/+8
* auth/kerberos: remove allow_warnings=TrueStefan Metzmacher2015-03-201-1/+0
* auth/kerberos: avoid compiler warningsStefan Metzmacher2015-03-201-4/+12
* build: Add talloc and samba-debug dep for gensec_external moduleAndrew Bartlett2015-03-191-0/+1
* s4: lib: auth: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers ...Jeremy Allison2015-03-191-4/+36
* auth/credentials: add cli_credentials_set_old_utf16_password()Stefan Metzmacher2015-03-122-0/+49
* auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher2015-03-124-0/+64
* auth/credentials: add a missing talloc check to cli_credentials_set_nt_hash()Stefan Metzmacher2015-03-121-0/+3
* auth/kerberos: Do a string comparison in kerberos_decode_pac() not a principa...Andrew Bartlett2015-03-121-11/+12
* Fix the O3 developer buildVolker Lendecke2015-03-031-2/+4
* auth/credentials_krb5: fix memory leak in cli_credentials_failed_kerberos_log...Günther Deschner2015-01-261-0/+2
* auth/credentials: add cli_credentials_set_utf16_password()Stefan Metzmacher2014-12-193-6/+65
* auth/gensec: add support for SEC_CHAN_DNS_DOMAIN to schannel_update()Stefan Metzmacher2014-12-191-17/+10
* auth/gensec: make sure we keep a DCERPC_AUTH_TYPE_SCHANNEL backend if requiredStefan Metzmacher2014-12-191-0/+8
* credentials test: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-221-20/+14
* Remove unused imports.Jelmer Vernooij2014-11-191-7/+1
* auth: add missing includes to auth/wbc_auth_util.cStefan Metzmacher2014-11-141-0/+2
* auth/credentials: Ensure that we set the realm when reading secrets.tdbAndrew Bartlett2014-10-171-0/+3
* credentials: Allow the secret.tdb handle to be passed in to cli_credentials_s...Andrew Bartlett2014-10-172-13/+64
* credentials: Improve error message on failure to set machine account passwordAndrew Bartlett2014-10-171-4/+6
* credentials: Set secure_channel_type from secrets.tdb in cli_credentials_set_...Andrew Bartlett2014-10-171-0/+13
* credentials: Allow the secrets.tdb password to be newer than the secrets.ldb ...Andrew Bartlett2014-09-271-0/+2
* auth: gensec: asn1 fixes - check all returns.Jeremy Allison2014-09-261-5/+6
* auth/credentials_krb5: silence a build warning.Günther Deschner2014-08-081-0/+2
* auth/credentials-krb5: use get_kerberos_allowed_etypes().Günther Deschner2014-08-081-6/+5
* s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett2014-07-041-1/+1
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-1/+5
* auth: avoid overwriting the auth_sam_reply.h header all the time.Günther Deschner2014-05-122-1/+8
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-281-1/+1
* gensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backendAndreas Schneider2014-04-242-0/+293
* auth/gensec: use auth_ctx->generate_session_info() for schannelStefan Metzmacher2014-04-241-3/+46
* auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top levelAndrew Bartlett2014-04-182-1/+226
* auth: Pass though error from GENSEC sub-mechanismAndrew Bartlett2014-04-021-1/+1
* auth/kerberos: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
* auth/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* auth/gensec/spnego: map SPNEGO_REJECT to NT_STATUS_LOGON_FAILUREStefan Metzmacher2014-03-271-1/+1
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-272-4/+3
* auth/gensec: make use of gensec_update_ev() in spnego.cStefan Metzmacher2014-03-271-8/+8
* auth/gensec: add a gensec_update_ev() functionStefan Metzmacher2014-03-272-14/+27