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_ctdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-29
s3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_local_record()
Michael Adam
1
-1
/
+3
2012-06-29
s3:dbwrap_ctdb: fix a comment in db_ctdb_fetch()
Michael Adam
1
-2
/
+3
2012-06-29
s3:dbwrap_ctdb: expand the comment for the db_ctdb_can_use_local_copy() function
Michael Adam
1
-1
/
+4
2012-06-29
s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()
Michael Adam
1
-3
/
+3
2012-06-29
s3:dbrwap_ctdb: remove commented out legacy code
Michael Adam
1
-5
/
+1
2012-06-29
s3:dbwrap_ctdb: fix fetch/fetch_locked when samba is built against old ctdb
Michael Adam
1
-4
/
+3
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
1
-1
/
+1
2012-06-27
s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...
Gregor Beck
1
-6
/
+17
2012-06-22
dbwrap: remove get_flags().
Rusty Russell
1
-8
/
+0
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_ctdb.c
Michael Adam
1
-6
/
+8
2012-05-13
s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.h
Michael Adam
1
-0
/
+1
2012-04-20
s3-dbwrap: Add dbwrap_set_stored_callback
Volker Lendecke
1
-0
/
+1
2012-04-20
s3-dbwrap: Add dbwrap_db_id
Volker Lendecke
1
-0
/
+11
2012-04-18
s3-dbwrap: Fix an unused var warning
Volker Lendecke
1
-0
/
+2
2012-04-17
s3: Add dbwrap_try_fetch_locked
Volker Lendecke
1
-3
/
+33
2012-04-03
s3: Enhance the dbwrap needed x attempts msg
Volker Lendecke
1
-1
/
+5
2012-03-30
s3: Avoid a crash with debug level 10
Volker Lendecke
1
-1
/
+2
2012-03-16
s3-dbwrap: Move "lock_order" initialization to db_open_xx
Volker Lendecke
1
-0
/
+1
2012-03-10
tdb_wrap: Move to specific directory.
Jelmer Vernooij
1
-1
/
+1
2012-03-05
s3-ctdb: Enable CTDB readonly support only if CTDB supports it
Amitay Isaacs
1
-0
/
+4
2012-03-05
dbwrap_ctdb: only fetch a read-only copy if we had a record already.
Rusty Russell
1
-2
/
+7
2012-03-05
dbwrap_ctdb: handle read-only records.
Rusty Russell
1
-9
/
+26
2012-01-18
s3: Use lock_order for setting the db priority
Volker Lendecke
1
-0
/
+18
2012-01-18
s3: Pass down lock_order to db_open_ctdb
Volker Lendecke
1
-2
/
+4
2011-12-15
s3-dbwrap: Remove the "fetch" db_context callback
Volker Lendecke
1
-1
/
+0
2011-12-15
s3-dbwrap: Implement db_ctdb_parse_record in terms of db_ctdb_fetch
Volker Lendecke
1
-0
/
+19
2011-11-29
s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.
Michael Adam
1
-24
/
+14
2011-11-29
s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus()
Michael Adam
1
-14
/
+1
2011-11-25
s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodoo
Gregor Beck
1
-0
/
+13
2011-10-14
s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for persis...
Stefan Metzmacher
1
-3
/
+15
2011-10-13
s3:dbwrap_ctdb: fix the build after changing signature of tdb_wrap_open()
Michael Adam
1
-1
/
+7
2011-10-12
s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...
Michael Adam
1
-2
/
+1
2011-10-12
s3:dbwrap_ctdb: fix check for skipping the __db_sequence_number__ in traverse
Michael Adam
1
-1
/
+1
2011-10-12
s3-dbwrap_ctdb: fix the build.
Günther Deschner
1
-1
/
+4
2011-10-12
s3:dbwrap: remove m_all marshall buffer from ctdb transaction.
Gregor Beck
1
-23
/
+1
2011-10-12
s3:dbwrap: traverse records created within this transaction.
Gregor Beck
1
-1
/
+39
2011-10-11
s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_pri...
Michael Adam
1
-0
/
+1
2011-10-11
s3:dbwrap: move the db_open_ctdb() prototype to a new header dbwrap_ctdb.h
Michael Adam
1
-0
/
+1
2011-09-28
s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...
Michael Adam
1
-2
/
+1
2011-09-20
s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent...
Michael Adam
1
-0
/
+26
2011-09-07
s3:dbwrap_ctdb: improve error message in transaction destructor
Gregor Beck
1
-1
/
+2
2011-08-30
s3: Silence some warnings
Volker Lendecke
1
-0
/
+19
2011-08-15
s3:dbwrap_ctdb: improve transaction start/commit/cancel debugging
Michael Adam
1
-2
/
+8
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-0
/
+1440