Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/vault: new upstream version 0.6.0 | Christian Kampka | 2016-06-19 | 1 | -5/+5 |
| | |||||
* | testing/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER | ||||
* | Improve consistency of scripts using adduser/addgroup. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved. | ||||
* | Add -g option (GECOS/comment) to adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | testing/vault: new upstream version 0.5.2 | Christian Kampka | 2016-03-20 | 1 | -5/+4 |
| | |||||
* | testing/vault: fix build | Christian Kampka | 2015-12-12 | 1 | -6/+6 |
| | |||||
* | testing/vault: new upstream version 0.4.0 | Christian Kampka | 2015-12-12 | 2 | -273/+7 |
| | |||||
* | testing/vault: fix checksums | Bartłomiej Piotrowski | 2015-10-16 | 1 | -3/+3 |
| | |||||
* | testing/vault: simplify init script | Christian Kampka | 2015-10-16 | 3 | -34/+24 |
| | |||||
* | testing/vault: upgrade to 0.3.1 | Christian Kampka | 2015-10-13 | 2 | -87/+101 |
| | |||||
* | testing/vault: enable x86 again | Eivind Uggedal | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | testing/vault: disable compile for x86 | Francesco Colista | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | testing/vault: fix checksum | Francesco Colista | 2015-09-21 | 1 | -3/+3 |
| | |||||
* | testing/vault: new aport | Christian Kampka | 2015-09-21 | 5 | -0/+369 |
https://www.vaultproject.io Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log. |