Russ Magee
fbb6fb12d9
Removed redundant assigns of stdin/out/err to conn prior to ptmx setup
2020-01-30 17:14:56 -08:00
Russ Magee
9c0a0434c7
Removed stdout redir in push build script
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2020-01-30 13:01:10 -08:00
Russ Magee
1f898a6817
fixed /home/russtopia/bin:/opt/eclipse:/usr/lib/go/bin:/home/russtopia/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin in push build script
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2020-01-30 12:58:08 -08:00
Russ Magee
4442d0d1f5
Added lint stage to push script
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2020-01-30 12:55:15 -08:00
Russ Magee
44c5af4a42
Added golangci-lint config
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2020-01-30 12:50:38 -08:00
Russ Magee
ce5cfef6d5
Version tags now reflect mod/vendor build setup.
...
Switched 'make lint' to use golangci-lint as gometalinter is deprecated.
Signed-off-by: Russ Magee <rmagee@gmail.com>
2020-01-30 12:40:18 -08:00
Russ Magee
2a6663ed3c
Updated imports and vendor/ for local fork of schwanenlied.me crypto (chacha20, newhope, kyber)
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2020-01-30 12:18:39 -08:00
Russ Magee
839d716bfc
Merge branch 'master' of ssh://blitter.com/var/git/xs
2020-01-29 17:25:47 -08:00
Russ Magee
3092ec2881
1/3 Updated Makefile to allow VENDOR flag (adds -vendor to version string)
...
2/3 Added vendor/ dir to lock down dependent pkg versions.
The author of git.schwanenlied.me/yawning/{chacha20,newhope,kyber}.git has copied
their repos to gitlab.com/yawning/ but some imports of chacha20 from newhope still
inconsistently refer to git.schwanenlied.me/, breaking build.
Licenses for chacha20 also changed from CC0 to AGPL, which may or may not be an
issue. Until the two aforementioned issues are resolved, locking to last-good
versions is probably the best way forward for now.
To build with vendored deps, use make VENDOR=1 clean all
3/3 Moved body of CI push script into bacillus/
2020-01-29 17:23:44 -08:00
Russ Magee
03739afd74
Introduced bacillus ci_pushbuild script
2020-01-29 16:33:12 -08:00
Russ Magee
01166bec12
Moved body of CI push script into project from bacillus
2020-01-29 15:57:43 -08:00
Russ Magee
5ee2a4b355
1/2 Updated Makefile to allow VENDOR flag (adds -vendor to version string)
...
2/2 Added vendor/ dir to lock down dependent pkg versions.
The author of git.schwanenlied.me/yawning/{chacha20,newhope,kyber}.git has copied
their repos to gitlab.com/yawning/ but some imports of chacha20 from newhope still
inconsistently refer to git.schwanenlied.me/, breaking build.
Licenses for chacha20 also changed from CC0 to AGPL, which may or may not be an
issue. Until the two aforementioned issues are resolved, locking to last-good
versions is probably the best way forward for now.
To build with vendored deps, use make VENDOR=1 clean all
2020-01-29 13:55:38 -08:00
Russ Magee
4ef008d909
Bumped tag
2020-01-24 18:50:33 -08:00
Russ Magee
a6fad6fcb5
Updated parms to test WANDERER alg to set sboxUpdate mode
2020-01-24 18:49:34 -08:00
Russ Magee
ef0dc8293f
Bumped version -> v0.8.10
2020-01-08 17:16:24 -08:00
Russ Magee
455135797f
Comments on main() xsd
2019-12-19 20:34:05 -08:00
Russ Magee
5e690f0f72
branch temp version
2019-12-19 20:04:22 -08:00
Russ Magee
eb5a417b99
go.mod updates for gopkg.in/hlandau/passlib.v1
2019-12-19 20:03:32 -08:00
Russ Magee
13121cb3ed
Add (as default) option to use system shadow passwds
2019-12-19 20:01:39 -08:00
Russ Magee
17caa89baf
Bumped version
2019-12-15 12:27:50 -08:00
Russ Magee
b6042fe961
xsd: Added -aK,-aC,-aH to control accepted client proposals
2019-12-15 11:38:04 -08:00
Russ Magee
bd5d7169af
Fixed leftover hkexsh -> xs refs in xspasswd
2019-12-11 17:37:56 -08:00
Russ Magee
ef3b986104
Fixed xc mode detection
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-10-29 23:50:27 -07:00
Russ Magee
d5e5290d30
The Great Renaming: hkexsh -> xs (Xperimental Shell)
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-10-29 23:11:03 -07:00
Russ Magee
9170871129
WIP integrating experimental WANDERER alg
2019-09-27 09:44:57 -07:00
Russ Magee
4d99f4f999
Cleaned up flag strings
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-09-14 23:47:41 -07:00
Russ Magee
07cb7c3bde
Merge branch 'master' into kcp-udp
2019-09-14 22:56:19 -07:00
Russ Magee
35e580438d
Made default deeper in init funcs HERRADURAKEX512
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-09-14 22:56:03 -07:00
Russ Magee
7883005ec6
Version -kcp
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-08-22 23:32:56 -07:00
Russ Magee
9cbdd2e74f
Merge branch 'master' into kcp-udp
2019-08-22 23:31:36 -07:00
Russ Magee
dc80b3f730
Bumped version
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-08-22 23:29:22 -07:00
Russ Magee
5d92580d2f
Fixed incomplete -x cmd output due to premature ptmx.Close for non-interactive sessions
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-08-22 23:18:20 -07:00
Russ Magee
81c9d02b51
Uncoupled kcp-go UDP support by moving into hkexnet/kcp.go
...
TODO: cmdline param to set KCP symmetric key & salt at launch (consider
also from a file to avoid putting inline in invocations, eg., init scripts)
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-08-16 23:16:40 -07:00
Russ Magee
ff1cdb66f7
Added experimental support (-K) for kcp-go reliable-UDP instead of TCP
...
github.com/xtaci/kcp-go
** Note: hkexcp appears to hang (client-side) on completion w/complete file copy
(Note server-side logs on final missed ctrlStatOp msg)
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-08-13 20:56:01 -07:00
Russtopia
7b1d472f4e
Update 'README.md'
2019-08-08 22:34:28 -07:00
Russ Magee
69d9fdb8f7
Bumped version
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-08-08 21:38:03 -07:00
Russ Magee
664e6c7254
Added server -L option to use host builtin login
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-08-08 21:36:37 -07:00
Russ Magee
5cb3ef7b94
Bumped version
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-08-08 00:32:46 -07:00
Russ Magee
867def1b08
Hopeful fix for issue #18
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-08-08 00:21:34 -07:00
Russ Magee
b90a9d5cb1
Merge branch 'master' of ssh://blitter.com/var/git/hkexsh
2019-07-11 12:18:26 -07:00
Russ Magee
7a914b46dc
Added make-controlled version, gitCommit (thanks to https://preslav.me/2019/07/09/adding-version-information-to-go-binaries/
2019-07-11 10:12:38 -07:00
Russ Magee
a16938455f
Minor cleanup to keepalive timing jitter comments
2019-07-10 20:44:02 -07:00
Russ Magee
37ef67ea34
Random jitter to tun keepalive timing
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-07-10 01:11:23 -07:00
Russtopia
7482e78e6f
Updated README.md
2019-07-05 23:56:18 -07:00
Russ Magee
0a9a400617
Bumped goutmp -> 1.0.1
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-07-04 21:20:02 -07:00
Russ Magee
8d079f17b1
Used fixed goutmp pty logging
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-07-04 20:27:49 -07:00
Russ Magee
c3b26217ce
Bumped version in consts.go
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-07-03 09:56:53 -07:00
Russ Magee
120087a853
Added enforcement of min/max vals for chaff freq, bytesize
...
Made HerraduraKEx 512 default KEx (was HerraduraKEx 256)
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-07-03 09:50:37 -07:00
Russ Magee
db36e6f5c5
More race cleanup, (hc.tuns).Data/ShutdownTun() races A,B,C still remain.
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-06-28 22:50:58 -07:00
Russ Magee
3e03f0b384
gofmt
...
Signed-off-by: Russ Magee <rmagee@gmail.com>
2019-06-27 22:28:53 -07:00