summaryrefslogtreecommitdiffstats
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>
* | Merge pull request #4 from mtvaught-ibm/masterChris Engel2017-11-202-7/+14
|\ \ | | | | | | Resolved issues when building on AIX
| * | 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")
* | Fix bug with checking for duplicate signers of hw keysChris Engel2017-10-262-9/+1
| |
* | Remove getpubkeyecc signer restrictionChris Engel2017-10-251-36/+0
| | | | | | | | | | | | | | Removing the requirement that the requestor has signing authority of the requested project in order to retrieve the public key. Anyone with signing server access can retrieve all public keys.
* | Fix issue with fstab entry creation for dropboxChris Engel2017-10-201-1/+1
| |
* | Fix file descriptor leakageChris Engel2017-10-163-5/+16
|/
* Merge pull request #2 from hellerda/simple-make-install-for-sf_clientChris Engel2017-10-121-0/+10
|\ | | | | Add simple make install/uninstall to sf_client makefile
| * Add simple make install/uninstall to sf_client makefileDave Heller2017-10-121-0/+10
|/ | | | Signed-off-by: Dave Heller <hellerda@us.ibm.com>
* Merge pull request #1 from mtvaught-ibm/masterChris Engel2017-10-111-0/+7
|\ | | | | Added workaround for RedHat curl bug.
| * Added workaround for RedHat curl bug.Matthew T Vaught2017-10-051-0/+7
|/
* Framework updates to support new pathChris Engel2017-09-184-7/+7
|
* Initial drop of signing server frameworkChris Engel2017-09-1899-1/+22908
|
* Client argument checking fixesChris Engel2017-09-052-30/+35
|
* Initial drop of signing framework clientChris Engel2017-08-289-0/+1744
|
* Initial commitMaury Zipse2017-08-101-0/+201
OpenPOWER on IntegriCloud