summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_getgroups.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-13winbind: Initialize idmap in winbindd_getgroupsVolker Lendecke1-2/+27
2025-06-24s3:winbind: Delegate normalize_name_unmap to the idmap child in winbindd_getg...Samuel Cabrero1-15/+47
2025-01-02silence "Can not convert group sid" warnings in the logMichael Tokarev1-1/+1
2024-07-26winbindd: let LookupNames return NT_STATUS_OK and SID_NAME_UNKNOWN for unmapp...Ralph Boehme1-0/+3
2023-10-24s3/winbindd: use parse_domain_user_fstr instead of parse_domain_userNoel Power1-7/+7
2023-10-24s3/winbindd: rename parse_domain_user to parse_domain_user_fstrNoel Power1-1/+1
2022-07-21s3:winbind: Add additional debug level check to winbindd_getgroups_recv()Pavel Filipenský1-2/+4
2022-07-21s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getgroups.cPavel Filipenský1-3/+3
2022-07-15s3:winbind: Change num_gids from int to uint32_t in winbindd_getgroups_statePavel Filipenský1-3/+3
2022-07-15s3:winbind: Change num_sids from int to uint32_t in wb_gettoken_recv()Pavel Filipenský1-2/+2
2022-07-15s3:winbind: Improve logging in winbindd_getgroups.cPavel Filipenský1-15/+25
2020-10-23winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPEStefan Metzmacher1-0/+7
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-1/+3
2018-11-27winbind: Use dom_sid_str_bufVolker Lendecke1-1/+4
2018-11-12s3:winbind: Log client process nameAndreas Schneider1-1/+4
2018-05-11winbind: Fix UPN handling in parse_domain_user()Andreas Schneider1-2/+8
2018-05-11winbind: Pass upn unmodified to lookup namesStefan Metzmacher1-1/+4
2017-01-04winbind: Add "expand_local_aliases" to wb_gettokenVolker Lendecke1-1/+1
2015-03-07winbind: Make wb_sids2xids_recv work on an arrayVolker Lendecke1-1/+1
2013-07-29s3:winbind: add a warning DEBUG message when skipping a sid from the mapped G...Michael Adam1-0/+18
2013-07-29s3:winbind: change getgroups to only do one sids2xids call instead of manyMichael Adam1-26/+42
2013-07-29s3:winbind: fix the getgroups implementation to include the user sid's GID in...Michael Adam1-3/+5
2013-07-29s3:winbind: fix gid counting and error handling in the getgroups implementationMichael Adam1-6/+10
2012-12-03s3:winbindd: change winbindd_getgroups to use wb_sids2xids instead of wb_sid2gidMichael Adam1-5/+14
2011-05-10s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke1-4/+2
2011-03-30s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.Günther Deschner1-0/+1
2009-12-28s3: Check for lp_winbind_trusted_domains_only in wb_gettoken()Volker Lendecke1-24/+0
2009-08-16s3:winbind: The get[gr|pw]end functions need access to the client stateVolker Lendecke1-0/+1
2009-08-05s3:winbind: Convert WINBINDD_GETGROUPS to the new APIVolker Lendecke1-0/+222