summaryrefslogtreecommitdiff
path: root/hscript
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-13hscript: Fix mount option parsingA. Wilcox1-1/+1
2019-10-13hscript: Pass data by referenceA. Wilcox11-28/+31
2019-10-13hscript: Explicitly include <sstream> for ostringstreamA. Wilcox1-0/+1
2019-10-13hscript: Implement Runner.Execute.pkginstall*A. Wilcox1-1/+39
2019-10-13hscript: Implement Mount::execute simulationA. Wilcox1-2/+17
2019-10-13hscript, tools: Support shell writing in SimulatorA. Wilcox1-0/+5
2019-10-13hscript: Ensure mounts are executed in proper orderA. Wilcox1-0/+15
2019-10-13hscript: Use +phase+ argument in EXECUTE_FAILURE macroA. Wilcox1-1/+1
2019-10-13hscript: Device, not mountpoint, shall be presentA. Wilcox1-1/+1
2019-10-12hscript: Implement 'repository' key and add tests for itA. Wilcox3-9/+121
2019-10-12hscript: Fix dot logic in Hostname::executeA. Wilcox1-2/+2
2019-10-12hscript: Add hostname executionA. Wilcox2-4/+59
2019-10-12hscript: Add Script::execute() and Simulate optionA. Wilcox2-0/+22