summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9899: Be more conservative about what is sent to the remote server in ldb_map.Jelmer Vernooij2-167/+350
2007-10-10r9881: I can't believe this can make a difference...Tim Potter1-2/+2
2007-10-10r9880: Convert remaining initialisers to more portable form. This shouldTim Potter1-6/+10
2007-10-10r9879: A quick check to see if nested initialisers (?) is portable across theTim Potter1-1/+5
2007-10-10r9857: Fix rename/delete issuesJelmer Vernooij1-11/+24
2007-10-10r9854: Finish ldb_map testsuiteJelmer Vernooij1-13/+12
2007-10-10r9842: More error checks in the ldb_map modules, extend testsuiteJelmer Vernooij1-44/+99
2007-10-10r9835: Make ldb_map compile in the stand-alone LDB buildJelmer Vernooij2-43/+46
2007-10-10r9789: Patch from Volker that fixes the build on AIX.Jelmer Vernooij1-21/+32
2007-10-10r9786: Move ldb_map into ldb/modules/Jelmer Vernooij2-0/+1259
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce4-84/+69
2007-10-10r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett1-1/+26
2007-10-10r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett1-220/+0
2007-10-10r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett2-21/+292
2007-10-10r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett1-0/+220
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell3-18/+36
2007-10-10r6937: some minor fixes and updatesStefan Metzmacher1-13/+15
2007-10-10r6935: don't do three things at a time :-)Simo Sorce1-2/+2
2007-10-10r6934: thanks to HotaruT for pointing out skel.c was not in line with the res...Simo Sorce1-6/+20
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce3-22/+1
2007-10-10r6360: Quieten unused variable warning.Tim Potter1-1/+1
2007-10-10r5769: Fix 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 Sorce3-90/+100
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 Sorce2-34/+53
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2-540/+275
2007-10-10r4513: add experimental modification attribute checkingSimo Sorce1-1/+451
2007-10-10r4506: fix compiler warningsStefan Metzmacher1-3/+0
2007-10-10r4505: Add a first very basic schema moduleSimo Sorce1-0/+489
2007-10-10r4503: add an error reporting function (fixes)Simo Sorce1-8/+17
2007-10-10r4502: add an error reporting functionSimo Sorce1-1/+17
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell2-58/+29
2007-10-10r3897: add a locking infrastructureSimo Sorce2-0/+28
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher2-0/+4
2007-10-10r3755: add missing filesSimo Sorce2-0/+400