summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* s4-pygensec Add bindings for server_start() and update()Andrew Bartlett2011-01-181-4/+96
* s4-pyauth Add bindings for auth_context_create() as AuthContext()Andrew Bartlett2011-01-182-1/+81
* s4-pyauth Use py_talloc_get_type() for greater talloc binding safetyAndrew Bartlett2011-01-182-12/+15
* s4-gensec Don't steal the auth_context, reference it.Andrew Bartlett2011-01-182-6/+17
* s4:auth/ntlm/auth_sam.c - fix call to "get_server_info_principal"Matthias Dieter Wallnöfer2011-01-151-7/+7
* s4-auth: fixed status return Andrew Tridgell2011-01-141-1/+1
* s4-auth Add get and set methods for auth_session_info python wrapperAndrew Bartlett2011-01-142-7/+73
* s4-auth Add function to obtain any user's session_info from a given LDBAndrew Bartlett2011-01-146-81/+209
* s4-auth use new dsdb_expand_nested_groups()Andrew Bartlett2011-01-142-152/+11
* s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature sizeStefan Metzmacher2011-01-031-1/+6
* heimdal_build: Add missing dependencies when building with system heimdal.Jelmer Vernooij2011-01-011-1/+1
* s4:auth/session.h - use a forward declaration for type "struct ldb_context"Matthias Dieter Wallnöfer2010-12-211-1/+1
* s4-auth Ensure that we always copy across domain groupsAndrew Bartlett2010-12-211-13/+13
* s4-auth Remove duplicate copies of session_info creation codeAndrew Bartlett2010-12-213-153/+24
* s4-auth rework session_info handling not to require an auth contextAndrew Bartlett2010-12-214-13/+26
* s4-auth Remove event context from privilage database handlingAndrew Bartlett2010-12-211-1/+0
* s4-auth Remove obsolete commentAndrew Bartlett2010-12-211-7/+0
* s4:auth/gensec/spnego.c - remove unused variable "principal"Matthias Dieter Wallnöfer2010-12-211-1/+0
* s4:gensec/spnego: only look at the optimistic token if we support the first mechStefan Metzmacher2010-12-141-4/+20
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-2/+1
* s4-spnego Match Windows 2008, and no longer supply a name in the CIFS NegprotAndrew Bartlett2010-12-091-10/+1
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-081-1/+1
* s4-spnego use "not_defined_in_RFC4178@please_ignore" if no principal specifiedAndrew Bartlett2010-12-081-0/+2
* libcli/auth bring ADS_IGNORE_PRINCIPAL in commonAndrew Bartlett2010-12-081-1/+2
* s4:auth/gensec/gensec_krb5.c - fix/reorder memory free operationsMatthias Dieter Wallnöfer2010-12-041-3/+15
* s4:auth/gensec/gensec_krb5.c - remove a pointless "nt_status" testMatthias Dieter Wallnöfer2010-12-041-8/+3
* s4:auth/kerberos/kerberos_pac.c - fix another memory leak regarding the KRB p...Matthias Dieter Wallnöfer2010-12-041-1/+4
* s4:dsdb/common/util_samr.c and auth/sam.c - fix error messageMatthias Dieter Wallnöfer2010-12-041-1/+1
* s4:auth/sam.c - when printing out a string buffer we don't strictly need the ...Matthias Dieter Wallnöfer2010-12-031-2/+2
* s4:auth/sam.c - the check for the SAMDB needs to be on the top of the callMatthias Dieter Wallnöfer2010-12-031-6/+5
* s4:auth/sam.c - fix the free of memory contextsMatthias Dieter Wallnöfer2010-12-031-1/+1
* s4:auth/sam.c - specify the SID ignore case betterMatthias Dieter Wallnöfer2010-12-031-1/+7
* s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail if we've membership...Matthias Dieter Wallnöfer2010-12-021-4/+4
* pygensec: Fix initialization.Jelmer Vernooij2010-12-011-1/+1
* pyauth: Use talloc.Object.Jelmer Vernooij2010-12-011-3/+5
* pygensec: Use talloc.Object.Jelmer Vernooij2010-12-011-1/+4
* pycredentials: Use talloc.Object.Jelmer Vernooij2010-12-011-2/+5
* s4:auth/gensec/gensec_tstream.c - quiet warnings on Solaris "cc"Matthias Dieter Wallnöfer2010-11-291-2/+2
* s4:auth/ntlmssp/ntlmssp_server.c - remove unnecessary ";"Matthias Dieter Wallnöfer2010-11-291-1/+1
* s4:auth/gensec/gensec_gssapi.c - always print error messages on the same tall...Matthias Dieter Wallnöfer2010-11-291-2/+2
* s4-tests/bind.py: Use samba.tests.connect_samdb() instead of directly using S...Kamen Mazdrashki2010-11-281-7/+10
* s4-tests: Modified bind.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-7/+2
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-2/+2
* s4-gensec: zero the gssapi_stateAndrew Tridgell2010-11-171-1/+1
* s4-gensec Indicate if GENSEC is in client or server mode in the debugAndrew Bartlett2010-11-151-2/+4
* auth/ntlm: Use name consistent with other service names.Jelmer Vernooij2010-11-151-1/+1
* auth/gensec Handle incorrect username or password in Kerberos client codeAndrew Bartlett2010-11-152-0/+3
* s4-auth: fixed infinite loop in krb5 authAndrew Tridgell2010-11-141-1/+1
* s4-auth: fixed crash in krb5 authAndrew Tridgell2010-11-141-2/+1
* s4-test: we need to import testtools before subunit/pythonAndrew Tridgell2010-11-131-1/+1