summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/modules/schema.c
Commit message (Expand)AuthorAgeFilesLines
* r16090: Fix standalone build after the rename of enum ldb_request_type inTim Potter2007-10-101-2/+2
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-14/+2
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-3/+1
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-101-3/+1
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-1/+3
* r12658: Couple of fixes related to shared module builds.Jelmer Vernooij2007-10-101-4/+0
* r11567: Ldb API change patch.Simo Sorce2007-10-101-42/+35
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-54/+27
* r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell2007-10-101-25/+1
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-101-8/+0
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-101-3/+8
* r10305: start implementing better error handlingSimo Sorce2007-10-101-56/+46
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-101-14/+14
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-51/+36
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-101-9/+17
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-101-8/+1
* r6360: Quieten unused variable warning.Tim Potter2007-10-101-1/+1
* r5670: simplify and clarify ldb_modules.c codeSimo Sorce2007-10-101-6/+7
* r5585: LDB interfaces change:Simo Sorce2007-10-101-19/+21
* r4863: schema_find_attribute() should be staticAndrew Tridgell2007-10-101-1/+1
* r4862: - better structure schema testsSimo Sorce2007-10-101-3/+13
* r4859: changed a numbe rof things:Simo Sorce2007-10-101-244/+150
* r4844: - Remove the unused attrsyn structureSimo Sorce2007-10-101-175/+164
* r4801: remove the two bogus ctype.h includesAndrew Tridgell2007-10-101-2/+0
* r4786: forgot to commit the exclusion for schema checking against our control...Simo Sorce2007-10-101-0/+8
* r4784: finally make schema module use a single ldbSimo Sorce2007-10-101-51/+14
* r4781: the tolower() in schema.c is a premature optimisation. I suspect theAndrew Tridgell2007-10-101-9/+8
* r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...Simo Sorce2007-10-101-35/+57
* r4759: use ldb_attr_cmp() to compare attribute namesSimo Sorce2007-10-101-33/+52
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-101-532/+267
* r4513: add experimental modification attribute checkingSimo Sorce2007-10-101-1/+451
* r4505: Add a first very basic schema moduleSimo Sorce2007-10-101-0/+489