summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2011-11-16s3-net: use better state variable name for smbldap_state.Günther Deschner1-9/+9
2011-11-16s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner1-0/+1
2011-11-16s3: move smbldap_util to pdb_ldap_util.Günther Deschner1-0/+1
2011-11-03s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher5-7/+9
2011-11-03s3-utils: net - Fix one error/usage messageBjörn Baumbach1-1/+1
2011-10-31s3: fix typo in net ads join outputDavid Disseldorp1-1/+1
2011-10-28s3-net: Make sure to always re-use the "good" dc for the DNS updates as well.Günther Deschner1-1/+1
2011-10-26s3-util: dbwrap_tool: fix fetch_string functionBjörn Baumbach1-1/+1
2011-10-26s3:net registry check: fix a case where automatic and read only mode take the...Gregor Beck1-3/+5
2011-10-26s3:net registry check: do not silently replace separatorsGregor Beck1-2/+3
2011-10-18s3-util: dbwrap_tool: add fetch fuctions for hex and stringBjörn Baumbach1-0/+61
2011-10-18s3-util: dbwrap_tool: add store hex functionBjörn Baumbach1-3/+43
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-1/+1
2011-10-14Remove unused function.Jeremy Allison1-18/+0
2011-10-14s3-net: Fix uninitialized variable in rpc_conf_import_internal().Günther Deschner1-1/+1
2011-10-14s3:net registry: fix segfault when net registry is called without subcommands...Michael Adam1-0/+1
2011-10-14s3-utils: add capabilities to dbwrap_toolBjörn Baumbach1-17/+38
2011-10-12s3:smbcacls: fix violation of coding conventionsGregor Beck1-1/+2
2011-10-12s3:net: avoid unnecessary initialization of the registry.Gregor Beck1-2/+7
2011-10-12s3:net: add command registry checkGregor Beck5-0/+1430
2011-10-12s3:net: factor out interact_edit()Gregor Beck3-93/+163
2011-10-12s3:smbcacls: make get_domain_sid() staticMichael Adam1-1/+1
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce3-116/+191
2011-10-12s3:smbcacls fix leaking talloc stackframce on tcon failureGregor Beck1-2/+4
2011-10-12s3:smbcacls fix possible SEGFAULTGregor Beck1-10/+14
2011-10-12s3:smbcacls add option domain-sidGregor Beck1-5/+16
2011-10-12s3:smbcacls get_domain_sid for sddl parsing/formating from lsarpcGregor Beck1-2/+72
2011-10-12s3:smbcacls pretty print acl control fieldGregor Beck1-1/+43
2011-10-11s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam1-6/+10
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2-8/+12
2011-10-11s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam1-1/+7
2011-10-11s3:net: convert net idmap check to use dbwrap wrapper functions.Michael Adam1-26/+55
2011-10-11s3:net: convert net idmap to use only dbwrap wrapper functionsMichael Adam1-19/+34
2011-10-11s3:net: convert net serverid to only use dbwrap wrapper functionsMichael Adam1-3/+3
2011-10-11s3:net: fix the exit code of net serverid wipeMichael Adam1-1/+1
2011-10-11s3:net: fix the exit code of net serverid listMichael Adam1-1/+1
2011-10-11s3:dbwrap_torture: convert to using wrapper functions onlyMichael Adam1-7/+9
2011-10-11s3:dbwrap_tool: convert to using wrapper functions onlyMichael Adam1-9/+9
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-1/+4
2011-10-11s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...Michael Adam1-3/+3
2011-10-11s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam1-0/+1
2011-10-10s3-net: when all DNS servers fail to operate, the overal DNS registration resultGünther Deschner1-0/+2
2011-10-08s3:utils: avoid '//' commentsStefan Metzmacher2-2/+2
2011-09-28s3 net: Fix a discard const warningKai Blin1-1/+1
2011-09-24net: Don't register link local addresses with DNSKai Blin1-0/+5
2011-09-20s3:dbwrap_tool: add popt support and standard samba optionsMichael Adam1-14/+44
2011-09-18s3: Fix "ISO C90 forbids mixed declarations and code"Volker Lendecke1-3/+3
2011-09-16s3: Make sharesec optionally use sddlVolker Lendecke1-1/+76
2011-09-15s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2-2/+2
2011-09-15Finish commit 8745c70d by Michael Adam.Jeremy Allison1-4/+4