index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
While we're all making incompatible tdb changes, I changed the implementation
Tim Potter
2000-05-12
1
-4
/
+4
*
use gcc not insure by default in tdb build
Andrew Tridgell
2000-05-12
1
-1
/
+1
*
an imcompatible tdb format change (sorry!)
Andrew Tridgell
2000-05-12
2
-11
/
+3
*
when creating the database zero the reserved space
Andrew Tridgell
2000-05-10
1
-0
/
+8
*
- add some reserved space to every tdb, this will be
Andrew Tridgell
2000-05-10
1
-2
/
+3
*
Use a prime for default tdb hash size - this makes a difference !
Herb Lewis
2000-05-10
1
-1
/
+1
*
Added tdb_store_by_string() and tdb_fetch_by_string() functions to store
Tim Potter
2000-05-09
1
-0
/
+27
*
fixed typo
Andrew Tridgell
2000-05-01
1
-1
/
+1
*
added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.
Andrew Tridgell
2000-05-01
5
-45
/
+76
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
1
-20
/
+15
*
put tdb utility functions in a separate file
Andrew Tridgell
2000-04-29
2
-44
/
+67
*
Added tdb_get/set_int_byblob, which takes a size_t len and then implemented
Jeremy Allison
2000-04-28
1
-7
/
+19
*
added TDB_MODIFY flag - patch from from luke
Andrew Tridgell
2000-04-25
3
-5
/
+30
*
dump in a binary format
Andrew Tridgell
2000-04-24
1
-3
/
+45
*
use an size_t not a ssize_t when checking for out of bounds errors
Andrew Tridgell
2000-04-24
1
-1
/
+1
*
locking/locking.c: Fixed placeholder code for POSIX locking.
Jeremy Allison
2000-04-18
1
-0
/
+2
*
added tdb_get_int() and tdb_store_int()
Andrew Tridgell
2000-04-16
1
-0
/
+34
*
Added standard shell command thing using '!' as first character.
Tim Potter
2000-03-13
1
-41
/
+49
*
Check for null tdb context in tdb_exists()
Tim Potter
2000-03-01
1
-0
/
+7
*
Makefile for tdb directory.
Tim Potter
2000-02-28
1
-0
/
+21
*
Oops - put back filename argument to tdb_open().
Tim Potter
2000-02-28
1
-1
/
+1
*
Modifications to tdb_traverse() arguments to remove compile warnings.
Tim Potter
2000-02-28
2
-3
/
+10
*
Allow tdb databases to be created "in memory" without having a file
Tim Potter
2000-02-28
1
-55
/
+99
*
Added tdbtool to .cvsignore list.
Tim Potter
2000-02-28
1
-0
/
+1
*
Updated docs for tdb_traverse.
Tim Potter
2000-02-17
1
-2
/
+3
*
More checks for passing NULL tdb contexts to tdb functions.
Tim Potter
2000-02-16
1
-0
/
+77
*
tdb_traverse() now takes three arguments.
Tim Potter
2000-02-16
1
-3
/
+3
*
Return "Invalid tdb context" instead of crashing when tdb_error called
Tim Potter
2000-02-15
1
-2
/
+6
*
1) added void* state argument to tdb_traverse. guess what! there were
Luke Leighton
2000-02-04
4
-12
/
+13
*
tdb record read error return check fix from Dave Airlie <airlied@samba.org>.
Jeremy Allison
2000-01-24
1
-1
/
+1
*
casts and defines to make solaris happy
Andrew Tridgell
2000-01-14
1
-0
/
+4
*
improved the error checking
Andrew Tridgell
2000-01-08
3
-27
/
+86
*
don't use strcpy
Andrew Tridgell
2000-01-07
1
-1
/
+2
*
don't require readline
Andrew Tridgell
2000-01-07
1
-1
/
+13
*
- patch from Rusty to neaten up the code a bit
Andrew Tridgell
2000-01-07
2
-232
/
+109
*
lower the default hash size a bit
Andrew Tridgell
2000-01-05
1
-1
/
+1
*
ignore a few files
Andrew Tridgell
2000-01-03
1
-0
/
+5
*
drop the alignment to 4 bytes - this makes tdb more space efficient
Andrew Tridgell
2000-01-03
1
-1
/
+1
*
updated docs
Andrew Tridgell
2000-01-02
2
-3
/
+7
*
- added tdb_flags option to tdb_open()
Andrew Tridgell
2000-01-02
5
-21
/
+54
*
show test result in ops/sec
Andrew Tridgell
2000-01-02
1
-2
/
+2
*
- optimise tdb_store() a little
Andrew Tridgell
2000-01-02
1
-7
/
+15
*
a useful locking tester - it uses lots of simultaneous writers
Andrew Tridgell
1999-12-24
1
-0
/
+117
*
fixed more locking bugs - all seems OK now
Andrew Tridgell
1999-12-24
2
-42
/
+67
*
fixed locking code
Andrew Tridgell
1999-12-23
2
-70
/
+195
*
fixed a bug in the handling of tdb version number upgrade
Andrew Tridgell
1999-12-22
1
-0
/
+3
*
added some paranoia code
Andrew Tridgell
1999-12-22
1
-41
/
+46
*
expanded the tdb documentation
Andrew Tridgell
1999-12-21
1
-0
/
+110
*
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1999-12-21
1
-31
/
+34
*
first cut at using the tdb code for the connections structure, the
Andrew Tridgell
1999-12-21
3
-5
/
+44
[next]