summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* s3: move smbldap_util to pdb_ldap_util.Günther Deschner2011-11-161-0/+1
* s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-035-7/+9
* s3-utils: net - Fix one error/usage messageBjörn Baumbach2011-11-031-1/+1
* s3: fix typo in net ads join outputDavid Disseldorp2011-10-311-1/+1
* s3-net: Make sure to always re-use the "good" dc for the DNS updates as well.Günther Deschner2011-10-281-1/+1
* s3-util: dbwrap_tool: fix fetch_string functionBjörn Baumbach2011-10-261-1/+1
* s3:net registry check: fix a case where automatic and read only mode take the...Gregor Beck2011-10-261-3/+5
* s3:net registry check: do not silently replace separatorsGregor Beck2011-10-261-2/+3
* s3-util: dbwrap_tool: add fetch fuctions for hex and stringBjörn Baumbach2011-10-181-0/+61
* s3-util: dbwrap_tool: add store hex functionBjörn Baumbach2011-10-181-3/+43
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* Remove unused function.Jeremy Allison2011-10-141-18/+0
* s3-net: Fix uninitialized variable in rpc_conf_import_internal().Günther Deschner2011-10-141-1/+1
* s3:net registry: fix segfault when net registry is called without subcommands...Michael Adam2011-10-141-0/+1
* s3-utils: add capabilities to dbwrap_toolBjörn Baumbach2011-10-141-17/+38
* s3:smbcacls: fix violation of coding conventionsGregor Beck2011-10-121-1/+2
* s3:net: avoid unnecessary initialization of the registry.Gregor Beck2011-10-121-2/+7
* s3:net: add command registry checkGregor Beck2011-10-125-0/+1430
* s3:net: factor out interact_edit()Gregor Beck2011-10-123-93/+163
* s3:smbcacls: make get_domain_sid() staticMichael Adam2011-10-121-1/+1
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-123-116/+191
* s3:smbcacls fix leaking talloc stackframce on tcon failureGregor Beck2011-10-121-2/+4
* s3:smbcacls fix possible SEGFAULTGregor Beck2011-10-121-10/+14
* s3:smbcacls add option domain-sidGregor Beck2011-10-121-5/+16
* s3:smbcacls get_domain_sid for sddl parsing/formating from lsarpcGregor Beck2011-10-121-2/+72
* s3:smbcacls pretty print acl control fieldGregor Beck2011-10-121-1/+43
* s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam2011-10-111-6/+10
* s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2011-10-112-8/+12
* s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam2011-10-111-1/+7
* s3:net: convert net idmap check to use dbwrap wrapper functions.Michael Adam2011-10-111-26/+55
* s3:net: convert net idmap to use only dbwrap wrapper functionsMichael Adam2011-10-111-19/+34
* s3:net: convert net serverid to only use dbwrap wrapper functionsMichael Adam2011-10-111-3/+3
* s3:net: fix the exit code of net serverid wipeMichael Adam2011-10-111-1/+1
* s3:net: fix the exit code of net serverid listMichael Adam2011-10-111-1/+1
* s3:dbwrap_torture: convert to using wrapper functions onlyMichael Adam2011-10-111-7/+9
* s3:dbwrap_tool: convert to using wrapper functions onlyMichael Adam2011-10-111-9/+9
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-1/+4
* s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...Michael Adam2011-10-111-3/+3
* s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam2011-10-111-0/+1
* s3-net: when all DNS servers fail to operate, the overal DNS registration resultGünther Deschner2011-10-101-0/+2
* s3:utils: avoid '//' commentsStefan Metzmacher2011-10-082-2/+2
* s3 net: Fix a discard const warningKai Blin2011-09-281-1/+1
* net: Don't register link local addresses with DNSKai Blin2011-09-241-0/+5
* s3:dbwrap_tool: add popt support and standard samba optionsMichael Adam2011-09-201-14/+44
* s3: Fix "ISO C90 forbids mixed declarations and code"Volker Lendecke2011-09-181-3/+3
* s3: Make sharesec optionally use sddlVolker Lendecke2011-09-161-1/+76
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-152-2/+2
* Finish commit 8745c70d by Michael Adam.Jeremy Allison2011-09-151-4/+4
* s3:net_time: make use of cli_state_server_time_zone() and cli_state_server_ti...Stefan Metzmacher2011-09-131-2/+2
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-082-2/+2