summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.Kai Blin2008-11-101-3/+15
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-063-5/+5
* Fixed typo in source/utils/net_rap.cJoe Smith2008-11-041-1/+1
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-016-67/+67
* s3-net: fix build warning.Günther Deschner2008-11-011-1/+1
* s3-samr: remove duplicate copies of Domain Object specific access rights.Günther Deschner2008-10-311-1/+1
* s3-samr: remove duplicate copies of SAM server specific access rights.Günther Deschner2008-10-311-1/+1
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-11/+7
* [s3]pdbedit: remove unused variable.Michael Adam2008-10-271-4/+0
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-232-2/+2
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-2/+2
* Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2008-10-231-1/+1
* Use common error definitions.Jelmer Vernooij2008-10-231-1/+1
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-211-11/+0
* s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner2008-10-201-0/+1
* Regenerate pidl output.Jelmer Vernooij2008-10-201-1/+1
* Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij2008-10-193-4/+4
* Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij2008-10-191-7/+3
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-181-4/+4
* [s3]testparm: prevent "no stackframe around" warning.Michael Adam2008-10-181-1/+1
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-2/+2
* s3: remove rpccli_svcctl_query_config.Günther Deschner2008-10-161-19/+30
* s3: fix various samr callers.Günther Deschner2008-10-151-5/+5
* Share initshutdown.idl.Jelmer Vernooij2008-10-151-8/+4
* Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...Jeremy Allison2008-10-141-26/+157
* 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