summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Fix gcc uninitialized variable used warning.Jeremy Allison1-6/+5
2008-04-17net: Be more tolerant while joining.Günther Deschner1-4/+9
2008-04-16net: Remove unused rpc_user_add/del_internals code.Günther Deschner1-257/+0
2008-04-16net: Use NetUserAdd for "net rpc user add".Günther Deschner1-2/+28
2008-04-16net: use NetUserDel for "net rpc user delete".Günther Deschner1-3/+31
2008-04-16net/libnetapi: Include netapi headers early and free on exit.Günther Deschner3-3/+9
2008-04-15net conf: adapt output of NULL share params in net conf list.Michael Adam1-2/+7
2008-04-15net conf: simplify logic in test output of net conf import.Michael Adam1-9/+5
2008-04-15net conf: fix output of out-of-share parameters in test mode importMichael Adam1-4/+12
2008-04-14libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner1-6/+12
2008-04-14net: abort when lp_realm is not set in net_ads_leave().Günther Deschner1-0/+5
2008-04-14net: exit early in net_ads_join() if the domain is not set.Günther Deschner1-0/+6
2008-04-14net: use WERROR for check_ads_config().Günther Deschner1-9/+7
2008-04-14net: the success of secrets_init is checked by libnetjoin now.Günther Deschner1-6/+0
2008-04-13net conf: use the new smbconf_init() dispatcher instead of explicit backend i...Michael Adam1-2/+9
2008-04-13libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam1-1/+1
2008-04-13Fix the build of eventlogadm.Günther Deschner1-1/+1
2008-04-13net registry: remove superfluous regdb_close().Michael Adam1-2/+0
2008-04-13registry: change registry_init_basic() to return WERROR instead of boolMichael Adam1-1/+1
2008-04-11net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher1-19/+27
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty1-4/+3
2008-04-10objectclass -> objectClassKarolin Seeger1-3/+3
2008-04-10net conf: use talloc and talloc_strdup_lower throughout all net conf functions.Michael Adam1-17/+59
2008-04-10net conf: implement "net conf delincludes".Michael Adam1-0/+40
2008-04-10net conf: implement a "net conf setincludes" command.Michael Adam1-0/+50
2008-04-10net conf: implement "net conf getincludes".Michael Adam1-0/+47
2008-04-10net conf: add diagnostic message for failure to load text file.Michael Adam1-0/+2
2008-04-10net conf: reduce indentation by grouping testmode code together.Michael Adam1-39/+37
2008-04-10net conf: don't drop config in testmodeMichael Adam1-3/+5
2008-04-10net conf: fix import to correctly add includes (at the end)Michael Adam1-6/+34
2008-04-10libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam1-1/+1
2008-04-09net rpc registry: add getvalue command.Michael Adam1-0/+100
2008-04-09net registry: add a getvalue subcommand that prints a single given value.Michael Adam1-0/+41
2008-04-09net (registry util): refactor printing of value without name out.Michael Adam4-7/+14
2008-04-09Fix typos.Karolin Seeger1-1/+1
2008-04-09Fix parameters string for rpc_trustdom_add_internals().Günther Deschner1-2/+4
2008-04-08Fix lsa_TrustedDomainInfo callers.Günther Deschner1-7/+3
2008-04-08Move is_valid_policy_hnd() out of net.Günther Deschner1-7/+0
2008-04-06net_rpc: let get_user_sids() use wbcLookupName(), wbcGidToSid() and wbcGetGro...Stefan Metzmacher1-51/+47
2008-04-06net_rpc: let get_user_tokens() use wbcListUsers()Stefan Metzmacher1-38/+22
2008-04-06Remove external refs to winbindd_fdVolker Lendecke1-2/+0
2008-04-04net_rpc_registry: return available error code on failure in deletevalue.Michael Adam1-1/+1
2008-04-04net_rpc_registry: consistently return error upon wrong use.Michael Adam1-5/+5
2008-04-04net: change split_hive_key() to properly allocate subkeynameMichael Adam4-6/+11
2008-04-04net_rpc_registry: use split_hive_key to normalize hive befor open.Michael Adam1-28/+39
2008-04-04net_rpc_registry: use utility function print_registry_value().Michael Adam1-30/+1
2008-04-04net_rpc_registy: use function print_registry_keyMichael Adam1-5/+2
2008-04-04net_registry: split utility function of common interest out into util module.Michael Adam3-87/+150
2008-04-02Fix "net rpc trustdom establish" for win2k8 trusts.Günther Deschner1-14/+52
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2-3/+3