summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2008-05-15net rpc registry: fix getvalueraw to really print raw...Michael Adam1-1/+1
2008-05-15net rpc registry: add a getvalueraw subcommand.Michael Adam1-3/+32
2008-05-15net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal()Michael Adam1-1/+16
2008-05-15net rpc registry: fix usage message of getvalue.Michael Adam1-1/+1
2008-05-15net registry: add a getvalueraw command to print the value in raw format.Michael Adam1-0/+11
2008-05-15net registry: refactor core of net_registry_getvalue() outMichael Adam1-3/+9
2008-05-15net_registry: add raw output of value to print_registry_value().Michael Adam4-14/+37
2008-05-15net: Fix net lookup dsgetdcname, no need to pull site ourselves.Günther Deschner1-12/+2
2008-05-15testparm: list registry shares with testparm.Michael Adam1-1/+1
2008-05-12net ads: Upper case he realm name when calling kinit() using machine creds.coffeedude1-0/+1
2008-05-10Fix the build with DNS_UPDATESVolker Lendecke1-1/+1
2008-05-10net: more whitespace cleanupKai Blin16-795/+795
2008-05-10net: Remove globalsKai Blin29-1476/+1768
2008-05-10net: Some whitespace clean-up.Kai Blin2-40/+40
2008-05-10net: Fix usage string.Kai Blin1-1/+1
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-1/+1
2008-05-09cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner1-2/+2
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-2/+0
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner3-2/+33
2008-04-30Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...Jeremy Allison1-1/+1
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke1-3/+7
2008-04-23Correctly initialize lp_load in smbstatus in the presence of registry on tdb2Volker Lendecke1-4/+16
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam1-59/+37
2008-04-21Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke1-2/+7
2008-04-21net: Add libnetapi context to net's impressive list of globals.Günther Deschner3-11/+8
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-10/+10
2008-04-21cldap: add talloc context to ads_cldap_netlogon().Günther Deschner1-2/+2
2008-04-21libads: Use libnbt for CLDAP reply parsing.Günther Deschner1-24/+21
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-10/+11
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke6-23/+19
2008-04-20Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_nameVolker Lendecke1-3/+3
2008-04-20Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke1-6/+6
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke6-39/+40
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