summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/joindomain.c
Commit message (Expand)AuthorAgeFilesLines
* libnetapi_open_pipe does not need to return cli_stateVolker Lendecke2009-01-181-24/+10
* netapi: implement NetRenameMachineInDomain_r.Günther Deschner2008-09-051-1/+35
* netapi: add skeleton for NetRenameMachineInDomain.Günther Deschner2008-09-051-0/+18
* netapi: fix NetGetJoinableOUs_r: do not tear down connection.Günther Deschner2008-09-051-4/+0
* netapi: fix NetGetJoinableOUs_l.Günther Deschner2008-08-291-1/+1
* netapi: make libnetapi_open_ipc_connection static.Günther Deschner2008-08-141-24/+12
* Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke2008-07-211-4/+8
* libads: use ads_connect_user_creds in some places.Günther Deschner2008-06-241-1/+1
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-091-3/+3
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-091-5/+12
* netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner2008-04-291-1/+5
* Use libnetapi_open_pipe in netapi functions.Günther Deschner2008-04-101-16/+8
* Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner2008-04-101-55/+11
* Split out private headers in libnetapi.Günther Deschner2008-04-101-0/+1
* Try to use kerberos in libnetapi.Günther Deschner2008-04-081-4/+12
* Restructure inner workings of libnetapi a bit.Günther Deschner2008-04-081-367/+111
* Make sure to hand down the domain name in libnetapi NetUnjoinDomain.Günther Deschner2008-04-021-7/+11
* Enable libnetjoin debugging for now but avoid printing passwords.Günther Deschner2008-03-071-0/+1
* Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner2008-02-281-6/+6
* 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