summaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_inet.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC: r183973Bjoern A. Zeeb2008-10-311-0/+12
* Merge r178285, r178318, r178319, r178320, r178321, r178322, r178325,Robert Watson2008-08-181-2/+2
* Merge r179781 from head to stable/7:Robert Watson2008-08-041-14/+14
* MFC revision 1.19 with some tweaks to the entry point naming.Christian S.J. Peron2008-06-041-0/+4
* Back out previous commit. These entry point names are notChristian S.J. Peron2008-06-041-4/+0
* MFC cvs revision 1.19Christian S.J. Peron2008-06-041-0/+4
* Normalize variable naming in the MAC Framework by adopting the normalRobert Watson2007-04-221-23/+21
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:Robert Watson2007-02-061-1/+0
* In mac_inpcb_sosetlabel(), assert the socket lock rather than commentingRobert Watson2006-12-281-1/+1
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson2006-12-221-2/+1
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onRobert Watson2006-12-211-3/+0
* Re-wrap comment at 77 character columns.Robert Watson2006-12-201-7/+7
* Fix LOR between the syncache and inpcb locks when MAC is present in theChristian S.J. Peron2006-12-131-0/+54
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-0/+1
* Remove MAC_DEBUG label counters, which were used to debug leaks andRobert Watson2006-09-201-13/+0
* Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointChristian S.J. Peron2006-09-121-0/+10
* Move inet and inet6 related MAC Framework entry points from mac_net.cRobert Watson2004-02-261-0/+292