Age | Commit message (Expand) | Author | Files | Lines |
2019-10-19 | hscript: Implement Firmware, and add tests | A. Wilcox | 1 | -0/+50 |
2019-10-19 | hscript: Implement UserGroups, add tests | A. Wilcox | 1 | -1/+2 |
2019-10-19 | hscript: Implement UserPassphrase, add tests | A. Wilcox | 1 | -0/+9 |
2019-10-18 | hscript: Better comments, undef stuff, add user validation | A. Wilcox | 1 | -54/+131 |
2019-10-18 | hscript: Pass key_name by reference | A. Wilcox | 1 | -1/+1 |
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 | 1 | -3/+104 |
2019-10-17 | hscript: Implement diskid key (except execution) | A. Wilcox | 1 | -1/+24 |
2019-10-17 | hscript: Make dynamic_casts fit on a single line | A. Wilcox | 1 | -25/+15 |
2019-10-14 | hscript: A few changes [read full message] | A. Wilcox | 1 | -2/+3 |
2019-10-14 | hscript: SSID validation is not a fatal error | A. Wilcox | 1 | -3/+2 |
2019-10-13 | hscript: Initial twiddling at NetSSID impl, add net execution | A. Wilcox | 1 | -4/+39 |
2019-10-13 | hscript: Pass data by reference | A. Wilcox | 1 | -1/+1 |
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: 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-12 | hscript: Implement 'repository' key and add tests for it | A. Wilcox | 1 | -7/+75 |
2019-10-12 | hscript: Add hostname execution | A. Wilcox | 1 | -1/+9 |
2019-10-12 | hscript: Add Script::execute() and Simulate option | A. Wilcox | 1 | -0/+17 |
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 | 1 | -0/+4 |
2019-10-12 | hscript: Fix incorrect usage of std::string::substr | A. Wilcox | 1 | -1/+1 |
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: Only print MISSING_ERRORS if no other errors occurred | A. Wilcox | 1 | -14/+16 |
2019-10-12 | hscript: Pass opts to all validate()s, implement 'mount' validation | A. Wilcox | 1 | -9/+24 |
2019-10-09 | hscript: Implement stub Mount parser | A. Wilcox | 1 | -2/+8 |
2019-10-08 | hscript: New module 'disk', fix headers of all files | A. Wilcox | 1 | -1/+1 |
2019-10-08 | hscript: Add +opts+ member-var to Script class | A. Wilcox | 1 | -1/+19 |
2019-10-08 | Make +pretty+ a global var instead of passed everywhere | A. Wilcox | 1 | -14/+9 |
2019-10-08 | hscript: Use StringKey for Hostname (+ others), implement RootPassphrase | A. Wilcox | 1 | -3/+11 |
2019-10-08 | hscript: Handle pkgs with + char and add test (thanks @sroracle) | A. Wilcox | 1 | -0/+1 |
2019-10-08 | hscript: Correctly increment warnings on dup pkg warning | A. Wilcox | 1 | -0/+2 |
2019-10-08 | hscript: Initial attempt at handling 'pkginstall' key | A. Wilcox | 1 | -6/+17 |
2019-10-08 | hscript: Simplify MISSING_ERROR usage | A. Wilcox | 1 | -6/+6 |
2019-10-08 | hscript: Amend comment | A. Wilcox | 1 | -1/+1 |
2019-10-08 | hscript: Ensure required keys are present | A. Wilcox | 1 | -0/+28 |
2019-10-08 | hscript: Fix the first bug found by automated testing | A. Wilcox | 1 | -0/+1 |
2019-10-08 | hscript: Implement 'hostname' parsing; add rest of existing manual tests | A. Wilcox | 1 | -11/+23 |
2019-10-08 | hscript: Better message for duplicate value, and test for it | A. Wilcox | 1 | -1/+1 |
2019-10-08 | hscript: Code | A. Wilcox | 1 | -0/+45 |
2019-10-07 | hscript: Initial work at parsing key values | A. Wilcox | 1 | -18/+43 |
2019-10-07 | hscript: Implement key validity test | A. Wilcox | 1 | -7/+22 |
2019-10-07 | hscript: constness fixes | A. Wilcox | 1 | -2/+2 |
2019-10-07 | hscript: Lowercase the key, and don't parse an invalid key further | A. Wilcox | 1 | -0/+5 |
2019-10-07 | hscript: Clarify messages a little | A. Wilcox | 1 | -2/+2 |