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-08-101-0/+1
* s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...Günther Deschner2009-03-271-6/+12
* Fix some missing error handlingsVolker Lendecke2008-12-091-0/+5
* Revert "Fix some missing error handlings"Karolin Seeger2008-11-171-5/+0
* Fix some missing error handlingsVolker Lendecke2008-10-061-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-222-3/+4
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-221-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
* libnetapi: Add Doxyfile.Günther Deschner2008-04-221-0/+1362
* netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner2008-04-221-0/+4
* libnetapi: Disable talloc_enable_leak_report.Günther Deschner2008-04-221-1/+1
* netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner2008-04-221-1/+1
* libnetapi: Add initial inline doxygen comments.Günther Deschner2008-04-221-36/+195
* libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner2008-04-221-10/+20
* libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner2008-04-221-2/+3
* libnetapi: Add missing headers.Günther Deschner2008-04-221-0/+25
* libnetapi: add libnetapi_set_use_kerberosGünther Deschner2008-04-224-2/+25
* libnetapi: Add NetQueryDisplayInformation header.Günther Deschner2008-04-221-0/+8
* libnetapi: add NetQueryDisplayInformation example.Günther Deschner2008-04-222-1/+105
* libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner2008-04-221-1/+295
* libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner2008-04-221-6/+2
* libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner2008-04-223-0/+82
* libnetapi: don't to try to free NULL struct.Günther Deschner2008-04-221-0/+4
* Fix ou handling in netdomjoin-gui.Günther Deschner2008-04-221-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-124-48/+27
* Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner2008-04-122-0/+114
* Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner2008-04-125-180/+33
* Fix one missing netapi_private header.Günther Deschner2008-04-121-2/+2
* Split out private headers in libnetapi.Günther Deschner2008-04-127-8/+80
* Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner2008-04-121-0/+75
* Use SERVER_INFO_1005 in libnetapi.Günther Deschner2008-04-123-11/+11
* Fix typo.Günther Deschner2008-04-121-1/+1
* Add NetUserEnum example.Günther Deschner2008-04-122-1/+107
* Add NetUserEnum to libnetapi.Günther Deschner2008-04-124-1/+279
* Add Add NetUserDel example.Günther Deschner2008-04-122-1/+89
* Add NetUserDel to libnetapi.Günther Deschner2008-04-124-0/+246
* Add NetUserAdd example.Günther Deschner2008-04-122-1/+110
* Add NetUserAdd to libnetapi.Günther Deschner2008-04-124-0/+436
* Try to use kerberos in libnetapi.Günther Deschner2008-04-123-9/+30