Commit Graph

172 Commits

Author SHA1 Message Date
Bryan Stansell
e77500eb11
Merge pull request 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 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 ()
shuffle cirrus build/setup
2019-03-29 13:18:56 -07:00
Bryan Stansell
68422e949d
Merge pull request 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 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 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 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 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 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 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 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 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 from conserver/8-defaultaccess-appears-broken
Fix  - defaultaccess appears broken
2019-03-21 21:32:17 -07:00
Bryan Stansell
da781c9187
Fix - defaultaccess appears broken 2019-03-21 21:19:42 -07:00
conserver.com
e6193995fe
Merge pull request from conserver/generate-config.h.in
autogenerate config.h.in
2019-03-21 07:33:12 -07:00
Bryan Stansell
c3db82a572 adding a "local" flag so only the build directory gets created for immediate testing 2019-03-21 07:02:55 -07:00
Bryan Stansell
8060b14efe autogenerate config.h.in 2019-03-21 01:34:21 -07:00
conserver.com
649f5099d5
Merge pull request from conserver/integrate-gnu-indent
format using gindent with personal options
2019-03-21 01:31:02 -07:00
Bryan Stansell
ddc8eec8c6 adding .gitignore and not removing ~ files 2019-03-21 01:20:56 -07:00
Bryan Stansell
95c958d6b3 format using gindent with personal options 2019-03-21 01:12:12 -07:00