r9391: Convert all the code to use struct ldb_dn to ohandle ldap like distinguished...
[ambi/samba-autobuild/.git] / source4 / lib / ldb / modules / schema.c
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