Lance R. Vick
Lance R. Vick
Do not merge, still some CSS issues to work out (can't scroll). Overall implementation tested/works.
We should find a way (Even if it is faked under the hood) to allow users to create .plan, .project, and .pgpkey files and have "finger someuser" actually work as...
Setup for integration testing across all #! core infra via 'make test' Currently just spins everything up, and executes 'ls' over ssh to the shellbox as root and checks ssh...
Most laptops today charge via USB type C and don't actually have any USB Type A ports so it would be far more attractive if the data lines on the...
Support building live-bootstrap as a deterministic docker image. ``` ./rootfs.py --docker ``` An image can be exported after build with: ``` docker save local/live-bootstrap -o live-bootstrap.tar ``` Expected hash as...
NitroHSM looks awesome, but currently it seems to be lacking basic Software Supply Chain integrity practices that would make it viable for use in environments with threat models that can't...
Building with an x86_64-linux-musl host where clang/compiler-rt/libc++/libc++abi/libunwind are the system default toolchain. First I had to remove flags clang does not understand: ``` find . -type f -exec sed 's/-fno-tree-sra//g'...
Clang build on llvm/musl toolchain system fails with: ``` 0.217 ld: error: version script assignment of 'GLIBC_2.3.3' to symbol 'timer_settime' failed: symbol not defined 0.217 ld: error: version script assignment...