summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the acco...Stefan Metzmacher2011-01-131-3/+0
* s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in netdo...Günther Deschner2011-01-131-1/+1
* Don't require "Modify property" perms to unjoin bug #6481) "net ads leave" st...Jim McDonough2009-06-301-0/+1
* Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.confDavid Markey2009-06-291-1/+1
* s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username was...Günther Deschner2009-06-171-1/+5
* s3-netapi: Fix Bug #6451: net/libnetapi user rename using wrong access bits.Günther Deschner2009-06-171-0/+2
* s3-netdomjoin-gui: allow to switch between workgroups/domains with the same n...Günther Deschner2009-05-261-2/+4
* s3-netdomjoin-gui: cosmetic fix for empty hostnames.Günther Deschner2009-05-261-0/+1
* s3-netdomjoin-gui: only gray out labels when not root and not connecting toGünther Deschner2009-05-261-3/+3
* s3-netapi: implement NetShutdownInit_r and NetShutdownAbort_r.Günther Deschner2009-05-261-2/+49
* s3-netapi: add example code for NetShutdownInit and NetShutdownAbort.Günther Deschner2009-05-263-1/+183
* s3-netapi: add NetShutdownInit and NetShutdownAbort to public API.Günther Deschner2009-05-261-0/+36
* s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons.Günther Deschner2009-05-263-0/+163
* s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to rena...Günther Deschner2009-05-261-1/+48
* s3-netdomjoin-gui: Fix join prompt dialog test.Günther Deschner2009-05-261-1/+1
* s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname.Günther Deschner2009-05-261-2/+7
* s3-netdomjoin-gui: inspect the correct computername string beforeGünther Deschner2009-05-261-1/+1
* s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner2009-05-261-1/+2
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-283-37/+36
* netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner2009-04-151-0/+15
* s3-libnetapi: fix creds in libnetapi_open_ipc_connection().Günther Deschner2009-04-151-0/+5
* s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...Günther Deschner2009-04-151-6/+12
* s3-netapi: Fix Coverity #774 (REVERSE_INULL).Günther Deschner2009-04-151-6/+3
* s3-netapi: Fix Coverity #775 (REVERSE_INULL).Günther Deschner2009-04-151-6/+3
* s3-netapi: Fix Coverity #776 (REVERSE_INULL).Günther Deschner2009-04-151-7/+3
* s3: remove POLICY_HND.Günther Deschner2009-04-152-8/+8
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-04-151-16/+16
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-12/+16
* Fix an uninitialized variableVolker Lendecke2009-02-191-0/+1
* s3-netapi: fix Coverity #881 and #882.Günther Deschner2009-02-171-7/+56
* netapi: add NetServer testsuite.Günther Deschner2009-02-064-1/+69
* netapi: include more SERVER_INFO_X levels in example code.Günther Deschner2009-02-061-0/+16
* netapi: implement more SERVER_INFO_X levels.Günther Deschner2009-02-061-1/+271
* netapi: add SERVER_INFO_X to public header.Günther Deschner2009-02-061-0/+612
* cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke2009-02-011-1/+1
* Actually complete 3662c2b...Volker Lendecke2009-01-221-2/+1
* libnetapi_open_pipe does not need to return cli_stateVolker Lendecke2009-01-1810-246/+12
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-1/+2
* Fix build of netapi.Jeremy Allison2009-01-141-1/+2
* s3-samr: avoid all init_samr_user* functions.Günther Deschner2009-01-061-29/+35
* s3-samr: fix SAMR_FIELD_PASSWORD callers.Günther Deschner2008-12-051-1/+1
* netapi: fix access bits in netapi.Günther Deschner2008-10-281-1/+1
* netapi: make sure to always cleanup after testing NetUser calls.Günther Deschner2008-10-241-0/+4
* netapi: add more group tests to netapitest.Günther Deschner2008-10-241-3/+220
* netapi: fix add_GROUP_USERS_INFO_X_buffer.Günther Deschner2008-10-231-4/+12
* netapi: fix NetUserGetGroups_r returning partial results.Günther Deschner2008-10-231-2/+3
* netapi: NetGroupEnum_r needs to handle servers with no groups.Günther Deschner2008-10-231-1/+1
* Fix warnings.Jeremy Allison2008-10-205-32/+34
* s3: fix various samr callers.Günther Deschner2008-10-152-3/+3
* Fix some missing error handlingsVolker Lendecke2008-10-053-2/+8