summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett2014-04-021-11/+20
* s3-auth: Pass mem_ctx to do_map_to_guest_server_info().Andreas Schneider2014-02-191-5/+7
* param: rename lp function and variable from "adduser_script" to "add_user_scr...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-2/+2
* s3-auth: Add passwd_to_SamInfo3().Andreas Schneider2014-02-051-71/+16
* s3-auth: Pass talloc context to make_server_info_pw().Andreas Schneider2014-02-051-20/+32
* Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus domain.Daniel Kobras2013-02-281-1/+2
* s3-auth: Make sure we work on valid data_blobs.Andreas Schneider2012-12-121-2/+2
* s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...Günther Deschner2012-12-091-33/+1
* Use work around for 'winbind use default domain' only if it is setSumit Bose2012-11-121-1/+2
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+3
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* s3-auth Use correct RID for domain guests primary groupAndrew Bartlett2012-07-191-1/+1
* Revert "s3:auth make sure the primary group sid is usable"Andrew Bartlett2012-07-191-30/+13
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-4/+4
* s3-auth: make_new_system_info_session() now does not query nssAndrew Bartlett2012-06-191-1/+3
* s3-auth: make_new_system_info_session() not query passdbAndrew Bartlett2012-06-191-47/+39
* s3-auth: inline make_session_info functions into only callersAndrew Bartlett2012-06-191-74/+35
* auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett2012-06-191-4/+0
* s3-auth: Fix system token as just being SID_NT_SYSTEMAndrew Bartlett2012-06-191-0/+3
* s3-auth: Fix system info3 return to be just SID_NT_SYSTEMAndrew Bartlett2012-06-151-11/+17
* s3-auth: Fix system token generation not to dereference pointer as an integerAndrew Bartlett2012-06-151-1/+1
* s3-auth: Give the SYSTEM token all privilegesAndrew Bartlett2012-06-151-0/+4
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-151-1/+1
* s3-auth: Don't lookup the system user in pdb.Andreas Schneider2012-05-151-4/+95
* s3: remove some unused codeVolker Lendecke2012-05-041-27/+0
* s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistencyMichael Adam2012-05-021-1/+1
* s3-passdb: Use struct unixid in sids_to_unix_idsAndrew Bartlett2012-05-021-6/+7
* s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy2012-03-131-0/+28
* s3-auth: Follow auth_ntlmssp and use auth4_context for Session SetupAndrew Bartlett2012-03-081-10/+10
* s3-auth Add make_session_info_from_pw to avoid multiple getpwnam() callsAndrew Bartlett2012-03-041-12/+34
* s3-auth Add const to make_user_info_mapAndrew Bartlett2012-02-081-2/+2
* s3-auth Restore shortcut for guest security tokenAndrew Bartlett2011-12-221-11/+11
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-2/+2
* s3:auth_util: add the uid with WBC_ID_TYPE_BOTH also to the group arrayStefan Metzmacher2011-10-181-2/+4
* s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTHAndrew Tridgell2011-09-231-1/+2
* s3-auth directly return the result of make_server_info_guest()Andrew Bartlett2011-08-031-2/+2
* s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett2011-08-031-16/+1
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-031-14/+12
* s3-auth Use else if in do_map_to_guest_server_infoAndrew Bartlett2011-08-031-3/+1
* s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2011-08-031-0/+32
* Fix const warning.Jeremy Allison2011-07-221-2/+5
* s3-auth Replace False with false in auth_util.cAndrew Bartlett2011-07-201-10/+10
* s3-auth Replace True with true in auth_util.cAndrew Bartlett2011-07-201-12/+12
* s3-auth Fix spellingAndrew Bartlett2011-07-201-7/+7
* s3-auth inline make_auth_session_info into only callerAndrew Bartlett2011-07-201-1/+1
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-201-3/+2
* auth: Set NETLOGON_GUEST and use it to determine guest statusAndrew Bartlett2011-07-201-0/+3
* auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett2011-07-201-13/+5
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-24/+24