Change Log

  • 0.1.2 - Bug fixes and addition of the nopasswd-lastb script. by j_berendt at 2025-10-14 11:42:23

    Fixes:
    - Addressed an issue where the program could fall over if a host was
      unreachable, causing a failure in the storage of the day's logs.
    
    Scripts:
    - As the lastb command requires elevated permissions to run, a nopasswd
      script has been added for deployment into /etc/sudoer.d.
    
    Released: 2025-10-14
    
  • 0.1.1 - Post-deployment bug fixes. by j_berendt at 2025-03-25 16:58:14

    Fixes:
    - Addressed an issue where the subprocess command failed when running the
      access log collection command on the local machine. Whereas the command
      ran successfully over SSH.
    
    Released: 2025-03-25
    
  • 0.1.0 - Added missing read-the-docs files. by j_berendt at 2025-03-24 15:58:25

    Released: 2025-03-24
    
  • 0.1.0 - First release for the log-archive (loggar) project. by j_berendt at 2025-03-24 15:53:32

    Supported logs:
    - User access attempts (successful and failed) are collected, processed
      and stored (via the --access) CLI argument.
    
    Released: 2025-03-24