summaryrefslogtreecommitdiffstats
path: root/source/lib/tdb/tools
Commit message (Collapse)AuthorAgeFilesLines
* r23950: unlink before rename is superfluous.Michael Adam2007-07-181-1/+0
| | | | Michael
* r23925: Use NULL instead of 0 for a void * argument.Michael Adam2007-07-171-1/+1
|
* r23853: Fix a very misleading error message in tdbbackup.Michael Adam2007-07-121-1/+1
| | | | Michael
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-103-6/+3
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-093-3/+3
| | | | Jeremy.
* r23184: Checkin for Tridge: Add a speed test to tdbtoolVolker Lendecke2007-05-291-2/+52
|
* r22948: sync lib/tdb/ with SAMBA_3_0Stefan Metzmacher2007-05-163-132/+185
| | | | metze
* r22945: merge 22009 from SAMBA_3_0 + some warning fixes for new code:Stefan Metzmacher2007-05-162-12/+12
| | | | | | | | change TDB_DATA from char * to unsigned char * and fix all compiler warnings in the users metze
* r22899: prepare merging from SAMBA_3_0:Stefan Metzmacher2007-05-155-0/+1556
move source/tdb to source/lib/tdb metze