summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-319-25/+72
* Add -D option to sharesec util to delete the entire security descriptor.Steven Danneman2008-12-281-8/+23
* Change error messages in sharesec util to go to stderr instead of stdoutSteven Danneman2008-12-281-10/+10
* Cleaned up whitespace issues in sharesec.cSteven Danneman2008-12-281-35/+39
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-192-3/+6
* net luaVolker Lendecke2008-12-173-0/+396
* s3:net_status: use dbwrap to open sessionid.tdbStefan Metzmacher2008-12-161-24/+20
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-143-35/+53
* don't return 0 on error - bad for scriptsHerb Lewis2008-12-131-0/+2
* s3: correctly detect if the current dc is the closest oneStefan Metzmacher2008-12-131-1/+1
* s3-samr: fix SAMR_FIELD_PASSWORD callers.Günther Deschner2008-12-051-1/+1
* s3:net: fix password set of 'net rpc trustdom add'Stefan Metzmacher2008-12-041-1/+2
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-034-4/+4
* Implement type multi_sz for "net registry setvalue"Volker Lendecke2008-12-021-0/+4
* remove the explicit mem_ctx from ntlmssp_state, use the state itselfVolker Lendecke2008-11-301-3/+4
* s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner2008-11-282-2/+3
* Fix bug #5914 - Build failure: redefinition of struct name_listJeremy Allison2008-11-251-8/+8
* s3-libnet-samsync: use samsync_ops.Günther Deschner2008-11-181-4/+4
* s3-net: add "net rpc vampire passdb" that allows to take arguments.Günther Deschner2008-11-183-0/+22
* s3-net: use net_scan_dc in net rpc vampire keytab.Günther Deschner2008-11-181-8/+27
* s3-net: add net_scan_dc function.Günther Deschner2008-11-182-0/+42
* s3-net: add net_dc_info struct.Günther Deschner2008-11-181-0/+10
* s3-net-vampire: add support for partial replication (individual deltas).Günther Deschner2008-11-181-0/+109
* net: Fix net rap printq info documentation (bug #5892)Kai Blin2008-11-171-4/+5
* [s3]make keytab filename argument mandatory to "net rpc vampire keytab"Michael Adam2008-11-111-4/+11
* 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