summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure to hand down the domain name in libnetapi NetUnjoinDomain.Günther Deschner2008-04-021-7/+11
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-211-1/+1
* libsmbconf: add backend specific init function.Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-211-1/+1
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-171-6/+5
* Enable libnetjoin debugging for now but avoid printing passwords.Günther Deschner2008-03-071-0/+1
* In libnetapi, point out that lp_load has failed.Günther Deschner2008-03-061-0/+1
* Give a better error message why NetServerSetInfo() may fail in the gui.Günther Deschner2008-03-052-1/+4
* Add PICFLAG to libnetapi Makefile.Günther Deschner2008-03-051-0/+1
* Fix rpccli_srvsvc_NetSrvSetInfo call in libnetapi.Günther Deschner2008-03-051-1/+1
* Trying to fix libnetapi examples Makefile.in.Günther Deschner2008-02-291-14/+19
* Only set DEBUGLEVEL to 0 in libnetapi when not set already.Günther Deschner2008-02-281-1/+3
* Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner2008-02-281-6/+6
* Re-run make idl.Günther Deschner2008-01-311-2/+2
* Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-291-3/+3
* Add LIBNETAPI_LOCAL_SERVER() macro.Günther Deschner2008-01-251-0/+5
* No need to close registry on libnetapi_free() anymore.Günther Deschner2008-01-251-1/+0
* Fix the build w/o ADS.Günther Deschner2008-01-181-0/+4
* Add header for NetGetJoinableOUs to libnetapi.Günther Deschner2008-01-181-0/+11
* Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner2008-01-183-3/+309
* Cosmetics and error string reporting for libnetapi.Günther Deschner2008-01-183-16/+114
* Add some more debugging into netdomjoin-gui.Günther Deschner2008-01-181-4/+9
* Fix local hostname detection in netdomjoin-gui.Günther Deschner2008-01-181-10/+27
* Improve libnetapi_set_error_string().Günther Deschner2008-01-182-7/+39
* Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2008-01-172-38/+8
* Use lp_config_backend_is_registry() instead of lp_include_registry_globals().Michael Adam2008-01-161-1/+1
* Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-131-1/+17
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-2/+2
* Fix libnetapi error string callers.Günther Deschner2008-01-113-7/+7
* Include some basic headers in netapi.h.Günther Deschner2008-01-111-0/+10
* Refactor libnetapi error string functions a bit.Günther Deschner2008-01-112-6/+20
* Correctly free buffers in netdomjoin-gui.Günther Deschner2008-01-081-1/+8
* Make name_buffer in NetGetJoinInformation() talloced.Günther Deschner2008-01-081-2/+2
* Add NetApiBufferFree() to libnetapi.Günther Deschner2008-01-082-0/+19
* Fix crash bug when strequal is used too late in libnetapi_free.Günther Deschner2008-01-081-5/+8
* Enable talloc reporting in libnetapi if DEVELOPER compiled.Günther Deschner2008-01-071-0/+3
* In libnetapi example, use libnetapi_get_error_string().Günther Deschner2008-01-071-1/+6
* In the local path of NetJoinDomain, try to get error string from libnetjoin.Günther Deschner2008-01-071-0/+3
* Add libnetapi_set_error_string and libnetapi_get_error_string.Günther Deschner2008-01-072-4/+33
* Add krb5 cc env to libnetapi_ctx.Günther Deschner2008-01-071-0/+4
* Let libnetapi use it's own krb5 cred cache in memory if necessary.Günther Deschner2008-01-071-0/+33
* 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
* Close registry in libnetapi_free().Günther Deschner2008-01-071-0/+1
* Add NET_API_STATUS_SUCCESS define.Günther Deschner2008-01-072-10/+14
* Fix two memleaks in libnetapi.Günther Deschner2008-01-071-1/+4
* Failure while unjoining a domain is non-critical.Günther Deschner2008-01-071-8/+2
* 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