summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...Jeremy Allison2008-04-301-1/+1
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-251-3/+7
* Correctly initialize lp_load in smbstatus in the presence of registry on tdb2Volker Lendecke2008-04-231-4/+16
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-59/+37
* Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke2008-04-211-2/+7
* net: Add libnetapi context to net's impressive list of globals.Günther Deschner2008-04-213-11/+8
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-10/+10
* cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2008-04-211-2/+2
* libads: Use libnbt for CLDAP reply parsing.Günther Deschner2008-04-211-24/+21
* Introduce rpc_pipe_np_smb_conn()Volker Lendecke2008-04-201-10/+11
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-206-23/+19
* Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_nameVolker Lendecke2008-04-201-3/+3
* Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke2008-04-201-6/+6
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-206-39/+40
* Fix gcc uninitialized variable used warning.Jeremy Allison2008-04-171-6/+5
* net: Be more tolerant while joining.Günther Deschner2008-04-171-4/+9
* net: Remove unused rpc_user_add/del_internals code.Günther Deschner2008-04-161-257/+0
* net: Use NetUserAdd for "net rpc user add".Günther Deschner2008-04-161-2/+28
* net: use NetUserDel for "net rpc user delete".Günther Deschner2008-04-161-3/+31
* net/libnetapi: Include netapi headers early and free on exit.Günther Deschner2008-04-163-3/+9
* net conf: adapt output of NULL share params in net conf list.Michael Adam2008-04-151-2/+7
* net conf: simplify logic in test output of net conf import.Michael Adam2008-04-151-9/+5
* net conf: fix output of out-of-share parameters in test mode importMichael Adam2008-04-151-4/+12
* libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner2008-04-141-6/+12
* 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