summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_locator.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:winbind: Fix bug 5626Volker Lendecke2010-02-241-9/+7
| | | | | Apparently the AIX compiler can't deal with sizeless array declarations (cherry picked from commit dd4194bc43cc5efd7517783e5e524d252d1f82c7)
* s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation.Günther Deschner2008-11-261-21/+40
| | | | | Guenther (cherry picked from commit df554493c74ea611bfc5d890a4c2eca6eb3106d1)
* libwbclient: Abstract the DS_XXX flags for DsGetDcName().coffeedude2008-05-131-1/+45
| | | | | | | The wbcLookupDomainController() call supports a set of flags defined in wbclient.h. Add a mapping function between these flags and the original DS_XXX flags in order to prevent having to include the generated RPC headers in wbclient.h.
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-091-1/+2
| | | | Guenther
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-091-5/+2
| | | | Guenther
* Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner2008-02-281-5/+5
| | | | Guenther
* Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-291-1/+1
| | | | Guenther
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-3/+3
| | | | Guenther
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-141-4/+3
| | | | metze
* winbindd: rename child table struct elementsStefan Metzmacher2007-12-111-3/+7
| | | | | | | Add struct_ prefix to struct based protocol specific elemetens struct winbindd_child_dispatch_table. metze
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-221-3/+15
| | | | | metze (cherry picked from commit abbb36a37c1dba2218a6c7ec31739eba5f250127)
* r25570: move code of the locator child into its own fileStefan Metzmacher2007-10-221-0/+90
| | | | metze
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-102/+0
|
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-101-3/+15
| | | | metze
* r25570: move code of the locator child into its own fileStefan Metzmacher2007-10-101-0/+90
metze