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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix headers. This I know is correct.
Martin Pool
2001-12-04
1
-0
/
+1
*
undo
Martin Pool
2001-12-04
7
-184
/
+83
*
Implement suggestion from tridge to leave the old tdb_open interface
Martin Pool
2001-12-04
5
-13
/
+22
*
Better error handling:
Martin Pool
2001-12-04
6
-77
/
+139
*
Magic file for TDB databases.
Martin Pool
2001-12-04
1
-0
/
+10
*
Set errno in tdb_open in cases where we detect an error in opening the
Martin Pool
2001-12-04
2
-12
/
+35
*
Added prototypes for new fns. Thanks Elrond.
Jeremy Allison
2001-12-03
1
-0
/
+7
*
Don't display any data if tdb_fetch() failed in the tdbtool "fetch"
Tim Potter
2001-12-03
1
-1
/
+4
*
Updated definition of fstring.
Tim Potter
2001-12-03
1
-4
/
+11
*
Added a 'keys' command to tdbtool which prints out all keys in the tdb.
Tim Potter
2001-11-28
1
-0
/
+10
*
Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()
Tim Potter
2001-11-09
2
-13
/
+5
*
Don't core dump when using spinlocks on a read-only tdb. Unfortunately this
Jeremy Allison
2001-10-16
1
-4
/
+16
*
Fix for tdb_oob() on TDB_INTERNAL databases.
Jeremy Allison
2001-10-12
1
-2
/
+7
*
PPC spinlocks work again. Sorry, my bad.
Anton Blanchard
2001-10-06
1
-1
/
+1
*
Ensure accessing NT member servers works with a Samba PDC. Don't
Jeremy Allison
2001-10-03
1
-1
/
+2
*
fixed compilation of tdbtorture
Andrew Tridgell
2001-09-27
1
-0
/
+5
*
tdbtorture updates from when I was trying to track down the hp tdb bug
Andrew Tridgell
2001-09-24
1
-12
/
+50
*
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
2
-10
/
+49
*
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
*
flush stdout in test logging fns
Andrew Tridgell
2001-09-06
2
-0
/
+2
*
use a different test tdb name for tdbtest and tdbtorture
Andrew Tridgell
2001-09-06
1
-1
/
+1
*
actually obey the "use mmap" smb.conf option
Andrew Tridgell
2001-09-06
1
-1
/
+5
*
Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8
Tim Potter
2001-08-29
2
-13
/
+13
*
Add missing gcc memory barriers, this bug showed up when doing a
Anton Blanchard
2001-08-19
1
-16
/
+43
*
Patch for having spaces in tdb keys, NULL termination fixes and other
Tim Potter
2001-08-07
1
-22
/
+87
*
Print an error message if database could not be opened.
Volker Lendecke
2001-08-04
1
-0
/
+7
*
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
*
removed some debug code
Andrew Tridgell
2001-07-04
1
-18
/
+13
*
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
*
Added *.po to .cvsignore files.
Tim Potter
2001-06-01
1
-0
/
+1
*
merged fix for tdb_unpack from 2_2
Andrew Tridgell
2001-05-30
1
-1
/
+4
*
added list function to tdbtool
Andrew Tridgell
2001-05-30
1
-0
/
+2
*
- fixed an off-by-1 bug in the delayed deletion code that I believe
Andrew Tridgell
2001-05-30
4
-58
/
+162
*
added a tdb_open_log() function that opens a tdb and enables logging
Andrew Tridgell
2001-05-30
2
-1
/
+34
*
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
4
-14
/
+123
*
Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.
Jeremy Allison
2001-05-25
1
-3
/
+32
*
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
2
-8
/
+7
[next]