index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
dbwrap
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
lib/dbwrap: depend directly on tdb, not tdb_compat.
Rusty Russell
2012-06-19
1
-1
/
+1
*
dbwrap: Remove an unnecessary ZERO_STRUCT
Volker Lendecke
2012-06-15
1
-1
/
+0
*
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+6
*
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+6
*
dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...
Volker Lendecke
2012-06-15
2
-8
/
+8
*
dbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32_atomic_bystring
Volker Lendecke
2012-06-15
2
-4
/
+8
*
dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...
Volker Lendecke
2012-06-15
2
-8
/
+8
*
dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystring
Volker Lendecke
2012-06-15
2
-4
/
+8
*
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+4
*
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+4
*
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+4
*
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
2012-06-15
2
-4
/
+4
*
s3: Use talloc_tos() in more places in dbwrap_util
Volker Lendecke
2012-06-12
1
-6
/
+10
*
lib/dbwrap: make it possible to delete/store the current record during traverse
Stefan Metzmacher
2012-05-31
1
-9
/
+71
*
lib/dbwrap: don't alter the record on failure in db_rbt_store()
Stefan Metzmacher
2012-05-31
1
-9
/
+10
*
lib/dbwrap: fix db_rbt_store and update the per record node pointer
Stefan Metzmacher
2012-05-31
1
-0
/
+1
*
lib/dbwrap: remove unused per db_record pointer in dbwrap_rbt
Stefan Metzmacher
2012-05-31
1
-10
/
+9
*
dbwrap: Fix Coverity ID 242750 Incorrect sizeof expression
Volker Lendecke
2012-05-15
1
-1
/
+1
*
move the dbwrap library to the top level
Michael Adam
2012-05-14
13
-0
/
+2821