summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-23fetch: Add new executableA. Wilcox3-0/+181
2019-10-23hscript: Use SCRIPT_LINE_MAX instead of shadowing <climits> LINE_MAXA. Wilcox1-3/+4
2019-10-21CMake: Drastically simplifify hscript library buildingA. Wilcox2-9/+5
2019-10-21Use VERSTR for version instead of hardcodingA. Wilcox3-3/+7
2019-10-21hscript: Implement DiskLabel, add testsA. Wilcox13-19/+242
2019-10-21hscript: Implement Language::executeA. Wilcox2-2/+42
2019-10-21hscript: Implement Language, add testsA. Wilcox11-21/+209
2019-10-20hscript: constness fixes for ScriptOptionsA. Wilcox2-5/+9
2019-10-20tests: Don't shadow +config+ variableA. Wilcox1-3/+3
2019-10-20hscript: DiskId: use devnum instead of syspath (thx @sroracle)A. Wilcox1-3/+11
2019-10-20hscript: diskid: Use syspath, not devpathA. Wilcox1-2/+4
2019-10-20hscript: Implement DiskId::executeA. Wilcox3-19/+73
2019-10-20tests: Configure Aruba inside RSpec configuration blockA. Wilcox1-2/+2
2019-10-20tests: Explicitly require spec_helper in specsA. Wilcox2-0/+4
2019-10-20CMake: Set PATH correctlyA. Wilcox2-2/+2
2019-10-20CMake: Fix dumb typoA. Wilcox1-1/+1
2019-10-20CI: Fix LCOV jobA. Wilcox1-3/+3
2019-10-20CMake: Make lcov and RSpec first-class targetsA. Wilcox4-12/+50
2019-10-20hscript: Build fixes for Mac OS X 10.12.6 (Xcode 9)A. Wilcox2-1/+8
2019-10-20hscript: Build fix for Ubuntu 18.04 LTSA. Wilcox1-0/+1
2019-10-20Fix tests when install env code is disabledA. Wilcox3-0/+13
2019-10-20hscript: Finish splitting install env codeA. Wilcox2-0/+5
2019-10-20Make Installation Environment code conditionalA. Wilcox6-34/+76
2019-10-19tests: Fix Valgrind running (incl. CI job) and PATH for RSpecA. Wilcox3-5/+5
2019-10-19CI: Save test resultsA. Wilcox1-0/+1
2019-10-19tests: Rework RSpec stuff entirelyA. Wilcox6-35/+17
2019-10-19tests: Support all known versions of Aruba, 0.8.0+A. Wilcox2-2/+8
2019-10-19CMake: Move tests to their respective target CMakeListsA. Wilcox3-20/+21
2019-10-19tests: Support Aruba 0.8.xA. Wilcox2-0/+8
2019-10-19CMake: Rename firmware option to even more blatantly bad ideaA. Wilcox1-4/+4
2019-10-19tools: Fix LCOVA. Wilcox2-4/+4
2019-10-19hscript: Implement Firmware, and add testsA. Wilcox10-0/+159
2019-10-19hscript: Implement UserGroups, add testsA. Wilcox10-3/+143
2019-10-19hscript: Implement UserIcon parsingA. Wilcox9-2/+149
2019-10-19hscript: Implement UserPassphrase, add testsA. Wilcox10-6/+141
2019-10-19hscript: More LCOV fixesA. Wilcox2-31/+36
2019-10-18hscript: Implement username validity check and UserAlias code; add testsA. Wilcox8-4/+154
2019-10-18hscript: Mark more stuff as unreachable for LCOVA. Wilcox2-2/+4
2019-10-18hscript: Better comments, undef stuff, add user validationA. Wilcox1-54/+131
2019-10-18CI: One last attempt on ValgrindA. Wilcox1-1/+1
2019-10-18CI: Make Valgrind workA. Wilcox1-0/+1
2019-10-18hscript: Document requirementA. Wilcox1-0/+1
2019-10-18hscript: Pass key_name by referenceA. Wilcox1-1/+1
2019-10-18tests: Add test for too many usernamesA. Wilcox2-3/+289
2019-10-18hscript: Implement some Username logic, add testsA. Wilcox6-5/+61
2019-10-18hscript: Don't use value we've already moved outA. Wilcox1-1/+2
2019-10-18tests: fixtures: Ensure networking disabled on non-network testsA. Wilcox3-3/+3
2019-10-18hscript: Make ScriptPrivate::store_key easier to maintainA. Wilcox1-170/+185
2019-10-18hscript: Undefine GET_USER_DETAIL when no longer neededA. Wilcox1-0/+1
2019-10-18hscript: Ensure errors are kept up to dateA. Wilcox1-0/+2