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
/
source4
/
lib
/
tdb
/
common
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-14
The msync manpage reports that msync *must* be called before munmap. Failure ...
Simo Sorce
1
-1
/
+1
2008-01-31
merged tdb transaction fix
Andrew Tridgell
1
-0
/
+3
2008-01-18
merged changes from v3-2-test
Andrew Tridgell
1
-2
/
+5
2008-01-18
merged tdb changes from ctdb
Andrew Tridgell
1
-16
/
+6
2008-01-15
merged tdb from ctdb bzr tree
Andrew Tridgell
1
-168
/
+240
2007-10-10
r24336: Use standard data type uint32_t rather than tdb-specific u32.
Jelmer Vernooij
1
-11
/
+11
2007-10-10
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23795: more v2->v3 conversion
Andrew Tridgell
1
-1
/
+1
2007-10-10
r23238: merged transaction lock changes from ctdb
Andrew Tridgell
1
-5
/
+4
2007-10-10
r22165: merge transaction fix from samba3
Andrew Tridgell
1
-0
/
+2
2007-10-10
r22081: transaction_brlock() should be static
Andrew Tridgell
1
-2
/
+2
2007-10-10
r22041: merge trivial changes from samba3
Stefan Metzmacher
1
-7
/
+8
2007-10-10
r21303: As discussed on samba-technical: Change the static array for the in-m...
Volker Lendecke
1
-6
/
+4
2007-10-10
r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0
Andrew Tridgell
1
-7
/
+10
2007-10-10
r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()
Andrew Tridgell
1
-15
/
+21
2007-10-10
r16774: This patch modifies the tdb API to allow the logging function to be used
Andrew Bartlett
1
-43
/
+43
2007-10-10
r16043: Fix error message
Simo Sorce
1
-3
/
+3
2007-10-10
r14916: print errno so I can work out why OpenBSD is failing the test for tdb
Andrew Tridgell
1
-1
/
+2
2007-10-10
r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allows
Andrew Tridgell
1
-0
/
+6
2007-10-10
r13283: added two optimisations to the tdb transactions code. The first is to
Andrew Tridgell
1
-1
/
+36
2007-10-10
r10891: I noticed that the secrets.db was not being backed up on my system due
Andrew Tridgell
1
-0
/
+9
2007-10-10
r10492: work around a bug in solaris which cases lock upgrades to fail with
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10483: fixed some uninitialised variables warnings
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10469: use the older style of structure initialisation for tdb to make it
Andrew Tridgell
1
-6
/
+6
2007-10-10
r10468: - terminate tdbtorture quickly when an error is detected
Andrew Tridgell
1
-0
/
+4
2007-10-10
r10465: separate out a read_only db from a read-only traversal to ensure we
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10460: fixed portability of transaction code to systems with integer
Andrew Tridgell
1
-6
/
+7
2007-10-10
r10421: following on discussions with simo, I have worked out a way of
Andrew Tridgell
1
-9
/
+20
2007-10-10
r10405: added transactions into tdb, and hook them into ldb. See my
Andrew Tridgell
1
-0
/
+976