python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / utils / dbwrap_tool.c
2023-08-23 Pavel Kalugins3:utils: Use lpcfg_set_cmdline() in dbwrap_tool
2021-05-25 Andreas Schneiders3:utils: Migrate dbwrap_tool to new cmdline option...
2019-10-24 Ralph Boehmes3: remove now unneeded call to cmdline_messaging_context()
2019-08-22 Swen Schilligs3: free popt context in utils
2018-09-07 Christof Schmitts3:dbwrap_tool: Use cmdline_messaging_context
2018-09-03 Volker Lendeckedbwrap_tool: We don't do "listwatchers" anymore
2018-09-03 Volker Lendeckedbwrap_tool: Avoid an unnecessary "else"
2018-09-03 Volker Lendeckedbwrap_tool: Simplify persistent/non-persistent check
2018-09-03 Volker Lendeckedbwrap_tool: Simplify listkey_fn
2018-09-03 Volker Lendeckedbwrap_tool: Simplify dbwrap_tool_erase
2016-07-15 Volker Lendeckedbwrap: Remove dbwrap_watchers.tdb based code
2015-04-28 Volker Lendeckelib: Remove server_id_str()
2015-03-23 Volker Lendeckelib: load_case_tables() -> smb_init_locale()
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2014-01-30 Michael Adamdbwrap_tool: add option "--non-persistent" and force...
2014-01-30 Michael Adamdbwrap_tool: remove the short form "-p" of "--persistent"
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-22 Christian Ambachs3:utils/dbwrap_tool add exists operation
2013-02-19 Stefan Metzmachers3:utils: make use of samba_tevent_context_init()
2013-01-15 Michael Adams3:dbwrap_tool: add --persistent switch and mode for...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_u...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_in...
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-04-19 Volker Lendeckes3-dbwrap: Add "listwatchers" to dbwrap_tool
2012-01-24 Volker Lendeckes3: Remove a typedef
2012-01-24 Volker Lendeckes3: Remove a typedef
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-12-12 Volker Lendeckes3: Remove a bunch of calls to procid_self()
2011-10-26 Björn Baumbachs3-util: dbwrap_tool: fix fetch_string function
2011-10-18 Björn Baumbachs3-util: dbwrap_tool: add fetch fuctions for hex and...
2011-10-18 Björn Baumbachs3-util: dbwrap_tool: add store hex function
2011-10-14 Björn Baumbachs3-utils: add capabilities to dbwrap_tool
2011-10-11 Michael Adams3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap_tool: convert to using wrapper functions...
2011-09-20 Michael Adams3:dbwrap_tool: add popt support and standard samba...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-28 Michael Adams3:dbwrap_tool: use lp_load_global()
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2010-11-02 Andrew Bartletts3-debug Remove 'AllowDebugChange' and use lp_set_cmdli...
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-02-23 Volker Lendeckes3: Consolidate server_id_self into the equivalent...
2009-05-25 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-25 Michael Adams3:dbwrap_tool: add listkeys operation
2009-05-25 Michael Adams3:dbwrap_tool: remove superfluous command mapping
2009-05-25 Michael Adams3:dbwrap_tool: add "erase" opearation
2009-05-15 Michael Adams3:first cut at dbwrap_tool - a tdb tool that is CTDB...