summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* net_rpc: let get_user_sids() use wbcLookupName(), wbcGidToSid() and wbcGetGro...Stefan Metzmacher2008-04-061-51/+47
* net_rpc: let get_user_tokens() use wbcListUsers()Stefan Metzmacher2008-04-061-38/+22
* Remove external refs to winbindd_fdVolker Lendecke2008-04-061-2/+0
* net_rpc_registry: return available error code on failure in deletevalue.Michael Adam2008-04-041-1/+1
* net_rpc_registry: consistently return error upon wrong use.Michael Adam2008-04-041-5/+5
* net: change split_hive_key() to properly allocate subkeynameMichael Adam2008-04-044-6/+11
* net_rpc_registry: use split_hive_key to normalize hive befor open.Michael Adam2008-04-041-28/+39
* net_rpc_registry: use utility function print_registry_value().Michael Adam2008-04-041-30/+1
* net_rpc_registy: use function print_registry_keyMichael Adam2008-04-041-5/+2
* net_registry: split utility function of common interest out into util module.Michael Adam2008-04-043-87/+150
* Fix "net rpc trustdom establish" for win2k8 trusts.Günther Deschner2008-04-021-14/+52
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-022-3/+3
* Fix SRVSVC NetShareInfo level 502 client-side.Günther Deschner2008-04-011-2/+2
* Fix a segfault (an uninitialized variable)Volker Lendecke2008-03-291-3/+3
* Zero initial return_authenticator in net rpc samdump.Günther Deschner2008-03-291-0/+2
* net: add a "net registry" subcommand to locally access the registry.Michael Adam2008-03-282-0/+531
* Fix blob used in pull_netr_AcctLockStr().Günther Deschner2008-03-281-1/+1
* Re-add support for display and vampire of account policies in "net".Günther Deschner2008-03-271-25/+78
* Minor fix for net rpc samdump.Günther Deschner2008-03-271-4/+5
* net_conf: fix non-testmode import function.Michael Adam2008-03-271-1/+11
* net_conf: reformat - re-indent one function call.Michael Adam2008-03-261-2/+5
* net_conf: add casts to avoid compiler warnings.Michael Adam2008-03-261-6/+6
* net_conf: rename "ctx" to "mem_ctx" for clarity.Michael Adam2008-03-261-22/+22
* net_conf: use talloc_stackframe() instead of talloc_init().Michael Adam2008-03-261-5/+5
* net_conf: fix import function by using the new text backend of smbconf.Michael Adam2008-03-261-195/+59
* Fix usage message for 'net idmap dump'.Karolin Seeger2008-03-251-1/+1
* Fix Coverity ID 479Volker Lendecke2008-03-231-1/+1
* Fix Coverity ID 480Volker Lendecke2008-03-231-1/+1
* 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: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-211-4/+4
* Move svc_status_string() out of rpc_client/cli_svcctl.cGünther Deschner2008-03-201-0/+37
* No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.Günther Deschner2008-03-201-34/+6
* ntlm_auth: Improve compliance to the Squid helper protocolKai Blin2008-03-191-31/+44
* Bind Group Policy processing closer to the samba registry.Günther Deschner2008-03-181-37/+157
* testparm: only check for %u und passwd program when passwd program is given.Michael Adam2008-03-181-5/+10
* testparm: correctly check for empty lp_passwd_prog().Michael Adam2008-03-181-1/+3
* testparm: fix irritating indentation.Michael Adam2008-03-181-2/+1
* testparm: fix a segfault triggered by setting "unix password sync = yes".Michael Adam2008-03-181-1/+0
* Some simplificationsVolker Lendecke2008-03-171-1/+1
* Coverity fixesMarc VanHeyningen2008-03-173-4/+13
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-171-48/+46
* In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRSTVolker Lendecke2008-03-171-2/+2
* Add "net idmap aclmapset"Volker Lendecke2008-03-171-0/+65
* Fix typo.Günther Deschner2008-03-151-1/+1
* The attached patch removes some global variables, and make them local to main().Charles2008-03-111-8/+9
* Use rpccli_srvsvc_NetFileEnum in net and rpcclient.Günther Deschner2008-03-101-19/+27
* Convert "net" to use rpccli_srvsvc_NetShare* interfaces everywhere.Günther Deschner2008-03-101-182/+119