| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3 from hellerda/sshkey-password-retries-for-sf_clientHEADmaster | Chris Engel | 2017-11-20 | 1 | -6/+44 |
| |\ | | | | | Support PW entry retries for encrypted sshkey for sf_client | ||||
| | * | Support PW entry retries for encrypted sshkey for sf_client | Dave Heller | 2017-10-15 | 1 | -6/+44 |
| | | | | | | | | | | | | | | | | | | | | | This adds support for password entry retries for signframework client, in case the user fat-fingers the password entry (to unlock the encrypted sshkey). It only patches the sendFileToServer() function, since this seems to be the first and only point where the user is actually prompted. The number of retries is configable by a defined macro in the code. Signed-off-by: Dave Heller <hellerda@us.ibm.com> | ||||
| * | | Resolved issues when building on AIX | Matthew T Vaught | 2017-11-14 | 2 | -7/+14 |
| |/ | | | | | | Needed to include strings.h for bzero Cannot use stdout as a variable name Use gethostname instead of getenv("HOSTNAME") | ||||
| * | Add simple make install/uninstall to sf_client makefile | Dave Heller | 2017-10-12 | 1 | -0/+10 |
| | | | | | Signed-off-by: Dave Heller <hellerda@us.ibm.com> | ||||
| * | Added workaround for RedHat curl bug. | Matthew T Vaught | 2017-10-05 | 1 | -0/+7 |
| | | |||||
| * | Client argument checking fixes | Chris Engel | 2017-09-05 | 2 | -30/+35 |
| | | |||||
| * | Initial drop of signing framework client | Chris Engel | 2017-08-28 | 7 | -0/+1738 |

