summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-2/+2
* s3:auth: explicitly add BUILTIN\Guests to the guest tokenRalph Boehme2019-06-051-0/+15
* s3:auth: add reinit_guest_session_info()Ralph Boehme2019-06-051-0/+11
* s3:auth: Remove unused arcfour.h from auth_util.cAndreas Schneider2019-02-221-1/+0
* auth3: Use dom_sid_str_bufVolker Lendecke2018-12-201-2/+4
* auth: Use dom_sid_str_bufVolker Lendecke2018-12-111-2/+3
* auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach2018-10-111-38/+1
* auth: Add unique session GUID identifierGary Lockyer2018-05-101-0/+6
* s3:auth: add make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-151-1/+138
* s3:auth: pass the whole auth_session_info from copy_session_info_serverinfo_g...Stefan Metzmacher2018-03-151-30/+21
* s3:auth: base make_new_session_info_system() on auth_system_user_info_dc() an...Stefan Metzmacher2018-03-151-80/+43
* s3:auth: add auth3_user_info_dc_add_hints() and auth3_session_info_create()Stefan Metzmacher2018-03-151-0/+552
* s3:auth: add the "Unix Groups" sid for the primary gidStefan Metzmacher2018-03-151-0/+4
* s3:auth: remove unused auth_serversupplied_info->systemStefan Metzmacher2018-03-151-1/+0
* s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider2018-02-211-2/+2
* s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider2018-02-201-2/+7
* s3:auth: Pass a mem_ctx to make_new_session_info_guest()Andreas Schneider2018-02-201-10/+15
* s3:rpc_client: Clenup copy_netr_SamInfo3() codeAndreas Schneider2018-01-151-5/+9
* s3/rpc_client: move copy_netr_SamInfo3() to util_netlogonRalph Boehme2018-01-131-0/+1
* s3:auth: is_trusted_domain() is now only useful (and used as DC)Stefan Metzmacher2017-12-131-49/+10
* s3:auth: remove "map untrusted to domain" handlingStefan Metzmacher2017-12-131-33/+4
* smbd: Fix the memory hierarchy in the unix tokenVolker Lendecke2017-10-271-1/+2
* auth3: prepare the logic for "map untrusted to domain = auto"Stefan Metzmacher2017-06-161-3/+5
* auth3: call is_trusted_domain() as the last condition make_user_info_map()Stefan Metzmacher2017-06-161-2/+4
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-291-3/+14
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-291-5/+15
* auth3: Simplify get_system_info3Volker Lendecke2017-02-271-11/+2
* auth3: Fix some whitespaceVolker Lendecke2017-02-271-3/+3
* auth3: Avoid some zeros footprintVolker Lendecke2017-01-031-2/+1
* auth3: Use "all_zero" where appropriateVolker Lendecke2017-01-031-4/+3
* lib: Add lib/util_unixsids.hVolker Lendecke2016-12-281-0/+1
* smbd: in ntlm auth, do not map empty domain in case of \user@realmUri Simchoni2016-10-251-3/+7
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-2/+2
* auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6Stefan Metzmacher2016-06-301-4/+9
* CVE-2016-2111: s3:auth: implement "raw NTLMv2 auth" checksStefan Metzmacher2016-04-121-0/+15
* s3-auth: Fix a memory leak in make_server_info_info3()Andreas Schneider2015-08-211-12/+23
* s3-auth: Pass nt_username to check_account()Andreas Schneider2015-08-211-3/+6
* s3-auth: Fix 'map to guest = Bad Uid' supportAndreas Schneider2015-08-211-0/+8
* Convert all uses of uint32/16/8 to _t in source3/auth.Richard Sharpe2015-05-131-3/+3
* s3: auth: Plumb in the SamInfo3_handle_sids() utility function into passwd_to...Jeremy Allison2015-01-141-1/+2
* Don't drop any error codes just because we think there cannot be any errors w...root2014-10-301-0/+3
* s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr...Jeremy Allison2014-06-181-1/+1
* 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