summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_cmd_getdcname.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:wb_cmd_getdcname.c - fix s4 winbind up regarding the new correct ↵Matthias Dieter Wallnöfer2010-04-271-0/+5
| | | | | | | "GetAnyDCName" behaviour We get back "NO_SUCH_DOMAIN" when we query the PDC. This is fine and therefore we use the "logon_server" variable as "dcname".
* s4:winbind/wb_cmd_getdcname: make use of use tevent_req based ↵Stefan Metzmacher2010-03-121-10/+13
| | | | | | dcerpc_binding_handle stubs metze
* s4:winbind: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-1/+1
| | | | metze
* s4-netlogon: merge netr_GetDcName from s3 idl.Günther Deschner2008-10-281-1/+1
| | | | Guenther
* s4-netlogon: merge netr_GetAnyDCName from s3 idl (untested).Günther Deschner2008-10-281-1/+2
| | | | Guenther
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-1/+1
| | | | | | | rename private -> private_data metze (This used to be commit 58551f2f28fce8f1fcd04736c47ecd7458f32ea2)
* r22612: Fix more cases where we have uninitialised values in theAndrew Bartlett2007-10-101-4/+1
| | | | | | | composite_context, because we don't use the creation function. Andrew Bartlett (This used to be commit e37064e356c17d0c87bb7fa7adf0c0d04d8daba2)
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit f7312dab3b9aba2b2b82e8a6e0c483a32a03a63a)
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109)
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
* r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke2007-10-101-74/+49
| | | | | | | wb_domain_request, now that we have queued rpc requests. Volker (This used to be commit 848522d1b64c1c283ac1ea7ce7f1a7a1b014a2aa)
* r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large ↵Volker Lendecke2007-10-101-17/+16
| | | | | | | | | | | because --user-sids required the extension to trusted domains. Implement "winbind sealed pipes" parameter for debugging purposes. Volker (This used to be commit 3821a17bdb68b2f1389b5a150502c057d28569d2)
* r11094: Connect to SAM, implement getdcnameVolker Lendecke2007-10-101-0/+155
(This used to be commit a14398715eceecf204caf815a8769ba8214d0576)