summaryrefslogtreecommitdiff
path: root/hscript
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-18hscript: Add stub User* classesA. Wilcox3-7/+269
2019-10-18hscript: Mark install-only sections as untestableA. Wilcox3-32/+42
2019-10-17hscript: Implement diskid key (except execution)A. Wilcox3-4/+84
2019-10-17hscript: Make dynamic_casts fit on a single lineA. Wilcox1-25/+15
2019-10-17hscript: Fix up rootpw execute shell printingA. Wilcox1-2/+2
2019-10-17hscript: Fix build on CIA. Wilcox1-0/+1
2019-10-17hscript: Implement RootPassphrase::executeA. Wilcox1-2/+48
2019-10-17hscript: network key does not need ::executeA. Wilcox1-1/+2
2019-10-16hscript: Make valid_pkg a static varA. Wilcox1-1/+3
2019-10-14hscript: Implement Mount::execute fully, including fstab manipulationA. Wilcox2-6/+73
2019-10-14hscript: Move PkgInstall virt methods to .cc to avoid vtable emissionA. Wilcox2-3/+15
2019-10-14hscript: Don't include space when read Mount optionsA. Wilcox1-2/+2
2019-10-14hscript: Assert instead of validate in Hostname::executeA. Wilcox1-6/+2
2019-10-14hscript: Handle domain namesA. Wilcox1-0/+21
2019-10-14hscript: Handle dots correctly in Hostname::validateA. Wilcox1-2/+3
2019-10-14hscript: A few changes [read full message]A. Wilcox2-5/+12
2019-10-14hscript: SSID validation is not a fatal errorA. Wilcox1-3/+2
2019-10-14hscript: Clear request before useA. Wilcox1-0/+1
2019-10-14hscript: Use return value of access(3) properlyA. Wilcox1-1/+1
2019-10-14hscript: Ensure netssid iface is a wireless oneA. Wilcox1-3/+28
2019-10-14hscript: Add NetSSID parsing and testsA. Wilcox1-2/+81
2019-10-13hscript: Initial twiddling at NetSSID impl, add net executionA. Wilcox3-6/+92