<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/security, branch release/6.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-01-15T15:46:22Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-01-15T15:46:22Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-01-15T15:46:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5cd221028ba5e7ada35a0dd196fb642b44f197d1'/>
<id>urn:sha1:5cd221028ba5e7ada35a0dd196fb642b44f197d1</id>
<content type='text'>
'RELENG_6_3_0_RELEASE'.

This commit was manufactured to restore the state of the 6.3-RELEASE image.
</content>
</entry>
<entry>
<title>Merge mac_posix_sem.c:1.1.2.1 from HEAD to RELENG_6_3:</title>
<updated>2007-12-22T17:04:16Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-12-22T17:04:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=63891de9b72e11ac1be8a0b096bb546e114a96ee'/>
<id>urn:sha1:63891de9b72e11ac1be8a0b096bb546e114a96ee</id>
<content type='text'>
  Fix a MAC label leak for POSIX semaphores, in which per-policy labels
  would be properly disposed of, but the global label structure for the
  semaphore wouldn't be freed.

  Reported by:    tanyong &lt;tanyong at ercist dot iscas dot ac dot cn&gt;,
                  zhouzhouyi

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Merge audit.c:1.32 from HEAD to RELENG_6:</title>
<updated>2007-11-15T20:06:58Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-11-15T20:06:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be79406a027059ca33351626fad06f8cf5a6dc41'/>
<id>urn:sha1:be79406a027059ca33351626fad06f8cf5a6dc41</id>
<content type='text'>
  Spell statistics more correctly in comments.
</content>
</entry>
<entry>
<title>Merge audit.c:1.31, audit_arg.c:1.14, audit_bsm.c:1.18 from HEAD to</title>
<updated>2007-11-15T19:59:54Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-11-15T19:59:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8c74e4d580eea4cdc289929750228d06a68256c5'/>
<id>urn:sha1:8c74e4d580eea4cdc289929750228d06a68256c5</id>
<content type='text'>
RELENG_6:

  Clean up, and sometimes remove, a number of audit-related implementation
  comments.

Note that because of other unrelated changes in HEAD, some portions of
audit.c:1.31 can't be merged verbatim (or at all).
</content>
</entry>
<entry>
<title>Merge audit_bsm_token.c:1.13 from HEAD to RELENG_6:</title>
<updated>2007-11-15T19:39:49Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-11-15T19:39:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b6114855c4424fd41580891bc57dc533ca74bec3'/>
<id>urn:sha1:b6114855c4424fd41580891bc57dc533ca74bec3</id>
<content type='text'>
  synchronize white space to congruent user-space code in OpenBSM.
</content>
</entry>
<entry>
<title>Merge audit.c:1.35, audit_bsm_klib.c:1.8 from HEAD to RELENG_6:</title>
<updated>2007-11-15T19:31:15Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-11-15T19:31:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c923a67fe54a96c78ebf620352454198b4e875e'/>
<id>urn:sha1:7c923a67fe54a96c78ebf620352454198b4e875e</id>
<content type='text'>
  Replace use of AU_NULL with 0 when no audit classes are in use; this
  supports the removal of hard-coded audit class constants in OpenBSM
  1.0.  All audit classes are now dynamically configured via the
  audit_class database.
</content>
</entry>
<entry>
<title>Merge audit_bsm_token.c:1.12 from HEAD to RELENG_6:</title>
<updated>2007-11-15T19:30:37Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-11-15T19:30:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=441dcc61f749bf70a1f876ca0d9e1ba44407bca0'/>
<id>urn:sha1:441dcc61f749bf70a1f876ca0d9e1ba44407bca0</id>
<content type='text'>
  Remove $P4$ that snuck into CVS from Perforce.
</content>
</entry>
<entry>
<title>Merge audit_bsm_token.c:1.11 from HEAD to RELENG_6:</title>
<updated>2007-11-15T19:29:39Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-11-15T19:29:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b412ecfcec2d06fac3d12c0e78d0c692c9dea9f2'/>
<id>urn:sha1:b412ecfcec2d06fac3d12c0e78d0c692c9dea9f2</id>
<content type='text'>
  Merge OpenBSM 1.0 alpha 14 changes to src/sys/security/audit:

  - au_to_attr64(), au_to_process64(), au_to_subject64(),
    au_to_subject64_ex(), au_to_zonename(), au_to_header64_tm().
  - Extended address token fixes.
</content>
</entry>
<entry>
<title>MFC the following revisions:</title>
<updated>2007-11-10T17:08:41Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2007-11-10T17:08:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e9fd6aa3fc82335dcb04720c4481cac112c51c6d'/>
<id>urn:sha1:e9fd6aa3fc82335dcb04720c4481cac112c51c6d</id>
<content type='text'>
1.14      +1 -0      src/sys/security/audit/audit.h
1.15      +22 -0     src/sys/security/audit/audit_arg.c
1.19      +35 -2     src/sys/security/audit/audit_bsm.c
1.14      +2 -2      src/sys/security/audit/audit_bsm_token.c
1.21      +7 -2      src/sys/security/audit/audit_syscalls.c (partial)

- Add support for auditing arguments in setaudit_addr(2)
- Fix bug which which would result in in_addr_ex tokens not being
  parsed properly
- Calculate the size of an ip6 address correctly
</content>
</entry>
<entry>
<title>MFC the following revisions:</title>
<updated>2007-11-10T15:32:03Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2007-11-10T15:32:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=440c4e00d007fa4082cef7fce1e241afb3070e1d'/>
<id>urn:sha1:440c4e00d007fa4082cef7fce1e241afb3070e1d</id>
<content type='text'>
1.25      +1 -1      src/sys/security/audit/audit.c
1.10      +1 -1      src/sys/security/audit/audit.h
1.11      +2 -2      src/sys/security/audit/audit_arg.c
1.16      +34 -10    src/sys/security/audit/audit_bsm.c
1.10      +12 -12    src/sys/security/audit/audit_bsm_token.c
1.13      +2 -0      src/sys/security/audit/audit_private.h
1.13      +52 -7     src/sys/security/audit/audit_syscalls.c
1.475     +1 -1      src/sys/sys/proc.h

This brings extended subject state support into RELENG_6 for audit
records.  This means that applications like sshd can take advantage
of extended subject for IPv6.  It should be noted that sshd has not
been modified.
</content>
</entry>
</feed>
