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
/
ldb_cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.
Andrew Bartlett
1
-4
/
+2
2007-12-21
r25959: Add a new special DN to LDB: @OPTIONS
Andrew Bartlett
1
-5
/
+30
2007-10-10
r25218: After discussion with Simo, remove the subclass support from LDB.
Andrew Bartlett
1
-71
/
+0
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-8
/
+8
2007-10-10
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23795: more v2->v3 conversion
Andrew Tridgell
1
-1
/
+1
2007-10-10
r22681: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r22471: Convert more code to use proper LDB error codes.
Simo Sorce
1
-16
/
+21
2007-10-10
r20969: remove unused function, found my lcov
Stefan Metzmacher
1
-49
/
+0
2007-10-10
r20234: metze pointed out that we are re-loading the cache records on each
Andrew Tridgell
1
-0
/
+4
2007-10-10
r20191: fix bug found by the IBM checker
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer
Stefan Metzmacher
1
-10
/
+4
2007-10-10
r20168: start separating attributes and syntaxes
Stefan Metzmacher
1
-8
/
+12
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-6
/
+6
2007-10-10
r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,
Andrew Tridgell
1
-0
/
+8
2007-10-10
r19365: fixed a memory leak in the ldb attribute handling
Andrew Tridgell
1
-8
/
+2
2007-10-10
r19363: - don't need to store the baseinfo message after cache load
Andrew Tridgell
1
-7
/
+9
2007-10-10
r19322: fix a minor memory leak in the ltdb cache code
Andrew Tridgell
1
-0
/
+1
2007-10-10
r19069: The sequence number is a 64 bit unsigned integer
Simo Sorce
1
-2
/
+2
2007-10-10
r18781: Move the usnCreated and usnChanged handling around again.
Andrew Bartlett
1
-9
/
+29
2007-10-10
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
1
-1
/
+1
2007-10-10
r12829: fix ldb headers, to not include '<...>' files in .c files
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
1
-6
/
+7
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-8
/
+42
2007-10-10
r8373: New wildcard matching code.
Simo Sorce
1
-8
/
+2
2007-10-10
r8037: a fairly major update to the internals of ldb. Changes are:
Andrew Tridgell
1
-4
/
+184
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
1
-27
/
+37
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
r4714: move the ldb code to the new talloc interface (eg remove _p suffix)
Simo Sorce
1
-10
/
+10
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
1
-4
/
+4
2007-10-10
r4474: - converted ldb to use talloc internally
Andrew Tridgell
1
-74
/
+90
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r3754: merge in ldb modules support from the tmp branch ldbPlugins
Simo Sorce
1
-26
/
+31
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
r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r509: fixed a memory handling bug that affects ldb with memory pools that
Andrew Tridgell
1
-1
/
+6
2007-10-10
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
1
-26
/
+39
2007-10-10
r490: - expanded the test suite to test modify and delete operations
Andrew Tridgell
1
-6
/
+30
2007-10-10
r435: a major upgrade for ldb
Andrew Tridgell
1
-0
/
+229