summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* winbind: Fix "wbinfo -u" on a Samba AD DC with >1000 usersVolker Lendecke2023-05-091-40/+62
* idmap_ad: Add "deny ous" and "allow ous" optionsVolker Lendecke2023-03-291-1/+177
* idmap: Initialize struct idmap_ad_contextVolker Lendecke2023-03-291-1/+1
* winbind: Add idmap_config_string_list()Volker Lendecke2023-03-292-0/+14
* winbind: Factor out idmap_config_name()Volker Lendecke2023-03-291-30/+19
* s3:winbind: Fix wrong string zero termination for empty groupsPavel Filipenský2023-03-281-1/+3
* winbindd: Show warning message on tc connection errors tooJoseph Sutton2023-03-201-3/+9
* idmap_hash: remember new domain sids in idmap_hash_sid_to_id()Stefan Metzmacher2023-03-101-5/+15
* idmap_hash: don't return ID_REQUIRE_TYPE if the domain is known in the netsam...Stefan Metzmacher2023-03-101-0/+16
* idmap_hash: only return ID_REQUIRE_TYPE if we don't know about the domain yetStefan Metzmacher2023-03-101-0/+9
* idmap_hash: return ID_REQUIRE_TYPE only if there's a chance to get a mapping ...Stefan Metzmacher2023-03-101-18/+18
* idmap_hash: split out a idmap_hash_sid_to_id() helper functionStefan Metzmacher2023-03-101-51/+84
* idmap_hash: split out a idmap_hash_id_to_sid() helper functionStefan Metzmacher2023-03-101-15/+39
* idmap_hash: mirror the NT_STATUS_NONE_MAPPED/STATUS_SOME_UNMAPPED logic from ...Stefan Metzmacher2023-03-101-6/+30
* idmap_hash: we don't need to call idmap_hash_initialize() over an over againStefan Metzmacher2023-03-101-20/+2
* idmap_hash: remove unused error checksStefan Metzmacher2023-03-101-17/+0
* idmap_hash: fix comments about the algorithmStefan Metzmacher2023-03-101-5/+13
* idmap_hash: provide ID_TYPE_BOTH mappings also for unixids_to_sidsStefan Metzmacher2023-03-101-0/+1
* idmap_autorid: fix ID_REQUIRE_TYPE for more than one SID for an unknown domainStefan Metzmacher2023-03-101-3/+12
* winbindd: don't call set_domain_online_request() in the idmap childStefan Metzmacher2023-03-101-7/+0
* s3:winbind: Improve warning message if we are out of autorid rangesAndreas Schneider2023-02-281-4/+8
* ldap: Cut down on string substitutionJoseph Sutton2023-02-082-7/+7
* s3:winbind: Remove unused variableAndreas Schneider2023-02-061-5/+0
* s3:winbind: Move tevent_req_create() before debug macros to have the right ca...Pavel Filipenský2023-01-262-7/+9
* s3:winbind: Deactivate call depth tracking in child winbinddPavel Filipenský2023-01-261-0/+6
* s3:winbind: Activate the call depth tracking in main winbinddPavel Filipenský2023-01-261-0/+2
* winbindd: add dcname arg to ChangeMachineAccount requestRalph Boehme2022-12-212-4/+30
* winbindd: Add force_dc to bypass cached connection and DC lookupRalph Boehme2022-12-212-1/+10
* winbindd: More simplification of cm_open_connection()Ralph Boehme2022-12-211-75/+101
* winbindd: simplify cm_open_connection()Ralph Boehme2022-12-211-8/+6
* winbindd: simplify find_new_dc()Ralph Boehme2022-12-211-17/+14
* winbindd: do an early exit in cm_open_connection()Ralph Boehme2022-12-211-29/+29
* s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner2022-12-162-2/+3
* winbind: Save lines with talloc_asprintf_addbuf()Volker Lendecke2022-12-141-9/+2
* winbind: Save an intermediate NULL check with talloc_asprintf_addbuf()Volker Lendecke2022-12-141-7/+4
* lib: Fix whitespaceVolker Lendecke2022-12-141-2/+2
* smbd: remove process shortname arg from reinit_after_fork()Ralph Boehme2022-12-142-2/+2
* winbindd: Use process_set_title() instead of setproctitle()Ralph Boehme2022-12-142-3/+5
* CVE-2022-38023 s3:winbindd: also allow per domain "winbind sealed pipes:DOMAI...Stefan Metzmacher2022-12-131-8/+33
* s3:winbind: Avoid unnecessary locking in wb_parent_idmap_setup_send()Pavel Filipenský2022-11-042-0/+8
* winbind: Add smbconf fallback for gpupdate_callbackDavid Mulder2022-10-271-1/+4
* winbind: Fix user gpupdate called with NULL smb.confDavid Mulder2022-10-271-0/+3
* winbind: Enforce user group policy when enabledDavid Mulder2022-10-213-0/+51
* winbind: Fix potential memory leak in winbind gpupdateDavid Mulder2022-10-211-0/+15
* Fix spelling mistakes.Michael Tokarev2022-09-121-1/+1
* s3/winbindd: Fix bad access to sid array (with debug level >= info)Noel Power2022-08-311-1/+1
* s3: Zero memory of idmap_fetch_secret() usersPavel Filipenský2022-08-262-2/+2
* s3:winbind: Implement dcerpc_samr_chgpasswd_user4 for PamAuthChangePasswordAndreas Schneider2022-07-281-0/+29
* winbind: Fix a "format string is not a string literal" warningVolker Lendecke2022-07-231-1/+2
* winbind: Fix the 32-bit buildVolker Lendecke2022-07-232-10/+10