summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Remove a typedefVolker Lendecke2012-01-241-3/+3
* s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...Andrew Bartlett2012-01-181-1/+1
* s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett2012-01-1813-138/+137
* s3-build: Rework object lists to allow gse gensec moduleAndrew Bartlett2012-01-181-39/+0
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-186-10/+20
* s3:smbcontrol: avoid using messaging_event_context()Stefan Metzmacher2012-01-171-10/+7
* s3:smbcontrol: pass tevent_context down to wait_replies()Stefan Metzmacher2012-01-171-10/+11
* s3:smbcontrol: pass tevent_context down to subcommandsStefan Metzmacher2012-01-171-38/+69
* s3: Put an indirection layer into share_mode_lockVolker Lendecke2012-01-121-3/+5
* s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be genericAndrew Bartlett2012-01-111-1/+3
* Fix bug #8687 - net memberships usage info is wrongJeremy Allison2012-01-061-1/+1
* s3-net: Fix the return codes. 0 on success, -1 on failureAmitay Isaacs2011-12-191-2/+2
* s3:smbcontrol: remove unused "samsync" and "samrepl" commandsStefan Metzmacher2011-12-131-30/+0
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-127-10/+8
* 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