summaryrefslogtreecommitdiff
path: root/hscript
AgeCommit message (Expand)AuthorFilesLines
2019-10-31hscript: Implement lvm_lv, add testsA. Wilcox3-2/+111
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. Wilcox3-1/+166
2019-10-28hscript: Make line a long for alignmentA. Wilcox3-5/+6
2019-10-27hscript: Fix single boost portability issueA. Wilcox1-4/+3
2019-10-27hscript: Make portable to std::filesystem OR boost::filesystemA. Wilcox4-35/+29
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-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. Wilcox3-2/+66
2019-10-25hscript: Implement Partition, add testsA. Wilcox3-1/+264
2019-10-24hscript: Fully implement Timezone, add testsA. Wilcox3-10/+131
2019-10-24hscript: Finally implement R.V.network.netaddress.InterfaceA. Wilcox1-2/+29
2019-10-24hscript: Ensure netaddress iface name is < IFNAMSIZA. Wilcox1-0/+7
2019-10-23hscript: Use SCRIPT_LINE_MAX instead of shadowing <climits> LINE_MAXA. Wilcox1-3/+4
2019-10-21CMake: Drastically simplifify hscript library buildingA. Wilcox1-9/+2
2019-10-21hscript: Implement DiskLabel, add testsA. Wilcox3-18/+138
2019-10-21hscript: Implement Language::executeA. Wilcox2-2/+42
2019-10-21hscript: Implement Language, add testsA. Wilcox3-21/+123
2019-10-20hscript: constness fixes for ScriptOptionsA. Wilcox2-5/+9
2019-10-20hscript: DiskId: use devnum instead of syspath (thx @sroracle)A. Wilcox1-3/+11
2019-10-20hscript: diskid: Use syspath, not devpathA. Wilcox1-2/+4
2019-10-20hscript: Implement DiskId::executeA. Wilcox3-19/+73
2019-10-20hscript: Build fixes for Mac OS X 10.12.6 (Xcode 9)A. Wilcox2-1/+8
2019-10-20hscript: Build fix for Ubuntu 18.04 LTSA. Wilcox1-0/+1
2019-10-20hscript: Finish splitting install env codeA. Wilcox2-0/+5
2019-10-20Make Installation Environment code conditionalA. Wilcox4-28/+60
2019-10-19hscript: Implement Firmware, and add testsA. Wilcox3-0/+89
2019-10-19hscript: Implement UserGroups, add testsA. Wilcox2-3/+39
2019-10-19hscript: Implement UserIcon parsingA. Wilcox1-2/+22
2019-10-19hscript: Implement UserPassphrase, add testsA. Wilcox2-6/+46
2019-10-19hscript: More LCOV fixesA. Wilcox2-31/+36
2019-10-18hscript: Implement username validity check and UserAlias code; add testsA. Wilcox1-3/+76
2019-10-18hscript: Mark more stuff as unreachable for LCOVA. Wilcox2-2/+4
2019-10-18hscript: Better comments, undef stuff, add user validationA. Wilcox1-54/+131
2019-10-18hscript: Document requirementA. Wilcox1-0/+1
2019-10-18hscript: Pass key_name by referenceA. Wilcox1-1/+1
2019-10-18hscript: Implement some Username logic, add testsA. Wilcox2-5/+14
2019-10-18hscript: Don't use value we've already moved outA. Wilcox1-1/+2
2019-10-18hscript: Make ScriptPrivate::store_key easier to maintainA. Wilcox1-170/+185
2019-10-18hscript: Undefine GET_USER_DETAIL when no longer neededA. Wilcox1-0/+1
2019-10-18hscript: Ensure errors are kept up to dateA. Wilcox1-0/+2