summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* net: abort when lp_realm is not set in net_ads_leave().Günther Deschner2008-04-141-0/+5
* net: exit early in net_ads_join() if the domain is not set.Günther Deschner2008-04-141-0/+6
* net: use WERROR for check_ads_config().Günther Deschner2008-04-141-9/+7
* net: the success of secrets_init is checked by libnetjoin now.Günther Deschner2008-04-141-6/+0
* net conf: use the new smbconf_init() dispatcher instead of explicit backend i...Michael Adam2008-04-131-2/+9
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-131-1/+1
* Fix the build of eventlogadm.Günther Deschner2008-04-131-1/+1
* net registry: remove superfluous regdb_close().Michael Adam2008-04-131-2/+0
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-131-1/+1
* net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-111-19/+27
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-111-4/+3
* objectclass -> objectClassKarolin Seeger2008-04-101-3/+3
* net conf: use talloc and talloc_strdup_lower throughout all net conf functions.Michael Adam2008-04-101-17/+59
* net conf: implement "net conf delincludes".Michael Adam2008-04-101-0/+40
* net conf: implement a "net conf setincludes" command.Michael Adam2008-04-101-0/+50
* net conf: implement "net conf getincludes".Michael Adam2008-04-101-0/+47
* net conf: add diagnostic message for failure to load text file.Michael Adam2008-04-101-0/+2
* net conf: reduce indentation by grouping testmode code together.Michael Adam2008-04-101-39/+37
* net conf: don't drop config in testmodeMichael Adam2008-04-101-3/+5
* net conf: fix import to correctly add includes (at the end)Michael Adam2008-04-101-6/+34
* libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam2008-04-101-1/+1
* net rpc registry: add getvalue command.Michael Adam2008-04-091-0/+100
* net registry: add a getvalue subcommand that prints a single given value.Michael Adam2008-04-091-0/+41
* net (registry util): refactor printing of value without name out.Michael Adam2008-04-094-7/+14
* Fix typos.Karolin Seeger2008-04-091-1/+1
* Fix parameters string for rpc_trustdom_add_internals().Günther Deschner2008-04-091-2/+4
* Fix lsa_TrustedDomainInfo callers.Günther Deschner2008-04-081-7/+3
* Move is_valid_policy_hnd() out of net.Günther Deschner2008-04-081-7/+0
* 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