Commit Graph

212 Commits

Author SHA1 Message Date
Bryan Stansell
c8355ae8b9
Merge branch 'release-v8.2.6' 2020-10-19 22:33:19 -07:00
Bryan Stansell
d8bf1d96a8
Release v8.2.6 2020-10-19 22:30:29 -07:00
Bryan Stansell
780daa7d37
Merge pull request #56 from bstansell/ipv6_access_behavior
Fix #48 - apply ipv4 CIDR access list when compiled with ipv6 support
2020-10-19 00:33:42 -07:00
Bryan Stansell
3091aa88c7
Merge branch 'master' into ipv6_access_behavior 2020-10-19 00:23:28 -07:00
Bryan Stansell
974451e7cf
Merge pull request #55 from bstansell/fix-github-pointers
fixing links to github repo - from conserver to bstansell
2020-10-18 23:53:38 -07:00
Bryan Stansell
f1f3e2a1dc
fixing links to github repo - from conserver to bstansell 2020-10-18 23:41:46 -07:00
Bryan Stansell
5be57261e8
ran gindent to clean up formatting 2020-10-18 23:31:04 -07:00
Bryan Stansell
0d64aad812
fix compiler warning and allow ipv4 cidr notation to work when compiled with ipv6 support 2020-10-18 23:26:40 -07:00
Bryan Stansell
15359cd1f3
Merge branch 'client_opt_k' 2020-10-18 10:17:59 -07:00
Bryan Stansell
3bf686ed39
adding docs/help for new -k and exiting like other code paths 2020-10-17 17:07:01 -07:00
Bryan Stansell
4396ff9456
Merge pull request #54 from MyleneJ/add_k_option
console: Add 'k' option to exit on console-down
2020-10-17 15:36:40 -07:00
Mylène Josserand
e42a2c9c85 console: Add 'k' option to exit on console-down
This commit is adding an option 'k' to make the console
application exits when the console is down.

This can be useful in some cases such as an integration to LAVA
infrastructure. Console can be used to open a terminal on different
boards to be able to run some tests.
In some cases, the console is down and without this commit, the
tests will be timed-out because it can't talk to the device.
Adding this option will allow us to exit the console directly, without
waiting for a timeout. The benefit will be time saving.

Signed-off-by: Mylène Josserand <mylene.josserand@collabora.com>
2020-10-16 14:06:09 +02:00
Bryan Stansell
5935a7984e
Merge pull request #53 from bstansell/nanosleep
usleep()/nanosleep() wrapper - based on contribution by Rosen Penev <rosenp@gmail.com>
2020-10-13 22:32:39 -07:00
Bryan Stansell
62dba066e1
wrap usleep()/nanosleep() with Sleep() based on configure findings 2020-10-13 14:54:29 -07:00
Bryan Stansell
3d3b5b7c44
Merge pull request #52 from neheb/nano
replace usleep with nanosleep
2020-10-13 14:22:54 -07:00
Rosen Penev
8ac7f57db8
replace usleep with nanosleep
The former is removed in POSIX 2008.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-12 16:44:38 -07:00
Bryan Stansell
4caac4ddd7
Merge pull request #44 from conserver/adjust-filename-again
still not properly detecting - this will do it
2020-05-25 22:08:07 -07:00
Bryan Stansell
0967c4b179
still not properly detecting - this will do it 2020-05-25 21:45:54 -07:00
Bryan Stansell
453bb82a75
Merge pull request #43 from conserver/adjust-filename
renaming for github license detection
2020-05-25 21:15:31 -07:00
Bryan Stansell
2cbcb24728
renaming for github license detection 2020-05-25 20:48:44 -07:00
Bryan Stansell
3c96ccb0da
Merge pull request #42 from conserver/issue-41-clarify-license
fix #41 - clarify license
2020-05-25 20:37:25 -07:00
Bryan Stansell
a1368a2e94
adding portion of latest email around this 2020-05-25 20:01:26 -07:00
Bryan Stansell
8e37bc88d3
re-title 2020-05-25 15:04:09 -07:00
Bryan Stansell
0d24934aaf
adjust formatting 2020-05-25 15:01:35 -07:00
Bryan Stansell
5b7b61b33b
use README-LICENSE.md 2020-05-25 14:55:27 -07:00
Bryan Stansell
7d1af7dd2b
try and address license concerns with LICENSE.md 2020-05-25 14:53:00 -07:00
Bryan Stansell
785f2dae9a
Release v8.2.5 2020-05-01 21:04:44 -07:00
Bryan Stansell
11963af83e
Merge pull request #39 from conserver/issue-38-task-execution
Issue 38 task execution
2020-05-01 15:11:11 -07:00
Bryan Stansell
2a089dff46
Merge branch 'master' into issue-38-task-execution 2020-05-01 08:50:14 -07:00
Bryan Stansell
2d8a816b62
changing freebsd spec to match https://cirrus-ci.org/guide/FreeBSD/ 2020-04-30 20:14:43 -07:00
Bryan Stansell
55738e4e97
Prevent GetMaxFiles() debug output from going to forked processes 2020-04-30 19:41:18 -07:00
Bryan Stansell
02d0c15a77
Fix #38 - task execution error message 2020-04-30 18:58:56 -07:00
Bryan Stansell
51ac2ace52
Merge pull request #37 from wkz/master
fix host consoles in combination --with-ipv6
2020-01-29 07:47:40 -08:00
Tobias Waldekranz
e862920a82 fix host consoles in combination --with-ipv6
With a non-blocking socket, connect(2) will set errno to EINPROGRESS
and the user must then fetch the success/fail status from the socket.

