Age | Commit message (Expand) | Author | Files | Lines |
2019-11-06 | hscript: Disable coverage test for default case handler in store_key | A. Wilcox | 1 | -1/+1 |
2019-11-04 | hscript: Refactor script.cc and disk.cc for maintainability | A. Wilcox | 1 | -1263/+75 |
2019-11-02 | hscript: Add download_file helper and implement SigningKey::execute0.1.0 | A. Wilcox | 1 | -0/+27 |
2019-11-02 | hscript: More logging and dir creation | A. Wilcox | 1 | -0/+27 |
2019-11-02 | hscript: Handle creation of directories when needed | A. Wilcox | 1 | -0/+10 |
2019-11-01 | hscript: Start calling execute on the disk keys | A. Wilcox | 1 | -5/+57 |
2019-10-31 | hscript: Implement Encrypt, add tests | A. Wilcox | 1 | -1/+32 |
2019-10-31 | hscript: Implement SigningKey, add tests | A. Wilcox | 1 | -1/+17 |
2019-10-31 | hscript: Consistency/style fixes | A. Wilcox | 1 | -0/+4 |
2019-10-31 | hscript: Implement Nameserver, add tests | A. Wilcox | 1 | -0/+12 |
2019-10-31 | Build: disable -Wunused-parameter | A. Wilcox | 1 | -3/+0 |
2019-10-31 | hscript: Remove unused paramaters and de-const-ify DiskLabel::type | A. Wilcox | 1 | -2/+5 |
2019-10-31 | hscript: Implement *.Block requirements | A. Wilcox | 1 | -3/+44 |
2019-10-31 | hscript: Implement fs, add tests | A. Wilcox | 1 | -1/+26 |
2019-10-31 | hscript: Add Keymap code | A. Wilcox | 1 | -2/+18 |
2019-10-31 | hscript: Implement lvm_lv, add tests | A. Wilcox | 1 | -2/+33 |
2019-10-29 | hscript: Only use LVMGroup::test_pv in install env builds | A. Wilcox | 1 | -0/+2 |
2019-10-29 | hscript: Implement lvm_vg, add tests | A. Wilcox | 1 | -1/+44 |
2019-10-28 | hscript: Make line a long for alignment | A. Wilcox | 1 | -1/+1 |
2019-10-27 | hscript: Make portable to std::filesystem OR boost::filesystem | A. Wilcox | 1 | -11/+7 |
2019-10-27 | hscript: Implement Runner.Execute.network | A. Wilcox | 1 | -1/+37 |
2019-10-26 | hscript: Append, don't replace, target net conf | A. Wilcox | 1 | -2/+2 |
2019-10-26 | hscript: Remove temp dir from previous run, if any | A. Wilcox | 1 | -2/+6 |
2019-10-26 | hscript: Implement NetAddress::execute | A. Wilcox | 1 | -29/+68 |
2019-10-26 | hscript: Implement NetSSID::execute | A. Wilcox | 1 | -4/+54 |
2019-10-26 | hscript: Split heavy validation code into separate functions | A. Wilcox | 1 | -100/+128 |
2019-10-26 | hscript: Implement DiskLabel::execute | A. Wilcox | 1 | -1/+8 |
2019-10-26 | hscript: Implement lvm_pv, add tests | A. Wilcox | 1 | -1/+37 |
2019-10-25 | hscript: Implement Partition, add tests | A. Wilcox | 1 | -1/+26 |
2019-10-24 | hscript: Fully implement Timezone, add tests | A. Wilcox | 1 | -1/+41 |
2019-10-23 | hscript: Use SCRIPT_LINE_MAX instead of shadowing <climits> LINE_MAX | A. Wilcox | 1 | -3/+4 |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 1 | -1/+24 |
2019-10-21 | hscript: Implement Language::execute | A. Wilcox | 1 | -0/+7 |
2019-10-21 | hscript: Implement Language, add tests | A. Wilcox | 1 | -20/+43 |
2019-10-20 | hscript: constness fixes for ScriptOptions | A. Wilcox | 1 | -3/+5 |
2019-10-20 | hscript: Implement DiskId::execute | A. Wilcox | 1 | -16/+34 |
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 |