summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_reconnect.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-03-301-2/+2
| | | | Guenther
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-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>
* s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFULStefan Metzmacher2010-03-291-14/+59
| | | | metze
* s3: Pass netr_DomainTrustList instead of names and sids through ↵Volker Lendecke2009-12-281-9/+3
| | | | (*trusted_domains)
* s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke2009-08-291-3/+6
| | | | | | We need to enumerate passdb alias members Thanks to gd for bugging me :-)
* s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke2009-08-161-2/+2
|
* Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke2009-08-021-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
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-061-2/+2
| | | | | Guenther (This used to be commit dd9fa33e968d4e641460fe1c6beb05dfe12fa918)
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+316
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)