summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-01Fix SRVSVC NetShareInfo level 502 client-side.Günther Deschner1-2/+2
2008-03-29Fix a segfault (an uninitialized variable)Volker Lendecke1-3/+3
2008-03-29Zero initial return_authenticator in net rpc samdump.Günther Deschner1-0/+2
2008-03-28net: add a "net registry" subcommand to locally access the registry.Michael Adam2-0/+531
2008-03-28Fix blob used in pull_netr_AcctLockStr().Günther Deschner1-1/+1
2008-03-27Re-add support for display and vampire of account policies in "net".Günther Deschner1-25/+78
2008-03-27Minor fix for net rpc samdump.Günther Deschner1-4/+5
2008-03-27net_conf: fix non-testmode import function.Michael Adam1-1/+11
2008-03-26net_conf: reformat - re-indent one function call.Michael Adam1-2/+5
2008-03-26net_conf: add casts to avoid compiler warnings.Michael Adam1-6/+6
2008-03-26net_conf: rename "ctx" to "mem_ctx" for clarity.Michael Adam1-22/+22
2008-03-26net_conf: use talloc_stackframe() instead of talloc_init().Michael Adam1-5/+5
2008-03-26net_conf: fix import function by using the new text backend of smbconf.Michael Adam1-195/+59
2008-03-25Fix usage message for 'net idmap dump'.Karolin Seeger1-1/+1
2008-03-23Fix Coverity ID 479Volker Lendecke1-1/+1
2008-03-23Fix Coverity ID 480Volker Lendecke1-1/+1
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam1-1/+1
2008-03-21libsmbconf: add backend specific init function.Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam1-1/+1
2008-03-21libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam1-4/+4
2008-03-20Move svc_status_string() out of rpc_client/cli_svcctl.cGünther Deschner1-0/+37
2008-03-20No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.Günther Deschner1-34/+6
2008-03-19ntlm_auth: Improve compliance to the Squid helper protocolKai Blin1-31/+44
2008-03-18Bind Group Policy processing closer to the samba registry.Günther Deschner1-37/+157
2008-03-18testparm: only check for %u und passwd program when passwd program is given.Michael Adam1-5/+10
2008-03-18testparm: correctly check for empty lp_passwd_prog().Michael Adam1-1/+3
2008-03-18testparm: fix irritating indentation.Michael Adam1-2/+1
2008-03-18testparm: fix a segfault triggered by setting "unix password sync = yes".Michael Adam1-1/+0
2008-03-17Some simplificationsVolker Lendecke1-1/+1