<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in seq_record</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7d4b968b0fa6afc6bca132c27e2041c979ee6101 - Merge from head up to r188941 (last revision before the USB stack switch)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#7d4b968b0fa6afc6bca132c27e2041c979ee6101</link>
        <description>Merge from head up to r188941 (last revision before the USB stack switch)

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Thu, 17 Sep 2009 15:31:39 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bad3b6889aecd4b42701fd9b1e63f3cefa1595a4 - Sync with head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#bad3b6889aecd4b42701fd9b1e63f3cefa1595a4</link>
        <description>Sync with head

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Sun, 18 Jan 2009 06:23:26 +0100</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c74c7b73a005e689b922dfcfe5b94804669b595b - Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, both</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#c74c7b73a005e689b922dfcfe5b94804669b595b</link>
        <description>Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, bothcontrib/openbsm (svn merge) and src/sys/{bsm,security/audit} (manualmerge).  Hook up bsm_domain.c and bsm_socket_type.c to the libbsmbuild along with man pages, add audit_bsm_domain.c andaudit_bsm_socket_type.c to the kernel environment.OpenBSM history for imported revisions below for reference.MFC after:      1 monthSponsored by:   Apple Inc.Obtained from:  TrustedBSD ProjectOpenBSM 1.1 alpha 5- Stub libauditd(3) man page added.- All BSM error number constants with BSM_ERRNO_.- Interfaces to convert between local and BSM socket types and protocol  families have been added: au_bsm_to_domain(3), au_bsm_to_socket_type(3),  au_domain_to_bsm(3), and au_socket_type_to_bsm(3), along with definitions  of constants in audit_domain.h and audit_socket_type.h.  This improves  interoperability by converting local constant spaces, which vary by OS, to  and from Solaris constants (where available) or OpenBSM constants for  protocol domains not present in Solaris (a fair number).  These routines  should be used when generating and interpreting extended socket tokens.- Fix build warnings with full gcc warnings enabled on most supported  platforms.- Don&apos;t compile error strings into bsm_errno.c when building it in the kernel  environment.- When started by launchd, use the label com.apple.auditd rather than  org.trustedbsd.auditd.

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Wed, 14 Jan 2009 11:44:16 +0100</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a0a89d2cb29ee2c383600fa59e42d714a6dcbcb - Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#7a0a89d2cb29ee2c383600fa59e42d714a6dcbcb</link>
        <description>Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, bothcontrib/openbsm (svn merge) and src/sys/{bsm,security/audit} (manualmerge).  Add libauditd build parts and add to auditd&apos;s linkage;force libbsm to build before libauditd.OpenBSM history for imported revisions below for reference.MFC after:      1 monthSponsored by:   Apple Inc.Obtained from:  TrustedBSD ProjectOpenBSM 1.1 alpha 4- With the addition of BSM error number mapping, we also need to map the  local error number passed to audit_submit(3) to a BSM error number,  rather than have the caller perform that conversion.- Reallocate user audit events to avoid collisions with Solaris; adopt a  more formal allocation scheme, and add some events allocated in Solaris  that will be of immediate use on other platforms.- Add an event for Calife.- Add au_strerror(3), which allows generating strings for BSM errors  directly, rather than requiring applications to map to the local error  space, which might not be able to entirely represent the BSM error  number space.- Major auditd rewrite for launchd(8) support.  Add libauditd library  that is shared between launchd and auditd.- Add AUDIT_TRIGGER_INITIALIZE trigger (sent via &apos;audit -i&apos;) for  (re)starting auditing under launchd(8) on Mac OS X.- Add &apos;current&apos; symlink to active audit trail.- Add crash recovery of previous audit trail file when detected on audit  startup that it has not been properly terminated.- Add the event AUE_audit_recovery to indicated when an audit trail file  has been recovered from not being properly terminated.  This event is  stored in the new audit trail file and includes the path of recovered  audit trail file.- Mac OS X and FreeBSD dependent code in auditd.c is separated into  auditd_darwin.c and auditd_fbsd.c files.- Add an event for the posix_spawn(2) and fsgetpath(2) Mac OS X system  calls.- For Mac OS X, we use ASL(3) instead of syslog(3) for logging.- Add support for NOTICE level logging.OpenBSM 1.1 alpha 3- Add two new functions, au_bsm_to_errno() and au_errno_to_bsm(), to map  between BSM error numbers (largely the Solaris definitions) and local  errno(2) values for 32-bit and 64-bit return tokens.  This is required  as operating systems don&apos;t agree on some of the values of more recent  error numbers.- Fix a bug how au_to_exec_args(3) and au_to_exec_env(3) calculates the  total size for the token.  This buge.- Deprecated Darwin constants, such as TRAILER_PAD_MAGIC, removed.

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Wed, 31 Dec 2008 12:12:24 +0100</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bc168a6cdd45ba809a5580b6e67ebc6806b5aeb3 - Vendor import TrustedBSD OpenBSM 1.0 alpha 14, with the following change</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#bc168a6cdd45ba809a5580b6e67ebc6806b5aeb3</link>
        <description>Vendor import TrustedBSD OpenBSM 1.0 alpha 14, with the following changehistory notes since the last import:OpenBSM 1.0 alpha 14- Fix endian issues when processing IPv6 addresses for extended subject  and process tokens.- gcc41 warnings clean.- Teach audit_submit(3) about getaudit_addr(2).- Add support for zonename tokens.OpenBSM 1.0 alpha 13- compat/clock_gettime.h now provides a compatibility implementation of  clock_gettime(), which fixes building on Mac OS X.- Countless man page improvements, markup fixes, content fixs, etc.- XML printing support via &quot;praudit -x&quot;.- audit.log.5 expanded to include additional BSM token types.- Added encoding and decoding routines for process64_ex, process32_ex,  subject32_ex, header64, and attr64 tokens.- Additional audit event identifiers for listen, mlockall/munlockall,  getpath, POSIX message queues, and mandatory access control.Approved by:	re (bmah)MFC after:	3 weeksObtained from:	TrustedBSD Project

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Mon, 16 Apr 2007 17:37:10 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41758b263bd99bc7f07072e3ee0cca7836b23778 - This commit was generated by cvs2svn to compensate for changes in r168777,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#41758b263bd99bc7f07072e3ee0cca7836b23778</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r168777,which included commits to RCS files with non-trunk default branches.

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Mon, 16 Apr 2007 17:37:10 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb97b41819ea5a5e5315006cdad6902bfa2b7eb6 - Vendor import of OpenBSM 1.0 alpha 11, with the following change history</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#bb97b41819ea5a5e5315006cdad6902bfa2b7eb6</link>
        <description>Vendor import of OpenBSM 1.0 alpha 11, with the following change historynotes since the last import:OpenBSM 1.0 alpha 11- Reclassify certain read/write operations as having no class rather than the  fr/fw class; our default classes audit intent (open) not operations (read,  write).- Introduce AUE_SYSCTL_WRITE event so that BSD/Darwin systems can audit reads  and writes of sysctls as separate events.  Add additional kernel  environment and jail events for FreeBSD.- Break AUDIT_TRIGGER_OPEN_NEW into two events, AUDIT_TRIGGER_ROTATE_USER  (issued by the user audit(8) tool) and AUDIT_TRIGGER_ROTATE_KERNEL (issued  by the kernel audit implementation) so that they can be distinguished.- Disable rate limiting of rotate requests; as the kernel doesn&apos;t retransmit  a dropped request, the log file will otherwise grow indefinitely if the  trigger is dropped.- Improve auditd debugging output.- Fix a number of threading related bugs in audit_control file reading  routines.- Add APIs au_poltostr() and au_strtopol() to convert between text  representations of audit_control policy flags and the flags passed to  auditon(A_SETPOLICY) and retrieved from auditon(A_GETPOLICY).- Add API getacpol() to return the &apos;policy:&apos; entry from audit_control, an  extension to the Solaris file format to allow specification of policy  persistent flags.- Update audump to print the audit_control policy field.- Update auditd to read the audit_control policy field and set the kernel  policy to match it when configuring/reconfiguring.  Remove the -s and -h  arguments as these policies are now set via the configuration file.  If a  policy line is not found in the configuration file, continue with the  current default of setting AUDIT_CNT.- Fix bugs in the parsing of large execve(2) arguments and environmental  variable tokens; increase maximum parsed argument and variable count.- configure now detects strlcat(), used by policy-related functions.- Reference token and record sample files added to test tree.Obtained from:	TrustedBSD Project

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Thu, 21 Sep 2006 09:07:33 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55b15aaa258d0af1cc402ed1c6986d02b9a33310 - This commit was generated by cvs2svn to compensate for changes in r162503,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#55b15aaa258d0af1cc402ed1c6986d02b9a33310</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r162503,which included commits to RCS files with non-trunk default branches.

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Thu, 21 Sep 2006 09:07:33 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bad3b6889aecd4b42701fd9b1e63f3cefa1595a4 - Sync with head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#bad3b6889aecd4b42701fd9b1e63f3cefa1595a4</link>
        <description>Sync with head

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Sun, 18 Jan 2009 06:23:26 +0100</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c74c7b73a005e689b922dfcfe5b94804669b595b - Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, both</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#c74c7b73a005e689b922dfcfe5b94804669b595b</link>
        <description>Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, bothcontrib/openbsm (svn merge) and src/sys/{bsm,security/audit} (manualmerge).  Hook up bsm_domain.c and bsm_socket_type.c to the libbsmbuild along with man pages, add audit_bsm_domain.c andaudit_bsm_socket_type.c to the kernel environment.OpenBSM history for imported revisions below for reference.MFC after:      1 monthSponsored by:   Apple Inc.Obtained from:  TrustedBSD ProjectOpenBSM 1.1 alpha 5- Stub libauditd(3) man page added.- All BSM error number constants with BSM_ERRNO_.- Interfaces to convert between local and BSM socket types and protocol  families have been added: au_bsm_to_domain(3), au_bsm_to_socket_type(3),  au_domain_to_bsm(3), and au_socket_type_to_bsm(3), along with definitions  of constants in audit_domain.h and audit_socket_type.h.  This improves  interoperability by converting local constant spaces, which vary by OS, to  and from Solaris constants (where available) or OpenBSM constants for  protocol domains not present in Solaris (a fair number).  These routines  should be used when generating and interpreting extended socket tokens.- Fix build warnings with full gcc warnings enabled on most supported  platforms.- Don&apos;t compile error strings into bsm_errno.c when building it in the kernel  environment.- When started by launchd, use the label com.apple.auditd rather than  org.trustedbsd.auditd.

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Wed, 14 Jan 2009 11:44:16 +0100</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a0a89d2cb29ee2c383600fa59e42d714a6dcbcb - Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#7a0a89d2cb29ee2c383600fa59e42d714a6dcbcb</link>
        <description>Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, bothcontrib/openbsm (svn merge) and src/sys/{bsm,security/audit} (manualmerge).  Add libauditd build parts and add to auditd&apos;s linkage;force libbsm to build before libauditd.OpenBSM history for imported revisions below for reference.MFC after:      1 monthSponsored by:   Apple Inc.Obtained from:  TrustedBSD ProjectOpenBSM 1.1 alpha 4- With the addition of BSM error number mapping, we also need to map the  local error number passed to audit_submit(3) to a BSM error number,  rather than have the caller perform that conversion.- Reallocate user audit events to avoid collisions with Solaris; adopt a  more formal allocation scheme, and add some events allocated in Solaris  that will be of immediate use on other platforms.- Add an event for Calife.- Add au_strerror(3), which allows generating strings for BSM errors  directly, rather than requiring applications to map to the local error  space, which might not be able to entirely represent the BSM error  number space.- Major auditd rewrite for launchd(8) support.  Add libauditd library  that is shared between launchd and auditd.- Add AUDIT_TRIGGER_INITIALIZE trigger (sent via &apos;audit -i&apos;) for  (re)starting auditing under launchd(8) on Mac OS X.- Add &apos;current&apos; symlink to active audit trail.- Add crash recovery of previous audit trail file when detected on audit  startup that it has not been properly terminated.- Add the event AUE_audit_recovery to indicated when an audit trail file  has been recovered from not being properly terminated.  This event is  stored in the new audit trail file and includes the path of recovered  audit trail file.- Mac OS X and FreeBSD dependent code in auditd.c is separated into  auditd_darwin.c and auditd_fbsd.c files.- Add an event for the posix_spawn(2) and fsgetpath(2) Mac OS X system  calls.- For Mac OS X, we use ASL(3) instead of syslog(3) for logging.- Add support for NOTICE level logging.OpenBSM 1.1 alpha 3- Add two new functions, au_bsm_to_errno() and au_errno_to_bsm(), to map  between BSM error numbers (largely the Solaris definitions) and local  errno(2) values for 32-bit and 64-bit return tokens.  This is required  as operating systems don&apos;t agree on some of the values of more recent  error numbers.- Fix a bug how au_to_exec_args(3) and au_to_exec_env(3) calculates the  total size for the token.  This buge.- Deprecated Darwin constants, such as TRAILER_PAD_MAGIC, removed.

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Wed, 31 Dec 2008 12:12:24 +0100</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bc168a6cdd45ba809a5580b6e67ebc6806b5aeb3 - Vendor import TrustedBSD OpenBSM 1.0 alpha 14, with the following change</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#bc168a6cdd45ba809a5580b6e67ebc6806b5aeb3</link>
        <description>Vendor import TrustedBSD OpenBSM 1.0 alpha 14, with the following changehistory notes since the last import:OpenBSM 1.0 alpha 14- Fix endian issues when processing IPv6 addresses for extended subject  and process tokens.- gcc41 warnings clean.- Teach audit_submit(3) about getaudit_addr(2).- Add support for zonename tokens.OpenBSM 1.0 alpha 13- compat/clock_gettime.h now provides a compatibility implementation of  clock_gettime(), which fixes building on Mac OS X.- Countless man page improvements, markup fixes, content fixs, etc.- XML printing support via &quot;praudit -x&quot;.- audit.log.5 expanded to include additional BSM token types.- Added encoding and decoding routines for process64_ex, process32_ex,  subject32_ex, header64, and attr64 tokens.- Additional audit event identifiers for listen, mlockall/munlockall,  getpath, POSIX message queues, and mandatory access control.Approved by:	re (bmah)MFC after:	3 weeksObtained from:	TrustedBSD Project

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Mon, 16 Apr 2007 17:37:10 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41758b263bd99bc7f07072e3ee0cca7836b23778 - This commit was generated by cvs2svn to compensate for changes in r168777,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#41758b263bd99bc7f07072e3ee0cca7836b23778</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r168777,which included commits to RCS files with non-trunk default branches.

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Mon, 16 Apr 2007 17:37:10 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb97b41819ea5a5e5315006cdad6902bfa2b7eb6 - Vendor import of OpenBSM 1.0 alpha 11, with the following change history</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#bb97b41819ea5a5e5315006cdad6902bfa2b7eb6</link>
        <description>Vendor import of OpenBSM 1.0 alpha 11, with the following change historynotes since the last import:OpenBSM 1.0 alpha 11- Reclassify certain read/write operations as having no class rather than the  fr/fw class; our default classes audit intent (open) not operations (read,  write).- Introduce AUE_SYSCTL_WRITE event so that BSD/Darwin systems can audit reads  and writes of sysctls as separate events.  Add additional kernel  environment and jail events for FreeBSD.- Break AUDIT_TRIGGER_OPEN_NEW into two events, AUDIT_TRIGGER_ROTATE_USER  (issued by the user audit(8) tool) and AUDIT_TRIGGER_ROTATE_KERNEL (issued  by the kernel audit implementation) so that they can be distinguished.- Disable rate limiting of rotate requests; as the kernel doesn&apos;t retransmit  a dropped request, the log file will otherwise grow indefinitely if the  trigger is dropped.- Improve auditd debugging output.- Fix a number of threading related bugs in audit_control file reading  routines.- Add APIs au_poltostr() and au_strtopol() to convert between text  representations of audit_control policy flags and the flags passed to  auditon(A_SETPOLICY) and retrieved from auditon(A_GETPOLICY).- Add API getacpol() to return the &apos;policy:&apos; entry from audit_control, an  extension to the Solaris file format to allow specification of policy  persistent flags.- Update audump to print the audit_control policy field.- Update auditd to read the audit_control policy field and set the kernel  policy to match it when configuring/reconfiguring.  Remove the -s and -h  arguments as these policies are now set via the configuration file.  If a  policy line is not found in the configuration file, continue with the  current default of setting AUDIT_CNT.- Fix bugs in the parsing of large execve(2) arguments and environmental  variable tokens; increase maximum parsed argument and variable count.- configure now detects strlcat(), used by policy-related functions.- Reference token and record sample files added to test tree.Obtained from:	TrustedBSD Project

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Thu, 21 Sep 2006 09:07:33 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55b15aaa258d0af1cc402ed1c6986d02b9a33310 - This commit was generated by cvs2svn to compensate for changes in r162503,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/contrib/openbsm/test/reference/seq_record#55b15aaa258d0af1cc402ed1c6986d02b9a33310</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r162503,which included commits to RCS files with non-trunk default branches.

            List of files:
            /freebsd/contrib/openbsm/test/reference/seq_record</description>
        <pubDate>Thu, 21 Sep 2006 09:07:33 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
