summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-31hscript: Implement Nameserver, add testsA. Wilcox7-1/+102
2019-10-31Build: disable -Wunused-parameterA. Wilcox2-4/+1
2019-10-31Build: -Wall -Wextra -WerrorA. Wilcox1-0/+7
2019-10-31hscript: Remove unused paramaters and de-const-ify DiskLabel::typeA. Wilcox6-16/+19
2019-10-31hscript: Implement *.Block requirementsA. Wilcox2-3/+45
2019-10-31hscript: Implement fs, add testsA. Wilcox8-1/+152
2019-10-31req: 3b: Add Runner.Validate.fs.UniqueA. Wilcox1-0/+4
2019-10-31devel: req: 3b: Add R.Validate.nameserver*A. Wilcox1-0/+8
2019-10-31devel: vision: Add vfat requirementA. Wilcox1-0/+1
2019-10-31hscript: Add Keymap codeA. Wilcox3-3/+41
2019-10-31hscript: Implement stub Keymap key, add simple testA. Wilcox2-0/+14
2019-10-31hscript: Implement lvm_lv, add testsA. Wilcox11-2/+229
2019-10-31hscript: Remove bad test from Mount::validateA. Wilcox1-11/+2
2019-10-29hscript: Use string instead of regex for hostname validationA. Wilcox1-2/+2
2019-10-29hscript: Only use LVMGroup::test_pv in install env buildsA. Wilcox2-0/+6
2019-10-29hscript: Implement lvm_vg, add testsA. Wilcox9-1/+250
2019-10-28hscript: Make line a long for alignmentA. Wilcox3-5/+6
2019-10-27README: Update build information and add option docsA. Wilcox1-0/+51
2019-10-27hscript: Fix single boost portability issueA. Wilcox1-4/+3
2019-10-27hscript: Make portable to std::filesystem OR boost::filesystemA. Wilcox5-35/+44
2019-10-27hscript: Implement Runner.Execute.networkA. Wilcox1-1/+37
2019-10-27hscript: Use boost::filesystem everywhere convenientA. Wilcox2-35/+60
2019-10-26hscript: Append, don't replace, target net confA. Wilcox1-2/+2
2019-10-26hscript: Remove temp dir from previous run, if anyA. Wilcox1-2/+6
2019-10-26tests: Test NetSSID execution outputA. Wilcox1-0/+7
2019-10-26Build: Exclude Boost from code coverage testsA. Wilcox1-1/+1
2019-10-26hscript: Implement NetAddress::executeA. Wilcox3-31/+106
2019-10-26hscript: Implement NetSSID::executeA. Wilcox2-5/+73
2019-10-26hscript: Fix missing endl for timezone simulation; print what's happeningA. Wilcox2-1/+11
2019-10-26hscript: Split heavy validation code into separate functionsA. Wilcox1-100/+128
2019-10-26hscript: Implement DiskLabel::executeA. Wilcox3-4/+53
2019-10-26hscript: Implement lvm_pv, add testsA. Wilcox7-2/+115
2019-10-25Script spec: Ensure lvm_pv example is internally consistentA. Wilcox1-1/+1
2019-10-25hscript: Implement Partition, add testsA. Wilcox32-1/+648
2019-10-24hscript: Fully implement Timezone, add testsA. Wilcox8-35/+210
2019-10-24hscript: Finally implement R.V.network.netaddress.InterfaceA. Wilcox2-2/+30
2019-10-24hscript: Ensure netaddress iface name is < IFNAMSIZA. Wilcox3-0/+18
2019-10-23fetch: Stub out FullAuto TFTP thingerA. Wilcox1-3/+14
2019-10-23req: 3b: Make command line override DHCPA. Wilcox1-1/+1
2019-10-23fetch: Finish implementingA. Wilcox2-3/+49
2019-10-23fetch: Add new executableA. Wilcox3-0/+181
2019-10-23hscript: Use SCRIPT_LINE_MAX instead of shadowing <climits> LINE_MAXA. Wilcox1-3/+4
2019-10-21CMake: Drastically simplifify hscript library buildingA. Wilcox2-9/+5
2019-10-21Use VERSTR for version instead of hardcodingA. Wilcox3-3/+7
2019-10-21hscript: Implement DiskLabel, add testsA. Wilcox13-19/+242
2019-10-21hscript: Implement Language::executeA. Wilcox2-2/+42
2019-10-21hscript: Implement Language, add testsA. Wilcox11-21/+209
2019-10-20hscript: constness fixes for ScriptOptionsA. Wilcox2-5/+9
2019-10-20tests: Don't shadow +config+ variableA. Wilcox1-3/+3
2019-10-20hscript: DiskId: use devnum instead of syspath (thx @sroracle)A. Wilcox1-3/+11