summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_samr.c
Commit message (Expand)AuthorAgeFilesLines
* winbind: Fix "wbinfo -u" on a Samba AD DC with >1000 usersv4-18-testVolker Lendecke2023-05-121-40/+62
* s3:winbind: Simplify open_cached_internal_pipe_conn()Samuel Cabrero2022-04-131-6/+4
* s3:winbind: Do not use domain's private data to store the SAMR pipesSamuel Cabrero2022-04-131-15/+8
* s3:winbind: Fix using normalized name in sam_name_to_sid()Andreas Schneider2021-12-151-1/+1
* s3:winbindd: Remove dead code from sam_rids_to_names()Andreas Schneider2021-12-151-8/+1
* s3:winbind: Close internal RPC pipes after 5 idle secondsVolker Lendecke2021-12-101-0/+38
* winbindd: remove obsolete sequence_number from struct winbindd_methodsRalph Boehme2021-04-291-2/+0
* s3:winbindd: Remove obsolete sequence_number callback from samr backendAndreas Schneider2021-04-291-53/+2
* winbindd: Use samr in sam_rids_to_names() instead of lsaVolker Lendecke2021-04-061-33/+121
* winbindd: Make sam_sid_to_name use samr instead of lsaVolker Lendecke2021-04-061-40/+132
* winbindd: Use samr instead of lsa in sam_name_to_sid()Volker Lendecke2021-04-061-18/+35
* winbindd: Avoid deadlock in sam_name_to_sid()Volker Lendecke2021-04-061-6/+65
* winbindd: Improve a DEBUG message in sam_name_to_sid()Volker Lendecke2021-03-161-1/+1
* winbind: Simplify winbindd_samr.cVolker Lendecke2021-03-161-81/+19
* winbind: Remove noisy error message in wb_open_internal_pipe()Samuel Cabrero2021-03-061-0/+4
* winbind: directly use dcerpc_binding_handle_is_connected() in reset_connectio...Ralph Boehme2020-08-081-1/+2
* winbind: Return queried domain name from name_to_sidChristof Schmitt2019-04-181-0/+9
* winbind: Query domain from winbind sam_name_to_sidChristof Schmitt2019-04-181-0/+2
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-201-2/+6
* winbindd: Do re-connect if the RPC call fails in the passdb caseAndrew Bartlett2018-03-241-0/+128
* winbindd: Add a cache of the samr and lsa handles for the passdb domainAndrew Bartlett2018-03-241-108/+159
* Revert "winbind: Remove "lookup_usergroups" winbind method"Volker Lendecke2017-03-061-0/+65
* winbind: Fix CID 1398534 Dereference before null checkJeremy Allison2017-01-131-4/+2
* winbind: Fix CID 1398531 Resource leakVolker Lendecke2017-01-111-0/+1
* winbind: Avoid a few explicit ZERO_STRUCT callsVolker Lendecke2017-01-041-36/+12
* winbind: Simplify query_user_list to only return ridsVolker Lendecke2017-01-041-19/+8
* winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke2017-01-041-65/+0
* winbind: Remove "query_user" backend functionVolker Lendecke2017-01-041-64/+0
* lib: Add lib/util_unixsids.hVolker Lendecke2016-12-281-0/+1
* winbind: Fix CID 1035545 Uninitialized scalar variableVolker Lendecke2015-05-061-1/+1
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-291-3/+3
* s3:winbindd: make open_internal_lsa_conn() non staticStefan Metzmacher2015-03-121-3/+3
* winbindd: Call set_dc_type_and_flags on the internal domainAndrew Bartlett2014-06-111-89/+2
* winbindd: Use rpc_pipe_open_interface() so that winbindd uses the correct rpc...Andrew Bartlett2014-06-041-12/+31
* winbindd: Remove pointless if statementAndrew Bartlett2014-06-041-14/+10
* samr: don't block the sam sid or the builtin domain sid in sid_to_nameStefan Metzmacher2014-02-251-0/+2
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-2/+2
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-121-1/+1
* s3: Fix Coverity ID 242184 Dereference after null checkVolker Lendecke2012-05-101-5/+3
* s3: Fix two int/enum mixupsVolker Lendecke2011-08-261-2/+2
* s3-winbind: We need to use internal rpc connections in winbind.Andreas Schneider2011-08-211-2/+2
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-4/+4
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-4/+4
* Revert "s3-winbind: Fix paranoia checks in winbindd_samr.c."Stefan Metzmacher2011-06-161-2/+2
* s3-winbind: Fix paranoia checks in winbindd_samr.c.Andreas Schneider2011-06-151-2/+2
* s3-winbindd: remove unused headers.Günther Deschner2011-05-021-3/+0
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-03-301-5/+5