summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/modules
Commit message (Expand)AuthorAgeFilesLines
* LDB:asq module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-4/+5
* LDB:sort module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-4/+5
* LDB:rdn name module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-2/+3
* LDB:paged searches module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-2/+2
* LDB:paged results module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-4/+4
* LDB related spelling fixes.Brad Hards2010-02-221-1/+1
* s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell2010-02-131-3/+1
* s4-ldb: check for -ve value for page sizeAndrew Tridgell2009-11-301-0/+5
* s4:ldb Remove debug traces duplicated by the new generic trace codeAndrew Bartlett2009-11-021-3/+0
* s4:ldb_sort - Add some more "const"Matthias Dieter Wallnöfer2009-10-221-2/+2
* s4:various LDB modules - "build_request" functions - propagate result codes backMatthias Dieter Wallnöfer2009-10-063-3/+6
* s4:rdn_name - fix up the rename operationMatthias Dieter Wallnöfer2009-10-031-4/+4
* Revert "s4:LDB/LDAP - Re-allow renames"Matthias Dieter Wallnöfer2009-10-031-49/+4
* s4:LDB/LDAP - Re-allow renamesMatthias Dieter Wallnöfer2009-10-021-6/+46
* s4:ldb Don't allow RDN to be modified with an LDB modify messageAndrew Bartlett2009-10-021-1/+30
* s4:rdn_name module - a normal error message should be enough for this failureMatthias Dieter Wallnöfer2009-10-021-7/+9
* s4: Fix typoMatthias Dieter Wallnöfer2009-09-061-2/+2
* s4:operational module - move and enhancementsMatthias Dieter Wallnöfer2009-08-111-314/+0
* s4:ldb Make error message in rnd_name more usefulAndrew Bartlett2009-08-071-3/+9
* s4:ldb Cosmetic corrections in "rdn_name" moduleMatthias Dieter Wallnöfer2009-08-051-4/+4
* remove all '\n' from ldb_debugSumit Bose2009-07-145-7/+7
* fixed server side sort controlAndrew Tridgell2009-06-101-4/+7
* s4:ldb:modules: Correct typos.Andrew Kroeger2009-05-263-3/+3
* s4:ldb Allow paged_searches to be mixed with other controlsAndrew Bartlett2009-03-201-3/+3
* s4:ldb Fix the paged_searches moduleAndrew Bartlett2009-03-201-58/+51
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-233-0/+7
* Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke2009-02-121-1/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-307-50/+117
* Fix accidental condition inversion.Jelmer Vernooij2008-12-241-1/+1
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-231-6/+2
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-175-5/+5
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-1/+1
* Fix very old bug in ASQSimo Sorce2008-10-141-2/+2
* LDB ASYNC: core modulesSimo Sorce2008-09-296-1251/+791
* Revert LDB return code patches from Matthias.Jelmer Vernooij2008-09-253-4/+4
* Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer2008-09-243-4/+4
* All these syntaxes are now handled by the schema.Andrew Bartlett2008-08-211-6/+0
* Fix rdn_name errors.Andrew Bartlett2008-02-281-1/+2
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-201-1/+1
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-1/+1
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-207-46/+7
* r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce2007-12-245-72/+90
* 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
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-5/+8
* r24259: Rework the objectclass module to use the new schema, rather than theAndrew Bartlett2007-10-101-692/+0
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-108-16/+8
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-108-8/+8
* r23703: Start to get Samba4 to again work with LDAP backends, after I turnedAndrew Bartlett2007-10-101-1/+2
* r23557: Ensure that we don't reorder the objectClass list, if we don't haveAndrew Bartlett2007-10-101-2/+2