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_index.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r17771: add a comment explaing the odd cast
Andrew Tridgell
1
-0
/
+6
2007-10-10
r17756: I don't know why but this only works with the standalone
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r17748: make the casts much easier to understand
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r17711: fix compiler warnings
Stefan Metzmacher
1
-8
/
+8
2007-10-10
r17185: Oh, I wanted to do this for sooo long time.
Simo Sorce
1
-6
/
+6
2007-10-10
r16937: Add const, to make it clear that it is invalid to talloc_free() the DN
Andrew Bartlett
1
-7
/
+6
2007-10-10
r14431: don't call qsort with a null array
Andrew Tridgell
1
-1
/
+3
2007-10-10
r13818: Make ldb_tdb 'fake' async.
Simo Sorce
1
-47
/
+59
2007-10-10
r13609: Get in the initial work on making ldb async
Simo Sorce
1
-0
/
+1
2007-10-10
r13335: Fix the build and add an utf8 safe ldb_hadler_fold function
Simo Sorce
1
-1
/
+1
2007-10-10
r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers
Simo Sorce
1
-1
/
+1
2007-10-10
r13324: From now on check attribute names obey rfc2251
Simo Sorce
1
-1
/
+1
2007-10-10
r13258: Fix the talloc heirachy for ldb_tdb.
Andrew Bartlett
1
-1
/
+2
2007-10-10
r12829: fix ldb headers, to not include '<...>' files in .c files
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
1
-0
/
+1
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
1
-10
/
+17
2007-10-10
r11364: added a ldb_attr_dn() function for testing if an attribute name is
Andrew Tridgell
1
-2
/
+1
2007-10-10
r11353: a bit of an improvement to the ldb_tdb error handling
Andrew Tridgell
1
-2
/
+0
2007-10-10
r11111: fixed a talloc error in the dn shortcut code
Andrew Tridgell
1
-5
/
+18
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
1
-13
/
+15
2007-10-10
r10889: make searches for dn's less of a special case, and much faster when
Andrew Tridgell
1
-0
/
+7
2007-10-10
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
1
-2
/
+14
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-43
/
+90
2007-10-10
r8668: fixed a segv during upgrade of a very old ldb.
Andrew Tridgell
1
-0
/
+5
2007-10-10
r8585: add to ldb and ldap comparison functionality
Simo Sorce
1
-22
/
+25
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8373: New wildcard matching code.
Simo Sorce
1
-8
/
+3
2007-10-10
r8082: large rewite of ldb_dn.c
Simo Sorce
1
-1
/
+1
2007-10-10
r8038: - fixed indexing on binary values that need base64 encoding and canoni...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r8037: a fairly major update to the internals of ldb. Changes are:
Andrew Tridgell
1
-34
/
+78
2007-10-10
r7558: added support in ldb for extended ldap search requests. These are
Andrew Tridgell
1
-0
/
+5
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
1
-1
/
+0
2007-10-10
r5374: - changed the dn key code in the ldb tdb backend to correctly honor
Andrew Tridgell
1
-0
/
+10
2007-10-10
r5189: fixed a double free bug in the ltdb indexing code
Andrew Tridgell
1
-7
/
+0
2007-10-10
r4714: move the ldb code to the new talloc interface (eg remove _p suffix)
Simo Sorce
1
-16
/
+16
2007-10-10
r4477: expanded the test suite to increase code coverage a lot
Andrew Tridgell
1
-0
/
+51
2007-10-10
r4474: - converted ldb to use talloc internally
Andrew Tridgell
1
-145
/
+182
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
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
1
-3
/
+3
2007-10-10
r4022: fix compiler warnings
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
1
-3
/
+5
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
1
-57
/
+64
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
r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int
Tim Potter
1
-16
/
+22
2007-10-10
r792: - changed the ldb ldif_* functions to be in the ldb_ namespace
Andrew Tridgell
1
-0
/
+1
2007-10-10
r583: fixed two bugs in the handling of index entry deletion
Andrew Tridgell
1
-8
/
+11
[next]