ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / source4 / lib / tdb / common / transaction.c
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-16 Jelmer VernooijMerge branch 'singlecompression' into single
2008-09-16 Jelmer VernooijMerge branch 'singlepopt' into single
2008-09-16 Jelmer VernooijMerge branch 'singlensswrap' into single
2008-09-16 Jelmer VernooijMerge branch 'singlesw' into single
2008-09-16 Jelmer VernooijMerge branch 'singlereplace' into single
2008-09-16 Jelmer VernooijMerge branch 'singletdb' into single
2008-09-16 Jelmer VernooijUse single copy of tdb in both samba3 and samba4.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-14 Simo SorceThe msync manpage reports that msync *must* be called...
2008-02-09 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-python
2008-02-03 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-30 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-30 Andrew Tridgellmerged tdb transaction fix
2008-01-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-21 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-18 Andrew BartlettMerge commit 'origin/v4-0-test' into 4-0-local
2008-01-18 Andrew Tridgellmerged changes from v3-2-test
2008-01-18 Andrew Tridgellmerged tdb changes from ctdb
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-15 Andrew Tridgellmerged tdb from ctdb bzr tree
2007-10-10 Jelmer Vernooijr24336: Use standard data type uint32_t rather than...
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Andrew Tridgellr23238: merged transaction lock changes from ctdb
2007-10-10 Andrew Tridgellr22165: merge transaction fix from samba3
2007-10-10 Andrew Tridgellr22081: transaction_brlock() should be static
2007-10-10 Stefan Metzmacherr22041: merge trivial changes from samba3
2007-10-10 Volker Lendecker21303: As discussed on samba-technical: Change the...
2007-10-10 Andrew Tridgellr19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0
2007-10-10 Andrew Tridgellr19401: make tdb_lockall() much more efficient, and...
2007-10-10 Andrew Bartlettr16774: This patch modifies the tdb API to allow the...
2007-10-10 Simo Sorcer16043: Fix error message
2007-10-10 Andrew Tridgellr14916: print errno so I can work out why OpenBSD is...
2007-10-10 Andrew Tridgellr14799: added a tdb_get_seqnum() call, and the TDB_SEQN...
2007-10-10 Andrew Tridgellr13283: added two optimisations to the tdb transactions...
2007-10-10 Andrew Tridgellr10891: I noticed that the secrets.db was not being...
2007-10-10 Andrew Tridgellr10492: work around a bug in solaris which cases lock...
2007-10-10 Andrew Tridgellr10483: fixed some uninitialised variables warnings
2007-10-10 Andrew Tridgellr10469: use the older style of structure initialisation...
2007-10-10 Andrew Tridgellr10468: - terminate tdbtorture quickly when an error...
2007-10-10 Andrew Tridgellr10465: separate out a read_only db from a read-only...
2007-10-10 Andrew Tridgellr10460: fixed portability of transaction code to system...
2007-10-10 Andrew Tridgellr10421: following on discussions with simo, I have...
2007-10-10 Andrew Tridgellr10405: added transactions into tdb, and hook them...