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
/
ldb
/
ldb_tdb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4744: until we decide what to do about attribute aliasing (see my recent
Andrew Tridgell
1
-3
/
+5
2007-10-10
r4714: move the ldb code to the new talloc interface (eg remove _p suffix)
Simo Sorce
5
-47
/
+47
2007-10-10
r4488: removed an unused variable
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...
Andrew Tridgell
3
-7
/
+7
2007-10-10
r4477: expanded the test suite to increase code coverage a lot
Andrew Tridgell
2
-12
/
+52
2007-10-10
r4474: - converted ldb to use talloc internally
Andrew Tridgell
7
-454
/
+471
2007-10-10
r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'm
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...
Volker Lendecke
1
-0
/
+1
2007-10-10
r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...
Volker Lendecke
1
-9
/
+36
2007-10-10
r4282: removed a spurious error message now we remove index entries in the mo...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4281: fixed an ldb indexing bug in ldb found by volker.
Andrew Tridgell
3
-8
/
+19
2007-10-10
r4071: - ldap does allow adding additional attribute values with a modify
Andrew Tridgell
1
-2
/
+7
2007-10-10
r4040: sorry today is not my day...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4038: fix sign/unsign bug I introduced in -r 4022
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4022: fix compiler warnings
Stefan Metzmacher
4
-6
/
+7
2007-10-10
r3897: add a locking infrastructure
Simo Sorce
1
-18
/
+32
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
7
-66
/
+121
2007-10-10
r3782: use ldb_ namespace
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3754: merge in ldb modules support from the tmp branch ldbPlugins
Simo Sorce
5
-206
/
+247
2007-10-10
r3095: - fix a free'ing of msg.dn
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r3093: - implment ldb_rename() and ldbrename
Stefan Metzmacher
1
-0
/
+58
2007-10-10
r3089: fix memleak
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r2713: better handling of binary values in index key creation
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2667: Remove forward declaration of static function from function. GCC 3.5 a...
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r2556: fixed the -s one bug that jelmer pointed out
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.
Andrew Tridgell
1
-2
/
+6
2007-10-10
r2192: removed an erroneous free() call on an error path
Andrew Tridgell
1
-1
/
+0
2007-10-10
r1901: add missing include of <fnmatch.h>
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1511: fixed a free() that should be ldb_free()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int
Tim Potter
5
-35
/
+44
2007-10-10
r1268: varient -> variant
Tim Potter
1
-1
/
+1
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no error
Andrew Tridgell
1
-7
/
+6
2007-10-10
r792: - changed the ldb ldif_* functions to be in the ldb_ namespace
Andrew Tridgell
4
-4
/
+46
2007-10-10
r714: make sure ldb formats are portable between big/little endian machines
Andrew Tridgell
2
-16
/
+24
2007-10-10
r711: don't hide attributes inside the special ldb_tdb records (so the fact
Andrew Tridgell
1
-1
/
+1
2007-10-10
r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...
Andrew Tridgell
3
-0
/
+6
2007-10-10
r583: fixed two bugs in the handling of index entry deletion
Andrew Tridgell
2
-8
/
+13
2007-10-10
r574: - another attempt at const cleanliness in ldb
Andrew Tridgell
3
-10
/
+16
2007-10-10
r509: fixed a memory handling bug that affects ldb with memory pools that
Andrew Tridgell
1
-1
/
+6
2007-10-10
r504: fixed a bad call to list_union()
Andrew Tridgell
1
-2
/
+3
2007-10-10
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
7
-190
/
+256
2007-10-10
r490: - expanded the test suite to test modify and delete operations
Andrew Tridgell
3
-17
/
+53
2007-10-10
r462: added an explanation about the rather complex ltdb_key() function
Andrew Tridgell
1
-0
/
+9
2007-10-10
r456: - added -i option to ldbsearch
Andrew Tridgell
2
-10
/
+15
2007-10-10
r454: allow a non-URL form of a filename to be used in ldb_connect(). This
Andrew Tridgell
1
-5
/
+8
2007-10-10
r442: fixed some uninitialised variables pointed out by gcc -O3
Andrew Tridgell
1
-1
/
+1
2007-10-10
r437: fixed handling of a corner case with multi-valued indexing
Andrew Tridgell
2
-0
/
+14
2007-10-10
r436: fixed indexing of objectclass with subclasses
Andrew Tridgell
1
-1
/
+64
[next]