Vishal Nayak
4e896ca0d2
Merge pull request #1068 from lunixbochs/master
...
don't panic when config directory is empty
2016-02-15 11:03:48 -05:00
Vishal Nayak
baa506c5c2
Merge pull request #1070 from chuyskywalker/patch-1
...
Minor spelling fix
2016-02-13 11:44:53 -05:00
Jeff Minard
1985fa3313
Minor spelling fix
2016-02-13 08:41:16 -08:00
Ryan Hileman
1e65c4a01f
don't panic when config directory is empty
2016-02-12 16:40:19 -08:00
Jeff Mitchell
ea12dff28b
changelog++
2016-02-12 15:38:52 -05:00
Jeff Mitchell
a216c5d74d
Merge pull request #1066 from hashicorp/issue-1054
...
Return status for rekey/root generation at init time.
2016-02-12 15:35:45 -05:00
Jeff Mitchell
8510dbad05
Verify that nonces are non-empty in tests
2016-02-12 15:35:26 -05:00
Jeff Mitchell
5f5542cb91
Return status for rekey/root generation at init time. This mitigates a
...
(very unlikely) potential timing attack between init-ing and fetching
status.
Fixes #1054
2016-02-12 14:24:36 -05:00
Jeff Mitchell
3d3ad051a8
Merge pull request #1064 from techraf/patch-1
...
Fixes typo
2016-02-12 09:48:55 -05:00
techraf
812736b475
Fixes typo
2016-02-12 22:34:07 +09:00
Jeff Mitchell
3378db0166
Merge pull request #1061 from tomrittervg/tomrittervg-typos-1
...
Fix some typos
2016-02-11 15:12:09 -05:00
Jeff Mitchell
880c9798b7
Merge pull request #1062 from tomrittervg/tomrittervg-AllowedBaseDomain-migration
...
AllowedBaseDomain will stay non-empty in certain error conditions. None of these conditions should be hit anyways, but this provides an extra safety check.
2016-02-11 15:07:54 -05:00
Jeff Mitchell
fdc7317ef0
changelog++
2016-02-11 12:54:49 -05:00
Jeff Mitchell
46b22745c6
Merge pull request #1053 from mwielgoszewski/postgresql-revocation
...
Fix PostgreSQL secret backend issues revoking users
2016-02-11 12:52:37 -05:00
Jeff Mitchell
3faae67288
Merge pull request #1055 from bscott/master
...
Updated Vault Download URL and Version
2016-02-11 09:28:05 -05:00
Brian Scott
1ebbc00761
Updated Vault Download URL and Version
2016-02-10 22:12:19 -08:00
Jeff Mitchell
aaed354aca
Add note about client libraries to 0.5 upgrade page
2016-02-10 12:10:51 -05:00
Jeff Mitchell
4fb603906f
Bump website download links to 0.5.0
2016-02-10 12:08:29 -05:00
Jeff Mitchell
826c593e2d
Cut version 0.5.0
2016-02-10 08:02:18 -05:00
Jeff Mitchell
69f7aca258
Add change of exit code for status to upgrade page
2016-02-10 08:01:54 -05:00
Jeff Mitchell
4f5c65ae74
changelog++
2016-02-10 08:01:46 -05:00
Tom Ritter
a10dc14625
Fix AllowedBaseDomain Migration
...
AllowedBaseDomain is only zero-ed out if the domain is not found in the (new) AllowedDomains configuration setting. If the domain is found, AllowedBaseDomain is not emptied and this code will be run every single time.
//untested
2016-02-09 15:42:15 -06:00
Tom Ritter
940a58cb9d
Typo in error message in path_intermediate.go
2016-02-09 15:08:30 -06:00
Tom Ritter
8901c0b67d
Type in kdf.go
2016-02-08 14:39:46 -06:00
Tom Ritter
e5952a1c28
Typo in policy.go
2016-02-08 12:00:06 -06:00
Jeff Mitchell
005ce81404
Cut version 0.5.0
2016-02-08 11:41:06 -05:00
Jeff Mitchell
b7896fba65
changelog++
2016-02-08 11:40:52 -05:00
Jeff Mitchell
ba71ff7b0c
Update documentation for status command to reflect new return codes
2016-02-08 11:36:08 -05:00
Jeff Mitchell
c36007ab25
changelog++
2016-02-07 14:02:55 -05:00
Jeff Mitchell
c636a8ad29
Merge pull request #1036 from hashicorp/tls-notbefore-skew
...
Add slack on NotBefore value for generated certs.
2016-02-07 14:01:05 -05:00
Jeff Mitchell
4771884c78
Add slack on NotBefore value for generated certs.
...
This fixes an issue where, due to clock skew, one system can get a cert
and try to use it before it thinks it's actually valid. The tolerance of
30 seconds should be high enough for pretty much any set of systems
using NTP.
Fixes #1035
2016-02-07 14:00:03 -05:00
Jeff Mitchell
06810f2ac7
changelog++
2016-02-04 16:40:00 -05:00
Jeff Mitchell
4837ba23df
changelog++
2016-02-04 13:49:01 -05:00
Jeff Mitchell
550d6096ed
Add some extra info on the build to the changelog and bump the version in preparation for release
2016-02-04 11:54:14 -05:00
Jeff Mitchell
642240db27
changelog++
2016-02-04 11:42:58 -05:00
Jeff Mitchell
67591b5778
Cut version 0.5.0-rc2
2016-02-04 09:53:39 -05:00
Jeff Mitchell
d31c07b480
Bump version
2016-02-04 09:53:27 -05:00
Jeff Mitchell
64309b3b4b
Fix some changelog formatting
2016-02-04 09:53:23 -05:00
Jeff Mitchell
eb1deefac1
Introduce a locking inmem storage for unit tests that are doing concurrent things
2016-02-04 09:40:35 -05:00
Jeff Mitchell
1adc2fbf77
Merge pull request #1028 from hashicorp/transit-fuzz-test
...
Add transit fuzz test
2016-02-03 21:19:01 -05:00
Jeff Mitchell
f9dda87362
Merge pull request #1029 from hashicorp/list-command-ending-slash
...
On the CLI, ensure listing ends with /.
2016-02-03 21:09:20 -05:00
Jeff Mitchell
da2360c7f4
On the CLI, ensure listing ends with /.
2016-02-03 21:08:46 -05:00
Jeff Mitchell
70eeaa1519
Add transit fuzz test
2016-02-03 17:36:15 -05:00
Vishal Nayak
fff201014d
Merge pull request #1021 from hashicorp/vault-seal-1006
...
Sealing vault in standby mode
2016-02-03 15:22:16 -05:00
Jeff Mitchell
ed3ae4541a
changelog++
2016-02-03 15:14:34 -05:00
Jeff Mitchell
23abc957c4
Merge pull request #1025 from mhaji/patch-1
...
Correct a small typo in HA internals
2016-02-03 15:14:24 -05:00
Mukhtar Haji
f27e691c6c
Correct a small typo
2016-02-03 20:08:33 +00:00
Jeff Mitchell
fc7eadbbb7
changelog++
2016-02-03 15:07:53 -05:00
Jeff Mitchell
14d7fcc618
Merge pull request #1024 from merri-j/patch-1
...
Add postgresql to bullet list of backends
2016-02-03 15:07:36 -05:00
vishalnayak
eeea9710b6
Generalized the error message and updated doc
2016-02-03 15:06:18 -05:00