summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/joindomain.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-291-3/+3
* Fix the build w/o ADS.Günther Deschner2008-01-181-0/+4
* Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner2008-01-181-0/+192
* Cosmetics and error string reporting for libnetapi.Günther Deschner2008-01-181-6/+51
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-2/+2
* Make name_buffer in NetGetJoinInformation() talloced.Günther Deschner2008-01-081-2/+2
* In the local path of NetJoinDomain, try to get error string from libnetjoin.Günther Deschner2008-01-071-0/+3
* Rearrange order of libnet join context init.Günther Deschner2008-01-071-3/+3
* Free libnet_JoinCtx after joining.Günther Deschner2008-01-071-1/+4
* Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner2008-01-041-8/+4
* Rename server_name to dc_name in libnet join structures.Günther Deschner2008-01-041-6/+8
* In libnet_join finally separate the admin from the machine pwd entirely.Günther Deschner2008-01-041-5/+5
* Minor libnetapi join cosmetic cleanup.Günther Deschner2008-01-031-3/+3
* Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.Günther Deschner2008-01-031-1/+0
* 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