summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* s3:net registry check: replace rawmemchr by functionally equivalent portable ...Michael Adam2011-12-061-2/+2
* Revert "Remove rawmemchr calls - found by Ira Cooper. These are glibc-specifi...Michael Adam2011-12-061-4/+3
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-031-2/+2
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-2/+2
* lib/util: factor out tdb_data_is_emptyGregor Beck2011-12-032-14/+7
* s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ...Gregor Beck2011-12-031-6/+2
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-021-0/+1
* s3:net registry check: adapt to new semantic of dbwrap_fetch with rbtGregor Beck2011-11-291-6/+6
* s3:net registry check: adapt to new semantic of dbwrap_fetchGregor Beck2011-11-291-10/+13
* s3:net registry check: handle missing version infoGregor Beck2011-11-291-0/+36
* s3:dbwrap_torture: code cleanupGregor Beck2011-11-291-3/+3
* s3:net registry check: improve console outputGregor Beck2011-11-251-7/+4
* s3:utils: make use of cli_tree_connect()Stefan Metzmacher2011-11-242-4/+4
* Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls,...Jeremy Allison2011-11-181-3/+4
* s3-net Do not look for a local SID when we are a DCAndrew Bartlett2011-11-171-7/+8
* s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner2011-11-161-1/+16
* s3-net: use better state variable name for smbldap_state.Günther Deschner2011-11-161-9/+9
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-161-0/+1
* 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