index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
tdb
/
tdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-03-13
Fixed crash bug when calling tdb_unlockkeys() with no locked keys.
Tim Potter
1
-0
/
+2
2003-03-11
Note about using Valgrind with tdbs.
Martin Pool
1
-0
/
+21
2003-03-11
When opening an existing DB, don't require the hash_size specified to
Martin Pool
1
-2
/
+1
2003-02-20
Ensure tdb error code is set for corrupt and i/o errors before calling
Jeremy Allison
1
-0
/
+19
2003-02-14
Doc
Martin Pool
1
-1
/
+5
2003-02-04
Ensure we overwrite a tdb if the hash size changes.
Jeremy Allison
1
-1
/
+2
2003-01-11
Added tdb_append() call. Efficiently adds to an entry. Used by new messaging
Jeremy Allison
1
-12
/
+137
2002-11-09
Add chainlock_read functions to get a read lock. Used in *massively*
Jeremy Allison
1
-1
/
+11
2002-11-07
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
1
-1
/
+2
2002-10-04
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
1
-0
/
+4
2002-09-26
Make explicit the difference between a tdb key with no data attached, and
Jeremy Allison
1
-2
/
+11
2002-09-17
Never, *ever* hold a mutex lock in the message database where there may
Jeremy Allison
1
-0
/
+15
2002-08-30
ensure that we unlock in case we hit a tdb error
Andrew Tridgell
1
-0
/
+3
2002-07-15
don't report the faiilure of non-blocking locks. They are supposed to
Andrew Tridgell
1
-1
/
+1
2002-07-11
*Experimental* new large-scaling printer code. Splits printing.tdb into
Jeremy Allison
1
-1
/
+2
2002-05-22
auto-recover from the fairly common case of a non-clean tdb shutdown
Andrew Tridgell
1
-0
/
+10
2002-04-27
Merge Herb's idmap endian fix.
Jeremy Allison
1
-0
/
+6
2002-04-19
We cannot set errno=0 in any of the wrapper calls as this breaks UNIX error
Jeremy Allison
1
-1
/
+0
2002-04-19
First cut at fix for the EINTR problem... More needs to be done I think.
Jeremy Allison
1
-1
/
+7
2002-04-10
Added Shirish's client side caching policy change.
Jeremy Allison
1
-1
/
+2
2002-04-07
better check of called function's return
Simo Sorce
1
-57
/
+125
2002-03-01
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
Andrew Bartlett
1
-1
/
+1
2002-02-27
Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.
Jeremy Allison
1
-0
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-22
Raise log level of warning produced when the open() of the tdb fails.
Tim Potter
1
-1
/
+1
2002-01-09
Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.
Jeremy Allison
1
-0
/
+5
2002-01-02
debug statement fixups.
Jeremy Allison
1
-31
/
+21
2001-12-31
more irix -64 portability fixes
Andrew Tridgell
1
-1
/
+2
2001-12-13
Must check against -1 for fcntl error check.
Jeremy Allison
1
-4
/
+4
2001-12-11
Fix up warnings. Make tdb_openXX() names const.
Jeremy Allison
1
-2
/
+2
2001-12-10
Doc.
Martin Pool
1
-1
/
+3
2001-12-10
Allow for internal databases which may have no name.
Martin Pool
1
-5
/
+5
2001-12-10
Log more error messages.
Martin Pool
1
-0
/
+1
2001-12-10
Log more error messages.
Martin Pool
1
-2
/
+12
2001-12-10
Allocate tdb name up front in case log functions want to use it.
Martin Pool
1
-6
/
+5
2001-12-10
tdb_open_ex: More cleanups: just dynamically allocate the TDB_CONTEXT
Martin Pool
1
-14
/
+27
2001-12-10
Refactor code to check whether already open into its own function.
Martin Pool
1
-8
/
+21
2001-12-10
tdb_open_ex should always "goto fail" in case of error, rather than
Martin Pool
1
-1
/
+2
2001-12-10
Doc.
Martin Pool
1
-0
/
+4
2001-12-10
tdb_open_ex: Continue previous refactoring so that we consistently
Martin Pool
1
-12
/
+12
2001-12-10
tdb_open_ex: Refactor to use a pointer to tdb, rather than an auto
Martin Pool
1
-57
/
+58
2001-12-04
Put back changes to set errno, which seem to do no harm.
Martin Pool
1
-12
/
+42
2001-12-04
undo
Martin Pool
1
-156
/
+69
2001-12-04
Implement suggestion from tridge to leave the old tdb_open interface
Martin Pool
1
-2
/
+9
2001-12-04
Better error handling:
Martin Pool
1
-66
/
+124
2001-12-04
Set errno in tdb_open in cases where we detect an error in opening the
Martin Pool
1
-11
/
+33
2001-11-09
Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()
Tim Potter
1
-5
/
+3
2001-10-16
Don't core dump when using spinlocks on a read-only tdb. Unfortunately this
Jeremy Allison
1
-4
/
+16
2001-10-12
Fix for tdb_oob() on TDB_INTERNAL databases.
Jeremy Allison
1
-2
/
+7
2001-10-03
Ensure accessing NT member servers works with a Samba PDC. Don't
Jeremy Allison
1
-1
/
+2
[next]