Commit Graph

200 Commits

Author SHA1 Message Date
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
Bryan Stansell
68422e949d
Merge pull request #28 from zi0r/gssapi
FreeBSD/FreeBSD GSSAPI Fixes
2019-03-29 12:43:31 -07:00
Ryan Steinmetz
2a9f3d981f
Add conditional for FreeBSD to use the correct structure element for address 2019-03-29 09:51:45 -04:00
Ryan Steinmetz
08e8f7667d
Store status_minor when calling gss_release_buffer() 2019-03-29 09:45:21 -04:00
Ryan Steinmetz
209b3a889a
Handle INGSSACCEPT case when processing GSSAPI 2019-03-29 09:44:50 -04:00
Bryan Stansell
8455d4a8ce
Merge pull request #26 from sthen/libressl_seclevel0
fix TLS with LibreSSL, it doesn't have :@SECLEVEL=0
2019-03-27 21:07:34 -07:00
Bryan Stansell
61473af523
Merge branch 'master' into libressl_seclevel0 2019-03-27 21:02:48 -07:00
Bryan Stansell
a33f8cf63a
Merge pull request #27 from conserver/more-cirrus-tests
More cirrus tests and fix for int mismatch
2019-03-27 21:02:23 -07:00
Bryan Stansell
89e400246b
macos tests on cirrus seem infinitely delayed 2019-03-27 20:52:24 -07:00
Bryan Stansell
686f718e0d
note about a "local" build 2019-03-27 20:36:53 -07:00
Stuart Henderson
d3ffe500c9 fix TLS with LibreSSL, it doesn't have :@SECLEVEL=0 2019-03-27 23:29:31 +00:00
Bryan Stansell
b24257e79a
clean up warning re: unsigned short vs int 2019-03-27 11:44:44 -07:00
Bryan Stansell
f84e82a8d7
and even more 2019-03-27 11:24:45 -07:00