summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-27auth/gensec: add a gensec_update_ev() functionStefan Metzmacher2-14/+27
2014-03-27auth/gensec: fix gensec_update() with ev == NULL.Stefan Metzmacher1-0/+32
2014-03-12auth/kerberos: fix a typo.Günther Deschner1-1/+1
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-3/+12
2014-02-13auth/gensec: only include "librpc/gen_ndr/dcerpc.h"Stefan Metzmacher2-2/+2
2014-02-07dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam1-1/+2
2014-01-07auth/gensec: implement GENSEC_FEATURE_SIGN_PKT_HEADER in schannel.cStefan Metzmacher1-10/+46
2014-01-07auth/gensec: move libcli/auth/schannel_sign.c into schannel.cStefan Metzmacher1-0/+380
2014-01-07auth/ntlmssp: GENSEC_FEATURE_SIGN_PKT_HEADER is always supportedStefan Metzmacher1-0/+4
2013-10-16auth:credentials: avoid talloc_reference in cli_credentials_set_netlogon_creds()Stefan Metzmacher1-1/+5
2013-09-20auth: fix space/tab mixup in cli_credentials_get_password()Michael Adam1-2/+2
2013-09-19gensec: check for NULL gensec_security in gensec_security_by_auth_type().Günther Deschner1-2/+4
2013-09-19gensec: remove duplicate gensec_security_by_authtype() call.Günther Deschner1-27/+2
2013-09-19gensec: move schannel module to toplevel.Günther Deschner2-0/+338
2013-09-18Add SASL/EXTERNAL gensec moduleHoward Chu3-1/+91
2013-09-18Prepare for SASL/EXTERNAL supportHoward Chu1-0/+8
2013-09-16auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()Andrew Bartlett5-0/+60
2013-08-19gensec: Fix CID 1063258 Uninitialized scalar variableVolker Lendecke1-0/+1
2013-08-12auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...Stefan Metzmacher2-7/+16
2013-08-10auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher3-34/+40
2013-08-10auth/gensec: use 'const char * const *' for function parametersStefan Metzmacher3-3/+3