]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/security
Autogenerate hardware notes for the uath(4) driver.
[FreeBSD/FreeBSD.git] / sys / security /
2009-03-29 traszGet rid of VSTAT and replace it with VSTAT_PERMS, which...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-14 pjd- Correct logic in if statement - we want to allocate...
2009-03-14 rwatsonRework MAC Framework synchronization in a number of...
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-09 csjpMark the bsdextended rules sysctl as being mpsafe.
2009-03-09 rwatsonAdd a new thread-private flag, TDP_AUDITREC, to indicat...
2009-03-08 rwatsonRemove 'uio' argument from MAC Framework and MAC policy...
2009-03-08 rwatsonRename 'ucred' argument to mac_socket_check_bind()...
2009-03-08 rwatsonImprove the consistency of MAC Framework and MAC policy...
2009-03-08 rwatsonAdd static DTrace probes for MAC Framework access contr...
2009-03-03 rwatsonReduce the verbosity of SDT trace points for DTrace...
2009-03-02 rwatsonMerge OpenBSM 1.1 beta 1 from OpenBSM vendor branch...
2009-03-02 samconnect vendor wpa area to contrib
2009-02-24 kibUse vm_map_entry_t instead of explicit struct vm_map_en...
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-08 rwatsonSet the lower bound on queue size for an audit pipe...
2009-02-08 rwatsonChange various routines that are responsible for transf...
2009-02-08 rwatsonAudit AUE_MAC_EXECVE; currently just the standard AUE_E...
2009-02-08 rwatsonAudit the flag argument to the nfssvc(2) system call.
2009-02-07 pisoAdd SCTP NAT support.
2009-02-04 rwatsonEliminate the local variable 'ape' in audit_pipe_kqread...
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-24 rwatsonUse __FBSDID() for $FreeBSD$ version strings in .c...
2009-01-24 rwatsonBegin to add SDT tracing of the MAC Framework: add...
2009-01-14 rwatsonUpdate copyright, P4 version number as audit_bsm_token...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-10 rwatsonRather than having MAC policies explicitly declare...
2009-01-10 rwatsonUse MPC_OBJECT_IP6Q to indicate labeling of struct...
2009-01-06 rwatsonDo a lockless read of the audit pipe list before grabbi...
2009-01-06 rwatsonIn AUDIT_SYSCALL_EXIT(), invoke audit_syscall_exit...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonFix white space botch: use carriage returns rather...
2008-12-31 rwatsonCommit two files missed in previous commit: hook up...
2008-12-31 rwatsonCall au_errno_to_bsm() on the errno value passed into...
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-22 alcMake preparations for resurrecting shared/read locks...
2008-12-19 samimport netbsd makefs tool
2008-12-03 kmacyIF_RELENG_7 185198:185562
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 peterMerge user/peter/kinfo branch as of r185547 into head.
2008-12-01 samimport ath hal
2008-11-30 csjpPartially roll back a revision which changed the error...
2008-11-29 bzMFp4:
2008-11-25 rwatsonRegularize /* FALLTHROUGH */ comments in the BSM event...
2008-11-22 dfrClone Kip's Xen on stable/6 tree so that I can work...
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-14 rwatsonWhen repeatedly accessing a thread credential, cache...
2008-11-13 rwatsonThe audit queue limit variables are size_t, so use...
2008-11-11 rwatsonMove audit-internal function definitions for getting...
2008-11-11 rwatsonMinor style tweaks and change lock name string to use...
2008-11-11 csjpAdd support for extended header BSM tokens. Currently...
2008-11-10 rwatsonWrap sx locking of the audit worker sleep lock in macro...
2008-11-04 jhbUse shared vnode locks for auditing vnode arguments...
2008-11-04 jhbDon't lock the vnode around calls to vn_fullpath().
2008-11-02 rwatsonUpdate introductory comment for audit pipes.
2008-11-02 rwatsonRemove stale comment about filtering in audit pipe...
2008-11-01 rwatsonAdd comment for per-pipe stats.
2008-11-01 rwatsonWe only allow a partial read of the first record in...
2008-11-01 rwatsonAllow a single read(2) system call on an audit pipe...
2008-11-01 kmacycopy xen includes
2008-11-01 kmacycopy i386/xen
2008-11-01 kmacycopy xen device drivers
2008-11-01 kmacycopy sys/xen to releng 7 branch
2008-11-01 kmacyIF_RELENG7 183757:184526
2008-10-31 rwatsonSince there is no longer the opportunity for record...
2008-10-31 rwatsonHistorically, /dev/auditpipe has allows only whole...
2008-10-30 rwatsonWhen we drop an audit record going to and audit pipe...
2008-10-30 rwatsonBreak out single audit_pipe_mtx into two types of locks...
2008-10-30 rwatsonProtect the event->class lookup database using an rwloc...
2008-10-30 rwatsonThe V* flags passed using an accmode_t to the access...
2008-10-28 traszCommit part of accmode_t changes that I missed in previ...
2008-10-28 rwatsonBreak out strictly credential-related portions of mac_p...
2008-10-28 traszIntroduce accmode_t. This is required for NFSv4 ACLs...
2008-10-28 rwatsonRename mac_cred_mmapped_drop_perms(), which revokes...
2008-10-28 rwatsonRename three MAC entry points from _proc_ to _cred_...
2008-10-28 rwatsonExtended comment on why we consider a partition relabel...
2008-10-28 rwatsonRename label_on_label() to partition_check(), which...
2008-10-28 rwatsonImprove alphabetical sort order of stub entry points.
2008-10-27 rwatsonWhen the mac_bsdextended policy is unloaded, free rule...
2008-10-27 rwatsonAdd TrustedBSD credit to new ugidfw_internal.h file.
2008-10-27 rwatsonBreak mac_bsdextended.c out into multiple .c files...
2008-10-27 rwatsonCopy mac_bsdextended.c to two object-specific files...
2008-10-26 rwatsonImplement MAC policy support for IPv6 fragment reassemb...
2008-10-26 rwatsonAdd a MAC label, MAC Framework, and MAC policy entry...
2008-10-23 desFix a number of style issues in the MALLOC / FREE commi...
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-19 lulf- Import the Makefile from HEAD for building csup.
2008-10-19 lulf- Import the HEAD csup code which is the basis for...
2008-10-17 bzAdd a mac_inpcb_check_visible implementation to all...
2008-10-17 bzAdd mac_inpcb_check_visible MAC Framework entry point...
2008-10-17 bzUse the label from the socket credential rather than the
2008-10-11 kmacyCopy device support from head in to 6
2008-10-11 kmacyCopy xen includes in to RELENG_6 branch
2008-09-30 rwatsonPass SUSER_ALLOWJAIL flag to suser_cred(9) in mac_seeot...
2008-09-26 edRemove unit2minor() use from kernel code.
2008-09-17 attilioRemove the suser(9) interface from the kernel. It has...
next