]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/security
Remove a KASSERT that can now happen and add a missing setrunnable.
[FreeBSD/FreeBSD.git] / sys / security /
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-13 dillonBow to the whining masses and change a union back into...
2003-01-12 dillonChange struct file f_data to un_data, a union of the...
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 muxFix warnings on 64bits architectures.
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2002-12-28 rwatsonMap VAPPEND to VWRITE since the ugidfw rule syntax...
2002-12-19 obrienThis commit was generated by cvs2svn to compensate...
2002-12-16 desThis commit was generated by cvs2svn to compensate...
2002-12-14 alfredSCARGS removal take II.
2002-12-13 alfredBackout removal SCARGS, the code freeze is only "select...
2002-12-13 alfredRemove SCARGS.
2002-12-13 obrienThis commit was generated by cvs2svn to compensate...
2002-12-10 rwatsonDefault policies to on: if you load them or compile...
2002-12-09 rwatsonRemove dm_root entry from struct devfs_mount. It's...
2002-12-04 rwatsonRemove a const that generates a warning: the const...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 desThis commit was generated by cvs2svn to compensate...
2002-12-03 rwatsonLicense tweak: remove clause 3 per permission of NAI.
2002-12-03 rwatsonUnhook the old LOMAC module, now replaced with mac_lomac.
2002-12-02 obrienThis commit was generated by cvs2svn to compensate...
2002-12-02 peterThis commit was generated by cvs2svn to compensate...
2002-11-27 iwasakiThis commit was generated by cvs2svn to compensate...
2002-11-26 rwatsonCorrect two warnings by staticizing a function and...
2002-11-26 rwatsonImport an implementation of LOMAC (Low-Watermark Mandat...
2002-11-26 rwatsonUn-staticize mac_cred_mmapped_drop_perms() so that...
2002-11-24 nectarThis commit was generated by cvs2svn to compensate...
2002-11-20 rwatsonIntroduce p_label, extensible security label storage...
2002-11-19 rwatsonMerge kld access control checks from the MAC tree:...
2002-11-14 dougbThis commit was generated by cvs2svn to compensate...
2002-11-13 rwatsonIntroduce a condition variable to avoid returning EBUSY...
2002-11-12 obrienThis commit was generated by cvs2svn to compensate...
2002-11-12 rwatsonGarbage collect mac_create_devfs_vnode() -- it hasn...
2002-11-11 rwatsonGarbage collect definition of M_MACOPVEC -- we no longe...
2002-11-08 rwatsonUpdate MAC modules for changes in arguments for exec...
2002-11-08 rwatsonAdd an explicit execlabel argument to exec-related...
2002-11-05 rwatsonUpdate policy modules for changes in arguments associat...
2002-11-05 rwatsonBring in two sets of changes:
2002-11-05 rwatsonSince neither the Biba policy nor the MLS policy make...
2002-11-05 rwatsonAssert that appropriate vnodes are locked in mac_execve...
2002-11-04 robertoThis commit was generated by cvs2svn to compensate...
2002-11-04 rwatsonImplement mpo_check_system_acct and mpo_check_system_se...
2002-11-04 rwatsonCorrect use of mac_biba_subject_privileged() in swapon...
2002-11-04 rwatsonPermit MAC policies to instrument the access control...
2002-11-04 rwatsonRemove mac_cache_fslabel_in_vnode sysctl -- with the...
2002-11-04 rwatsonLicense and wording updates: NAI has authorized the...
2002-11-04 rwatsonLicense clarification and wording changes: NAI has...
2002-11-03 rwatsonIntroduce mac_check_system_settime(), a MAC check allow...
2002-11-03 rwatsonChange privilege model for mac_partition such that...
2002-11-02 muxFix some warnings on 64 bit architectures. The vn_exta...
2002-11-01 rwatsonAdd MAC checks for various kenv() operations: dump...
2002-10-30 rwatsonMove to C99 sparse structure initialization for the...
2002-10-30 rwatsonVarious minor type, prototype tweaks -- clean up cruft...
2002-10-30 rwatsonWhile 'mode_t' seemed like a good idea for the access...
2002-10-30 rwatsonTry again to fix the KASSERT.
2002-10-30 rwatsonFix a KASSERT bug that showed up only in the LINT build...
2002-10-29 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 rwatsonHook up no-op stubs for reboot, swapon, sysctl entry...
2002-10-29 rwatsonImplement Biba policy entry points for mac_check_system...
2002-10-29 rwatsonRequire Biba privilege to relabel a network interface.
2002-10-29 desThis commit was generated by cvs2svn to compensate...
2002-10-28 rwatsonCorrect a typo in a previously commented include entry...
2002-10-28 rwatsonRemove all reference to 'struct oldmac', since it's...
2002-10-28 rwatsonAdd a return type for mac_biba_high_single(), apparentl...
2002-10-28 rwatsonRename mac_biba_subject_equal_ok() to mac_biba_subject_...
2002-10-28 rwatsonZero the trusted_interface buffer before starting parsing.
2002-10-28 rwatsonAn inappropriate ASSERT slipped in during the recent...
2002-10-27 rwatsonCentrally manage enforcement of {reboot,swapon,sysctl...
2002-10-27 rwatsonImplement mac_check_system_sysctl(), a MAC Framework...
2002-10-27 rwatsonHook up mac_check_system_reboot(), a MAC Framework...
2002-10-27 rwatsonMerge from MAC tree: rename mac_check_vnode_swapon...
2002-10-26 rwatsonSlightly change the semantics of vnode labels for MAC...
2002-10-25 rwatsonComment describing the semantics of mac_late.
2002-10-23 rwatsonProvide a simple sample labeled access control policy...
2002-10-23 desThis commit was generated by cvs2svn to compensate...
2002-10-23 assarThis commit was generated by cvs2svn to compensate...
2002-10-22 rwatsonStyle fix: space between 'switch' and '('.
2002-10-22 rwatsons/mls/biba/ in a copy+paste error for a printf.
2002-10-22 rwatsonRemove the mac_te policy bits from 'struct oldmac'...
2002-10-22 rwatsonDon't enforce MAC Biba policy for socket visibility...
2002-10-22 rwatsonIntroduce MAC_CHECK_VNODE_SWAPON, which permits MAC...
2002-10-22 rwatsonMissed in previous merge: export sizeof(struct oldmac...
2002-10-22 rwatsonAdapt MAC policies for the new user API changes; teach...
2002-10-22 rwatsonSupport the new MAC user API in kernel: modify existing...
2002-10-22 rwatsonRevised APIs for user process label management; the...
2002-10-22 assarThis commit was generated by cvs2svn to compensate...
2002-10-21 rwatsonmac_none is a stub policy without any functional implem...
2002-10-21 rwatsonIntroduce mac_biba_copy() and mac_mls_copy(), which...
2002-10-21 rwatsonAdd compartment support to Biba and MLS policies. ...
2002-10-21 rwatsonMore in the way of minor consistency improvements:...
2002-10-21 rwatsonDemote sockets to single-label objects rather than...
2002-10-21 rwatsonSynchonize variable spelling with the MAC tree: we...
next