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
Bryan Stansell
009bd45dad
trying more configure options for testing
2019-03-27 11:22:20 -07:00
Bryan Stansell
2561311abb
Merge pull request #25 from sthen/master
...
support SO_PEERCRED as well as ucred
2019-03-27 10:23:31 -07:00
Stuart Henderson
956a618114
support SO_PEERCRED as well as ucred
2019-03-27 10:40:31 +00:00
Bryan Stansell
d679fa21b4
Merge pull request #24 from conserver/adjust-release-process
...
tweaking release process for next time
2019-03-27 00:07:34 -07:00
Bryan Stansell
636dc4946b
better do the right thing when building a local set
2019-03-26 23:27:08 -07:00
Bryan Stansell
cdf979c5ad
tweaking release process for next time
2019-03-26 22:47:00 -07:00
Bryan Stansell
e289ba408f
Merge pull request #23 from conserver/release-v8.2.4
...
Release v8.2.4
2019-03-26 22:30:44 -07:00
Bryan Stansell
6c543f8137
Release v8.2.4
2019-03-26 22:25:32 -07:00
Bryan Stansell
1687e20148
Merge pull request #22 from conserver/cirrus-macos
...
adding macos cirrus task
2019-03-24 19:34:22 -07:00
Bryan Stansell
62f5083f23
adding macos task
2019-03-24 17:48:06 -07:00
Bryan Stansell
a8cff43007
Merge pull request #21 from conserver/configure-manage-version
...
Drive all version information from version.h
2019-03-24 11:57:08 -07:00
Bryan Stansell
b8e0d85185
extra space
2019-03-24 11:48:07 -07:00
Bryan Stansell
3b12232c1c
no need to have my name on change logs
2019-03-24 11:32:49 -07:00
Bryan Stansell
126e7cf04f
more doc tweaks
2019-03-24 11:17:27 -07:00
Bryan Stansell
4f29d9aa75
update docs
2019-03-24 11:14:25 -07:00
Bryan Stansell
feb72a9a8f
integrate contrib version bits to make-and-stage-release
2019-03-24 11:01:50 -07:00
Bryan Stansell
b0c99fe46d
adding LANG to avoid gcc docker warnings
2019-03-24 10:26:52 -07:00
Bryan Stansell
a18c8bc6c4
better use of version.h and letting configure build things with versions
2019-03-24 09:59:46 -07:00
Bryan Stansell
a75e3fc17c
Merge pull request #20 from conserver/autoconf-adjustments
...
rename configure.in and use autoreconf
2019-03-23 21:10:16 -07:00
Bryan Stansell
969731ea4f
rename configure.in and use autoreconf
2019-03-23 10:59:07 -07:00
Bryan Stansell
bd837bf4ce
Merge pull request #19 from conserver/8-defaultaccess-appears-broken
...
Fix #8 - defaultaccess appears broken
2019-03-21 21:32:17 -07:00