summaryrefslogtreecommitdiffstats
path: root/source/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* In libnet_join finally separate the admin from the machine pwd entirely.Günther Deschner2008-01-041-5/+5
* Add debug switch to netdomjoin.Günther Deschner2008-01-041-2/+10
* Minor cosmetic cleanup for netdomjoin-gui.Günther Deschner2008-01-042-18/+37
* Fix some error strings in netdomjoin-gui.Günther Deschner2008-01-041-12/+31
* Minor libnetapi join cosmetic cleanup.Günther Deschner2008-01-031-3/+3
* Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().Michael Adam2008-01-031-2/+2
* Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.Günther Deschner2008-01-031-1/+0
* Fix the buildVolker Lendecke2007-12-251-2/+1
* Correct netapi header filename. Thanks Jeremy.Günther Deschner2007-12-223-3/+3
* Move gtk app to the correct location. Thanks obnox!Günther Deschner2007-12-211-0/+0
* Move libnetapi examples into subdirs.Günther Deschner2007-12-216-7/+17
* Add netdomjoin-gui (my first gui application), another libnetapi user.Günther Deschner2007-12-214-2/+1357
* Add netdomjoin cmd line tool (another libnetapi example).Günther Deschner2007-12-212-1/+113
* Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner2007-12-212-0/+91