index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
dbwrap_tool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-24
s3: remove now unneeded call to cmdline_messaging_context()
Ralph Boehme
1
-2
/
+0
2019-08-22
s3: free popt context in utils
Swen Schillig
1
-0
/
+1
2018-09-07
s3:dbwrap_tool: Use cmdline_messaging_context
Christof Schmitt
1
-0
/
+3
2018-09-03
dbwrap_tool: We don't do "listwatchers" anymore
Volker Lendecke
1
-3
/
+2
2018-09-03
dbwrap_tool: Avoid an unnecessary "else"
Volker Lendecke
1
-1
/
+2
2018-09-03
dbwrap_tool: Simplify persistent/non-persistent check
Volker Lendecke
1
-3
/
+1
2018-09-03
dbwrap_tool: Simplify listkey_fn
Volker Lendecke
1
-2
/
+3
2018-09-03
dbwrap_tool: Simplify dbwrap_tool_erase
Volker Lendecke
1
-10
/
+3
2016-07-15
dbwrap: Remove dbwrap_watchers.tdb based code
Volker Lendecke
1
-37
/
+1
2015-04-28
lib: Remove server_id_str()
Volker Lendecke
1
-3
/
+2
2015-03-24
lib: load_case_tables() -> smb_init_locale()
Volker Lendecke
1
-1
/
+1
2014-02-07
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
1
-1
/
+1
2014-01-30
dbwrap_tool: add option "--non-persistent" and force excatly one of "--[non-]...
Michael Adam
1
-5
/
+18
2014-01-30
dbwrap_tool: remove the short form "-p" of "--persistent"
Michael Adam
1
-1
/
+1
2013-04-22
s3:utils/dbwrap_tool add exists operation
Christian Ambach
1
-4
/
+34
2013-02-19
s3:utils: make use of samba_tevent_context_init()
Stefan Metzmacher
1
-1
/
+1
2013-01-15
s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBs
Michael Adam
1
-12
/
+45
2012-06-15
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
1
-1
/
+1
2012-04-19
s3-dbwrap: Add "listwatchers" to dbwrap_tool
Volker Lendecke
1
-9
/
+62
2012-01-24
s3: Remove a typedef
Volker Lendecke
1
-3
/
+3
2012-01-24
s3: Remove a typedef
Volker Lendecke
1
-3
/
+3
2012-01-18
s3: Add a "lock_order" argument to db_open
Volker Lendecke
1
-1
/
+2
2011-12-12
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
1
-1
/
+1
2011-10-26
s3-util: dbwrap_tool: fix fetch_string function
Björn Baumbach
1
-1
/
+1
2011-10-18
s3-util: dbwrap_tool: add fetch fuctions for hex and string
Björn Baumbach
1
-0
/
+61
2011-10-18
s3-util: dbwrap_tool: add store hex function
Björn Baumbach
1
-3
/
+43
2011-10-14
s3-utils: add capabilities to dbwrap_tool
Björn Baumbach
1
-17
/
+38
2011-10-11
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
1
-4
/
+4
2011-10-11
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
1
-1
/
+7
2011-10-11
s3:dbwrap_tool: convert to using wrapper functions only
Michael Adam
1
-9
/
+9
2011-09-20
s3:dbwrap_tool: add popt support and standard samba options
Michael Adam
1
-14
/
+44
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-07-28
s3:dbwrap_tool: use lp_load_global()
Michael Adam
1
-1
/
+1
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2010-11-02
s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead
Andrew Bartlett
1
-4
/
+1
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-1
/
+1
2010-08-26
s3-build: use dbwrap.h only where needed.
Günther Deschner
1
-0
/
+1
2010-02-23
s3: Consolidate server_id_self into the equivalent procid_self()
Volker Lendecke
1
-1
/
+1
2009-05-26
s3:dbwrap_tool: add listkeys operation
Michael Adam
1
-2
/
+45
2009-05-26
s3:dbwrap_tool: remove superfluous command mapping
Michael Adam
1
-1
/
+0
2009-05-26
s3:dbwrap_tool: add "erase" opearation
Michael Adam
1
-6
/
+42
2009-05-15
s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.
Michael Adam
1
-0
/
+247