Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Source Tripwire 2.4.3.5 #23

Merged
merged 46 commits into from
Apr 2, 2017
Merged

Open Source Tripwire 2.4.3.5 #23

merged 46 commits into from
Apr 2, 2017

Conversation

brc0x1
Copy link
Member

@brc0x1 brc0x1 commented Mar 20, 2017

  • Buildsys: 'install-strip', 'uninstall', 'check', and 'distcheck' make targets now do useful things.
  • Buildsys: To support old flavors of gcc, add "--disable-extrawarnings" configure option for compilers that don't understand -Wextra arg, and detect if the local g++ happens to be called c++.
  • Fix various new warnings w/ GCC 7.
  • Use std::unique_ptr instead of deprecated std::auto_ptr, where available.
  • Clean up / enable more twtest unit tests, & tweak the framework for clarity.
  • Remove more dead code and strip out a bunch of uses of the always-true IS_UNIX ifdef.
  • Address some static analysis warnings from CppCheck & Flawfinder
  • Add a sanity check in fcodatasourceiterimpl to address a unit test that failed on some platforms.
  • Update old policy test files in src/parser/testfiles to use current policy syntax.

brc0x1 and others added 30 commits March 11, 2017 14:46
…do'd; detect compiler properly when g++ goes by 'c++'
… that don't support the -Wextra compiler flag.
…to pick up additional files for docs directory.
…n't actually seen it fail in OST). Later versions of Crypto++ comment out or remove this line, so this seems reasonable to do until I can figure out how to update the whole library
…src/test-harness, and all the twtest unit tests; update unit test binary to return standard success/fail values, to keep make happy
…omment test case that validates correct behavior.
…o to pick which one to use); fix a few other remaining warnings.
brc0x1 and others added 16 commits March 26, 2017 00:06
… constructor that takes a string reference
…t; remove some cleanup meant for an ancient patch lost in the mists of time
…ection & path handling); update twtest to count failures instead of exiting on first one.
@brc0x1 brc0x1 merged commit 7af2781 into master Apr 2, 2017
@brc0x1 brc0x1 deleted the dev/2435 branch April 5, 2017 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant