summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
2015-08-25Prevent a crash in Python modules that try to authenticate by ensuring we rej...Richard Sharpe1-2/+19
2015-08-20gensec: Fix CID 242642 Unchecked return valueVolker Lendecke1-1/+6
2015-07-17s4-auth: Always pass down the salt principalAndreas Schneider1-6/+104
2015-07-15auth/credentials: if credentials have principal set, they are not anonymous a...Alexander Bokovoy1-0/+5
2015-07-03auth/credentials: anonymous should not try to use kerberosStefan Metzmacher1-0/+1
2015-06-24auth: Explain why GSS_KRB5_CRED_NO_CI_FLAGS_X is neededAndreas Schneider1-1/+9
2015-06-24auth/kerberos: add gssapi_get_sig_size() and gssapi_{seal,unseal,sign,check}_...Stefan Metzmacher3-1/+451
2015-06-23auth/gensec: remove unused gensec_[un]wrap_packets() hooksStefan Metzmacher5-206/+1
2015-06-23auth/gensec: make sure gensec_start_mech_by_authtype() resets SIGN/SEAL befor...Stefan Metzmacher1-0/+6
2015-06-23auth/gensec: gensec_[un]seal_packet() should only work with GENSEC_FEATURE_DC...Stefan Metzmacher1-0/+14
2015-06-23auth/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X instead of SAMBA4_USES...Stefan Metzmacher1-3/+2
2015-06-18dcerpc: NULL pointer deref crash in handling rpc request.Jeremy Allison1-1/+1
2015-05-19auth: Make sure error_string is not used uninitializedAndreas Schneider1-5/+8
2015-03-20auth/kerberos: remove allow_warnings=TrueStefan Metzmacher1-1/+0
2015-03-20auth/kerberos: avoid compiler warningsStefan Metzmacher1-4/+12
2015-03-19build: Add talloc and samba-debug dep for gensec_external moduleAndrew Bartlett1-0/+1
2015-03-19s4: lib: auth: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers ...Jeremy Allison1-4/+36
2015-03-12auth/credentials: add cli_credentials_set_old_utf16_password()Stefan Metzmacher2-0/+49
2015-03-12auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher4-0/+64
2015-03-12auth/credentials: add a missing talloc check to cli_credentials_set_nt_hash()Stefan Metzmacher1-0/+3
2015-03-12auth/kerberos: Do a string comparison in kerberos_decode_pac() not a principa...Andrew Bartlett1-11/+12
2015-03-03Fix the O3 developer buildVolker Lendecke1-2/+4
2015-01-26auth/credentials_krb5: fix memory leak in cli_credentials_failed_kerberos_log...Günther Deschner1-0/+2
2014-12-19auth/credentials: add cli_credentials_set_utf16_password()Stefan Metzmacher3-6/+65
2014-12-19auth/gensec: add support for SEC_CHAN_DNS_DOMAIN to schannel_update()Stefan Metzmacher1-17/+10
2014-12-19auth/gensec: make sure we keep a DCERPC_AUTH_TYPE_SCHANNEL backend if requiredStefan Metzmacher1-0/+8
2014-11-22credentials test: Use samba.tests.subunitrun.Jelmer Vernooij1-20/+14
2014-11-19Remove unused imports.Jelmer Vernooij1-7/+1
2014-11-14auth: add missing includes to auth/wbc_auth_util.cStefan Metzmacher1-0/+2
2014-10-17auth/credentials: Ensure that we set the realm when reading secrets.tdbAndrew Bartlett1-0/+3
2014-10-17credentials: Allow the secret.tdb handle to be passed in to cli_credentials_s...Andrew Bartlett2-13/+64
2014-10-17credentials: Improve error message on failure to set machine account passwordAndrew Bartlett1-4/+6
2014-10-17credentials: Set secure_channel_type from secrets.tdb in cli_credentials_set_...Andrew Bartlett1-0/+13
2014-09-27credentials: Allow the secrets.tdb password to be newer than the secrets.ldb ...Andrew Bartlett1-0/+2
2014-09-26auth: gensec: asn1 fixes - check all returns.Jeremy Allison1-5/+6
2014-08-08auth/credentials_krb5: silence a build warning.Günther Deschner1-0/+2
2014-08-08auth/credentials-krb5: use get_kerberos_allowed_etypes().Günther Deschner1-6/+5
2014-07-04s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett1-1/+1
2014-06-11auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett1-1/+5
2014-05-12auth: avoid overwriting the auth_sam_reply.h header all the time.Günther Deschner2-1/+8
2014-04-28kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett1-1/+1
2014-04-24gensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backendAndreas Schneider2-0/+293
2014-04-24auth/gensec: use auth_ctx->generate_session_info() for schannelStefan Metzmacher1-3/+46
2014-04-18auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top levelAndrew Bartlett2-1/+226
2014-04-02auth: Pass though error from GENSEC sub-mechanismAndrew Bartlett1-1/+1
2014-04-02auth/kerberos: explicitly use allow_warnings=TrueStefan Metzmacher1-0/+1
2014-04-02auth/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher1-0/+1
2014-03-27auth/gensec/spnego: map SPNEGO_REJECT to NT_STATUS_LOGON_FAILUREStefan Metzmacher1-1/+1
2014-03-27auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2-4/+3
2014-03-27auth/gensec: make use of gensec_update_ev() in spnego.cStefan Metzmacher1-8/+8