523882f8e9build & run correctly w/ gcc 2.95+ and w/o STLport
brc0x1
2021-04-14 23:55:55 -0700
ed558c1578fix building w/ ancient gcc versions that require STLport; also fix some tests & typos
Brian Cox
2020-09-26 12:01:07 -0700
c617ed56bbfix silly recent breakage in signature.cpp; clean up signature unit tests and minor tweaks to the test framework
Brian Cox
2019-10-16 22:59:21 -0700
4e0c1249e4Start removing deprecated IS_xxx macros; don't look for a C compiler at configure time, just a C++ one; clean up some builtin type handling stuff so we prefer compiler-provided values instead of rolling our own; remove a bunch of vestigial unused Win32 stuff
Brian Cox
2019-10-10 14:11:21 -0700
a4e53b9e64tweak compiler identification: check GNU compatibility first & then do ID checks.
Brian Cox
2019-09-29 21:48:20 -0700
6455c3966cmingw build stuff
Brian Cox
2019-09-29 17:36:14 -0700
ba981b075amore per-platform support ifdef work for displaying permissions
Brian Cox
2019-09-29 15:13:07 -0700
c1d21ff630language level macro cleanup; don't roll our own dbstrings when that's avoidable
Brian Cox
2019-09-29 14:40:58 -0700
70cd4ab27dmacOS build fix
Brian Cox
2019-09-28 19:24:08 -0700
ce0189dc1eclang build fixes
Brian Cox
2019-09-28 19:09:26 +0000
a260b75db5buildsys cleanup, mostly to help with AIX,HP-UX,MinGW builds
Brian Cox
2019-09-28 06:13:38 -0700
c0a67bc3c2buildsys tweaks for HP-UX & AIX+OS400
Brian Cox
2019-09-27 18:59:09 -0700
b3f86242a8add a file type for IBM i (AS/400) native objects
Brian Cox
2019-09-22 23:33:48 -0700
458d8652b3use clib locale code whenever compiler is gcc; try to use stdint.h types in cryptlib when possible
Brian Cox
2019-09-21 16:03:51 -0700
0467ede8d9fix C vs C++ locale handling on AIX+gcc; tweak mini-setup script
Brian Cox
2019-09-20 16:07:20 -0700
e4a1a1666dFix another annoying buildsys issue; add mini-setup script as a n aid to dev & testing
Brian Cox
2019-09-20 05:58:34 +0000
1ca2b86ed1fix several clang-analyzer issues
Brian Cox
2019-09-15 16:21:01 -0700
f5f9f4e1a7add some diagnostic logging to test-harness tests to capture expected vs observed add/remove/change values
Brian Cox
2019-09-15 16:17:38 -0700
a9443df76dbuild fixes for Solaris 11.4 (gcc & Oracle Studio compilers)
Brian Cox
2019-08-19 23:16:35 -0700
97ef149c40comment out more unused includes, to be removed entirely if this doesn't break on known platforms
Brian Cox
2019-08-17 14:57:00 -0700
9f2f18ed92buildsys tweaks for various platforms incl. AIX + XL C, Solaris + Oracle Studio
Brian Cox
2019-08-13 09:52:09 -0700
edec2a4bddBuild & link successfully with a cross compiler targeting VxWorks, though I can't actually test it yet; clean up & extend platform & file type detection a bit
Brian Cox
2019-08-06 15:15:16 -0700
e52b84518ctweak to random device detection
Brian Cox
2019-08-05 08:45:10 -0700
f3e3308968more buildsys tweaks, mostly trying to make RH7 + gcc 2.96 happy
Brian Cox
2019-08-04 21:25:59 -0700
69f15df805fix two warnings that show up with Apple clang++ & -std=c++2a, including one where we called empty() on a string (uselessly) instead of the clear() that was obviously intended
Brian Cox
2019-08-03 18:55:11 -0700
7fa7d01f7cmore buildsys tinkering -- default compiler args, unicode escapes, swab() detection, setting autoconf language to c++ early on
Brian Cox
2019-07-28 09:30:26 -0700
7eac9533b8detect need for large file support flags instead of just setting them everywhere; set base compiler flags per compiler; detect availability of -Wall and -Wextra
Brian Cox
2019-07-27 14:52:02 -0700
4c84a88471Set theme jekyll-theme-minimal
master
Brian Cox
2019-03-16 12:30:30 -0700
Merge pull request #31 from Tripwire/feature/standard-types
Brian Cox
2018-10-28 14:10:58 -0700
15dfea4d85clean up some formatting issues w/ standard type PR, etc.
Brian Cox
2018-10-28 14:04:29 -0700
c9e32170bause standard '_t' fixed-width types instead of rolling our own, where available
Brian Cox
2018-10-28 12:07:34 -0700
b36af8598dUpdate buildsys with automake 1.16
Brian Cox
2018-10-15 19:49:19 -0700
ab48bd9560Tweak for gcc buildability
Brian Cox
2018-10-13 21:09:11 -0700
d504fbd37eTweak so it still builds w/ -std=c++98
Brian Cox
2018-10-13 21:07:13 -0700
432efb34fbMake 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
Brian Cox
2018-10-13 20:56:05 -0700
ee71c537a8Fix assorted warnings on gcc 8.2.2
Brian Cox
2018-10-13 16:54:16 -0700
b2e7db6ba9Ifdef a test case that doesn't work w/ gxlc; add a test to verify exception handing works, because we've seen it not work
Brian Cox
2018-09-25 01:11:46 -0700
84983b13d4Add compiler detection for several non-gcc compilers, & fix a gxlc++ compilation issue
Brian Cox
2018-09-23 23:54:53 -0700
4b54324733Bump version to 2.4.3.8 & add gxlc++ detection
Brian Cox
2018-09-21 22:56:37 -0700
Merge pull request #29 from Tripwire/dev/q1-2018
2.4.3.7
Brian Cox
2018-03-30 23:05:50 -0700
4a40b22487Update BSD & generic policies to use same SEC_ naming conventions as other policies
Brian Cox
2018-03-30 19:13:49 -0700
29efce4805update changelog; change param names in some test-harness tests for consistency
Brian Cox
2018-03-30 17:56:20 -0700
55b6e78584Add test-harness tests for new twprint options (verbosity in print-db, object-list in print-report)
Brian Cox
2018-03-30 01:21:49 -0700
6d82f3b6b1Add ability to print report by object list, like we already do w/ print-db mode
Brian Cox
2018-03-29 23:40:34 -0700
4d3c188cacAdd --output-level/DBPRINTLEVEL to twprint's print-dbfile mode
Brian Cox
2018-03-27 20:29:49 -0700
de9ca5cbecUpdate ChangeLog for clang-format stuff
Brian Cox
2018-03-24 21:58:49 -0700
ccf8a62fa4Clean up code formatting with clang-format; add a custom clang-format style that tries to approximate the existing OST code style
Brian Cox
2018-03-24 21:28:30 -0700
184b260d9fUpdate 'Packaging' file to mention the Dockerfile project I saw recently
Brian Cox
2018-03-24 11:42:19 -0700
de1cb99678Update ChangeLog
Brian Cox
2018-03-24 11:35:57 -0700
cb18ec4a3bMore wordsmithing for README.md
Brian Cox
2018-03-24 10:59:00 -0700
a2a9099ab4Use SEC_ naming convention w/ Solaris policy
Brian Cox
2018-03-20 00:11:55 -0700
38fc87fa9aUse SEC_ naming convention for OpenBSD (& variants) policies, including new one for LibertyBSD
Brian Cox
2018-03-19 23:23:56 -0700
ab4c9203daUse SEC_ naming convention in new policies
Brian Cox
2018-03-19 23:09:15 -0700
392b533045Assorted default policy updates
Brian Cox
2018-03-14 01:12:12 -0700
59947009d0More work on README.md
Brian Cox
2018-03-14 00:55:29 -0700
e8e6d78ebfAdd a SkyOS default policy
Brian Cox
2018-02-25 09:33:33 -0800
0f236fabf4Use system/popen on Syllable since msystem/mpopen fail there; root cause is still TBD.
Brian Cox
2018-02-24 22:50:25 -0800
ffe929240dSyllable default policy
Brian Cox
2018-02-24 19:53:53 -0800
304edd4ed9Default 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'
Brian Cox
2018-02-22 17:07:32 -0800
e74631701asmall Hurd policy tweak
Brian Cox
2018-02-22 01:43:24 -0800
0912e56ffeDefault policy for GNU/Hurd
Brian Cox
2018-02-22 01:34:23 -0800
61285f6444Add default Minix policy
Brian Cox
2018-02-22 07:30:44 +0000
07ffc89e24Change description in Linux policy
Brian Cox
2018-02-21 01:13:06 -0800
10ba07202aAdd a default policy for AROS
Brian Cox
2018-02-20 22:11:51 -0800
904e92a2bbPass INSTALL_STRIP_FLAG to installer more portably
Brian Cox
2018-02-19 20:10:33 -0800
f4e64498daSome makefile spaces -> tabs.
Brian Cox
2018-02-19 19:48:44 -0800
580c5b5e1dBeef up install.sh editor detection
Brian Cox
2018-02-19 12:20:45 -0800
96616b2751Add a default policy for Haiku
Brian Cox
2018-02-18 00:33:48 -0800
9c645498e2Tweak twest usage/help, & add version info and zero-tests-ran error
Brian Cox
2018-02-10 16:44:31 -0800
a56b687594More wordsmithing on README.md
Brian Cox
2018-02-10 16:02:47 -0800
56824ddcb7Update & clarify Packaging file
Brian Cox
2018-01-18 18:10:18 -0800
40b1f58612README.md work in progress
Brian Cox
2018-01-18 17:45:44 -0800
fa86fc66d7README.md shouldn't say OST is for Linux, because portable.
Brian Cox
2018-01-04 23:46:28 -0800
c3867537a1Add 'EXIT STATUS' sections to man pages, per user request. Also do a couple of minor rewordings & bump the page revision dates.
Brian Cox
2018-01-04 23:26:42 -0800
098d91a03bOne more version update; remove an unneeded include
Brian Cox
2018-01-02 00:32:07 -0800
f1525a267aBump version & copyright year
Brian Cox
2018-01-01 17:44:15 -0800
80db91b4c1Merge pull request #27 from Tripwire/dev/next
2.4.3.6
Brian Cox
2017-10-01 19:49:45 -0700
d06b001efePlatform macros for QNX, & recognize the QNX-only 'Named special file' filetype
Brian Cox
2017-09-27 20:25:24 -0700
38ba317588Update ChangeLog for 2.4.3.6 (finally); Tweak a TWUtil test so it expects the right uid value on AROS
Brian Cox
2017-09-27 00:07:59 -0700
9bdb855d9aDon't look for stuff in /dev on AROS during configure, as this pops up an ugly 'Please insert disk' dialog box.
Brian Cox
2017-09-26 00:46:56 -0700
249c2cd33fAdditional unit test tweaks to make DOS+DJGPP happier
Brian Cox
2017-09-24 23:48:57 -0700
9872bef2f2Fix/implement more unit tests that were marked as 'skipped'
Brian Cox
2017-09-24 18:44:47 -0700
1333f3c15eLibertyBSD platform detection
Brian Cox
2017-09-23 18:21:13 -0700
99641c468fAdd a platform macro indicating whether OS lets temp files be unlinked while open
Brian Cox
2017-09-23 13:19:40 -0700
ea885446c2Small Redox path tweaks
Brian Cox
2017-09-22 23:40:36 -0700
9b6750a98cMore for Redox support, & cleaner exclusion of SMTP stuff when SUPPORTS_NETWORKING is false
brc0x1
2017-09-22 21:02:50 -0700
6a104efd03Update config.guess & config.sub to GNU latest (but re-adding MidnightBSD fix); add config macros for struct stat fields that aren't always present (instead of static defines in platform.h); platform detection & path handling for Redox
Brian Cox
2017-09-22 20:20:17 -0700
3924c4376cAdd unit test to verify IS_xxx platform macros are defined correctly
Brian Cox
2017-09-21 23:34:41 -0700
4f0b019ef3Tinker with BSD platform detection (now including Bitrig); add policy files for various BSDs (adapted from policy for the closest BSD, Free or Open), plus one for HP-UX adapted from the generic policy
Brian Cox
2017-09-21 19:46:56 -0700