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> | ||||
* | | Merge pull request #4 from mtvaught-ibm/master | Chris Engel | 2017-11-20 | 2 | -7/+14 |
|\ \ | | | | | | | Resolved issues when building on AIX | ||||
| * | | 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") | ||||
* | | Fix bug with checking for duplicate signers of hw keys | Chris Engel | 2017-10-26 | 2 | -9/+1 |
| | | |||||
* | | Remove getpubkeyecc signer restriction | Chris Engel | 2017-10-25 | 1 | -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 dropbox | Chris Engel | 2017-10-20 | 1 | -1/+1 |
| | | |||||
* | | Fix file descriptor leakage | Chris Engel | 2017-10-16 | 3 | -5/+16 |
|/ | |||||
* | Merge pull request #2 from hellerda/simple-make-install-for-sf_client | Chris Engel | 2017-10-12 | 1 | -0/+10 |
|\ | | | | | Add simple make install/uninstall to sf_client makefile | ||||
| * | 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> | ||||
* | Merge pull request #1 from mtvaught-ibm/master | Chris Engel | 2017-10-11 | 1 | -0/+7 |
|\ | | | | | Added workaround for RedHat curl bug. | ||||
| * | Added workaround for RedHat curl bug. | Matthew T Vaught | 2017-10-05 | 1 | -0/+7 |
|/ | |||||
* | Framework updates to support new path | Chris Engel | 2017-09-18 | 4 | -7/+7 |
| | |||||
* | Initial drop of signing server framework | Chris Engel | 2017-09-18 | 99 | -1/+22908 |
| | |||||
* | Client argument checking fixes | Chris Engel | 2017-09-05 | 2 | -30/+35 |
| | |||||
* | Initial drop of signing framework client | Chris Engel | 2017-08-28 | 9 | -0/+1744 |
| | |||||
* | Initial commit | Maury Zipse | 2017-08-10 | 1 | -0/+201 |