summaryrefslogtreecommitdiffstats
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* auth/gensec: fix gensec_update() with ev == NULL.Stefan Metzmacher2014-03-271-0/+32
* auth/kerberos: fix a typo.Günther Deschner2014-03-121-1/+1
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-3/+12
* auth/gensec: only include "librpc/gen_ndr/dcerpc.h"Stefan Metzmacher2014-02-132-2/+2
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-071-1/+2
* auth/gensec: implement GENSEC_FEATURE_SIGN_PKT_HEADER in schannel.cStefan Metzmacher2014-01-071-10/+46
* auth/gensec: move libcli/auth/schannel_sign.c into schannel.cStefan Metzmacher2014-01-071-0/+380
* auth/ntlmssp: GENSEC_FEATURE_SIGN_PKT_HEADER is always supportedStefan Metzmacher2014-01-071-0/+4
* auth:credentials: avoid talloc_reference in cli_credentials_set_netlogon_creds()Stefan Metzmacher2013-10-161-1/+5
* auth: fix space/tab mixup in cli_credentials_get_password()Michael Adam2013-09-201-2/+2
* gensec: check for NULL gensec_security in gensec_security_by_auth_type().Günther Deschner2013-09-191-2/+4
* gensec: remove duplicate gensec_security_by_authtype() call.Günther Deschner2013-09-191-27/+2
* gensec: move schannel module to toplevel.Günther Deschner2013-09-192-0/+338
* Add SASL/EXTERNAL gensec moduleHoward Chu2013-09-183-1/+91
* Prepare for SASL/EXTERNAL supportHoward Chu2013-09-181-0/+8
* auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()Andrew Bartlett2013-09-165-0/+60
* gensec: Fix CID 1063258 Uninitialized scalar variableVolker Lendecke2013-08-191-0/+1
* auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...Stefan Metzmacher2013-08-122-7/+16
* auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher2013-08-103-34/+40
* auth/gensec: use 'const char * const *' for function parametersStefan Metzmacher2013-08-103-3/+3