summaryrefslogtreecommitdiff
path: root/source3/utils/dbwrap_tool.c
Commit message (Expand)AuthorAgeFilesLines
* s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme2019-10-241-2/+0
* s3: free popt context in utilsSwen Schillig2019-08-221-0/+1
* s3:dbwrap_tool: Use cmdline_messaging_contextChristof Schmitt2018-09-071-0/+3
* dbwrap_tool: We don't do "listwatchers" anymoreVolker Lendecke2018-09-031-3/+2
* dbwrap_tool: Avoid an unnecessary "else"Volker Lendecke2018-09-031-1/+2
* dbwrap_tool: Simplify persistent/non-persistent checkVolker Lendecke2018-09-031-3/+1
* dbwrap_tool: Simplify listkey_fnVolker Lendecke2018-09-031-2/+3
* dbwrap_tool: Simplify dbwrap_tool_eraseVolker Lendecke2018-09-031-10/+3
* dbwrap: Remove dbwrap_watchers.tdb based codeVolker Lendecke2016-07-151-37/+1
* lib: Remove server_id_str()Volker Lendecke2015-04-281-3/+2
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* dbwrap_tool: add option "--non-persistent" and force excatly one of "--[non-]...Michael Adam2014-01-301-5/+18
* dbwrap_tool: remove the short form "-p" of "--persistent"Michael Adam2014-01-301-1/+1
* s3:utils/dbwrap_tool add exists operationChristian Ambach2013-04-221-4/+34
* s3:utils: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBsMichael Adam2013-01-151-12/+45
* dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2012-06-151-1/+1
* s3-dbwrap: Add "listwatchers" to dbwrap_toolVolker Lendecke2012-04-191-9/+62
* s3: Remove a typedefVolker Lendecke2012-01-241-3/+3
* s3: Remove a typedefVolker Lendecke2012-01-241-3/+3
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+1
* s3-util: dbwrap_tool: fix fetch_string functionBjörn Baumbach2011-10-261-1/+1
* 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
* s3-utils: add capabilities to dbwrap_toolBjörn Baumbach2011-10-141-17/+38
* s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2011-10-111-4/+4
* s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam2011-10-111-1/+7
* s3:dbwrap_tool: convert to using wrapper functions onlyMichael Adam2011-10-111-9/+9
* s3:dbwrap_tool: add popt support and standard samba optionsMichael Adam2011-09-201-14/+44
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3:dbwrap_tool: use lp_load_global()Michael Adam2011-07-281-1/+1
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-4/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* s3:dbwrap_tool: add listkeys operationMichael Adam2009-05-261-2/+45
* s3:dbwrap_tool: remove superfluous command mappingMichael Adam2009-05-261-1/+0
* s3:dbwrap_tool: add "erase" opearationMichael Adam2009-05-261-6/+42
* s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.Michael Adam2009-05-151-0/+247