summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/joindomain.c
Commit message (Expand)AuthorAgeFilesLines
* s3-dsgetdcname: always pass in messaging context.Günther Deschner2010-09-231-3/+15
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-1/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-1/+1
* s3-libnet: better separate headers.Günther Deschner2010-07-131-1/+2
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke2009-11-081-5/+5
* s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke2009-11-081-5/+5
* Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough2009-06-191-0/+1
* More work to adapt to merged libcli/auth function prototypesAndrew Bartlett2009-04-141-0/+1
* 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