]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/security
Remove redundant check for chip type being PCI-X.
[FreeBSD/FreeBSD.git] / sys / security /
2002-11-27 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-11-26 Robert WatsonCorrect two warnings by staticizing a function and...
2002-11-26 Robert WatsonImport an implementation of LOMAC (Low-Watermark Mandat...
2002-11-26 Robert WatsonUn-staticize mac_cred_mmapped_drop_perms() so that...
2002-11-24 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-11-20 Robert WatsonIntroduce p_label, extensible security label storage...
2002-11-19 Robert WatsonMerge kld access control checks from the MAC tree:...
2002-11-14 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-11-13 Robert WatsonIntroduce a condition variable to avoid returning EBUSY...
2002-11-12 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-11-12 Robert WatsonGarbage collect mac_create_devfs_vnode() -- it hasn...
2002-11-11 Robert WatsonGarbage collect definition of M_MACOPVEC -- we no longe...
2002-11-08 Robert WatsonUpdate MAC modules for changes in arguments for exec...
2002-11-08 Robert WatsonAdd an explicit execlabel argument to exec-related...
2002-11-05 Robert WatsonUpdate policy modules for changes in arguments associat...
2002-11-05 Robert WatsonBring in two sets of changes:
2002-11-05 Robert WatsonSince neither the Biba policy nor the MLS policy make...
2002-11-05 Robert WatsonAssert that appropriate vnodes are locked in mac_execve...
2002-11-04 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-11-04 Robert WatsonImplement mpo_check_system_acct and mpo_check_system_se...
2002-11-04 Robert WatsonCorrect use of mac_biba_subject_privileged() in swapon...
2002-11-04 Robert WatsonPermit MAC policies to instrument the access control...
2002-11-04 Robert WatsonRemove mac_cache_fslabel_in_vnode sysctl -- with the...
2002-11-04 Robert WatsonLicense and wording updates: NAI has authorized the...
2002-11-04 Robert WatsonLicense clarification and wording changes: NAI has...
2002-11-03 Robert WatsonIntroduce mac_check_system_settime(), a MAC check allow...
2002-11-03 Robert WatsonChange privilege model for mac_partition such that...
2002-11-02 Maxime HenrionFix some warnings on 64 bit architectures. The vn_exta...
2002-11-01 Robert WatsonAdd MAC checks for various kenv() operations: dump...
2002-10-30 Robert WatsonMove to C99 sparse structure initialization for the...
2002-10-30 Robert WatsonVarious minor type, prototype tweaks -- clean up cruft...
2002-10-30 Robert WatsonWhile 'mode_t' seemed like a good idea for the access...
2002-10-30 Robert WatsonTry again to fix the KASSERT.
2002-10-30 Robert WatsonFix a KASSERT bug that showed up only in the LINT build...
2002-10-29 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-10-29 Robert WatsonHook up no-op stubs for reboot, swapon, sysctl entry...
2002-10-29 Robert WatsonImplement Biba policy entry points for mac_check_system...
2002-10-29 Robert WatsonRequire Biba privilege to relabel a network interface.
2002-10-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-10-28 Robert WatsonCorrect a typo in a previously commented include entry...
2002-10-28 Robert WatsonRemove all reference to 'struct oldmac', since it's...
2002-10-28 Robert WatsonAdd a return type for mac_biba_high_single(), apparentl...
2002-10-28 Robert WatsonRename mac_biba_subject_equal_ok() to mac_biba_subject_...
2002-10-28 Robert WatsonZero the trusted_interface buffer before starting parsing.
2002-10-28 Robert WatsonAn inappropriate ASSERT slipped in during the recent...
2002-10-27 Robert WatsonCentrally manage enforcement of {reboot,swapon,sysctl...
2002-10-27 Robert WatsonImplement mac_check_system_sysctl(), a MAC Framework...
2002-10-27 Robert WatsonHook up mac_check_system_reboot(), a MAC Framework...
2002-10-27 Robert WatsonMerge from MAC tree: rename mac_check_vnode_swapon...
2002-10-26 Robert WatsonSlightly change the semantics of vnode labels for MAC...
2002-10-25 Robert WatsonComment describing the semantics of mac_late.
2002-10-23 Robert WatsonProvide a simple sample labeled access control policy...
2002-10-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-10-23 Assar WesterlundThis commit was generated by cvs2svn to compensate...
2002-10-22 Robert WatsonStyle fix: space between 'switch' and '('.
2002-10-22 Robert Watsons/mls/biba/ in a copy+paste error for a printf.
2002-10-22 Robert WatsonRemove the mac_te policy bits from 'struct oldmac'...
2002-10-22 Robert WatsonDon't enforce MAC Biba policy for socket visibility...
2002-10-22 Robert WatsonIntroduce MAC_CHECK_VNODE_SWAPON, which permits MAC...
2002-10-22 Robert WatsonMissed in previous merge: export sizeof(struct oldmac...
2002-10-22 Robert WatsonAdapt MAC policies for the new user API changes; teach...
2002-10-22 Robert WatsonSupport the new MAC user API in kernel: modify existing...
2002-10-22 Robert WatsonRevised APIs for user process label management; the...
2002-10-22 Assar WesterlundThis commit was generated by cvs2svn to compensate...
2002-10-21 Robert Watsonmac_none is a stub policy without any functional implem...
2002-10-21 Robert WatsonIntroduce mac_biba_copy() and mac_mls_copy(), which...
2002-10-21 Robert WatsonAdd compartment support to Biba and MLS policies. ...
2002-10-21 Robert WatsonMore in the way of minor consistency improvements:...
2002-10-21 Robert WatsonDemote sockets to single-label objects rather than...
2002-10-21 Robert WatsonSynchonize variable spelling with the MAC tree: we...
2002-10-21 Robert WatsonWhite space nit the crept in during merge.
2002-10-21 Robert WatsonSince the Biba and MLS access checks are identical...
2002-10-21 Robert WatsonCleanup of relabel authorization checks -- almost ident...
2002-10-21 Robert WatsonAdd a twiddle to create PTY's with a biba/equal or...
2002-10-21 Brooks DavisUse if_printf(ifp, "blah") instead of
2002-10-20 Robert WatsonIf MAC_MAX_POLICIES isn't defined, don't try to define...
2002-10-19 Robert WatsonMake sure to clear the 'registered' flag for MAC polici...
2002-10-15 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-14 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-14 Kirk McKusickRegularize the vop_stdlock'ing protocol across all...
2002-10-12 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-10-12 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-06 Robert WatsonIntegrate mac_check_socket_send() and mac_check_socket_...
2002-10-06 Robert WatsonTrim accidentally introduced trailing whitespace.
2002-10-06 Robert WatsonSync from MAC tree: break out the single mmap entry...
2002-10-05 Robert WatsonModify label allocation semantics for sockets: pass...
2002-10-05 Robert WatsonImplement mac_create_devfs_symlink() for policies that...
2002-10-05 Robert WatsonIntegrate a devfs/MAC fix from the MAC tree: avoid...
2002-10-05 Robert WatsonMerge implementation of mpo_check_vnode_link() for...
2002-10-05 Robert WatsonMerge support for mac_check_vnode_link(), a MAC framewo...
2002-10-05 Robert WatsonWhile the MAC API has supported the ability to handle...
next