summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-18hscript: Add stub User* classesA. Wilcox3-7/+269
2019-10-18hscript: Mark install-only sections as untestableA. Wilcox3-32/+42
2019-10-18tests: Fix test failure for test 0078 on some computersA. Wilcox1-1/+1
2019-10-17hscript: Implement diskid key (except execution)A. Wilcox10-4/+155
2019-10-17hscript: Make dynamic_casts fit on a single lineA. Wilcox1-25/+15
2019-10-17hscript: Fix up rootpw execute shell printingA. Wilcox1-2/+2
2019-10-17hscript: Fix build on CIA. Wilcox1-0/+1
2019-10-17hscript: Implement RootPassphrase::executeA. Wilcox1-2/+48
2019-10-17README: Add note about static and tzdataA. Wilcox1-0/+10
2019-10-17hscript: network key does not need ::executeA. Wilcox1-1/+2
2019-10-16req: 3b: R.E.network.netaddress: only use if network=trueA. Wilcox1-1/+1
2019-10-16hscript: Make valid_pkg a static varA. Wilcox1-1/+3
2019-10-14tests: Include fstab output in mount testsA. Wilcox1-4/+13
2019-10-14hscript: Implement Mount::execute fully, including fstab manipulationA. Wilcox3-6/+74
2019-10-14hscript: Move PkgInstall virt methods to .cc to avoid vtable emissionA. Wilcox2-3/+15
2019-10-14tests: Test mount execution with optionsA. Wilcox2-0/+17
2019-10-14hscript: Don't include space when read Mount optionsA. Wilcox1-2/+2
2019-10-14hscript: Assert instead of validate in Hostname::executeA. Wilcox1-6/+2
2019-10-14tests: Add tests for hostname simulationA. Wilcox2-1/+21
2019-10-14hscript: Handle domain namesA. Wilcox1-0/+21
2019-10-14hscript: Handle dots correctly in Hostname::validateA. Wilcox1-2/+3
2019-10-14CI: Use CTest for Valgrind runningA. Wilcox1-4/+2
2019-10-14README: Note dependenciesA. Wilcox1-0/+23
2019-10-14CMake: Add test stuffA. Wilcox2-0/+22
2019-10-14tests: Further x86_64 suppressionA. Wilcox1-1/+0
2019-10-14tests: Fix suppression file on x86_64A. Wilcox1-0/+10
2019-10-14CI: Add Valgrind pipelineA. Wilcox1-0/+6
2019-10-14tests: Add Valgrind support and suppression fileA. Wilcox2-0/+38
2019-10-14hscript: A few changes [read full message]A. Wilcox2-5/+12
2019-10-14hscript: SSID validation is not a fatal errorA. Wilcox1-3/+2
2019-10-14hscript: Clear request before useA. Wilcox1-0/+1
2019-10-14hscript: Use return value of access(3) properlyA. Wilcox1-1/+1
2019-10-14hscript: Ensure netssid iface is a wireless oneA. Wilcox1-3/+28
2019-10-14hscript-validate: add dangerous -i flagA. Wilcox2-0/+7
2019-10-14tests: Add SLAAC address to WPA testA. Wilcox1-0/+1
2019-10-14hscript: Add NetSSID parsing and testsA. Wilcox14-2/+222