James Nugent
|
2c14ff7385
|
build: Add support for building on Illumos
This commit adds support for building for Illumos-derived operating
systems. Regrettably, the cyrpto/ssh/terminal package does not include
implementations of the functions IsTerminal, MakeRaw or Restore for the
solaris OS. Consequently this commit implements them in Vault.
makeRaw(fd int) is based on the Illumos implementation of the getpass
function [1] for the correct flags. isTerminal(fd int) is based on the
Illumos libc implementation [2] of isatty.
[1] http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libast/common/uwin/getpass.c
[2] http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libbc/libc/gen/common/isatty.c
|
2016-08-13 00:20:15 -04:00 |
vishalnayak
|
0617199d7d
|
Set the OSARCH for dev builds
|
2016-05-24 13:25:50 -04:00 |
Jeff Mitchell
|
315db7c8ad
|
Cut version 0.6.0-beta1
|
2016-05-23 16:14:15 -04:00 |
Jeff Mitchell
|
3d2d044693
|
Rename build tags
|
2016-04-28 00:59:33 +00:00 |
Jeff Mitchell
|
1027b51d17
|
Built tag-ify sealtesting
|
2016-04-28 00:47:44 +00:00 |
Sean Chittenden
|
c14975c54c
|
Go's -X linker flag now requires only one argument
|
2016-03-17 10:57:25 -07:00 |
Jeff Mitchell
|
786bce24b1
|
Remove us building Solaris binaries for the moment, as they don't build successfully
|
2016-03-16 15:47:55 -04:00 |
Jeff Mitchell
|
d8a840cb2a
|
Increase platforms for next build
|
2016-02-25 15:49:12 -05:00 |
Jeff Mitchell
|
7e36ff547d
|
TF_DEV->VAULT_DEV_BUILD
|
2016-02-25 11:05:51 -05:00 |
Jeff Mitchell
|
7a4eda156c
|
Migrate to built-in Go vendoring.
This also removes `godep` calls from make scripts. Of note is that
currently `./...` checking in acceptance tests is disabled.
|
2016-02-18 15:06:02 -05:00 |
Jeff Mitchell
|
75f1c1e40c
|
Print version on startup.
Fixes #765
|
2015-11-09 13:52:55 -05:00 |
Armon Dadgar
|
c0d01df519
|
Merge pull request #404 from BRMatt/patch-1
Ensure build.sh uses dependencies vendored by godeps
|
2015-07-22 17:30:06 -07:00 |
Jeff Zellner
|
25ea28f419
|
use /usr/bin/env to find bash
|
2015-07-21 20:06:54 -06:00 |
Matt Button
|
2d0777a32f
|
Ensure build.sh uses dependencies vendored by godeps
|
2015-07-08 14:02:37 +01:00 |
Mitchell Hashimoto
|
15d3d88c48
|
don't compile for open/freebsd [GH-136]
|
2015-05-11 10:34:17 -07:00 |
Mitchell Hashimoto
|
57be8bcc09
|
move the cli to the cli/ package so enterprising individuals can call it
|
2015-04-12 16:58:45 -07:00 |
Mitchell Hashimoto
|
ba870b8fd2
|
scripts
|
2015-03-03 23:14:18 -08:00 |