summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_queryuser.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-13idmap_ad: add and use ldap_timeout and fix LDAP server failoverRalph Boehme1-1/+9
2025-07-07s3-winbindd: Fix internal winbind dsgetdcname calls w.r.t. domain nameGünther Deschner1-4/+13
2023-06-13s4:torture: Skip test_membership_user for users that get incorrectly assigned...Pavel Filipenský1-0/+4
2023-06-13s3:winbind: Fix the default group for the 'Guest' userPavel Filipenský1-2/+5
2022-07-21s3:winbind: Change '%u' to '%PRIu32' for uint32_t in wb_queryuser.cPavel Filipenský1-2/+2
2022-07-15s3:winbind: Improve logging in wb_queryuser.cPavel Filipenský1-1/+61
2021-09-02winbindd: call wb_parent_idmap_setup_send() in wb_queryuser_send()Ralph Boehme1-3/+27
2020-10-23wb_queryuser: explain why wb_parent_idmap_setup_send/recv is not neededStefan Metzmacher1-0/+15
2020-10-23wb_queryuser: avoid idmap_child() and use idmap_child_handle() insteadStefan Metzmacher1-12/+9
2019-09-27winbind: provide passwd struct for group sid with ID_TYPE_BOTH mapping (again)Michael Adam1-2/+16
2018-01-10winbindd: remove 'winbind trusted domains only' handlingStefan Metzmacher1-12/+0
2017-07-21winbindd: queryuser - only get group name if neededUri Simchoni1-2/+24
2017-03-18s3:winbind: Use the correct talloc context for user informationVolker Lendecke1-1/+1
2017-01-02winbind: Restructure wb_getpwsidVolker Lendecke1-14/+272
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett1-1/+1
2011-01-21s3:winbind: Fork multiple children per domainVolker Lendecke1-1/+1
2011-01-11s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.hStefan Metzmacher1-1/+1
2010-10-20s3: Use any_nt_status_not_ok in winbindVolker Lendecke1-5/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-16s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*Stefan Metzmacher1-2/+2
2009-08-27s3:winbind: Remove the manual caching for the async wb_ functionsVolker Lendecke1-7/+0
2009-08-23s3:winbind: Fix the talloc hierarchy in wb_queryuser_doneVolker Lendecke1-1/+1
2009-08-16s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke1-26/+10
2009-08-05s3:winbind: Add async wb_queryuserVolker Lendecke1-0/+121