summaryrefslogtreecommitdiffstats
path: root/source/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
* Don't require "Modify property" perms to unjoin (bug #6481) "net ads leave" s...Jim McDonough2009-06-301-0/+1
* s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...Günther Deschner2009-03-261-6/+12
* Fix some missing error handlingsVolker Lendecke2008-10-051-0/+5
* netapi: add c++ guard.Günther Deschner2008-08-131-1/+9
* netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner2008-06-171-2/+6
* netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.Günther Deschner2008-06-091-3/+3
* netdomjoin-gui: fix more gtk runtime warnings.Günther Deschner2008-06-091-0/+4
* netdomjoin-gui: disable annoying "reboot now" dialog.Günther Deschner2008-06-091-0/+4
* netdomjoin-gui: some minor fixes + hunting down typecast bugs.Günther Deschner2008-06-091-11/+25
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-262-3/+4
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-261-5/+12
* netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner2008-05-211-1/+5
* netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...Günther Deschner2008-05-211-1/+31
* netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner2008-05-211-0/+35
* netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner2008-05-071-3/+15
* Revert "Add "desthost" to rpc_pipe_client"Volker Lendecke2008-04-251-1/+1
* Revert "Remove the pipe_idx variable from rpc_pipe_client"Volker Lendecke2008-04-251-1/+1
* Revert "Introduce rpc_pipe_np_smb_conn()"Volker Lendecke2008-04-251-1/+1
* Revert "Make convert_samr_dispinfo_to_NET_DISPLAY() static"Volker Lendecke2008-04-251-5/+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