Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-10-13 | hscript: Explicitly include <sstream> for ostringstream | A. Wilcox | 1 | -0/+1 |
2019-10-13 | hscript: Implement Runner.Execute.pkginstall* | A. Wilcox | 1 | -1/+39 |
2019-10-13 | hscript: Implement Mount::execute simulation | A. Wilcox | 1 | -2/+17 |
2019-10-13 | hscript, tools: Support shell writing in Simulator | A. Wilcox | 1 | -0/+5 |
2019-10-13 | hscript: Ensure mounts are executed in proper order | A. Wilcox | 1 | -0/+15 |
2019-10-13 | hscript: Use +phase+ argument in EXECUTE_FAILURE macro | A. Wilcox | 1 | -1/+1 |
2019-10-13 | hscript: Device, not mountpoint, shall be present | A. Wilcox | 1 | -1/+1 |
2019-10-12 | hscript: Implement 'repository' key and add tests for it | A. Wilcox | 3 | -9/+121 |
2019-10-12 | hscript: Fix dot logic in Hostname::execute | A. Wilcox | 1 | -2/+2 |
2019-10-12 | hscript: Add hostname execution | A. Wilcox | 2 | -4/+59 |
2019-10-12 | hscript: Add Script::execute() and Simulate option | A. Wilcox | 2 | -0/+22 |
2019-10-12 | hscript: Use Agent.MessageFormat for logging | A. Wilcox | 1 | -5/+5 |
2019-10-12 | hscript: Ensure resources are reclaimed when Script is destroyed | A. Wilcox | 2 | -0/+7 |
2019-10-12 | hscript: Parse network addresses | A. Wilcox | 1 | -3/+116 |
2019-10-12 | hscript: Implement a lot of 'netaddress' validation logic | A. Wilcox | 1 | -1/+67 |
2019-10-12 | hscript: Fix incorrect usage of std::string::substr | A. Wilcox | 2 | -2/+2 |
2019-10-12 | hscript: Style | A. Wilcox | 1 | -0/+1 |
2019-10-12 | Implmement some 'netaddress' requirements | A. Wilcox | 1 | -2/+40 |
2019-10-12 | hscript: Stub out NetAddress class | A. Wilcox | 2 | -0/+51 |
2019-10-12 | hscript: Key members are always /const/ | A. Wilcox | 1 | -2/+2 |
2019-10-12 | hscript: Turn rootpw validation true by default | A. Wilcox | 1 | -1/+2 |
2019-10-12 | hscript: Fix logic reversal | A. Wilcox | 1 | -1/+1 |
2019-10-12 | hscript: Only print MISSING_ERRORS if no other errors occurred | A. Wilcox | 1 | -14/+16 |
2019-10-12 | hscript: Validate 'hostname' keys and add another test | A. Wilcox | 1 | -1/+30 |
2019-10-12 | hscript: Pass opts to all validate()s, implement 'mount' validation | A. Wilcox | 11 | -32/+56 |
2019-10-12 | hscript: Parse 'mount' key, add tests to ensure | A. Wilcox | 1 | -0/+32 |
2019-10-09 | hscript: Implement stub Mount parser | A. Wilcox | 3 | -2/+55 |
2019-10-08 | hscript: New module 'disk', fix headers of all files | A. Wilcox | 7 | -5/+19 |
2019-10-08 | hscript: These keys can be strongly typed | A. Wilcox | 1 | -4/+4 |