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
/
tdb2
/
tdb1_lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
TDB2: remove TDB1 compatibility.
Rusty Russell
2012-06-19
1
-560
/
+0
*
tdb2: fix bogus error from tdb_unlockall() after fork in tdb1 backend.
Rusty Russell
2011-09-14
1
-3
/
+3
*
tdb2: check lock owner in tdb1 backend.
Rusty Russell
2011-09-14
1
-24
/
+71
*
tdb2: catch errors in tdb1_needs_recovery()
Rusty Russell
2011-09-14
1
-5
/
+19
*
tdb2: unify tdb1_chainlock et al. into tdb_chainlock
Rusty Russell
2011-09-14
1
-25
/
+1
*
tdb2: merge tdb1_context into tdb_context.
Rusty Russell
2011-09-14
1
-42
/
+42
*
tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code.
Rusty Russell
2011-09-14
1
-2
/
+2
*
tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2
Rusty Russell
2011-09-14
1
-4
/
+9
*
tdb2: suppress tdb1 backend logging when locking returns EINTR or EAGAIN
Rusty Russell
2011-09-14
1
-1
/
+2
*
tdb2: make tdb1 use same low-level lock functions.
Rusty Russell
2011-09-14
1
-312
/
+56
*
tdb2: Make tdb1 use the tdb_file structure.
Rusty Russell
2011-09-14
1
-65
/
+65
*
tdb2: Make TDB1 code use TDB2's open flags.
Rusty Russell
2011-09-14
1
-4
/
+4
*
tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD.
Rusty Russell
2011-09-14
1
-22
/
+22
*
tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()
Rusty Russell
2011-09-14
1
-31
/
+41
*
tdb2: get rid of TDB1 mark and nonblock functions.
Rusty Russell
2011-09-14
1
-26
/
+10
*
tdb2: remove _PUBLIC_ in tdb1 functions.
Rusty Russell
2011-09-14
1
-8
/
+8
*
tdb2: Remove unused tdb1 functions.
Rusty Russell
2011-09-14
1
-68
/
+0
*
tdb2: import TDB1 code.
Rusty Russell
2011-09-14
1
-0
/
+847