summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
* netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner2008-04-291-1/+5
* libnetapi: Add Doxyfile.Günther Deschner2008-04-201-0/+1362
* netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner2008-04-201-0/+4
* Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke2008-04-201-5/+5
* Introduce rpc_pipe_np_smb_conn()Volker Lendecke2008-04-201-1/+1
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* libnetapi: Disable talloc_enable_leak_report.Günther Deschner2008-04-171-1/+1
* netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner2008-04-171-1/+1
* libnetapi: Add initial inline doxygen comments.Günther Deschner2008-04-161-36/+195
* libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner2008-04-161-10/+20
* libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner2008-04-161-2/+3
* libnetapi: Add missing headers.Günther Deschner2008-04-151-0/+25
* libnetapi: add libnetapi_set_use_kerberosGünther Deschner2008-04-134-2/+25
* libnetapi: Add NetQueryDisplayInformation header.Günther Deschner2008-04-131-0/+8
* libnetapi: add NetQueryDisplayInformation example.Günther Deschner2008-04-132-1/+105
* libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner2008-04-131-1/+295
* libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner2008-04-131-6/+2
* libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner2008-04-133-0/+82
* 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