summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_ndr.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-01s3:winbindd: it's 2024 and all AD domains should be native nowStefan Metzmacher1-1/+0
2023-08-30s3:winbindd: Use a correct value for the length of domain childrenPavel Filipenský1-1/+1
2022-05-19s3:winbind: Remove struct winbindd_child_dispatch_tableSamuel Cabrero1-1/+0
2022-04-13s3:winbind: Remove no longer used domain's private_data pointerSamuel Cabrero1-1/+0
2022-04-13s3:winbind: Do not use domain's private data to store the ADS_STRUCTSamuel Cabrero1-0/+3
2022-04-13s3:winbind: Do not use domain's private data to store the SAMR pipesSamuel Cabrero1-0/+3
2021-07-14s3:winbind: Get rid of the winbind dc-connect childIsaac Boukris1-1/+0
2018-03-01winbind: Remove the "winbindd_children" globalVolker Lendecke1-2/+0
2016-10-11winbindd: Remove now unused cache_methodsChristof Schmitt1-3/+0
2016-10-11winbindd: Remove now unused domain->methodsChristof Schmitt1-1/+0
2016-01-13winbindd: Add retry also for ADS method callsChristof Schmitt1-0/+3
2014-09-27idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett1-2/+3
2011-05-31s3:winbindd_nrd: include ../librpc/ndr/libndr.h instead of librpc/ndr/util.hMichael Adam1-1/+1
2011-02-10s3: give ../librpc/ndr/util.c its own header.Günther Deschner1-0/+1
2011-01-21s3:winbind: Fork multiple children per domainVolker Lendecke1-1/+4
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2009-06-14Convert the winbind parent->child communication to wb_reqtransVolker Lendecke1-1/+0
2008-05-30Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison1-3/+6
2008-03-19Fix some "nexted extern" warninsVolker Lendecke1-8/+8
2008-01-24Fix winbindd build w/o ADS.Günther Deschner1-3/+7
2008-01-24Add winbindd debugging ndr_print helpers.Günther Deschner1-0/+149