index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
dbwrap
/
dbwrap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-27
dbwrap: changed log level for information about lock order
Andrew Tridgell
1
-1
/
+1
2012-01-18
s3: Enforce a lock order in dbwrap
Volker Lendecke
1
-1
/
+80
2011-12-15
s3-dbwrap: All relevant backends provide parse_record(). Remove the fallback.
Volker Lendecke
1
-37
/
+0
2011-12-15
s3-dbwrap: Remove the "fetch" db_context callback
Volker Lendecke
1
-21
/
+0
2011-12-15
s3-dbwrap: Rewrite dbwrap_fetch in terms of dbwrap_parse_record
Volker Lendecke
1
-3
/
+30
2011-12-15
s3-dbwrap: Rewrite dbwrap_fallback_parse_record based on dbwrap_fetch_locked
Volker Lendecke
1
-4
/
+13
2011-12-15
s3-dbwrap: Make dbwrap_parse_record return NTSTATUS
Volker Lendecke
1
-18
/
+16
2011-12-09
s3-dbwrap: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-12-08
s3-dbwrap: & is not required when taking a function pointer
Volker Lendecke
1
-1
/
+1
2011-12-08
s3-dbwrap: Make dbwrap_fallback_wipe private
Volker Lendecke
1
-1
/
+4
2011-12-08
s3-dbwrap: Avoid an "else" by an early return
Volker Lendecke
1
-4
/
+4
2011-12-08
s3-dbwrap: Make dbwrap_fallback_parse_record private
Volker Lendecke
1
-5
/
+5
2011-12-08
s3-dbwrap: Make dbwrap_fallback_fetch private
Volker Lendecke
1
-3
/
+6
2011-12-08
s3-dbwrap: use wrappers where appropriate
Volker Lendecke
1
-7
/
+7
2011-12-02
s3: Fix some nonblank line endings
Volker Lendecke
1
-4
/
+4
2011-12-02
s3: Remove unused dbwrap_record_get_private_data
Volker Lendecke
1
-5
/
+0
2011-11-29
s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.
Michael Adam
1
-12
/
+10
2011-10-11
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
1
-6
/
+8
2011-10-11
s3:dbwrap: add dbwrap_fetch_locked(), a wrapper for db->fetch_locked
Michael Adam
1
-0
/
+7
2011-10-11
s3:dbwrap: add dbwrap_record_delete(), a wrapper for record->delete_rec
Michael Adam
1
-0
/
+5
2011-10-11
s3:dbwrap: add dbwrap_record_store(), a wrapper for record->store
Michael Adam
1
-0
/
+5
2011-10-11
s3:dbwrap: add get-functions for db_record key, value and private_data
Michael Adam
1
-0
/
+15
2011-10-11
s3:dbwrap: add wrapper function dbwrap_get_seqnum()
Michael Adam
1
-0
/
+5
2011-10-11
s3:dbwrap: add wrappers for transactions start/cancel/commit
Michael Adam
1
-0
/
+15
2011-10-11
s3:dbwrap: add wrapper dbwrap_get_flags()
Michael Adam
1
-0
/
+5
2011-10-11
s3:dbwrap: add a comment
Michael Adam
1
-0
/
+4
2011-10-11
s3:dbwrap: add function dbwrap_wipe()
Gregor Beck
1
-0
/
+22
2011-10-11
s3:dbwrap: implement dbwrap_fallback_exists() with dbwrap_parse_record()
Gregor Beck
1
-10
/
+2
2011-10-11
s3:dbwrap: allow NULL parser for dbwrap_parse_record()
Gregor Beck
1
-0
/
+9
2011-10-11
s3:dbwrap: dbwrap_parse_record() should always return -1 on "not found"
Gregor Beck
1
-1
/
+1
2011-10-11
s3:dbwrap: add function dbwrap_parse_record()
Gregor Beck
1
-0
/
+12
2011-10-11
s3:dbwrap: add function dbwrap_exists()
Gregor Beck
1
-0
/
+29
2011-10-11
s3:dbwrap: add a wrapper dbwrap_traverse_read()
Michael Adam
1
-0
/
+18
2011-10-11
s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...
Michael Adam
1
-2
/
+12
2011-10-11
s3:dbwrap: move dbwrap_traverse() to dbwrap.c, the core of the dbrwap subsystem
Michael Adam
1
-0
/
+8
2011-10-11
s3:dbwrap: move dbwrap_store() back to dbwrap.c, the core of the dbwrap subsy...
Michael Adam
1
-0
/
+16
2011-10-11
s3:dbwrap: move dbwrap_delete() back to dbwrap.c, the core of the dbwrap subs...
Michael Adam
1
-0
/
+14
2011-10-11
s3:dbwrap: move dbwrap_fetch() back to dbwrap.c, the core of the dbwrap subsy...
Michael Adam
1
-0
/
+14
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-0
/
+66