summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/joindomain.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove doubled cli_set_timeout calls from libnetapi.Günther Deschner2007-12-211-4/+0
* Keep libnetapi_NetX calls static for now.Günther Deschner2007-12-211-4/+4
* Split out local and remote paths for NetGetJoinInformation.Günther Deschner2007-12-211-40/+52
* Add support for remote and local unjoining in libnetapi.Günther Deschner2007-12-211-5/+89
* Remove unrequired TALLOC_CTX from libnetapi_NetJoinDomain & friends.Günther Deschner2007-12-211-34/+5
* Fix NetJoinDomainLocal.Günther Deschner2007-12-211-4/+1
* Use DsGetDcName in local libnetapi join to find a dc.Günther Deschner2007-12-211-14/+20
* Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx.Günther Deschner2007-12-211-20/+106
* Missed on instance of external creds.Günther Deschner2007-12-211-2/+4
* Getting rid of external credentials in libnetapi.Günther Deschner2007-12-211-8/+8
* Fill in local branch of NetGetJoinInformation().Günther Deschner2007-12-211-0/+26
* Fill in NetJoinDomainLocal().Günther Deschner2007-12-211-1/+35
* Split NetJoinDomain() into NetJoinDomainRemote() and the unsupportedGünther Deschner2007-12-211-23/+73
* Add NetGetJoinInformation().Günther Deschner2007-12-211-0/+53
* Fix a missing prototype warningVolker Lendecke2007-12-211-0/+1
* Fix wkssvc callers.Günther Deschner2007-12-031-6/+3
* Fix some bogus uninitialized variable warningsVolker Lendecke2007-12-021-2/+2
* Avoid to include net prototypes, just reference user creds.Günther Deschner2007-11-301-7/+16
* Add NetUnjoinDomain().Günther Deschner2007-11-301-0/+74
* Robustness-fixes for NetJoinDomain().Günther Deschner2007-11-301-6/+13
* Give NetJoinDomain() enough time to finish.Günther Deschner2007-11-301-0/+6
* domain_name is a ref pointer.Günther Deschner2007-11-301-0/+5
* Add NetJoinDomain call.Günther Deschner2007-11-301-0/+84