summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-24Create CNAMECarson Fleming
2025-01-24add gh workflow for docsCarson Fleming
2023-12-20Allow HDB url to be passed as an environment variable (HDB=?)v2.2Carson Fleming
2023-12-18Delete extra printing and white spaceCarson Fleming
2023-12-18Fork before performing key generation for improved stealthCarson Fleming
2023-03-30Use production defaults in pkctlv2.1Carson Fleming
2023-03-30Remove debugging infrastructure for mergeCarson Fleming
2023-03-30Get everything working locallyCarson Fleming
2023-03-29Fixed freezing issue with PTYCarson Fleming
2023-03-28Fix some transition bugs; pty still hangs trying to pull streaming keyCarson Fleming
2023-03-26Switch daemon to use PKSock infrastructureCarson Fleming
2023-03-24Missed a spotCarson Fleming
2023-03-24Synchronize PTY stop sequenceCarson Fleming
2023-03-24Re-engineer crypto library to support buffering and putbackCarson Fleming
2023-01-14Dont send prompt after exiting PTY mode; TCP stacks it and causes strange ↵Carson Fleming
behavior
2023-01-14Re-enable key generation in the clientCarson Fleming
2023-01-14Switch to a single-threaded approach using selectors; additional ↵Carson Fleming
miscellaneous debugging
2023-01-13Backwards compability change to cleanup functionv2.0Carson Fleming
2023-01-13Update comment about NPTY bugCarson Fleming
2023-01-13Fix client crashing bug on pty exitCarson Fleming
2023-01-12Add some better logging/data stream tolerance to pkctlCarson Fleming
2023-01-12Initial work with stream ciphers, still has hanging issuesCarson Fleming
2023-01-11Remove dev artifacts from client codeCarson Fleming
2023-01-11Merge pull request #1 from cflems/masterCarson Fleming
Merge PTY functionality into master
2023-01-11Merge branch 'pty' into masterCarson Fleming
2023-01-11Fixed PTY glitch where it wouldnt read (still slow tho)Carson Fleming
2022-12-26Less weird solution to prompt commandv1.0Carson Fleming
2022-12-26Make correction to avoid utf-8ing control sequencesCarson Fleming
2022-12-22Add the MIT licenseCarson Fleming
2022-12-22Do not fail on reinstall because user already existsCarson Fleming
2022-12-22Use umask to allow group members to control pk + some cleanupCarson Fleming
2022-12-22Make systemd create the run directory on bootCarson Fleming
2022-12-22Remove testing artifactCarson Fleming
2022-12-22Rename the service and fix another oopsCarson Fleming
2022-12-22lol oops remove relicCarson Fleming
2022-12-22Remove executable bit from local pkctl fileCarson Fleming
2022-12-22Create install make-target, ready for initial distributionCarson Fleming
2022-12-22Built C2 controller with multi-client and multi-admin supportCarson Fleming