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

Add TCP support to audit.d and a new test script for open/close operations #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2016

  1. Add a test script to just show open returns and closes

    As a way of tracking down all the fi_pathname issues we use a single
    script that helps us correlate the return of an open with a close.
    gvnn3 committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    3d3bd1a View commit details
    Browse the repository at this point in the history
  2. Add support for TCP connection recording

    Add support for recording when a TCP connection is successfully
    accepted or established, via connect() to a foreign host and port.
    Failed or refused connections are not currently recorded.  Only the
    remote IP and port are recorded when accepting an inbound connection
    or when establishing an outbound connection.
    gvnn3 committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    66abb06 View commit details
    Browse the repository at this point in the history
  3. Add support for local address and port, UDP and UUIDs

    TCP accept and connect now give the UUID.
    UDP send and receive do the same.
    Both report the local IP and port as well as the remote.
    gvnn3 committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    db8b91e View commit details
    Browse the repository at this point in the history