summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/paged_searches.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-386/+0
2010-11-01s4-ldb: removed ldb_includes.hAndrew Tridgell1-1/+3
2010-11-01s4-ldb: enable ldb module version checkingAndrew Tridgell1-0/+1
2010-11-01s4-ldb: fixed build of paged searchesAndrew Tridgell1-1/+1
2010-11-01s4-ldb: convert the rest of the ldb modules to the new styleAndrew Tridgell1-1/+6
2010-10-18s4-ldb Add LDB_REQ_SET_LOCATION to help track handler useAndrew Bartlett1-0/+2
2010-03-08LDB:paged searches module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer1-2/+2
2010-02-22LDB related spelling fixes.Brad Hards1-1/+1
2009-03-20s4:ldb Allow paged_searches to be mixed with other controlsAndrew Bartlett1-3/+3
2009-03-20s4:ldb Fix the paged_searches moduleAndrew Bartlett1-58/+51
2009-01-30Fix the mess with ldb includes.Simo Sorce1-9/+18
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-1/+1
2008-09-29LDB ASYNC: core modulesSimo Sorce1-224/+135
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-7/+1
2007-12-24r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce1-15/+13
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-5/+8
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r23703: Start to get Samba4 to again work with LDAP backends, after I turnedAndrew Bartlett1-1/+2
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-1/+1
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-1/+1
2007-10-10r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett1-27/+57
2007-10-10r17700: Despite our best hopes, the way module initialisation tends to happen,Andrew Bartlett1-4/+4
2007-10-10r17614: Our first "client side' ldb module.Simo Sorce1-0/+438