summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* net: use netapi for NetShareEnum.Günther Deschner2008-09-151-66/+36
* net: use NETSETUP flags consistently.Günther Deschner2008-09-151-1/+1
* net: use netapi for rpc_sh_share_delete as well.Günther Deschner2008-09-151-10/+1
* net: use netapi for deleting shares.Günther Deschner2008-09-151-36/+2
* net: use netapi for rpc_sh_share_add as well.Günther Deschner2008-09-151-21/+15
* net: use netapi to add shares.Günther Deschner2008-09-151-49/+43
* net: share_type is defined in net_rap.c, net_rpc.c needs to use that.Kai Blin2008-09-112-2/+3
* netapi: use NETSETUP join flags in examples.Günther Deschner2008-09-011-4/+4
* net: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needsGünther Deschner2008-09-011-0/+9
* net: use netapi for "net rpc user info" to enumerate user group membership.Günther Deschner2008-09-011-112/+27
* net: use netapi function to set user password.Günther Deschner2008-09-011-113/+18
* net: use netapi function to list users.Günther Deschner2008-09-011-63/+33
* net: use netapi for rpc_user_rename.Günther Deschner2008-09-011-113/+15
* net: Add missing colon to unify usage messages.Karolin Seeger2008-08-221-2/+2
* Fix broken net rpc join message when DC can't be found. Ensure we pass in a d...Jeremy Allison2008-08-221-2/+3
* Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison2008-08-191-4/+3
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-2/+0
* Exit smbstatus cleanly if messaging_init failsVolker Lendecke2008-08-131-0/+6
* libnetjoin: support kerberized joining/unjoing (fix #5416).Günther Deschner2008-08-111-2/+8
* Fix a build failure on host sunXVolker Lendecke2008-08-071-1/+1
* vampire keytab: add command line switch --clean-old-entries .Michael Adam2008-08-013-0/+3
* vampire keytab: introduce switch --single-obj-repl.Michael Adam2008-08-013-1/+4
* libnet dssync: rename flag single to single_object_replicationMichael Adam2008-08-011-1/+1
* net rpc vampire: rename --repl-nodiff to --force-full-repl.Michael Adam2008-08-013-3/+3
* libnet dssync: rename repl_nodiff flag to force_full_replication.Michael Adam2008-08-011-1/+1
* libnet dssync: support lists of dns (instead of one dn) for single object rep...Michael Adam2008-08-011-1/+2
* vampire keytab: add switch --repl-nodiff to trigger full replication.Michael Adam2008-08-013-0/+5
* dssync: allow replications of a single obj with net rpc vampire keytab.Michael Adam2008-08-011-0/+4
* dssync: replace the processing_fn by startup/process/finish ops.Michael Adam2008-08-011-1/+1
* netapi: when using NetApi functions forward net's kerberos setting.Günther Deschner2008-07-312-0/+9
* net: Use NetLocalGroupAdd() for adding aliases.Günther Deschner2008-07-311-62/+21
* net: add "-k" switch for kerberos authentication (in preparation for #5416).Günther Deschner2008-07-314-4/+17
* rpc_client: use init_samr_CryptPassword(Ex) in client tools.Günther Deschner2008-07-312-19/+16
* Fix warnings on FreeBSD-based platformsZach Loafman2008-07-221-8/+8
* Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-214-10/+19
* Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-215-32/+31
* Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-218-105/+116
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke2008-07-201-5/+5
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke2008-07-201-11/+10
* Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke2008-07-201-2/+3
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-6/+5
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-209-47/+70
* net rpc vampire: eliminate missing proto warning by making rpc_vampire_keytab...Michael Adam2008-07-181-8/+8
* testparm: allow the default debug level of 2 to be changed from the command l...Michael Adam2008-07-151-1/+8
* testparm: refactor the per-share logic checks out into do_per_share_checks().Michael Adam2008-07-151-58/+67
* testparm: skip the per-share logic checks when --skip-logic-checks is specified.Michael Adam2008-07-151-1/+1
* testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2008-07-151-3/+3
* testparm: add a switch --skip-global-checks.Michael Adam2008-07-151-1/+5
* Revert "Return timed out entries from gencache_get if timeout param != NULL"Volker Lendecke2008-07-111-2/+1
* Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.Jeremy Allison2008-07-071-1/+2