Age | Commit message (Expand) | Author | Files | Lines |
2000-02-28 | Oops - put back filename argument to tdb_open(). | Tim Potter | 1 | -1/+1 |
2000-02-28 | Modifications to tdb_traverse() arguments to remove compile warnings. | Tim Potter | 2 | -3/+10 |
2000-02-28 | Allow tdb databases to be created "in memory" without having a file | Tim Potter | 1 | -55/+99 |
2000-02-28 | Added tdbtool to .cvsignore list. | Tim Potter | 1 | -0/+1 |
2000-02-17 | Updated docs for tdb_traverse. | Tim Potter | 1 | -2/+3 |
2000-02-16 | More checks for passing NULL tdb contexts to tdb functions. | Tim Potter | 1 | -0/+77 |
2000-02-16 | tdb_traverse() now takes three arguments. | Tim Potter | 1 | -3/+3 |
2000-02-15 | Return "Invalid tdb context" instead of crashing when tdb_error called | Tim Potter | 1 | -2/+6 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 4 | -12/+13 |
2000-01-24 | tdb record read error return check fix from Dave Airlie <airlied@samba.org>. | Jeremy Allison | 1 | -1/+1 |
2000-01-14 | casts and defines to make solaris happy | Andrew Tridgell | 1 | -0/+4 |
2000-01-08 | improved the error checking | Andrew Tridgell | 3 | -27/+86 |
2000-01-07 | don't use strcpy | Andrew Tridgell | 1 | -1/+2 |
2000-01-07 | don't require readline | Andrew Tridgell | 1 | -1/+13 |
2000-01-07 | - patch from Rusty to neaten up the code a bit | Andrew Tridgell | 2 | -232/+109 |
2000-01-05 | lower the default hash size a bit | Andrew Tridgell | 1 | -1/+1 |
2000-01-03 | ignore a few files | Andrew Tridgell | 1 | -0/+5 |
2000-01-03 | drop the alignment to 4 bytes - this makes tdb more space efficient | Andrew Tridgell | 1 | -1/+1 |
2000-01-02 | updated docs | Andrew Tridgell | 2 | -3/+7 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 5 | -21/+54 |
2000-01-02 | show test result in ops/sec | Andrew Tridgell | 1 | -2/+2 |
2000-01-02 | - optimise tdb_store() a little | Andrew Tridgell | 1 | -7/+15 |
1999-12-24 | a useful locking tester - it uses lots of simultaneous writers | Andrew Tridgell | 1 | -0/+117 |
1999-12-24 | fixed more locking bugs - all seems OK now | Andrew Tridgell | 2 | -42/+67 |
1999-12-23 | fixed locking code | Andrew Tridgell | 2 | -70/+195 |
1999-12-22 | fixed a bug in the handling of tdb version number upgrade | Andrew Tridgell | 1 | -0/+3 |
1999-12-22 | added some paranoia code | Andrew Tridgell | 1 | -41/+46 |
1999-12-21 | expanded the tdb documentation | Andrew Tridgell | 1 | -0/+110 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -31/+34 |
1999-12-21 | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 3 | -5/+44 |
1999-12-21 | first pass at the database code for Samba. This also includes a test | Andrew Tridgell | 5 | -0/+1518 |