Releases: metal-toolbox/audito-maldito
Releases · metal-toolbox/audito-maldito
v0.3.0
What's Changed
- health: Fix unit tests by @JAORMX in #45
- Revert default logging from debug to error by @pereztr5 in #46
- Consume events flushed by re-assembler
Close
by @JAORMX in #20 - internal/common: Add more unit testing (part 2). by @stephen-fox in #48
- Move
/var/log/secure
loop to its own package by @JAORMX in #49 - Add HTTP Server timeouts by @JAORMX in #50
- reorgs repo for ingesters processors paradigm by @angrieralien in #52
- app: Move http server and flags parsing to their own functions by @JAORMX in #51
- internal/common: Add more unit testing (part 1). by @stephen-fox in #47
- renames processentry to sshdprocessor by @angrieralien in #53
- internal/health: Fix static readiness HTTP status. by @stephen-fox in #55
- readme: Remove defunct warning about log rotation. by @stephen-fox in #56
- Creates sshdprocessor struct by @angrieralien in #54
- general: Remove defunct "output.txt". by @stephen-fox in #58
-
- Adds in named pipe ingesters: by @angrieralien in #57
- To include process arguments in user section event by @hnadiminti-equinix in #38
- cmd: Cleanup log messages and reorg stuff. by @stephen-fox in #60
- auditd: Make test reliable w/ TestAuditEncoder.Err, by @stephen-fox in #61
- auditd: Clarify SessionTrackerError failures. by @stephen-fox in #62
- sshd: Cleanup and use debug level for logs. by @stephen-fox in #64
-
- Adds new func to collect audit metrics. by @angrieralien in #66
- sshd: Move OpenSSH log regex into separate file. by @stephen-fox in #68
- fix(deps): update module github.com/metal-toolbox/auditevent to v0.8.0 by @renovate in #65
- sshd: Clarify loginRE log permutations and source. by @stephen-fox in #69
- chore(deps): update codacy/codacy-analysis-cli-action digest to e0b8c2c by @renovate in #67
- adds rsyslog files by @angrieralien in #59
- sshd: Added additional OpenSSH log regex. by @stephen-fox in #70
- sshd: Support recently-added OpenSSH regex by @stephen-fox in #72
- fix(deps): update module golang.org/x/sync to v0.2.0 by @renovate in #73
- fix(deps): update module github.com/prometheus/client_golang to v1.15.1 by @renovate in #71
- Add Password auth event support by @pereztr5 in #74
- sshd: Initial user-type log function tests by @stephen-fox in #76
- chore(deps): update alpine docker tag to v3.18.0 by @renovate in #77
- Adds new cmd to run with named pipe abstraction by @angrieralien in #63
- fix(deps): update module github.com/stretchr/testify to v1.8.3 by @renovate in #79
- fix(deps): update module github.com/go-logr/zapr to v1.2.4 by @renovate in #78
- chore(deps): update codacy/codacy-analysis-cli-action digest to fde117c by @renovate in #80
- fix(deps): update module github.com/stretchr/testify to v1.8.4 by @renovate in #81
- documented requirements on the contents of the UserAction, UserAction event types and UserLogin audit event by @hnadiminti-equinix in #75
- Explicitly set goproxy to use proxy and direct to fetch packages by @JAORMX in #85
- Upgrade to Fedora 38 by @JAORMX in #83
- sshd: Added unit tests for DNS type regex. by @stephen-fox in #82
- sshd: Added unit tests for misc. type regex. by @stephen-fox in #86
- sshd: Added unit tests for revoked type regex. by @stephen-fox in #88
- sshd: Clarify testing variable names and arg order. by @stephen-fox in #89
New Contributors
- @hnadiminti-equinix made their first contribution in #38
Full Changelog: v0.2.0...v0.3.0
v.0.2.0-audit-metric-testing
What's Changed
- health: Fix unit tests by @JAORMX in #45
- Revert default logging from debug to error by @pereztr5 in #46
- Consume events flushed by re-assembler
Close
by @JAORMX in #20 - internal/common: Add more unit testing (part 2). by @stephen-fox in #48
- Move
/var/log/secure
loop to its own package by @JAORMX in #49 - Add HTTP Server timeouts by @JAORMX in #50
- reorgs repo for ingesters processors paradigm by @angrieralien in #52
- app: Move http server and flags parsing to their own functions by @JAORMX in #51
- internal/common: Add more unit testing (part 1). by @stephen-fox in #47
- renames processentry to sshdprocessor by @angrieralien in #53
- internal/health: Fix static readiness HTTP status. by @stephen-fox in #55
- readme: Remove defunct warning about log rotation. by @stephen-fox in #56
- Creates sshdprocessor struct by @angrieralien in #54
- general: Remove defunct "output.txt". by @stephen-fox in #58
-
- Adds in named pipe ingesters: by @angrieralien in #57
- To include process arguments in user section event by @hnadiminti-equinix in #38
- cmd: Cleanup log messages and reorg stuff. by @stephen-fox in #60
- auditd: Make test reliable w/ TestAuditEncoder.Err, by @stephen-fox in #61
- auditd: Clarify SessionTrackerError failures. by @stephen-fox in #62
- sshd: Cleanup and use debug level for logs. by @stephen-fox in #64
New Contributors
- @hnadiminti-equinix made their first contribution in #38
Full Changelog: v0.2.0...v.0.2.0-audit-metric-testing
v0.2.0
What's Changed
- fix(deps): update module github.com/metal-toolbox/auditevent to v0.7.0 by @renovate in #24
- Make sessiontracker use thread-safe constructs by @JAORMX in #30
- Fix: Not logging when no certificate but success login by @pereztr5 in #31
- sessiontracker: Cover user session info in thread-safe code by @JAORMX in #32
- Move dirreader and sessiontracker into their own packages by @JAORMX in #33
- Improve testing by @pereztr5 in #34
- Get to work with rocky by @angrieralien in #29
- Remove one level of channels using session tracker directly by @JAORMX in #35
- Add prom metrics by @pereztr5 in #36
- Make prom metrics server optional by @pereztr5 in #37
- Add metrics for different login types and outcomes by @JAORMX in #39
- fix(deps): update module github.com/prometheus/client_golang to v1.15.0 by @renovate in #40
- Add metrics for total of errors by @JAORMX in #41
- fix(deps): update module github.com/cenkalti/backoff/v4 to v4.2.1 by @renovate in #42
- Introduce revamped health/readiness by @JAORMX in #43
- Upgrade linter and enable automatic updates by @JAORMX in #44
New Contributors
- @angrieralien made their first contribution in #29
Full Changelog: v0.1.7...v0.2.0
v0.1.7
What's Changed
- auditd: Retry and back-off on main log failure. by @stephen-fox in #25
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- logging: Fixed debug log level checks. by @stephen-fox in #21
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
What's Changed
- auditd: Temporary "fix" for deadlock. by @stephen-fox in #18
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- app: Added debug logs on Go routine worker exits. by @stephen-fox in #15
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- readme: Fixed typo. by @stephen-fox in #10
- chore(deps): update actions/setup-go action to v4 by @renovate in #11
- chore(deps): update codacy/codacy-analysis-cli-action digest to db33ad5 by @renovate in #12
- Basic documentation by @stephen-fox in #13
- logging: Added more debugs. Make debug default. by @stephen-fox in #14
Full Changelog: v0.1.0...v0.1.2
v0.1.1
What's Changed
- readme: Fixed typo. by @stephen-fox in #10
- chore(deps): update actions/setup-go action to v4 by @renovate in #11
- chore(deps): update codacy/codacy-analysis-cli-action digest to db33ad5 by @renovate in #12
- Basic documentation by @stephen-fox in #13
- logging: Added more debugs. Make debug default. by @stephen-fox in #14
Full Changelog: v0.1.0...v0.1.1