summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/ranged_results.c
Commit message (Expand)AuthorAgeFilesLines
* s4: ldb: Ignore case of "range" in sscanf as we've already checked for its pr...Jeremy Allison2016-06-291-3/+5
* Fix more unused varsMatthieu Patou2013-05-201-2/+1
* s4:ranged results LDB module - cosmetic - fix some indentationMatthias Dieter Wallnöfer2010-12-011-1/+3
* s4:ranged results LDB module - "rr_search_callback" - change some memory contextMatthias Dieter Wallnöfer2010-12-011-1/+3
* s4-ranged_result.c: Fix memory context for ranged attributes handlingKamen Mazdrashki2010-12-011-4/+15
* s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell2010-11-011-0/+1
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-011-1/+6
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-251-0/+1
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-3/+2
* dsdb: Make module ops struct for each module public.Jelmer Vernooij2010-06-191-1/+1
* s4:ranged_results LDB module - change counter variables to "unsigned" where a...Matthias Dieter Wallnöfer2010-03-071-2/+2
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-11/+16
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-171-1/+1
* LDB ASYNC: samba4 modulesSimo Sorce2008-09-291-63/+102
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-201-6/+1
* ranged_results: fix use of uninitialised variable (end)Andrew Bartlett2008-01-231-2/+4
* r26573: Fix warnings.Jelmer Vernooij2007-12-241-1/+1
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26488: Implement tests for the ranged_results module.Andrew Bartlett2007-12-211-28/+34
* r26244: Add a module (sans tests for the moment) that implements rangedAndrew Bartlett2007-12-211-0/+204