summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed some debug statements and better error handlingHEADmasterSam Chudnick2023-06-112-27/+12
* Wrap client loop in try catch blockSam Chudnick2023-06-111-14/+21
* Add installation scriptsSam Chudnick2023-06-112-0/+14
* Add MakefileSam Chudnick2023-06-111-0/+14
* Created sample configuration fileSam Chudnick2022-07-041-0/+23
* Support both TLS encrypted sessions and plaintext sessionsSam Chudnick2022-07-043-27/+137
* Added option to specify TLS ciphersSam Chudnick2022-07-041-13/+37
* Added options for certificate and key filesSam Chudnick2022-07-041-14/+26
* Implemented TLS encrypted connectionsSam Chudnick2022-07-043-27/+73
* Properly implemented pam_sm_setcredSam Chudnick2022-07-031-23/+43
* Fixed issue caused by non-static database locationSam Chudnick2022-07-031-25/+34
* Better error handling if server disconnectsSam Chudnick2022-07-031-1/+8
* Renamed PAM python script. Slightly improved error handlingSam Chudnick2022-07-031-2/+9
* Add simple MakefileSam Chudnick2022-07-021-0/+14
* More robust error handling. Updated pam_sm_setcred.Sam Chudnick2022-07-021-4/+11
* Read options from config file and moreSam Chudnick2022-07-021-41/+151
* Read options from config fileSam Chudnick2022-07-023-34/+143
* Added support for TOTPSam Chudnick2022-06-304-92/+180
* Initial commitSam Chudnick2022-06-276-0/+1283