r9785: Add some testdata
[ira/wip.git] / source4 / lib / ldb / modules /
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Bartlettr8740: Extend the rdn_name module to handle adding...
2007-10-10 Andrew Bartlettr8669: The objectguid module belongs in Samba's ldb...
2007-10-10 Andrew Bartlettr8667: Further simply the provision script, by removing...
2007-10-10 Andrew Bartlettr8650: Use the timestamps and a new objectguid module...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Stefan Metzmacherr6937: some minor fixes and updates
2007-10-10 Simo Sorcer6935: don't do three things at a time :-)
2007-10-10 Simo Sorcer6934: thanks to HotaruT for pointing out skel.c was...
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 Tim Potterr5769: Fix 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 Stefan Metzmacherr4506: fix compiler warnings
2007-10-10 Simo Sorcer4505: Add a first very basic schema module
2007-10-10 Simo Sorcer4503: add an error reporting function (fixes)
2007-10-10 Simo Sorcer4502: add an error reporting function
2007-10-10 Andrew Tridgellr4474: - converted ldb to use talloc internally
2007-10-10 Simo Sorcer3897: add a locking infrastructure
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Simo Sorcer3755: add missing files