summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlm/auth.c
Commit message (Expand)AuthorAgeFilesLines
* s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett2014-07-041-3/+7
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-0/+5
* auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett2014-05-161-1/+1
* s4:auth: avoid str_list related const warningsStefan Metzmacher2014-04-021-1/+1
* auth4: Do not generate just a temporary wbc_contextVolker Lendecke2014-03-051-10/+1
* auth4: auth_session_info_fill_unix only needs a tevent_contextVolker Lendecke2014-03-051-1/+2
* Revert "auth4: auth_session_info_fill_unix only needs a tevent_context"Volker Lendecke2014-02-181-2/+1
* Revert "auth4: Do not generate just a temporary wbc_context"Volker Lendecke2014-02-181-1/+10
* auth4: Do not generate just a temporary wbc_contextVolker Lendecke2014-02-101-10/+1
* auth4: auth_session_info_fill_unix only needs a tevent_contextVolker Lendecke2014-02-101-1/+2
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-30/+0
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-0/+1
* auth: Rename some elements of auth4_contextAndrew Bartlett2012-02-241-3/+3
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-181-7/+7
* auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett2012-02-131-2/+6
* gensec: inline gensec_generate_session_info() into only callerAndrew Bartlett2012-01-301-3/+9
* auth: Make check_password and generate_session_info hook genericAndrew Bartlett2012-01-301-3/+36
* s4-auth: Rename memory contexts for greater clarityAndrew Bartlett2011-12-291-9/+9
* s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett2011-12-291-16/+83
* s4-auth Remove unused auth_context_create_from_ldb()Andrew Bartlett2011-12-281-26/+0
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-3/+3
* 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-281-1/+1
* 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
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-0/+1
* s4-auth: rework map_user_info() to use cracknamesAndrew Tridgell2011-10-041-1/+1
* s4-auth Fill in the remainder of the unix info in auth_session_infoAndrew Bartlett2011-07-291-5/+7
* s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett2011-07-291-5/+24
* s4:auth/ntlm/auth.c - fix incompatible pointer type warningMatthias Dieter Wallnöfer2011-06-091-2/+2
* s4-auth Move default auth methods back into auth.cAndrew Bartlett2011-06-071-4/+6
* s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett2011-05-081-15/+15
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-2/+2
* s4-auth: rename 'auth' subsystem to 'auth4'Andrew Tridgell2011-02-181-4/+4
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-25/+25
* s4-auth Allow NULL methods to be specified to auth_context_create_methods()Andrew Bartlett2011-01-191-14/+3
* s4-auth Extend python bindings to allow ldb and message to be specifiedAndrew Bartlett2011-01-181-1/+1
* s4-auth rework session_info handling not to require an auth contextAndrew Bartlett2010-12-211-1/+14
* s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell2010-11-011-7/+2
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-1/+1
* s4-auth: allow multiple active auth backendsAndrew Tridgell2010-09-151-35/+43
* s4:ntlm/auth.c - add a whitespace in a debug outputMatthias Dieter Wallnöfer2010-08-261-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-5/+5
* s4:auth Push check for messaging context into winbind backendAndrew Bartlett2010-05-201-5/+0
* s4:auth Add dependency from the operational module onto authAndrew Bartlett2010-05-201-5/+0
* s4:auth Allow the operational module to get a user's tokenGroups from authAndrew Bartlett2010-05-201-22/+74
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-141-0/+5
* s4:auth: make auth_challenge_may_be_modified() publicStefan Metzmacher2009-12-291-1/+1
* s4:auth: change auth_check_password_send/recv to tevent_reqStefan Metzmacher2009-12-241-107/+135