summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3 from hellerda/sshkey-password-retries-for-sf_clientHEADmasterChris Engel2017-11-201-6/+44
|\ | | | | Support PW entry retries for encrypted sshkey for sf_client
| * Support PW entry retries for encrypted sshkey for sf_clientDave Heller2017-10-151-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 AIXMatthew T Vaught2017-11-142-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 makefileDave Heller2017-10-121-0/+10
| | | | Signed-off-by: Dave Heller <hellerda@us.ibm.com>
* Added workaround for RedHat curl bug.Matthew T Vaught2017-10-051-0/+7
|
* Client argument checking fixesChris Engel2017-09-052-30/+35
|
* Initial drop of signing framework clientChris Engel2017-08-287-0/+1738
OpenPOWER on IntegriCloud