summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
...
* libnetapi: don't to try to free NULL struct.Günther Deschner2008-04-131-0/+4
* Fix ou handling in netdomjoin-gui.Günther Deschner2008-04-131-0/+5
* libnetapi: fix a C++ warning by making implicit cast explicitMichael Adam2008-04-131-1/+1
* libnetapi: fix interactive logging by preventing setup_logging from closing s...Michael Adam2008-04-121-0/+3
* Use libnetapi_open_pipe in netapi functions.Günther Deschner2008-04-104-48/+27
* Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner2008-04-102-0/+114
* Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner2008-04-105-180/+33
* Fix one missing netapi_private header.Günther Deschner2008-04-101-2/+2
* Split out private headers in libnetapi.Günther Deschner2008-04-107-8/+80
* Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner2008-04-101-0/+75
* Use SERVER_INFO_1005 in libnetapi.Günther Deschner2008-04-103-11/+11
* Fix typo.Günther Deschner2008-04-101-1/+1
* Add NetUserEnum example.Günther Deschner2008-04-092-1/+107
* Add NetUserEnum to libnetapi.Günther Deschner2008-04-094-1/+279
* Add Add NetUserDel example.Günther Deschner2008-04-092-1/+89
* Add NetUserDel to libnetapi.Günther Deschner2008-04-094-0/+246
* Add NetUserAdd example.Günther Deschner2008-04-092-1/+110
* Add NetUserAdd to libnetapi.Günther Deschner2008-04-094-0/+436
* Try to use kerberos in libnetapi.Günther Deschner2008-04-083-9/+30
* Add DsGetDcName libnetapi example.Günther Deschner2008-04-082-0/+95
* Add DsGetDcName call to libnetapi library.Günther Deschner2008-04-084-0/+178
* Fix includes in libnetapi examples common.cGünther Deschner2008-04-081-1/+4
* Use popt in libetapi example code.Günther Deschner2008-04-086-114/+187
* Prefill in username in libnetapi ctx.Günther Deschner2008-04-081-1/+9
* Restructure inner workings of libnetapi a bit.Günther Deschner2008-04-087-680/+662
* Some fixes for netdomjoin-gui and support for browsing/joining OUs.Günther Deschner2008-04-021-157/+390
* 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