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
r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be
Derrell Lipman
1
-71
/
+5
2007-10-10
r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-)
Andrew Tridgell
1
-4
/
+6
2007-10-10
r6867: this code will change the way the @ATTRIBUTES object is handled
Simo Sorce
3
-28
/
+77
2007-10-10
r6759: let us have a wildcard attribute so that we can set a default for all ...
Simo Sorce
1
-1
/
+7
2007-10-10
r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees
Andrew Tridgell
3
-0
/
+43
2007-10-10
r6470: Remove ldb_search_free() it is not needed anymore.
Simo Sorce
3
-16
/
+0
2007-10-10
r5585: LDB interfaces change:
Simo Sorce
1
-11
/
+0
2007-10-10
r5374: - changed the dn key code in the ldb tdb backend to correctly honor
Andrew Tridgell
2
-2
/
+89
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5296: - only include the tdb headers where they are needed
Andrew Tridgell
1
-1
/
+3
2007-10-10
r5189: fixed a double free bug in the ltdb indexing code
Andrew Tridgell
1
-7
/
+0
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
[next]