summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/joindomain.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/netapi: fix some incompatible pointer type warnings in NetGetJoinableO...Stefan Metzmacher2014-04-021-3/+5
* s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().Günther Deschner2013-08-051-5/+5
* s3-netapi: fix memoryleak while not using talloc_tos() in cli_get_session_key...Günther Deschner2011-03-251-4/+4
* s3-netapi: use cli_get_session_key() in netapi.Günther Deschner2011-03-241-4/+36
* s3-build: use HAVE_ADS define in some more places.Günther Deschner2011-03-191-1/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-libnetapi: add missing error check after switchting to dcerpc_wkssvc_X fun...Günther Deschner2011-01-121-0/+4
* s3-wkssvc: prefer dcerpc_wkssvc_X functions.Günther Deschner2011-01-111-6/+21
* s3: Attempt to fix bug 7665Volker Lendecke2010-10-021-5/+5
* 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