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
*
fixed a bug found by volker
Andrew Tridgell
2003-06-20
1
-1
/
+2
*
Comment syncup.
Tim Potter
2003-04-14
1
-0
/
+21
*
Merge of tdb_unlockeys() crash fix.
Tim Potter
2003-03-13
1
-0
/
+2
*
When opening an existing DB, don't require the hash_size specified to
Martin Pool
2003-03-11
1
-2
/
+1
*
Ensure tdb error code is set for corrupt and i/o errors before calling
Jeremy Allison
2003-02-20
1
-1
/
+24
*
Ensure we overwrite a tdb if the hash size changes.
Jeremy Allison
2003-02-04
1
-1
/
+2
*
Added tdb_append() call. Efficiently adds to an entry. Used by new messaging
Jeremy Allison
2003-01-11
1
-12
/
+137
*
Add chainlock_read functions to get a read lock. Used in *massively*
Jeremy Allison
2002-11-09
1
-1
/
+11
*
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
2002-11-07
1
-1
/
+2
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
1
-0
/
+4
*
Make explicit the difference between a tdb key with no data attached, and
Jeremy Allison
2002-09-26
1
-2
/
+11
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-0
/
+18
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-2
/
+24
*
Added Shirish's client side caching policy change.
Jeremy Allison
2002-04-10
1
-1
/
+2
*
better check of called function's return
Simo Sorce
2002-04-07
1
-57
/
+125
*
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
Andrew Bartlett
2002-03-01
1
-1
/
+1
*
Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.
Jeremy Allison
2002-02-27
1
-0
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Raise log level of warning produced when the open() of the tdb fails.
Tim Potter
2002-01-22
1
-1
/
+1
*
Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.
Jeremy Allison
2002-01-09
1
-0
/
+5
*
debug statement fixups.
Jeremy Allison
2002-01-02
1
-31
/
+21
*
more irix -64 portability fixes
Andrew Tridgell
2001-12-31
1
-1
/
+2
*
Must check against -1 for fcntl error check.
Jeremy Allison
2001-12-13
1
-4
/
+4
*
Fix up warnings. Make tdb_openXX() names const.
Jeremy Allison
2001-12-11
1
-2
/
+2
*
Doc.
Martin Pool
2001-12-10
1
-1
/
+3
*
Allow for internal databases which may have no name.
Martin Pool
2001-12-10
1
-5
/
+5
*
Log more error messages.
Martin Pool
2001-12-10
1
-0
/
+1
*
Log more error messages.
Martin Pool
2001-12-10
1
-2
/
+12
*
Allocate tdb name up front in case log functions want to use it.
Martin Pool
2001-12-10
1
-6
/
+5
*
tdb_open_ex: More cleanups: just dynamically allocate the TDB_CONTEXT
Martin Pool
2001-12-10
1
-14
/
+27
*
Refactor code to check whether already open into its own function.
Martin Pool
2001-12-10
1
-8
/
+21
*
tdb_open_ex should always "goto fail" in case of error, rather than
Martin Pool
2001-12-10
1
-1
/
+2
*
Doc.
Martin Pool
2001-12-10
1
-0
/
+4
*
tdb_open_ex: Continue previous refactoring so that we consistently
Martin Pool
2001-12-10
1
-12
/
+12
*
tdb_open_ex: Refactor to use a pointer to tdb, rather than an auto
Martin Pool
2001-12-10
1
-57
/
+58
*
Put back changes to set errno, which seem to do no harm.
Martin Pool
2001-12-04
1
-12
/
+42
*
undo
Martin Pool
2001-12-04
1
-156
/
+69
*
Implement suggestion from tridge to leave the old tdb_open interface
Martin Pool
2001-12-04
1
-2
/
+9
*
Better error handling:
Martin Pool
2001-12-04
1
-66
/
+124
*
Set errno in tdb_open in cases where we detect an error in opening the
Martin Pool
2001-12-04
1
-11
/
+33
*
Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()
Tim Potter
2001-11-09
1
-5
/
+3
*
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
*
Ensure accessing NT member servers works with a Samba PDC. Don't
Jeremy Allison
2001-10-03
1
-1
/
+2
*
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
[next]