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
/
source4
/
lib
/
tdb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3091: link only the needed stuff
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the
Andrew Tridgell
1
-3
/
+3
2007-10-10
r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functions
Andrew Tridgell
2
-74
/
+0
2007-10-10
r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().
Jeremy Allison
1
-3
/
+3
2007-10-10
r2634: use discard_const_p() in a few places
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2493: allow tdb to build standalone
Andrew Tridgell
1
-0
/
+4
2007-10-10
r2238: the tdb_debug() function was totally bogus - remove it (you can't
Andrew Tridgell
3
-36
/
+23
2007-10-10
r2154: Merge of Jim's format string fixup in r2130:2131
Tim Potter
1
-1
/
+1
2007-10-10
r2092: fix the build(don't catch main() by make proto)
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r2088: add tdbtorture tdbdump and tdbtest to the build
Stefan Metzmacher
5
-17
/
+119
2007-10-10
r2034: Allow user-selectable hash functions on open only.
Jeremy Allison
2
-16
/
+21
2007-10-10
r1054: Build extra binaries in bin directory like ldb does.
Tim Potter
1
-5
/
+5
2007-10-10
r1053: Make tdb build standalone:
Tim Potter
4
-17
/
+18
2007-10-10
r990: fix tdb standalone build
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
2
-3
/
+3
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
3
-17
/
+17
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
3
-5
/
+5
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r888: more ..int32 -> ..int32_t stuff
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-35
/
+35
2007-10-10
r849: move tdb/tools/Makefile to tdb/Makefile.tdb
Stefan Metzmacher
2
-29
/
+29
2007-10-10
r848: convert lib/tdb into the same layout as lib/ldb
Stefan Metzmacher
15
-3
/
+1307
2007-10-10
r826: removed a pile of old code, in preparation for a new ACL handling syste...
Andrew Tridgell
1
-62
/
+0
2007-10-10
r808: fix libtdb build by ifedffing out an smb_panic() and copying over Catch...
Simo Sorce
1
-3
/
+44
2007-10-10
r728: - let libldb_tdb depend on new subsystem LIBTDB
Stefan Metzmacher
4
-59
/
+68
2007-10-10
r452: move from first-fit to best-fit in tdb record allocation. For a
Andrew Tridgell
1
-48
/
+97
2004-04-01
allow "struct TDB_DATA" as well as just "TDB_DATA"
Andrew Tridgell
1
-1
/
+1
2004-03-28
merge some recent tdb changed from samba3
Andrew Tridgell
2
-9
/
+74
2004-03-28
switch from SIG_ATOMIC_T to sig_atomic_t
Andrew Tridgell
3
-4
/
+4
2004-03-28
after discussion with the copyright holders tdb is now under the LGPL
Andrew Tridgell
3
-38
/
+56
2004-03-28
added a TDB_MODIFY flag to tdb_store() that says "if the record
Andrew Tridgell
2
-0
/
+7
2004-03-28
added a private pointer to tdb_traverse() to allow callers to supply
Andrew Tridgell
2
-4
/
+4
2004-03-28
removed the state parameter to tdb_traverse and the TDB_MODIFY flag
Andrew Tridgell
2
-12
/
+7
2003-12-12
* the RPC-ECHO pipe now works in smbd, as long as the data sizes
Andrew Tridgell
1
-2
/
+1
2003-12-10
* removed some unused code
Andrew Tridgell
4
-49
/
+174
2003-08-15
more fixes from the IRIX compiler (thanks herb!)
Andrew Tridgell
2
-3
/
+3
2003-08-13
first public release of samba4 code
Andrew Tridgell
8
-0
/
+3550