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
*
Remove valgrind_strlen function, hopefully no longer needed with
Martin Pool
2003-03-11
1
-10
/
+0
*
Note about using Valgrind with tdbs.
Martin Pool
2003-03-11
1
-0
/
+21
*
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
-0
/
+19
*
Doc
Martin Pool
2003-02-14
1
-1
/
+5
*
Ensure we overwrite a tdb if the hash size changes.
Jeremy Allison
2003-02-04
1
-1
/
+2
*
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2003-01-30
1
-4
/
+13
*
Keep all the const warnings in one place, by adding a utility function to
Andrew Bartlett
2003-01-12
1
-44
/
+31
*
fix tdb_append() prototype
Gerald Carter
2003-01-11
1
-1
/
+1
*
Added tdb_append() call. Efficiently adds to an entry. Used by new messaging
Jeremy Allison
2003-01-11
3
-12
/
+148
*
tdb_chainlock_with_timeout: Add TODO: If we time out waiting for a
Martin Pool
2003-01-09
1
-0
/
+4
*
BIG patch...
Andrew Bartlett
2003-01-02
1
-21
/
+21
*
it's getting comic ...
Simo Sorce
2002-12-17
1
-1
/
+2
*
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
2002-12-11
1
-0
/
+10
*
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
2002-11-23
1
-4
/
+8
*
Add chainlock_read functions to get a read lock. Used in *massively*
Jeremy Allison
2002-11-09
2
-5
/
+50
*
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
2002-11-07
2
-12
/
+10
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
3
-6
/
+49
*
Make explicit the difference between a tdb key with no data attached, and
Jeremy Allison
2002-09-26
1
-2
/
+11
*
tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>
Volker Lendecke
2002-09-23
1
-0
/
+1
*
tdb tools need #include <signal.h>
Jeremy Allison
2002-09-19
3
-0
/
+3
*
Never, *ever* hold a mutex lock in the message database where there may
Jeremy Allison
2002-09-17
3
-0
/
+17
*
ensure that we unlock in case we hit a tdb error
Andrew Tridgell
2002-08-30
1
-0
/
+3
*
don't report the faiilure of non-blocking locks. They are supposed to
Andrew Tridgell
2002-07-15
1
-1
/
+1
*
*Experimental* new large-scaling printer code. Splits printing.tdb into
Jeremy Allison
2002-07-11
1
-1
/
+2
*
don't backup to a newer file
Andrew Tridgell
2002-06-28
1
-1
/
+17
*
Added tdb_delete_by_string() function.
Tim Potter
2002-06-03
1
-0
/
+14
*
auto-recover from the fairly common case of a non-clean tdb shutdown
Andrew Tridgell
2002-05-22
1
-0
/
+10
*
fixed tdbtool from core dumping. But the braces to make Chris happy !
Jean-François Micouleau
2002-04-30
1
-2
/
+4
*
Merge Herb's idmap endian fix.
Jeremy Allison
2002-04-27
2
-0
/
+7
*
We cannot set errno=0 in any of the wrapper calls as this breaks UNIX error
Jeremy Allison
2002-04-19
1
-1
/
+0
*
First cut at fix for the EINTR problem... More needs to be done I think.
Jeremy Allison
2002-04-19
1
-1
/
+7
*
ignore a few more files
Andrew Tridgell
2002-04-16
1
-0
/
+1
*
Extra file for the tdb search code (linked list definition).
Andrew Bartlett
2002-04-14
1
-0
/
+37
*
Partly based on the work by mimir (Rafal Szczesniak
Andrew Bartlett
2002-04-14
1
-0
/
+72
*
Make our atomic increment code actually do this during its first/second run.
Andrew Bartlett
2002-04-13
1
-5
/
+20
*
Added Shirish's client side caching policy change.
Jeremy Allison
2002-04-10
1
-1
/
+2
*
When printing a tdb log message display "unnamed" instead of "unknown" if
Tim Potter
2002-04-09
1
-1
/
+1
*
uint32 store and fectch functions, a signed int is not enough sometimes
Simo Sorce
2002-04-07
1
-0
/
+96
*
better check of called function's return
Simo Sorce
2002-04-07
2
-59
/
+127
*
Make winbindd_idmap tdb endian independent. This is very important for
Jeremy Allison
2002-03-21
1
-93
/
+0
*
a bit more portability for tdbbackup
Andrew Tridgell
2002-03-11
1
-1
/
+2
*
make tdbbackup more portable
Andrew Tridgell
2002-03-10
1
-4
/
+17
*
prevent bogus compiler complaints about comments in comments
Andrew Tridgell
2002-03-10
1
-2
/
+2
*
added a bunch of explanation about tdbbackup
Andrew Tridgell
2002-03-09
1
-0
/
+23
*
don't use -pg by default when building standalone
Andrew Tridgell
2002-03-09
1
-1
/
+1
*
added -v and -s options
Andrew Tridgell
2002-03-08
1
-23
/
+101
*
added a tdb backup utility
Andrew Tridgell
2002-03-07
2
-1
/
+177
*
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
[next]