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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
dbwrap
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb_wrap: Remove tdb_wrap_open_ again
Volker Lendecke
2014-03-31
1
-3
/
+3
*
dbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_open_tdb
Volker Lendecke
2014-03-31
1
-2
/
+8
*
dbwrap: completely check validity of lock order in dbwrap_check_lock_order()
Michael Adam
2014-02-07
1
-1
/
+1
*
dbwrap: add a comment explaining the supported lock orders
Michael Adam
2014-02-07
1
-0
/
+4
*
dbwrap: add DBWRAP_LOCK_ORDER_VALID()
Michael Adam
2014-02-07
1
-0
/
+4
*
dbwrap: add DBWRAP_LOCK_ORDER_MIN
Michael Adam
2014-02-07
1
-0
/
+1
*
dbwrap: move definition of DBWRAP_LOCK_ORDER_MAX to the private header.
Michael Adam
2014-02-07
2
-1
/
+2
*
dbwrap: explicitly use DBWRAP_LOCK_ORDER_NONE in tdb->ntdb conversion
Michael Adam
2014-02-07
1
-2
/
+4
*
dbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order "0".
Michael Adam
2014-02-07
2
-1
/
+2
*
dbwrap: add dbwrap_flags argument to dbwrap_local_open()
Michael Adam
2014-02-07
2
-2
/
+4
*
dbwrap: add a dbwrap_flags argument to db_open_ntdb()
Michael Adam
2014-02-07
3
-4
/
+7
*
dbwrap: add a dbwrap_flags argument to db_open_tdb()
Michael Adam
2014-02-07
3
-4
/
+6
*
dbwrap: add DBWRAP_FLAG_OPTIMIZE_READONLY_ACCESS
Michael Adam
2014-02-07
1
-0
/
+1
*
dbwrap: add flags DBWRAP_FLAG_NONE
Michael Adam
2014-02-07
1
-0
/
+2
*
dbwrap: No lock_order check if not required
Volker Lendecke
2013-12-14
1
-13
/
+6
*
dbwrap_cache: Check negative first
Volker Lendecke
2013-12-14
1
-3
/
+3
*
dbwrap_cache: Fix dbwrap_cache_validate
Volker Lendecke
2013-12-14
1
-2
/
+14
*
dbwrap: Avoid a stackframe in fetch_locked_internal
Volker Lendecke
2013-12-14
1
-5
/
+2
*
Revert "dbwrap: dbwrap_fetch_locked_timeout()."
Volker Lendecke
2013-06-06
5
-160
/
+0
*
dbwrap: Fix CID 1002092 Uninitialized scalar variable
Volker Lendecke
2013-05-12
1
-1
/
+3
*
ntdb: remove --disable-ntdb.
Rusty Russell
2013-04-13
1
-8
/
+0
*
dbwrap: Add a comment explaining a restriction
Volker Lendecke
2013-03-27
1
-0
/
+11
*
dbwrap_local_open: never open the .tdb if there is an .ntdb
Rusty Russell
2013-02-20
1
-0
/
+5
*
dbwrap_local_open: open NTDB if extension is .ntdb
Rusty Russell
2013-02-20
1
-5
/
+157
*
dbwrap: dbwrap_ntdb.c
Rusty Russell
2013-02-20
3
-10
/
+734
*
dbwrap: Prevent transactions on non-persistent dbs
Volker Lendecke
2013-02-08
1
-0
/
+5
*
lib/dbwrap: talloc_strdup() name in db_open_file()
Stefan Metzmacher
2013-02-04
1
-1
/
+6
*
dbwrap: add dbwrap_is_persistent()
Michael Adam
2013-01-15
2
-0
/
+6
*
dbwrap: Remove an unnecessary if-statement
Volker Lendecke
2012-11-29
1
-3
/
+1
*
dbwrap: No need to NULL out a talloc_zero'ed structure element
Volker Lendecke
2012-11-29
1
-1
/
+0
*
dbwrap: Use talloc_zero in db_open_rbt
Volker Lendecke
2012-11-29
1
-5
/
+1
*
dbwrap: Use talloc_zero in db_open_cache
Volker Lendecke
2012-11-29
1
-6
/
+1
*
dbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_bystring
Volker Lendecke
2012-11-29
1
-13
/
+27
*
dbwrap: use talloc_stackframe() in db_tdb_log_key()
Andrew Bartlett
2012-10-25
1
-3
/
+4
*
s3:dbwrap: remove unused args from db_open_file()
Gregor Beck
2012-09-21
2
-6
/
+2
*
s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong...
Gregor Beck
2012-09-21
1
-2
/
+5
*
lib/dbwrap: rewrite lock order check to ease debugging
Gregor Beck
2012-08-03
2
-30
/
+56
*
ntdb: make --disable-ntdb work properly.
Rusty Russell
2012-07-04
1
-0
/
+2
*
dbwrap: don't ignore the result of dbwrap_parse_record in dbwrap_fetch_int32()
Stefan Metzmacher
2012-06-22
1
-1
/
+5
*
dbwrap: intialize state.status in dbwrap_fetch_int32()
Stefan Metzmacher
2012-06-22
1
-0
/
+2
*
dbwrap: Convert fetch_int32 to dbwrap_parse_record
Volker Lendecke
2012-06-22
1
-13
/
+24
*
dbwrap: Add dbwrap_fetch_int32
Volker Lendecke
2012-06-22
2
-3
/
+11
*
dbwrap: Add dbwrap_change_int32_atomic
Volker Lendecke
2012-06-22
2
-9
/
+21
*
dbwrap: dbwrap_hash_size().
Rusty Russell
2012-06-22
7
-0
/
+12
*
dbwrap: dbwrap_name().
Rusty Russell
2012-06-22
7
-1
/
+11
*
dbwrap: dbwrap_transaction_start_nonblock().
Rusty Russell
2012-06-22
4
-0
/
+26
*
dbwrap: dbwrap_fetch_locked_timeout().
Rusty Russell
2012-06-22
4
-0
/
+52
*
dbwrap: add dbwrap_check() function.
Rusty Russell
2012-06-22
4
-0
/
+31
*
dbwrap: dbwrap_local_open()
Rusty Russell
2012-06-22
4
-0
/
+92
*
dbwrap: remove get_flags().
Rusty Russell
2012-06-22
5
-24
/
+0
[next]