summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2008-10-21Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison1-11/+0
2008-10-20s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner1-0/+1
2008-10-20Regenerate pidl output.Jelmer Vernooij1-1/+1
2008-10-19Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij3-4/+4
2008-10-19Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij1-7/+3
2008-10-18Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij1-4/+4
2008-10-18[s3]testparm: prevent "no stackframe around" warning.Michael Adam1-1/+1
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-2/+2
2008-10-16s3: remove rpccli_svcctl_query_config.Günther Deschner1-19/+30
2008-10-15s3: fix various samr callers.Günther Deschner1-5/+5
2008-10-15Share initshutdown.idl.Jelmer Vernooij1-8/+4
2008-10-14Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...Jeremy Allison1-26/+157
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij1-1/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2-11/+7
2008-10-12Use common util_file code.Jelmer Vernooij1-2/+2
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij3-10/+18
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2-2/+2
2008-10-05Remove an unused variableVolker Lendecke1-1/+0
2008-10-03net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter1-13/+12
2008-09-27[s3]testparm: give testparm one common exit point and call gfree_loadparm().Michael Adam1-6/+13
2008-09-27[s3]testparm: free the popt context when it is no longer used.Michael Adam1-0/+2
2008-09-26net: Make share type lookup a function.Kai Blin4-12/+17
2008-09-25s3-nbt: remove double nbt netlogon opcodes.Günther Deschner1-4/+4
2008-09-24s3-nbt: use the new generated nbt.Günther Deschner1-4/+4
2008-09-23s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner1-1/+1
2008-09-15Fixed "uninitilized variable" build warningSteven Danneman1-1/+1
2008-09-11net: use netapi for NetFileEnum.Günther Deschner1-68/+32
2008-09-11net: use netapi for NetFileClose.Günther Deschner1-33/+13
2008-09-11net: use netapi for NetShareEnum.Günther Deschner1-66/+36
2008-09-10net: share_type is defined in net_rap.c, net_rpc.c needs to use that.Kai Blin2-2/+3
2008-09-08net: use NETSETUP flags consistently.Günther Deschner1-1/+1
2008-09-05net: use netapi for rpc_sh_share_delete as well.Günther Deschner1-10/+1
2008-09-05net: use netapi for deleting shares.Günther Deschner1-36/+2
2008-09-05net: use netapi for rpc_sh_share_add as well.Günther Deschner1-21/+15
2008-09-05net: use netapi to add shares.Günther Deschner1-49/+43
2008-09-01Fix some nonempty blank linesVolker Lendecke1-21/+21
2008-08-29netapi: use NETSETUP join flags in examples.Günther Deschner1-4/+4
2008-08-29net: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needsGünther Deschner1-0/+9
2008-08-29net: use netapi for "net rpc user info" to enumerate user group membership.Günther Deschner1-112/+27
2008-08-29net: use netapi function to set user password.Günther Deschner1-113/+18
2008-08-29net: use netapi function to list users.Günther Deschner1-63/+33
2008-08-29net: use netapi for rpc_user_rename.Günther Deschner1-113/+15
2008-08-22net: Add missing colon to unify usage messages.Karolin Seeger1-2/+2
2008-08-21Fix broken net rpc join message when DC can't be found. Ensure we pass in a d...Jeremy Allison1-2/+3
2008-08-18Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison1-4/+3
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-2/+0
2008-08-13Exit smbstatus cleanly if messaging_init failsVolker Lendecke1-0/+6
2008-08-11libnetjoin: support kerberized joining/unjoing (fix #5416).Günther Deschner1-2/+8
2008-08-07Fix a build failure on host sunXVolker Lendecke1-1/+1
2008-08-01vampire keytab: add command line switch --clean-old-entries .Michael Adam3-0/+3