This was correctly handled in the IPv4 path, but not in the IPv6 path.

Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
2020-01-28 14:07:32 +01:00
Bryan Stansell
933f3271ad
Merge pull request #36 from conserver/fix-sed-inplace-warning
Fix #35 - check for sed inplace style
2019-11-15 22:37:18 -08:00
Bryan Stansell
af79b97fdf
Fix #35 - check for sed inplace style 2019-11-15 22:11:24 -08:00
Bryan Stansell
3da2e0db15
Merge pull request #33 from conserver/use-yaml-anchors
use yaml anchors
2019-03-31 07:39:02 -07:00
Bryan Stansell
958da9f13c
use yaml anchors 2019-03-30 23:33:36 -07:00
Bryan Stansell
31a4e9493d
Merge pull request #32 from conserver/move-get-version
move get-version so it persists and autoreconf can be run with released version
2019-03-29 21:23:09 -07:00
Bryan Stansell
ca0bde5039
move get-version so it persists and autoreconf can be run with released version 2019-03-29 19:56:14 -07:00
Bryan Stansell
e77500eb11
Merge pull request #31 from conserver/fix-gssapi-freebsd-check
Fix gssapi freebsd check
2019-03-29 19:27:20 -07:00
Bryan Stansell
b626f3fea9
forgot a semicolon 2019-03-29 17:06:53 -07:00
Bryan Stansell
dbe104674d
using suggestion of stdio.h instead of stddef.h 2019-03-29 17:05:47 -07:00
Bryan Stansell
54f35f135e
fix warning: implicit declaration of function 'AttemptGSSAPI' 2019-03-29 17:01:10 -07:00
Bryan Stansell
17a2e50d5f
cache the config.* scripts and use them if we have trouble pulling them down 2019-03-29 16:52:22 -07:00
Bryan Stansell
3b1dbb3474
adding gssapi build for freebsd 2019-03-29 16:46:27 -07:00
Bryan Stansell
975304f033
adding stddef for gssapi check on freebsd 2019-03-29 16:43:01 -07:00
Bryan Stansell
d565e30d36
Merge pull request #30 from conserver/fix-pam-warning
fix pam const arg mismatch warning
2019-03-29 13:34:48 -07:00
Bryan Stansell
0aa733db99
fix const arg mismatch 2019-03-29 13:19:54 -07:00
Bryan Stansell
abd8edec1d
Adjust cirrus tasks (#29)
shuffle cirrus build/setup
2019-03-29 13:18:56 -07:00