summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_idmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26winbindd: let LookupNames return NT_STATUS_OK and SID_NAME_UNKNOWN for unmapp...Ralph Boehme1-0/+3
2023-12-13s3:winbind: talloc the static idmap childSamuel Cabrero1-9/+20
2022-11-04s3:winbind: Avoid unnecessary locking in wb_parent_idmap_setup_send()Pavel Filipenský1-0/+7
2022-05-19s3:winbind: Remove struct winbindd_child_dispatch_tableSamuel Cabrero1-13/+1
2022-03-25s3:winbind: Convert Ping parent/child call to NDRSamuel Cabrero1-4/+0
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-10-23winbindd: defer the setup_child() from init_idmap_child()Stefan Metzmacher1-3/+42
2020-10-23winbindd: assert wb_parent_idmap_setup_send/recv() was called before idmap_ch...Stefan Metzmacher1-0/+5
2020-10-23winbindd: add generic wb_parent_idmap_setup_send/recv() helpersStefan Metzmacher1-0/+314
2020-10-23winbindd: add and use is_idmap_child()Stefan Metzmacher1-0/+9
2020-10-23winbindd: add and use idmap_child_pid()Stefan Metzmacher1-0/+5
2018-02-23winbind: add idmap_child_handle() and use it instead of child->binding_handleStefan Metzmacher1-0/+5
2009-12-21s3: Remove some unused dual functionsVolker Lendecke1-117/+0
2009-12-21s3: Remove unused do_asyncVolker Lendecke1-11/+0
2009-12-21s3: Remove unused winbindd_gid2sid_asyncVolker Lendecke1-45/+0
2009-12-21s3: Remove unused winbindd_uid2sid_asyncVolker Lendecke1-48/+0
2009-12-21s3: Remove unused winbindd_sid2gid_asyncVolker Lendecke1-46/+0
2009-12-21s3: Remove unused winbindd_sid2uid_asyncVolker Lendecke1-54/+0
2009-09-07s3:winbind: Convert WINBINDD_SET_HWM to the new APIVolker Lendecke1-63/+0
2009-09-07s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new APIVolker Lendecke1-63/+0
2009-09-07s3:winbind: Convert WINBINDD_SET_MAPPING to the new APIVolker Lendecke1-61/+0
2009-08-30s3:winbind: Fix bug 5626Volker Lendecke1-9/+7
2009-08-30w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke1-4/+0
2009-08-30w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke1-4/+0
2009-08-27s3:winbind: Add a generic cache for NDR based parent-child requestsVolker Lendecke1-1/+1
2009-08-05s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke1-0/+4
2009-06-14Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke1-9/+9
2009-06-14Add winbindd_dual_ping to all childrenVolker Lendecke1-0/+4
2009-06-14Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke1-22/+22
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-2/+2
2008-11-18Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman1-0/+63
2008-08-12idmap rewriteVolker Lendecke1-5/+59
2008-08-12Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke1-108/+0
2008-07-11Revert "Make use of ADD_TO_ARRAY"Volker Lendecke1-2/+2
2008-07-11Revert "Tiny logic simplification -- remove an else branch"Volker Lendecke1-20/+22
2008-07-05Tiny logic simplification -- remove an else branchVolker Lendecke1-22/+20
2008-07-05Make use of ADD_TO_ARRAYVolker Lendecke1-2/+2
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-5/+5
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+3
2007-12-14winbindd: move domain child specific stuff into its own fileStefan Metzmacher1-4/+3
2007-12-12winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher1-49/+0
2007-12-12winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher1-255/+0
2007-12-11winbindd: pass const char *logfile to winbindd_dump_maps_async()Stefan Metzmacher1-3/+3
2007-12-11winbindd: rename child table struct elementsStefan Metzmacher1-18/+59
2007-10-22r25573: Add my (C) as wellSimo Sorce1-0/+1
2007-10-22r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher1-1/+29
2007-10-22r25569: move more idmap stuff into winbindd_idmap.cStefan Metzmacher1-0/+12
2007-10-22r25568: move idmap related functions into their own file.Stefan Metzmacher1-0/+778
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-819/+0
2007-10-10r25573: Add my (C) as wellSimo Sorce1-0/+1