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
/
source3
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trusting
Andrew Bartlett
2003-04-22
1
-6
/
+145
*
Merge valgrind header usage from HEAD.
Andrew Bartlett
2003-04-16
1
-10
/
+0
*
It's #ifdef CONFIG_H, not #if CONFI_H
Jelmer Vernooij
2003-04-15
1
-1
/
+1
*
Comment syncup.
Tim Potter
2003-04-14
1
-0
/
+21
*
Merge of tdbtool multi-line string fix.
Tim Potter
2003-04-14
1
-17
/
+17
*
Fix from Andrew Esh to ensure tdb_pack can't segfault.
Jeremy Allison
2003-04-10
1
-7
/
+10
*
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
*
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2003-01-30
1
-4
/
+13
*
*lots of small merges form HEAD
Gerald Carter
2003-01-15
1
-5
/
+9
*
Merge from HEAD:
Andrew Bartlett
2003-01-14
1
-40
/
+27
*
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
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-21
/
+21
*
Merge of some kind of bugfix from idra.
Tim Potter
2002-12-20
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
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
7
-0
/
+24
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
6
-10
/
+153
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2002-07-14
1
-0
/
+37
|
\
|
*
*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
[next]