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_search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13996: simplify ldb_async_wait() some more
Simo Sorce
1
-1
/
+1
2007-10-10
r13827: Minor enhancements or cosmetic changes
Simo Sorce
1
-7
/
+9
2007-10-10
r13823: make async_wait part of the modules ops
Simo Sorce
1
-1
/
+1
2007-10-10
r13818: Make ldb_tdb 'fake' async.
Simo Sorce
1
-93
/
+208
2007-10-10
r13609: Get in the initial work on making ldb async
Simo Sorce
1
-0
/
+1
2007-10-10
r13289: Check the tree is not NULL
Simo Sorce
1
-0
/
+4
2007-10-10
r13258: Fix the talloc heirachy for ldb_tdb.
Andrew Bartlett
1
-15
/
+15
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
/
+19
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
1
-10
/
+6
2007-10-10
r10892: - improved the handling of the special distinguishedName attribute
Andrew Tridgell
1
-85
/
+43
2007-10-10
r10889: make searches for dn's less of a special case, and much faster when
Andrew Tridgell
1
-15
/
+0
2007-10-10
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
1
-34
/
+1
2007-10-10
r10667: cope with a NULL tree for base searches in ldb_search()
Andrew Tridgell
1
-11
/
+11
2007-10-10
r10422: ldb_search() can now use tdb_traverse_read() to ensure it can run in
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10408: now that we are using tdb transactions we don't need any additional
Andrew Tridgell
1
-0
/
+36
2007-10-10
r10305: start implementing better error handling
Simo Sorce
1
-8
/
+4
2007-10-10
r10251: some more work on ldb_sqlite3
Simo Sorce
1
-0
/
+6
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-13
/
+24
2007-10-10
r8779: Add rdn module to makefile and headers
Simo Sorce
1
-1
/
+2
2007-10-10
r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)
Andrew Tridgell
1
-0
/
+7
2007-10-10
r8373: New wildcard matching code.
Simo Sorce
1
-29
/
+1
2007-10-10
r8037: a fairly major update to the internals of ldb. Changes are:
Andrew Tridgell
1
-7
/
+8
2007-10-10
r7709: - convert ldb to use popt, so that it can interact with the samba
Andrew Tridgell
1
-10
/
+28
2007-10-10
r7602: fix some compiler warnings
Derrell Lipman
1
-1
/
+1
2007-10-10
r7582: Better way to have a fast path searching for a specific DN.
Simo Sorce
1
-12
/
+11
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
1
-15
/
+27
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
r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees
Andrew Tridgell
1
-0
/
+7
2007-10-10
r6470: Remove ldb_search_free() it is not needed anymore.
Simo Sorce
1
-14
/
+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
1
-8
/
+8
2007-10-10
r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4474: - converted ldb to use talloc internally
Andrew Tridgell
1
-106
/
+79
2007-10-10
r4022: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
1
-33
/
+7
2007-10-10
r3754: merge in ldb modules support from the tmp branch ldbPlugins
Simo Sorce
1
-36
/
+45
2007-10-10
r3095: - fix a free'ing of msg.dn
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r3089: fix memleak
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int
Tim Potter
1
-4
/
+4
2007-10-10
r1268: varient -> variant
Tim Potter
1
-1
/
+1
2007-10-10
r792: - changed the ldb ldif_* functions to be in the ldb_ namespace
Andrew Tridgell
1
-1
/
+27
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
1
-0
/
+4
2007-10-10
r583: fixed two bugs in the handling of index entry deletion
Andrew Tridgell
1
-0
/
+2
2007-10-10
r574: - another attempt at const cleanliness in ldb
Andrew Tridgell
1
-6
/
+6
2007-10-10
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
1
-46
/
+63
2007-10-10
r490: - expanded the test suite to test modify and delete operations
Andrew Tridgell
1
-6
/
+6
2007-10-10
r456: - added -i option to ldbsearch
Andrew Tridgell
1
-6
/
+6
[next]