summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2008-10-141-1/+1
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-142-11/+7
* Use common util_file code.Jelmer Vernooij2008-10-121-2/+2
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-113-10/+18
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-092-2/+2
* Remove an unused variableVolker Lendecke2008-10-051-1/+0
* net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter2008-10-031-13/+12
* [s3]testparm: give testparm one common exit point and call gfree_loadparm().Michael Adam2008-09-271-6/+13
* [s3]testparm: free the popt context when it is no longer used.Michael Adam2008-09-271-0/+2
* net: Make share type lookup a function.Kai Blin2008-09-264-12/+17
* s3-nbt: remove double nbt netlogon opcodes.Günther Deschner2008-09-251-4/+4
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-241-4/+4
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-231-1/+1
* Fixed "uninitilized variable" build warningSteven Danneman2008-09-151-1/+1
* net: use netapi for NetFileEnum.Günther Deschner2008-09-111-68/+32
* net: use netapi for NetFileClose.Günther Deschner2008-09-111-33/+13
* net: use netapi for NetShareEnum.Günther Deschner2008-09-111-66/+36
* net: share_type is defined in net_rap.c, net_rpc.c needs to use that.Kai Blin2008-09-102-2/+3
* net: use NETSETUP flags consistently.Günther Deschner2008-09-081-1/+1
* net: use netapi for rpc_sh_share_delete as well.Günther Deschner2008-09-051-10/+1
* net: use netapi for deleting shares.Günther Deschner2008-09-051-36/+2
* net: use netapi for rpc_sh_share_add as well.Günther Deschner2008-09-051-21/+15
* net: use netapi to add shares.Günther Deschner2008-09-051-49/+43
* Fix some nonempty blank linesVolker Lendecke2008-09-011-21/+21
* netapi: use NETSETUP join flags in examples.Günther Deschner2008-08-291-4/+4
* net: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needsGünther Deschner2008-08-291-0/+9
* net: use netapi for "net rpc user info" to enumerate user group membership.Günther Deschner2008-08-291-112/+27
* net: use netapi function to set user password.Günther Deschner2008-08-291-113/+18
* net: use netapi function to list users.Günther Deschner2008-08-291-63/+33
* net: use netapi for rpc_user_rename.Günther Deschner2008-08-291-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-211-2/+3
* Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison2008-08-181-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