summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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