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
2013-02-04
s3:dbrwap_ctdb: ZERO_STRUCT(rec) just to be sure in traverse_persistent_callb...
Michael Adam
1
-0
/
+1
2013-02-04
s3:dbwrap_ctdb: ZERO_STRUCT(rec) just to be sure in traverse_read_callback()
Michael Adam
1
-0
/
+2
2013-02-04
s3:dbwrap_ctdb: add "db_context" to "db_record"
Stefan Metzmacher
1
-2
/
+5
2013-02-04
s3:dbwrap_ctdb: setup result->name in db_open_ctdb()
Stefan Metzmacher
1
-0
/
+7
2012-11-29
s3: Remove db_ctdb_fetch
Volker Lendecke
1
-55
/
+11
2012-11-29
s3: Directly parse local existing records in db_ctdb_parse_record
Volker Lendecke
1
-0
/
+22
2012-11-29
s3: Factor out db_ctdb_can_use_local_hdr from db_ctdb_can_use_local_copy
Volker Lendecke
1
-11
/
+14
2012-11-29
s3: Remove unused code for fetching persistent ctdb records
Volker Lendecke
1
-129
/
+0
2012-11-29
s3: Avoid db_ctdb_fetch for persistent databases
Volker Lendecke
1
-0
/
+44
2012-11-29
s3: Factor out parse_newest_in_marshall_buffer from pull_newest_from_marshall...
Volker Lendecke
1
-15
/
+51
2012-11-29
s3: reduce db_ctdb_marshall_loop_next to specialized db_ctdb_marshall_buf_parse
Volker Lendecke
1
-48
/
+21
2012-11-29
s3: Factor out db_ctdb_marshall_loop_next_key from db_ctdb_marshall_loop_next
Volker Lendecke
1
-9
/
+24
2012-11-29
s3: Slightly simplify db_ctdb_marshall_loop_next
Volker Lendecke
1
-4
/
+3
2012-11-29
s3: Use db_ctdb_ltdb_parse in db_ctdb_fetch_db_seqnum_from_db
Volker Lendecke
1
-20
/
+21
2012-11-29
s3: Use db_ctdb_ltdb_parse in db_ctdb_ltdb_fetch
Volker Lendecke
1
-30
/
+46
2012-11-29
s3: Add db_ctdb_ltdb_parse
Volker Lendecke
1
-0
/
+42
2012-11-29
s3: Slightly simplify db_ctdb_transaction_commit
Volker Lendecke
1
-1
/
+2
2012-11-29
s3: Remove header==NULL code from db_ctdb_marshall_record
Volker Lendecke
1
-12
/
+5
2012-11-20
s3: Fix some blank line endings
Volker Lendecke
1
-10
/
+10
2012-09-21
s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supported
Gregor Beck
1
-0
/
+1
2012-08-31
s3:dbwrap_ctdb: Add DB name and key to warning message
Christof Schmitt
1
-1
/
+8
2012-07-31
s3:dbwrap_ctdb: initialize db_record->db
Stefan Metzmacher
1
-0
/
+1
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
[next]