Age | Commit message (Expand) | Author | Files | Lines |
2019-10-19 | tests: Fix Valgrind running (incl. CI job) and PATH for RSpec | A. Wilcox | 3 | -5/+5 |
2019-10-19 | CI: Save test results | A. Wilcox | 1 | -0/+1 |
2019-10-19 | tests: Rework RSpec stuff entirely | A. Wilcox | 6 | -35/+17 |
2019-10-19 | tests: Support all known versions of Aruba, 0.8.0+ | A. Wilcox | 2 | -2/+8 |
2019-10-19 | CMake: Move tests to their respective target CMakeLists | A. Wilcox | 3 | -20/+21 |
2019-10-19 | tests: Support Aruba 0.8.x | A. Wilcox | 2 | -0/+8 |
2019-10-19 | CMake: Rename firmware option to even more blatantly bad idea | A. Wilcox | 1 | -4/+4 |
2019-10-19 | tools: Fix LCOV | A. Wilcox | 2 | -4/+4 |
2019-10-19 | hscript: Implement Firmware, and add tests | A. Wilcox | 10 | -0/+159 |
2019-10-19 | hscript: Implement UserGroups, add tests | A. Wilcox | 10 | -3/+143 |
2019-10-19 | hscript: Implement UserIcon parsing | A. Wilcox | 9 | -2/+149 |
2019-10-19 | hscript: Implement UserPassphrase, add tests | A. Wilcox | 10 | -6/+141 |
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 | 8 | -4/+154 |
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 | CI: One last attempt on Valgrind | A. Wilcox | 1 | -1/+1 |
2019-10-18 | CI: Make Valgrind work | A. Wilcox | 1 | -0/+1 |
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 | tests: Add test for too many usernames | A. Wilcox | 2 | -3/+289 |
2019-10-18 | hscript: Implement some Username logic, add tests | A. Wilcox | 6 | -5/+61 |
2019-10-18 | hscript: Don't use value we've already moved out | A. Wilcox | 1 | -1/+2 |
2019-10-18 | tests: fixtures: Ensure networking disabled on non-network tests | A. Wilcox | 3 | -3/+3 |
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-18 | tests: Fix test failure for test 0078 on some computers | A. Wilcox | 1 | -1/+1 |
2019-10-17 | hscript: Implement diskid key (except execution) | A. Wilcox | 10 | -4/+155 |
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 | README: Add note about static and tzdata | A. Wilcox | 1 | -0/+10 |
2019-10-17 | hscript: network key does not need ::execute | A. Wilcox | 1 | -1/+2 |
2019-10-16 | req: 3b: R.E.network.netaddress: only use if network=true | A. Wilcox | 1 | -1/+1 |
2019-10-16 | hscript: Make valid_pkg a static var | A. Wilcox | 1 | -1/+3 |
2019-10-14 | tests: Include fstab output in mount tests | A. Wilcox | 1 | -4/+13 |
2019-10-14 | hscript: Implement Mount::execute fully, including fstab manipulation | A. Wilcox | 3 | -6/+74 |
2019-10-14 | hscript: Move PkgInstall virt methods to .cc to avoid vtable emission | A. Wilcox | 2 | -3/+15 |
2019-10-14 | tests: Test mount execution with options | A. Wilcox | 2 | -0/+17 |
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 | tests: Add tests for hostname simulation | A. Wilcox | 2 | -1/+21 |
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 | CI: Use CTest for Valgrind running | A. Wilcox | 1 | -4/+2 |
2019-10-14 | README: Note dependencies | A. Wilcox | 1 | -0/+23 |