Revisions of audit

Enzo Matsumiya's avatar Enzo Matsumiya (ematsumiya) committed (revision 110)
- Fix specfile to require libauparse0 and libaudit1 after splitting
  audit-libs (bsc#1172295)
buildservice-autocommit accepted request 765091 from Tony Jones's avatar Tony Jones (jones_tony) (revision 109)
baserev update by copy to link target
Tony Jones's avatar Tony Jones (jones_tony) committed (revision 108)
- Update to version 2.6.5:
  * Fix segfault on shutdown
  * Fix hang on startup (#1587995)
  * Add sleep to script to dump state so file is ready when needed
  * Add auparse_normalizer support for SOFTWARE_UPDATE event
  * Mark netlabel events as simple events so that get processed quicker
  * When audispd is reconfiguring, only SIGHUP plugins with valid pid (#1614833)
  * Add 30-ospp-v42.rules to meet new Common Criteria requirements
  * Update lookup tables for the 4.18 kernel
  * In aureport, fix segfault in file report
  * Add auparse_normalizer support for labeled networking events
  * Fix memory leak in audisp-remote plugin when using krb5 transport. (#1622194)
  * Event aging is off by a second
  * In ausearch/auparse, correct event ordering to process oldest first
  * auparse_reset was not clearing everything it should
  * Add support for AUDIT_MAC_CALIPSO_ADD, AUDIT_MAC_CALIPSO_DEL events
  * In ausearch/report, lightly parse selinux portion of USER_AVC events
  * In ausearch/report, limit record size when malformed
  * In auditd, fix extract_type function for network originating events
  * In auditd, calculate right size and location for network originating events
  * Treat all network originating events as VER2 so dispatcher doesn't format it
  * In audisp-remote do an initial connection attempt (#1625156)
  * In auditd, allow expression of space left as a percentage (#1650670)
  * On PPC64LE systems, only allow 64 bit rules (#1462178)
  * Make some parts of auditd state report optional based on config
  * Fix ausearch when checkpointing a single file (Burn Alting)
  * Fix scripting in 31-privileged.rules wrt filecap (#1662516)
  * In ausearch, do not checkpt if stdin is input source
  * In libev, remove __cold__ attribute for functions to allow proper hardening
  * Add tests to configure.ac for openldap support
Tony Jones's avatar Tony Jones (jones_tony) committed (revision 107)
osc copypac from project:security package:audit revision:105
Tony Jones's avatar Tony Jones (jones_tony) accepted request 739736 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 106)
Remove obsolete Groups tag (fate#326485)
buildservice-autocommit accepted request 708766 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 105)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 687275 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 104)
- Reduce scriptlets' hard dependency on systemd.
- Make use of some %make_install.
buildservice-autocommit accepted request 619464 from Tony Jones's avatar Tony Jones (jones_tony) (revision 103)
baserev update by copy to link target
Tony Jones's avatar Tony Jones (jones_tony) accepted request 618655 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 102)
- Update to version 2.8.4:
  * Generate checkpoint file even when not results are returned
    (Burn Alting).
  * Fix log file creation when file logging is disabled entirely
    (Vlad Glagolev).
  * Use SIGCONT to dump auditd internal state (rh#1504251).
  * Fix parsing of virtual timestamp fields in ausearch_expression
    (rh#1515903).
  * Fix parsing of uid & success for ausearch.
  * Hide lru symbols in auparse.
  * Fix aureport summary time range reporting.
  * Allow unlimited retries on startup for remote logging.
  * Add queue_depth to remote logging stats and increase default
    queue_depth size.
- Update to version 2.8.3:
  * Correct msg function name in lru debug code.
  * Fix a segfault in auditd when dns resolution isn't available.
  * Make a reload legacy service for auditd.
  * In auparse python bindings, expose some new types that were
    missing.
  * In normalizer, pickup subject kind for user_login events.
  * Fix interpretation of unknown ioctcmds (rh#1540507).
  * Add ANOM_LOGIN_SERVICE, RESP_ORIGIN_BLOCK, &
    RESP_ORIGIN_BLOCK_TIMED events.
  * In auparse_normalize for USER_LOGIN events, map acct for
    subj_kind.
  * Fix logging of IPv6 addresses in DAEMON_ACCEPT events
    (rh#1534748).
  * Do not rotate auditd logs when num_logs < 2 (brozs).
- Update to version 2.8.4:
  * Generate checkpoint file even when not results are returned
    (Burn Alting).
  * Fix log file creation when file logging is disabled entirely
    (Vlad Glagolev).
  * Use SIGCONT to dump auditd internal state (rh#1504251).
  * Fix parsing of virtual timestamp fields in ausearch_expression
    (rh#1515903).
  * Fix parsing of uid & success for ausearch.
  * Hide lru symbols in auparse.
  * Fix aureport summary time range reporting.
  * Allow unlimited retries on startup for remote logging.
  * Add queue_depth to remote logging stats and increase default
    queue_depth size.
- Update to version 2.8.3:
  * Correct msg function name in lru debug code.
  * Fix a segfault in auditd when dns resolution isn't available.
  * Make a reload legacy service for auditd.
  * In auparse python bindings, expose some new types that were
    missing.
  * In normalizer, pickup subject kind for user_login events.
  * Fix interpretation of unknown ioctcmds (rh#1540507).
  * Add ANOM_LOGIN_SERVICE, RESP_ORIGIN_BLOCK, &
    RESP_ORIGIN_BLOCK_TIMED events.
  * In auparse_normalize for USER_LOGIN events, map acct for
    subj_kind.
  * Fix logging of IPv6 addresses in DAEMON_ACCEPT events
    (rh#1534748).
  * Do not rotate auditd logs when num_logs < 2 (brozs).
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 593188 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 101)
- Use %license instead of %doc [bsc#1082318]
buildservice-autocommit accepted request 588035 from Tony Jones's avatar Tony Jones (jones_tony) (revision 100)
baserev update by copy to link target
Tony Jones's avatar Tony Jones (jones_tony) accepted request 588034 from Tony Jones's avatar Tony Jones (jones_tony) (revision 99)
- Change openldap dependency to client only (bsc#1085003)
- Resolve issue with previous change if both Python2 and Python3 are
  present, tests were failing as python2 bindings are preferred in this
  case.
- Update header in audit-python3.patch
- Update patch guidelines in README-BEFORE-ADDING-PATCHES
Tony Jones's avatar Tony Jones (jones_tony) accepted request 580988 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 98)
- Add patch to fix test run without python2 interpreter:
  * audit-python3.patch
- Update to 2.8.2 release:
  * Update tables for 4.14 kernel
  * Fixup ipv6 server side binding
  * AVC report from aureport was missing result column header (#1511606)
  * Add SOFTWARE_UPDATE event
  * In ausearch/report pickup any path and new-disk fields as a file
  * Fix value returned by auditctl --reset-lost (Richard Guy Briggs)
  * In auparse, fix expr_create_timestamp_comparison_ex to be numeric field
  * Fix building on old systems without linux/fanotify.h
  * Fix shell portability issues reported by shellcheck
  * Auditd validate_email should not use gethostbyname

- Add patch to fix test run without python2 interpreter:
  * audit-python3.patch
- Update to 2.8.2 release:
  * Update tables for 4.14 kernel
  * Fixup ipv6 server side binding
  * AVC report from aureport was missing result column header (#1511606)
  * Add SOFTWARE_UPDATE event
  * In ausearch/report pickup any path and new-disk fields as a file
  * Fix value returned by auditctl --reset-lost (Richard Guy Briggs)
  * In auparse, fix expr_create_timestamp_comparison_ex to be numeric field
  * Fix building on old systems without linux/fanotify.h
  * Fix shell portability issues reported by shellcheck
  * Auditd validate_email should not use gethostbyname
Marcus Meissner's avatar Marcus Meissner (msmeissn) committed (revision 97)
- reverted -j1 force ppc specific only
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 573323 from michel_mno's avatar michel_mno (revision 96)
- force -j1 for PowerPC make check to avoid build failure
  (lookup_test.o: file not recognized: File truncated)
buildservice-autocommit accepted request 567005 from Tony Jones's avatar Tony Jones (jones_tony) (revision 95)
baserev update by copy to link target
Tony Jones's avatar Tony Jones (jones_tony) accepted request 566726 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 94)
- Add conditions around python plugins to allow us to conditionalize
  them in enviroment without python2
buildservice-autocommit accepted request 540279 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 93)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 540272 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 92)
- Rename python binding packages to match current python packaging
  standards
- Update python build dependencies to resolve future split of
  python2/3
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 539420 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 91)
- Update to version 2.8.1. See audit.spec (libaudit1) for upstream
  changelog
- Remove audit-implicit-writev.patch (fixed upstream across 2
  commits)
  * 3b30db20ad983274989ce9a522120c3c225436b3
  * 07132c22314e9abbe64d1031fd8734243285bb3f
- Cleanup with spec-cleaner
- Update to version 2.8.1 release (includes 2.8 and 2.7.8 changes)
  * many features added to auparse_normalize
  * cli option added to auditd and audispd for setting config dir
  * in auditd, restore the umask after creating a log file
  * option added to auditd for skipping email verification
-  Full changelog: http://people.redhat.com/sgrubb/audit/ChangeLog
Displaying revisions 41 - 60 of 150
openSUSE Build Service is sponsored by