summaryrefslogtreecommitdiff
path: root/source3/utils/dbwrap_tool.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-25s3:utils: Migrate dbwrap_tool to new cmdline option parserAndreas Schneider1-5/+24
2019-10-24s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme1-2/+0
2019-08-22s3: free popt context in utilsSwen Schillig1-0/+1
2018-09-07s3:dbwrap_tool: Use cmdline_messaging_contextChristof Schmitt1-0/+3
2018-09-03dbwrap_tool: We don't do "listwatchers" anymoreVolker Lendecke1-3/+2
2018-09-03dbwrap_tool: Avoid an unnecessary "else"Volker Lendecke1-1/+2
2018-09-03dbwrap_tool: Simplify persistent/non-persistent checkVolker Lendecke1-3/+1
2018-09-03dbwrap_tool: Simplify listkey_fnVolker Lendecke1-2/+3
2018-09-03dbwrap_tool: Simplify dbwrap_tool_eraseVolker Lendecke1-10/+3
2016-07-15dbwrap: Remove dbwrap_watchers.tdb based codeVolker Lendecke1-37/+1
2015-04-28lib: Remove server_id_str()Volker Lendecke1-3/+2
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-1/+1
2014-01-30dbwrap_tool: add option "--non-persistent" and force excatly one of "--[non-]...Michael Adam1-5/+18
2014-01-30dbwrap_tool: remove the short form "-p" of "--persistent"Michael Adam1-1/+1
2013-04-22s3:utils/dbwrap_tool add exists operationChristian Ambach1-4/+34
2013-02-19s3:utils: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-01-15s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBsMichael Adam1-12/+45
2012-06-15dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke1-1/+1
2012-04-19s3-dbwrap: Add "listwatchers" to dbwrap_toolVolker Lendecke1-9/+62
2012-01-24s3: Remove a typedefVolker Lendecke1-3/+3
2012-01-24s3: Remove a typedefVolker Lendecke1-3/+3
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2011-10-26s3-util: dbwrap_tool: fix fetch_string functionBjörn Baumbach1-1/+1
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-14s3-utils: add capabilities to dbwrap_toolBjörn Baumbach1-17/+38
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam1-4/+4
2011-10-11s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam1-1/+7
2011-10-11s3:dbwrap_tool: convert to using wrapper functions onlyMichael Adam1-9/+9
2011-09-20s3:dbwrap_tool: add popt support and standard samba optionsMichael Adam1-14/+44
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-07-28s3:dbwrap_tool: use lp_load_global()Michael Adam1-1/+1
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-4/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-02-23s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke1-1/+1
2009-05-26s3:dbwrap_tool: add listkeys operationMichael Adam1-2/+45
2009-05-26s3:dbwrap_tool: remove superfluous command mappingMichael Adam1-1/+0
2009-05-26s3:dbwrap_tool: add "erase" opearationMichael Adam1-6/+42
2009-05-15s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.Michael Adam1-0/+247