Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Release v0.1.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 09 Jun 12:38
· 162 commits to master since this release
54efc59

Overview

Initial release!

This release provides an early release version of a library intended for use
with the processing of EZproxy related files and sessions. This library was
developed specifically to support the development of an in-progress
application, so the full context may not be entirely clear until that
application is released (currently pending review).

Added

  • generate a list of audit records for session-related events

    • for all usernames
    • for a specific username
  • generate a list of active sessions using audit log

    • using entires without a corresponding logout event type
  • generate a list of active sessions using active file

    • for all usernames
    • for a specific username
  • terminate user sessions

    • single user session
    • bulk user sessions
  • Go modules support (vs classic GOPATH setup)

Missing

  • Anything to do with traffic log entries
  • Examples

References