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