summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* auth: Allow a NULL principal to be obtained from the credentialsAndrew Bartlett2011-12-072-3/+14
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-032-4/+4
* s4:gensec/spnego: only try the mechs that match the client given onesStefan Metzmacher2011-11-301-0/+4
* s4-samba-tool: Add --principal argument to samba-tool domain exportkeytabAndrew Bartlett2011-11-291-61/+134
* s4-auth log details about any token we fail to convert to a unix tokenAndrew Bartlett2011-11-181-0/+17
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-281-1/+1
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-281-1/+1
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-282-2/+2
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-281-1/+1
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-281-1/+1
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-5/+9
* s4:auth/unix_token: match s3 behavior and add uid/gid to the groups arrayStefan Metzmacher2011-10-181-17/+31
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-187-42/+49
* gensec: move event-using code to gensec_update() hooks out of gensec_start*()Andrew Bartlett2011-10-183-39/+77
* s4-auth: match the new s3 gensec client and always negotiate SIGN with SEALAndrew Bartlett2011-10-181-0/+1
* ntlmssp: Prepare gensec_ntlmssp_start() for broader useAndrew Bartlett2011-10-182-4/+28
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-186-286/+11
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-131-1/+1
* auth: move gensec_start.c to the top levelAndrew Bartlett2011-10-117-972/+66
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-1114-3656/+4
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-111-1/+1
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-064-2/+4
* s4-auth: fixed formatting of some DEBUG() linesAndrew Tridgell2011-10-051-3/+3
* s4-auth: rework map_user_info() to use cracknamesAndrew Tridgell2011-10-042-13/+215
* s4-sam: don't look in GC NCs for user accountsAndrew Tridgell2011-10-041-2/+6
* s4:auth - remove unused variablesMatthias Dieter Wallnöfer2011-09-192-2/+0
* build: make LIBWBCLIENT_OLD and auth_unix_token librariesAndrew Bartlett2011-09-081-5/+6
* s4:auth/gensec: gensec.h was moved to gensec_runtimeStefan Metzmacher2011-09-061-1/+1
* gensec: Install header file.Jelmer Vernooij2011-08-211-0/+1
* samba-credentials: Add pkg-config file.Jelmer Vernooij2011-08-212-0/+12
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-185-14/+14
* Use public pytalloc header file.Jelmer Vernooij2011-08-141-1/+1
* s4:misc: remove last usage of legacy event_ fn namesSimo Sorce2011-08-141-3/+3
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-105-56/+56
* s4:pycredentials: PyArg_ParseTuple("i") requires an 'int' argument.Stefan Metzmacher2011-08-081-6/+30
* build: Make credentials a public library for OpenChange to useAndrew Bartlett2011-08-081-1/+1
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-082-2/+2
* pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij2011-08-071-3/+3
* ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2011-08-031-1/+1
* gensec: Don't keep a second copy of the auth4_context in gensec_ntlmssp_stateAndrew Bartlett2011-08-032-7/+4
* s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmsspAndrew Bartlett2011-08-032-0/+2
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-038-45/+37
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-034-18/+11
* gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett2011-08-039-923/+172
* s4-auth Fill in the remainder of the unix info in auth_session_infoAndrew Bartlett2011-07-292-5/+45
* s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett2011-07-296-7/+125
* gensec: Add a way to request a unix token from GENSECAndrew Bartlett2011-07-293-5/+14
* s4auth: Fix the object name for Py_SecurityAmitay Isaacs2011-07-281-1/+1
* s4auth: Fix the object names for PyCredentials and PyCredentialCacheContainerAmitay Isaacs2011-07-281-2/+2
* s4auth: Remove duplicate assignment of structure variableAmitay Isaacs2011-07-281-1/+0