summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-net: Added documentation for net_rpc_conf functionsVicentiu Ciorbaru2011-08-221-1/+44
* s3-net: Implemented net rpc conf import commandVicentiu Ciorbaru2011-08-221-3/+347
* s3-net: Added net rpc conf import command to net rpc confVicentiu Ciorbaru2011-08-221-0/+16
* s3-net: Implemented net rpc conf addshare commandVicentiu Ciorbaru2011-08-221-2/+255
* s3-net: Added net rpc conf addshare command to net rpc confVicentiu Ciorbaru2011-08-221-0/+15
* s3-net: Implemented net rpc conf setincludes commandVicentiu Ciorbaru2011-08-221-2/+141
* s3-net: Added net rpc conf setincludes command to net rpc confVicentiu Ciorbaru2011-08-221-0/+16
* s3-net: Implemented net rpc conf setparm commandVicentiu Ciorbaru2011-08-221-2/+201
* s3-net: Added net rpc conf setparm command to net rpc confVicentiu Ciorbaru2011-08-221-0/+14
* s3-net: Implemented net rpc conf delparm commandVicentiu Ciorbaru2011-08-221-2/+77
* s3-net: Added net rpc conf delparm command to net rpc confVicentiu Ciorbaru2011-08-221-0/+14
* s3-net: Refactored part of rpc_conf_delincludes_internalVicentiu Ciorbaru2011-08-221-82/+8
* s3-net: Created function net_rpc_conf_del_valueVicentiu Ciorbaru2011-08-221-0/+71
* s3-net: Implemented net rpc conf delincludes commandVicentiu Ciorbaru2011-08-221-2/+151
* s3-net: Added net rpc conf delincludes command to net rpc confVicentiu Ciorbaru2011-08-221-0/+14
* s3-net: Implemented net rpc conf getincludes commandVicentiu Ciorbaru2011-08-221-2/+99
* s3-net: Added net rpc conf getincludes command to net rpc confVicentiu Ciorbaru2011-08-221-0/+16
* s3-net: Implemented net rpc conf getparm commandVicentiu Ciorbaru2011-08-221-2/+115
* s3-net: Added net rpc conf getparm command to net rpc confVicentiu Ciorbaru2011-08-221-0/+14
* s3-net: Implemented net rpc conf delshare commandVicentiu Ciorbaru2011-08-221-3/+96