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
/
source3
/
lib
/
dbwrap
/
dbwrap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
2011-10-11
1
-6
/
+8
*
s3:dbwrap: add dbwrap_fetch_locked(), a wrapper for db->fetch_locked
Michael Adam
2011-10-11
1
-0
/
+7
*
s3:dbwrap: add dbwrap_record_delete(), a wrapper for record->delete_rec
Michael Adam
2011-10-11
1
-0
/
+5
*
s3:dbwrap: add dbwrap_record_store(), a wrapper for record->store
Michael Adam
2011-10-11
1
-0
/
+5
*
s3:dbwrap: add get-functions for db_record key, value and private_data
Michael Adam
2011-10-11
1
-0
/
+15
*
s3:dbwrap: add wrapper function dbwrap_get_seqnum()
Michael Adam
2011-10-11
1
-0
/
+5
*
s3:dbwrap: add wrappers for transactions start/cancel/commit
Michael Adam
2011-10-11
1
-0
/
+15
*
s3:dbwrap: add wrapper dbwrap_get_flags()
Michael Adam
2011-10-11
1
-0
/
+5
*
s3:dbwrap: add a comment
Michael Adam
2011-10-11
1
-0
/
+4
*
s3:dbwrap: add function dbwrap_wipe()
Gregor Beck
2011-10-11
1
-0
/
+22
*
s3:dbwrap: implement dbwrap_fallback_exists() with dbwrap_parse_record()
Gregor Beck
2011-10-11
1
-10
/
+2
*
s3:dbwrap: allow NULL parser for dbwrap_parse_record()
Gregor Beck
2011-10-11
1
-0
/
+9
*
s3:dbwrap: dbwrap_parse_record() should always return -1 on "not found"
Gregor Beck
2011-10-11
1
-1
/
+1
*
s3:dbwrap: add function dbwrap_parse_record()
Gregor Beck
2011-10-11
1
-0
/
+12
*
s3:dbwrap: add function dbwrap_exists()
Gregor Beck
2011-10-11
1
-0
/
+29
*
s3:dbwrap: add a wrapper dbwrap_traverse_read()
Michael Adam
2011-10-11
1
-0
/
+18
*
s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...
Michael Adam
2011-10-11
1
-2
/
+12
*
s3:dbwrap: move dbwrap_traverse() to dbwrap.c, the core of the dbrwap subsystem
Michael Adam
2011-10-11
1
-0
/
+8
*
s3:dbwrap: move dbwrap_store() back to dbwrap.c, the core of the dbwrap subsy...
Michael Adam
2011-10-11
1
-0
/
+16
*
s3:dbwrap: move dbwrap_delete() back to dbwrap.c, the core of the dbwrap subs...
Michael Adam
2011-10-11
1
-0
/
+14
*
s3:dbwrap: move dbwrap_fetch() back to dbwrap.c, the core of the dbwrap subsy...
Michael Adam
2011-10-11
1
-0
/
+14
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-0
/
+66