Age | Commit message (Expand) | Author | Files | Lines |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 3 | -18/+138 |
2019-10-21 | hscript: Implement Language::execute | A. Wilcox | 2 | -2/+42 |
2019-10-21 | hscript: Implement Language, add tests | A. Wilcox | 3 | -21/+123 |
2019-10-20 | hscript: constness fixes for ScriptOptions | A. Wilcox | 2 | -5/+9 |
2019-10-20 | hscript: DiskId: use devnum instead of syspath (thx @sroracle) | A. Wilcox | 1 | -3/+11 |
2019-10-20 | hscript: diskid: Use syspath, not devpath | A. Wilcox | 1 | -2/+4 |
2019-10-20 | hscript: Implement DiskId::execute | A. Wilcox | 3 | -19/+73 |
2019-10-20 | hscript: Build fixes for Mac OS X 10.12.6 (Xcode 9) | A. Wilcox | 2 | -1/+8 |
2019-10-20 | hscript: Build fix for Ubuntu 18.04 LTS | A. Wilcox | 1 | -0/+1 |
2019-10-20 | hscript: Finish splitting install env code | A. Wilcox | 2 | -0/+5 |
2019-10-20 | Make Installation Environment code conditional | A. Wilcox | 4 | -28/+60 |
2019-10-19 | hscript: Implement Firmware, and add tests | A. Wilcox | 3 | -0/+89 |
2019-10-19 | hscript: Implement UserGroups, add tests | A. Wilcox | 2 | -3/+39 |
2019-10-19 | hscript: Implement UserIcon parsing | A. Wilcox | 1 | -2/+22 |
2019-10-19 | hscript: Implement UserPassphrase, add tests | A. Wilcox | 2 | -6/+46 |
2019-10-19 | hscript: More LCOV fixes | A. Wilcox | 2 | -31/+36 |
2019-10-18 | hscript: Implement username validity check and UserAlias code; add tests | A. Wilcox | 1 | -3/+76 |
2019-10-18 | hscript: Mark more stuff as unreachable for LCOV | A. Wilcox | 2 | -2/+4 |
2019-10-18 | hscript: Better comments, undef stuff, add user validation | A. Wilcox | 1 | -54/+131 |
2019-10-18 | hscript: Document requirement | A. Wilcox | 1 | -0/+1 |
2019-10-18 | hscript: Pass key_name by reference | A. Wilcox | 1 | -1/+1 |
2019-10-18 | hscript: Implement some Username logic, add tests | A. Wilcox | 2 | -5/+14 |
2019-10-18 | hscript: Don't use value we've already moved out | A. Wilcox | 1 | -1/+2 |
2019-10-18 | hscript: Make ScriptPrivate::store_key easier to maintain | A. Wilcox | 1 | -170/+185 |
2019-10-18 | hscript: Undefine GET_USER_DETAIL when no longer needed | A. Wilcox | 1 | -0/+1 |
2019-10-18 | hscript: Ensure errors are kept up to date | A. Wilcox | 1 | -0/+2 |
2019-10-18 | hscript: Add stub User* classes | A. Wilcox | 3 | -7/+269 |
2019-10-18 | hscript: Mark install-only sections as untestable | A. Wilcox | 3 | -32/+42 |
2019-10-17 | hscript: Implement diskid key (except execution) | A. Wilcox | 3 | -4/+84 |
2019-10-17 | hscript: Make dynamic_casts fit on a single line | A. Wilcox | 1 | -25/+15 |
2019-10-17 | hscript: Fix up rootpw execute shell printing | A. Wilcox | 1 | -2/+2 |
2019-10-17 | hscript: Fix build on CI | A. Wilcox | 1 | -0/+1 |
2019-10-17 | hscript: Implement RootPassphrase::execute | A. Wilcox | 1 | -2/+48 |
2019-10-17 | hscript: network key does not need ::execute | A. Wilcox | 1 | -1/+2 |
2019-10-16 | hscript: Make valid_pkg a static var | A. Wilcox | 1 | -1/+3 |
2019-10-14 | hscript: Implement Mount::execute fully, including fstab manipulation | A. Wilcox | 2 | -6/+73 |
2019-10-14 | hscript: Move PkgInstall virt methods to .cc to avoid vtable emission | A. Wilcox | 2 | -3/+15 |
2019-10-14 | hscript: Don't include space when read Mount options | A. Wilcox | 1 | -2/+2 |
2019-10-14 | hscript: Assert instead of validate in Hostname::execute | A. Wilcox | 1 | -6/+2 |
2019-10-14 | hscript: Handle domain names | A. Wilcox | 1 | -0/+21 |
2019-10-14 | hscript: Handle dots correctly in Hostname::validate | A. Wilcox | 1 | -2/+3 |
2019-10-14 | hscript: A few changes [read full message] | A. Wilcox | 2 | -5/+12 |
2019-10-14 | hscript: SSID validation is not a fatal error | A. Wilcox | 1 | -3/+2 |
2019-10-14 | hscript: Clear request before use | A. Wilcox | 1 | -0/+1 |
2019-10-14 | hscript: Use return value of access(3) properly | A. Wilcox | 1 | -1/+1 |
2019-10-14 | hscript: Ensure netssid iface is a wireless one | A. Wilcox | 1 | -3/+28 |
2019-10-14 | hscript: Add NetSSID parsing and tests | A. Wilcox | 1 | -2/+81 |
2019-10-13 | hscript: Initial twiddling at NetSSID impl, add net execution | A. Wilcox | 3 | -6/+92 |
2019-10-13 | hscript: Fix mount option parsing | A. Wilcox | 1 | -1/+1 |
2019-10-13 | hscript: Pass data by reference | A. Wilcox | 11 | -28/+31 |