summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_reconnect.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-30s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner1-2/+2
Guenther
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-9/+9
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-29s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFULStefan Metzmacher1-14/+59
metze
2009-12-28s3: Pass netr_DomainTrustList instead of names and sids through ↵Volker Lendecke1-9/+3
(*trusted_domains)
2009-08-29s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke1-3/+6
We need to enumerate passdb alias members Thanks to gd for bugging me :-)
2009-08-16s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke1-2/+2
2009-08-02Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke1-6/+5
Pass a "flags" argument instead of the original winbind command down the name_to_sid chain. This way we are independent of the winbind commands and can take the decision at a much higher level
2008-02-06Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner1-2/+2
Guenther (This used to be commit dd9fa33e968d4e641460fe1c6beb05dfe12fa918)
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+316
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)