r12658: Couple of fixes related to shared module builds.
[abartlet/samba.git/.git] / source4 / lib / ldb / modules / schema.c
2007-10-10 Jelmer Vernooijr12658: Couple of fixes related to shared module builds.
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Andrew Tridgellr10759: make modules easier to write by allowing module...
2007-10-10 Andrew Tridgellr10753: don't require every ldb module to implement...
2007-10-10 Simo Sorcer10477: expose transactions outside ldb and change...
2007-10-10 Simo Sorcer10305: start implementing better error handling
2007-10-10 Simo Sorcer10299: remove the public (un)lock functions and introd...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Tim Potterr6360: Quieten unused variable warning.
2007-10-10 Simo Sorcer5670: simplify and clarify ldb_modules.c code
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr4863: schema_find_attribute() should be static
2007-10-10 Simo Sorcer4862: - better structure schema tests
2007-10-10 Simo Sorcer4859: changed a numbe rof things:
2007-10-10 Simo Sorcer4844: - Remove the unused attrsyn structure
2007-10-10 Andrew Tridgellr4801: remove the two bogus ctype.h includes
2007-10-10 Simo Sorcer4786: forgot to commit the exclusion for schema checki...
2007-10-10 Simo Sorcer4784: finally make schema module use a single ldb
2007-10-10 Andrew Tridgellr4781: the tolower() in schema.c is a premature optimis...
2007-10-10 Simo Sorcer4775: use schema_attr_cmp wrapper to check for the...
2007-10-10 Simo Sorcer4759: use ldb_attr_cmp() to compare attribute names
2007-10-10 Simo Sorcer4714: move the ldb code to the new talloc interface...
2007-10-10 Simo Sorcer4513: add experimental modification attribute checking
2007-10-10 Simo Sorcer4505: Add a first very basic schema module