summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_misc.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25winbindd: Add a missing NULL check in winbindd_list_trusted_domains()Volker Lendecke1-14/+14
2023-07-19s3:winbind: Add callback winbind_call_flow()Pavel Filipenský1-0/+36
2022-12-14lib: Fix whitespaceVolker Lendecke1-2/+2
2022-04-08s3:winbind: Move servide reload related functions to winbindd-lib subsystemSamuel Cabrero1-0/+60
2022-04-08s3:winbind: Move the function to get the privileged pipe dir to winbindd-lib ...Samuel Cabrero1-0/+5
2022-03-06s3:winbind: Move the function to list trusted domains to winbindd_dual_srv.cSamuel Cabrero1-75/+0
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-11-26s3:winbind: Print priv pipe locationAndreas Schneider1-0/+5
2018-12-11winbind: Use dom_sid_str_bufVolker Lendecke1-3/+6
2018-11-12s3:winbind: Log client process name in winbind_miscAndreas Schneider1-16/+30
2018-07-24winbind: Align integer typesVolker Lendecke1-2/+2
2018-05-17winbindd: Make DOMAIN_INFO a proper async requestVolker Lendecke1-106/+0
2018-05-17winbindd: winbindd_list_trusted_domains() -> bool_dispatch_tableVolker Lendecke1-4/+4
2018-05-17winbindd: winbindd_priv_pipe_dir() -> bool_dispatch_tableVolker Lendecke1-2/+2
2018-05-17winbindd: winbindd_dc_info() -> bool_dispatch_tableVolker Lendecke1-8/+5
2018-05-17winbindd: winbindd_netbios_name() -> bool_dispatch_tableVolker Lendecke1-2/+2
2018-05-17winbindd: winbindd_domain_name() -> bool_dispatch_tableVolker Lendecke1-2/+2
2018-05-17winbindd: winbindd_ping() -> bool_dispatch_tableVolker Lendecke1-2/+2
2018-05-17winbindd: winbindd_info() -> bool_dispatch_tableVolker Lendecke1-2/+2
2018-05-17winbindd: winbindd_interface_version() -> bool_dispatch_tableVolker Lendecke1-2/+2
2018-04-24winbind: Speed up wbinfo -pVolker Lendecke1-0/+6
2018-01-13winbindd: add more trust types to get_trust_type_stringRalph Boehme1-26/+133
2018-01-13winbindd: fix trust_is_oubound()Ralph Boehme1-5/+4
2018-01-13winbindd: fix trust_is_inbound()Ralph Boehme1-5/+4
2018-01-13winbindd: transitive trust logic in trust_is_transitive()Ralph Boehme1-5/+27
2018-01-13winbindd: use find_trust_from_name_noinit when we require a direct trustStefan Metzmacher1-1/+1
2017-11-18winbind: Replace winbind_event_context with server_event_contextVolker Lendecke1-1/+1
2017-06-28s3:winbind: Move debug statement into the error handlingAndreas Schneider1-2/+2
2016-10-11winbindd: Replace calls to domain->methodsChristof Schmitt1-2/+1
2016-03-13s3:winbindd: don't unclude two '\0' at the end of the domain listStefan Metzmacher1-1/+1
2016-02-23winbindd: return trust parameters when listing trustsUri Simchoni1-5/+6
2016-02-23winbindd: move a variable into scopeMichael Adam1-1/+1
2014-09-27idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett1-5/+5
2014-01-22log winbind version (when requested) in winbindd logNoel Power1-2/+2
2013-03-05winbind: Fix samba3.winbind.struct test.Andreas Schneider1-1/+1
2013-03-05winbind: Correctly use names in the domain struct.Andreas Schneider1-1/+3
2012-05-14s3: Fix Coverity ID 241320 Array compared against 0Volker Lendecke1-1/+1
2011-08-17s3: Next step to fix MIT trustsVolker Lendecke1-0/+4
2011-07-26s3: Fix MIT trustsVolker Lendecke1-0/+5
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-1/+1
2011-03-16s3: Fix Coverity ID 2100, BAD_SIZEOFVolker Lendecke1-1/+1
2011-01-19s3: Add wbinfo --dc-infoVolker Lendecke1-0/+50
2011-01-13s3-winbind: prefer dcerpc_netr_X functions.Günther Deschner1-1/+0
2010-09-09s3: Remove unused winbindd_dual_show_sequence()Volker Lendecke1-19/+0
2010-04-19winbindd: Fill in num_entries where availableVolker Lendecke1-0/+2
2009-12-28s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke1-29/+19
2009-12-28s3: Simplify winbindd_list_trusted_domains() slightlyVolker Lendecke1-31/+23
2009-12-21s3: Fix some nonempty blank linesVolker Lendecke1-10/+10
2009-12-21s3: Remove unused winbindd_dual_getdcnameVolker Lendecke1-72/+0