summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/anr.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-01s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell1-0/+1
2010-11-01s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell1-1/+6
2010-09-25s4-dsdb: added tagging of requests in dsdb modulesAndrew Tridgell1-0/+2
2010-09-15s4-anr: check for allocation failure before useAndrew Tridgell1-1/+1
2010-07-07s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell1-16/+9
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett1-1/+1
2010-03-07s4:anr LDB module - change counter variable to "unsigned"Matthias Dieter Wallnöfer1-1/+1
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-6/+8
2009-04-22s4:ldb: do talloc_free and return NULL when we have no matches to returnBjörn Jacke1-0/+4
2009-01-30Fix the mess with ldb includes.Simo Sorce1-14/+27
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-1/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-2/+2
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce1-63/+113
2008-08-22fixed error handling in ANR code Andrew Tridgell1-18/+24
2008-08-20Use the new SEARCH_FLAG_ANR defineAndrew Bartlett1-1/+1
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-7/+1
2007-12-27r26612: Tests show that we don't need to use a callback.Andrew Bartlett1-3/+0
2007-12-21r26485: Fix indent, remove left-over debug.Andrew Bartlett1-2/+1
2007-12-21r26419: Add a module to implement 'ambigious name resolution' by munging theAndrew Bartlett1-0/+311