summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_samr.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-26s3:winbindd: Allow ‘ptype’ to be NULL (CID 1615194)Jennifer Sutton1-1/+3
2024-07-26winbindd: let LookupNames return NT_STATUS_OK and SID_NAME_UNKNOWN for unmapp...Ralph Boehme1-0/+7
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-1/+1
2023-06-13s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all b...Pavel Filipenský1-0/+69
2023-05-09winbind: Fix "wbinfo -u" on a Samba AD DC with >1000 usersVolker Lendecke1-40/+62
2022-04-13s3:winbind: Simplify open_cached_internal_pipe_conn()Samuel Cabrero1-6/+4
2022-04-13s3:winbind: Do not use domain's private data to store the SAMR pipesSamuel Cabrero1-15/+8
2021-12-15s3:winbind: Fix using normalized name in sam_name_to_sid()Andreas Schneider1-1/+1
2021-12-15s3:winbindd: Remove dead code from sam_rids_to_names()Andreas Schneider1-8/+1
2021-12-10s3:winbind: Close internal RPC pipes after 5 idle secondsVolker Lendecke1-0/+38
2021-04-29winbindd: remove obsolete sequence_number from struct winbindd_methodsRalph Boehme1-2/+0
2021-04-29s3:winbindd: Remove obsolete sequence_number callback from samr backendAndreas Schneider1-53/+2
2021-04-06winbindd: Use samr in sam_rids_to_names() instead of lsaVolker Lendecke1-33/+121
2021-04-06winbindd: Make sam_sid_to_name use samr instead of lsaVolker Lendecke1-40/+132
2021-04-06winbindd: Use samr instead of lsa in sam_name_to_sid()Volker Lendecke1-18/+35
2021-04-06winbindd: Avoid deadlock in sam_name_to_sid()Volker Lendecke1-6/+65
2021-03-16winbindd: Improve a DEBUG message in sam_name_to_sid()Volker Lendecke1-1/+1
2021-03-16winbind: Simplify winbindd_samr.cVolker Lendecke1-81/+19
2021-03-06winbind: Remove noisy error message in wb_open_internal_pipe()Samuel Cabrero1-0/+4
2020-08-08winbind: directly use dcerpc_binding_handle_is_connected() in reset_connectio...Ralph Boehme1-1/+2
2019-04-18winbind: Return queried domain name from name_to_sidChristof Schmitt1-0/+9
2019-04-18winbind: Query domain from winbind sam_name_to_sidChristof Schmitt1-0/+2
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-2/+6
2018-03-24winbindd: Do re-connect if the RPC call fails in the passdb caseAndrew Bartlett1-0/+128
2018-03-24winbindd: Add a cache of the samr and lsa handles for the passdb domainAndrew Bartlett1-108/+159
2017-03-06Revert "winbind: Remove "lookup_usergroups" winbind method"Volker Lendecke1-0/+65
2017-01-13winbind: Fix CID 1398534 Dereference before null checkJeremy Allison1-4/+2
2017-01-11winbind: Fix CID 1398531 Resource leakVolker Lendecke1-0/+1
2017-01-04winbind: Avoid a few explicit ZERO_STRUCT callsVolker Lendecke1-36/+12
2017-01-04winbind: Simplify query_user_list to only return ridsVolker Lendecke1-19/+8
2017-01-04winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke1-65/+0
2017-01-04winbind: Remove "query_user" backend functionVolker Lendecke1-64/+0
2016-12-28lib: Add lib/util_unixsids.hVolker Lendecke1-0/+1
2015-05-06winbind: Fix CID 1035545 Uninitialized scalar variableVolker Lendecke1-1/+1
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-3/+3
2015-03-12s3:winbindd: make open_internal_lsa_conn() non staticStefan Metzmacher1-3/+3
2014-06-11winbindd: Call set_dc_type_and_flags on the internal domainAndrew Bartlett1-89/+2
2014-06-04winbindd: Use rpc_pipe_open_interface() so that winbindd uses the correct rpc...Andrew Bartlett1-12/+31
2014-06-04winbindd: Remove pointless if statementAndrew Bartlett1-14/+10
2014-02-25samr: don't block the sam sid or the builtin domain sid in sid_to_nameStefan Metzmacher1-0/+2
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-2/+2
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-1/+1
2012-05-10s3: Fix Coverity ID 242184 Dereference after null checkVolker Lendecke1-5/+3
2011-08-26s3: Fix two int/enum mixupsVolker Lendecke1-2/+2
2011-08-21s3-winbind: We need to use internal rpc connections in winbind.Andreas Schneider1-2/+2
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett1-4/+4
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett1-4/+4
2011-06-16Revert "s3-winbind: Fix paranoia checks in winbindd_samr.c."Stefan Metzmacher1-2/+2
2011-06-15s3-winbind: Fix paranoia checks in winbindd_samr.c.Andreas Schneider1-2/+2
2011-05-02s3-winbindd: remove unused headers.Günther Deschner1-3/+0