Commit Graph

375 Commits

Author SHA1 Message Date
Brian Cox 432efb34fb Make OST buildable w/ Apple Clang with -std=c++17. Changes are mostly avoiding conflict w/ std::byte, and replacing std::ptr_fun with lambdas, and getting rid of set_unexpected calls 2018-10-13 20:56:05 -07:00
Brian Cox ee71c537a8 Fix assorted warnings on gcc 8.2.2 2018-10-13 16:54:16 -07:00
Brian Cox b2e7db6ba9 Ifdef a test case that doesn't work w/ gxlc; add a test to verify exception handing works, because we've seen it not work 2018-09-25 01:11:46 -07:00
Brian Cox 84983b13d4 Add compiler detection for several non-gcc compilers, & fix a gxlc++ compilation issue 2018-09-23 23:54:53 -07:00
Brian Cox 4b54324733 Bump version to 2.4.3.8 & add gxlc++ detection 2018-09-21 22:56:37 -07:00
Brian Cox 1eef710a2b
Merge pull request #30 from hallcristobal/readme
Correct README formatting
2018-04-25 00:15:22 -07:00
Cristobal Hall-Ramos 62b04550cd Correct README formatting 2018-04-24 15:08:55 -04:00
Brian Cox 6e64a9e5b7
Merge pull request #29 from Tripwire/dev/q1-2018
Open Source Tripwire 2.4.3.7
2018-03-30 23:05:50 -07:00
Brian Cox 4a40b22487 Update BSD & generic policies to use same SEC_ naming conventions as other policies 2018-03-30 19:13:49 -07:00
Brian Cox 29efce4805 update changelog; change param names in some test-harness tests for consistency 2018-03-30 17:56:20 -07:00
Brian Cox 55b6e78584 Add test-harness tests for new twprint options (verbosity in print-db, object-list in print-report) 2018-03-30 01:21:49 -07:00
Brian Cox 6d82f3b6b1 Add ability to print report by object list, like we already do w/ print-db mode 2018-03-29 23:40:34 -07:00
Brian Cox 4d3c188cac Add --output-level/DBPRINTLEVEL to twprint's print-dbfile mode 2018-03-27 20:29:49 -07:00
Brian Cox de9ca5cbec Update ChangeLog for clang-format stuff 2018-03-24 21:58:49 -07:00
Brian Cox ccf8a62fa4 Clean up code formatting with clang-format; add a custom clang-format style that tries to approximate the existing OST code style 2018-03-24 21:28:30 -07:00
Brian Cox 184b260d9f Update 'Packaging' file to mention the Dockerfile project I saw recently 2018-03-24 11:42:19 -07:00
Brian Cox de1cb99678 Update ChangeLog 2018-03-24 11:35:57 -07:00
Brian Cox cb18ec4a3b More wordsmithing for README.md 2018-03-24 10:59:00 -07:00
Brian Cox a2a9099ab4 Use SEC_ naming convention w/ Solaris policy 2018-03-20 00:11:55 -07:00
Brian Cox 38fc87fa9a Use SEC_ naming convention for OpenBSD (& variants) policies, including new one for LibertyBSD 2018-03-19 23:23:56 -07:00
Brian Cox ab4c9203da Use SEC_ naming convention in new policies 2018-03-19 23:09:15 -07:00
Brian Cox 392b533045 Assorted default policy updates 2018-03-14 01:12:12 -07:00
Brian Cox 59947009d0 More work on README.md 2018-03-14 00:55:29 -07:00
Brian Cox e8e6d78ebf Add a SkyOS default policy 2018-02-25 09:33:33 -08:00
Brian Cox 0f236fabf4 Use system/popen on Syllable since msystem/mpopen fail there; root cause is still TBD. 2018-02-24 22:50:25 -08:00
Brian Cox ffe929240d Syllable default policy 2018-02-24 19:53:53 -08:00
Brian Cox 304edd4ed9 Default Cygwin policy, and install script tweak to enable it, by using uname -o when uname -s gives us a name in a format we'd rather not use, like 'CYGWIN_NT_10.0' 2018-02-22 17:07:32 -08:00
Brian Cox e74631701a small Hurd policy tweak 2018-02-22 01:43:24 -08:00
Brian Cox cb5e37b2bf Merge branch 'dev/q1-2018' of https://github.com/Tripwire/tripwire-open-source into dev/q1-2018 2018-02-22 01:34:55 -08:00
Brian Cox 0912e56ffe Default policy for GNU/Hurd 2018-02-22 01:34:23 -08:00
Brian Cox 61285f6444 Add default Minix policy 2018-02-22 07:30:44 +00:00
Brian Cox 07ffc89e24 Change description in Linux policy 2018-02-21 01:13:06 -08:00
Brian Cox 10ba07202a Add a default policy for AROS 2018-02-20 22:11:51 -08:00
Brian Cox 904e92a2bb Pass INSTALL_STRIP_FLAG to installer more portably 2018-02-19 20:10:33 -08:00
Brian Cox f4e64498da Some makefile spaces -> tabs. 2018-02-19 19:48:44 -08:00
Brian Cox 580c5b5e1d Beef up install.sh editor detection 2018-02-19 12:20:45 -08:00
Brian Cox 96616b2751 Add a default policy for Haiku 2018-02-18 00:33:48 -08:00
Brian Cox 9c645498e2 Tweak twest usage/help, & add version info and zero-tests-ran error 2018-02-10 16:44:31 -08:00
Brian Cox a56b687594 More wordsmithing on README.md 2018-02-10 16:02:47 -08:00
Brian Cox 56824ddcb7 Update & clarify Packaging file 2018-01-18 18:10:18 -08:00
Brian Cox 40b1f58612 README.md work in progress 2018-01-18 17:45:44 -08:00
Brian Cox fa86fc66d7 README.md shouldn't say OST is for Linux, because portable. 2018-01-04 23:46:28 -08:00
Brian Cox c3867537a1 Add 'EXIT STATUS' sections to man pages, per user request. Also do a couple of minor rewordings & bump the page revision dates. 2018-01-04 23:26:42 -08:00
Brian Cox 098d91a03b One more version update; remove an unneeded include 2018-01-02 00:32:07 -08:00
Brian Cox f1525a267a Bump version & copyright year 2018-01-01 17:44:15 -08:00
Brian Cox 80db91b4c1 Merge pull request #27 from Tripwire/dev/next
Open Source Tripwire 2.4.3.6
2017-10-01 19:49:45 -07:00
Brian Cox d06b001efe Platform macros for QNX, & recognize the QNX-only 'Named special file' filetype 2017-09-27 20:25:24 -07:00
Brian Cox 38ba317588 Update ChangeLog for 2.4.3.6 (finally); Tweak a TWUtil test so it expects the right uid value on AROS 2017-09-27 00:07:59 -07:00
Brian Cox 9bdb855d9a Don't look for stuff in /dev on AROS during configure, as this pops up an ugly 'Please insert disk' dialog box. 2017-09-26 00:46:56 -07:00
Brian Cox 249c2cd33f Additional unit test tweaks to make DOS+DJGPP happier 2017-09-24 23:48:57 -07:00