summaryrefslogtreecommitdiffstats
path: root/source3/lib/tdb
Commit message (Collapse)AuthorAgeFilesLines
...
* r23925: Use NULL instead of 0 for a void * argument.Michael Adam2007-10-101-1/+1
| | | | (This used to be commit 864b3d260f3b099b1f24edf4ed0a7ed52b05f6cc)
* r23853: Fix a very misleading error message in tdbbackup.Michael Adam2007-10-101-1/+1
| | | | | Michael (This used to be commit 3a2a032a44502eebdb61faf9cfdb3e54f5072514)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-10-102-6/+2
| | | | (This used to be commit 43cd589773148fe3d243892768ce187604dd0c33)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-1013-26/+13
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-1013-13/+13
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-103-6/+3
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-103-3/+3
| | | | | Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-103-3/+3
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.Jeremy Allison2007-10-101-1/+5
| | | | | Jeremy. (This used to be commit d7b39e4534d85c84e8b24668ab7d7a93d5647c23)
* r23371: Fix the misleading comment I added - it really *should*Jeremy Allison2007-10-101-2/+2
| | | | | | | say "locks chain and returned record", not "and returns record" Jeremy. (This used to be commit bf951e3d7f0310cc624abab11a7fb04c50770425)
* r23370: Traverse in tdb wasn't consistently using theJeremy Allison2007-10-101-8/+10
| | | | | | | | | | | | | travlocks.lock_rw for lock read/write types, it was sometimes using it (tdb_next_lock) and sometimes explicitly using F_WRLCK instead. Change this to consistently use travlocks.lock_rw only. I'm pretty sure about this fix (else I woudn't be checking this in :-) but tridge and Volker please review. Jeremy. (This used to be commit d0b64567630ec02eb437aa713847bb23a8be8a60)
* r23184: Checkin for Tridge: Add a speed test to tdbtoolVolker Lendecke2007-10-101-2/+52
| | | | (This used to be commit a343521439f68c76c9939f04eea96c6e6d6b01e4)
* r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead recordVolker Lendecke2007-10-102-0/+5
| | | | | optimization. (This used to be commit 945f73fa39ba6f2b637379ac20d52b4d0306d77f)
* r22641: Install tdbdump and tdbbackup.Jelmer Vernooij2007-10-102-3/+3
| | | | (This used to be commit 232c5c65578e3cddffe7e6ed996de7fc42b32f48)
* r22364: sync lib/tdb/ with samba4Stefan Metzmacher2007-10-1010-82/+3300
| | | | | | | there's no code change here... metze (This used to be commit 562a9ce019af802b4a71c210b69bc8b93ebcd76f)
* r22363: merge from samba4:Stefan Metzmacher2007-10-101-1/+1
| | | | | | | fix compiler warning metze (This used to be commit e9200b4475bcae4fd5eaaf94905c8a9beccd635a)
* r22317: add tdb_ prefix to non static functionStefan Metzmacher2007-10-103-8/+8
| | | | | metze (This used to be commit 56e31d60c672689e934fbed2794c7c54cf874b11)
* r22316: merge from samba4:Stefan Metzmacher2007-10-101-2/+2
| | | | | | | this function should be static metze (This used to be commit f722fd32da56aabca2fffe243e89177bc23e2be7)
* r22315: move tdbback.c content into tdbbackup.cStefan Metzmacher2007-10-103-273/+169
| | | | | | | | | and make the functions static. also use libreplace headers in tdbbackup.c metze (This used to be commit 1ca12b1c9e7e8267fa13a40ebeb2bdcd199237de)
* r22314: use libreplace headersStefan Metzmacher2007-10-101-12/+4
| | | | | metze (This used to be commit d757cdc092b07972c110208717f13fdc0656f55f)
* r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher2007-10-1031-0/+6905
metze (This used to be commit c7def92a9c2e17c90061ef17bc14e36250574e85)