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
/
source
/
tdb
/
tdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Put pwrite code back in expand_file.
Jeremy Allison
2001-09-19
1
-3
/
+10
*
added a hook to reopen all tdb's after the server fork
Andrew Tridgell
2001-09-19
1
-10
/
+48
*
Fix based on Andrew's insight as re-using a tdb after fork means
Jeremy Allison
2001-09-19
1
-3
/
+23
*
Return correct error code on lock fail in tdb_expand.
Jeremy Allison
2001-09-19
1
-1
/
+1
*
Roll back earlier fix after talking with Andrew. The write_lock_record and
Jeremy Allison
2001-09-18
1
-2
/
+2
*
Fixed a couple of nasty bugs only easily seen with no mmap. Firstly,
Jeremy Allison
2001-09-18
1
-2
/
+4
*
Added mmap fix to pass lock test from HP.
Jeremy Allison
2001-08-02
1
-115
/
+222
*
Fix for rare tdb pattern store failure. Found & fixed by Rusty.
Jeremy Allison
2001-07-31
1
-1
/
+4
*
Always check fstat for error.
Jeremy Allison
2001-07-25
1
-10
/
+13
*
Fix for enumerating large numbers of users.
Jeremy Allison
2001-07-05
1
-1
/
+1
*
Ok - I misspoke.... mmap returns MAP_FAILED, not neccessarily -1 :-).
Jeremy Allison
2001-06-21
1
-2
/
+6
*
When mmap fails it returns -1 *NOT NULL*.
Jeremy Allison
2001-06-21
1
-1
/
+7
*
Fixed potential free of NULL found by SGI speedshop.
Jeremy Allison
2001-06-11
1
-1
/
+2
*
- fixed an off-by-1 bug in the delayed deletion code that I believe
Andrew Tridgell
2001-05-30
1
-47
/
+107
*
added a tdb_open_log() function that opens a tdb and enables logging
Andrew Tridgell
2001-05-30
1
-1
/
+1
*
more portable TDB_LOG macro
Andrew Tridgell
2001-05-29
1
-1
/
+1
*
try to make the tailer code much more robust. When a record
Andrew Tridgell
2001-05-28
1
-13
/
+99
*
make sure that when a tdb expands we fill the expanded area, otherwise ENOSPC...
Andrew Tridgell
2001-05-15
1
-6
/
+29
*
Implemented max connections in a similar way to 2.0.x (scan of connection db).
Jeremy Allison
2001-05-14
1
-6
/
+8
*
clearer tdb_mmap code
Andrew Tridgell
2001-05-06
1
-24
/
+19
*
merge from 2.2
Andrew Tridgell
2001-05-06
1
-6
/
+2
*
Fix problem with OpenBSD mmap and write not being coherent.
Jeremy Allison
2001-05-04
1
-8
/
+29
*
Fix for True64 treating readonly as a reserved word !
Jeremy Allison
2001-04-14
1
-2
/
+2
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-1
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-29
1
-12
/
+20
*
Set the tdb->map_ptr to NULL if mmap() returns -1.
Tim Potter
2001-01-16
1
-0
/
+3
*
The line was:
Christopher R. Hertel
2000-12-30
1
-1
/
+6
*
Added lock backouts on fail.
Jeremy Allison
2000-12-15
1
-3
/
+28
*
Two tdb bugfixes. First one - ensure that traverse lock is moved before deleting
Jeremy Allison
2000-12-13
1
-45
/
+58
*
Added Tim's fix for read-only crashes.
Jeremy Allison
2000-12-11
1
-0
/
+2
*
Fixed bug with tdb_next_lock failing when reaching then end of a hashchain
Jeremy Allison
2000-12-07
1
-9
/
+10
*
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
2000-12-06
1
-1013
/
+717
*
Fixed one tdb_read -> rec_free_read call.
Jeremy Allison
2000-12-05
1
-10
/
+2
*
Added sorted freelist neighbour merge code to stop tdb fragmentation.
Jeremy Allison
2000-12-05
1
-32
/
+212
*
Added print_freelist command.
Jeremy Allison
2000-12-02
1
-0
/
+35
*
change the split threahold for the free list to prevent freelist
Andrew Tridgell
2000-12-02
1
-1
/
+1
*
fixed a potential locking deadlock in tdb
Andrew Tridgell
2000-11-27
1
-1
/
+1
*
got rid of tdb_writelock() and instead lock a chain. tdb_writelock()
Andrew Tridgell
2000-10-10
1
-25
/
+0
*
Herb's fixes for profiling & compiler warnings.
Jeremy Allison
2000-10-05
1
-1
/
+1
*
Added debug so if zero length messages get sent we successfully remove
Jeremy Allison
2000-10-02
1
-3
/
+7
*
- use read locks when possible
Andrew Tridgell
2000-06-15
1
-42
/
+44
*
an imcompatible tdb format change (sorry!)
Andrew Tridgell
2000-05-12
1
-11
/
+2
*
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
*
fixed typo
Andrew Tridgell
2000-05-01
1
-1
/
+1
*
added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.
Andrew Tridgell
2000-05-01
1
-40
/
+63
*
- 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
1
-44
/
+0
*
Added tdb_get/set_int_byblob, which takes a size_t len and then implemented
Jeremy Allison
2000-04-28
1
-7
/
+19
[prev]
[next]