summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_getgrnam.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-08s3:winbind: Initialize and setup idmap child in winbindd_getgrnam()Samuel Cabrero1-3/+26
2025-06-24s3:winbind: Delegate normalize_name_unmap to the idmap child in winbindd_getg...Samuel Cabrero1-20/+51
2025-06-24s3:winbind: Delegate normalize_name_map to the idmap child in winbindd_getgrnamSamuel Cabrero1-10/+65
2024-07-26winbindd: let LookupNames return NT_STATUS_OK and SID_NAME_UNKNOWN for unmapp...Ralph Boehme1-0/+3
2023-10-24s3/winbindd: replace parse_domain_user_fn with parse_domain_userNoel Power1-6/+13
2023-10-24s3/winbindd: rename parse_domain_user to parse_domain_user_fstrNoel Power1-1/+1
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-1/+1
2022-07-21s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getgrnam.cPavel Filipenský1-1/+1
2022-07-15s3:winbind: Improve logging in winbindd_getgrnam.cPavel Filipenský1-4/+9
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2018-12-20winbindd: 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-3/+12
2018-05-11winbind: Pass upn unmodified to lookup namesStefan Metzmacher1-1/+4
2017-09-30winbind: Remove the use of "talloc_dict"Volker Lendecke1-1/+1
2015-05-06Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe1-1/+1
2013-01-29s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTHMichael Adam1-2/+13
2013-01-29s3:winbindd: rename winbindd_getgrnam_lookupsid_done to winbindd_getgrnam_loo...Michael Adam1-3/+3
2011-05-10s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke1-4/+2
2009-12-28s3: Move a lp_winbind_trusted_domains_only() check to wb_getgrsid()Volker Lendecke1-22/+1
2009-08-29s3:winbind: Add some missing error checksVolker Lendecke1-0/+3
2009-08-16s3:winbind: The get[gr|pw]end functions need access to the client stateVolker Lendecke1-0/+1
2009-08-16s3:winbind: Convert WINBINDD_GETGRNAM to the new APIVolker Lendecke1-0/+190