summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett2009-12-221-17/+8
* Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett2009-02-131-0/+31
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-0/+7
* s4:auth/ntlm: fix c++ warningStefan Metzmacher2009-02-051-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Clean up some git merges gone wrong.Jelmer Vernooij2008-05-101-1/+1
* Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-101-2/+1
* Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett2008-05-051-1/+1
* Move NTLM authentication details into auth/ntlmAndrew Bartlett2008-05-051-0/+539