aboutsummaryrefslogtreecommitdiff
path: root/etc/periodic/security
Commit message (Expand)AuthorAgeFilesLines
* Fix 100.chksetuid and 110.neggrpperm for mountpoints with spacesAlan Somers2017-08-253-2/+15
* Only install 900.tcpwrap if MK_INETD != "no" and MK_TCP_WRAPPERS != "no"Enji Cooper2017-03-081-2/+5
* Make 502.pfdenied find blacklistd/* filter names dynamicallyKurt Lidl2016-10-041-2/+1
* Fix periodic scripts when an NFS mount covers a local mountAlan Somers2016-09-202-2/+2
* Add basic blacklist build supportKurt Lidl2016-06-021-2/+8
* Zero pf rule counters so daily reports make senseKurt Lidl2016-02-091-1/+1
* Use '^[>+][^+]' instead of '^[>+]' with grep(1) when filtering theMarius Strobl2016-01-291-1/+1
* Restrict 520.pfdenied to only list rules that blocked traffic.Kurt Lidl2015-11-051-1/+1
* Avoid installing security.functions with executable bits, periodic(8) willBaptiste Daroussin2014-11-051-2/+4
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Further refine the auth fail regex to catch more auth failures andChristian Brueffer2014-02-201-1/+1
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-312-70/+0
* Make the period of each periodic security script configurable.Jeremie Le Hen2013-08-2716-84/+115
* Hook the 220.backup-pkgdb script I added to the build unconditionallyDoug Barton2011-03-271-0/+1
* Add svn:executable property on remaining period scripts without itDoug Barton2011-03-275-0/+0
* Add an (off by default) check for negative permissions (where theBrooks Davis2010-11-132-0/+55
* Hide 460.chkportsum in MK_PKGTOOLS != no case.Xin LI2010-11-091-1/+4
* - Fixes to the chkportsum script to handle better some special cases,Gabor Kovesdan2010-08-101-9/+9
* - Add a periodic script, which can be used to find installed ports' files withGabor Kovesdan2010-07-192-0/+69
* Silence warning printed by getfsspec(3) when /etc/fstab does not existColin Percival2009-09-281-0/+3
* Sort `mount -p' output by name before checking for any differences.Ed Schouten2008-10-251-1/+1
* add new build knobs and jigger some existing controls to improveSam Leffler2008-09-211-4/+17
* Improve periodic/security/550.ipfwlimit a bit:Antoine Brodin2008-08-101-6/+3
* Rev. 1.8 broke matching on lines where the failure mode is at the headMike Makonnen2008-06-301-1/+1
* Add a missing ;.Remko Lodder2008-03-251-1/+1
* Eliminate xargs in favor of find -exec {} +Dag-Erling Smørgrav2008-02-031-2/+1
* Rewrite to consume significantly less memory, by using find -s instead ofDag-Erling Smørgrav2008-02-021-16/+11
* Also check setuid executables on ZFS.Ruslan Ermilov2007-11-231-1/+1
* Only match on log messages containing fail,invalid,Remko Lodder2007-02-231-1/+1
* Use egrep instead of grep so that reporting of login failures (brokenJohn Polstra2007-02-051-1/+1
* Add login.conf checking to periodic security scripts. If the login.conf fileTom Rhodes2006-08-252-0/+53
* Move etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts.Max Laier2006-05-123-118/+0
* Enhance loginfail: it will catch sshd, proftpd and su errors, as well as othe...Matteo Riondato2006-03-051-1/+1
* A new version of rev. 1.4: postpone a temporary file creationMaxim Konovalov2005-09-111-1/+1
* Fix braino in last commit. Print nothing if ipfw(4) is not present.Gleb Smirnoff2005-08-311-2/+2
* When looking for new lines in diff output, grep for '^[>+]' instead ofColin Percival2005-08-221-1/+1
* - Correctly parse output, when logging amount is limited in theGleb Smirnoff2005-08-201-7/+15
* Replace "ipfw l", which is now deprecated, with "ipfw list".Suleiman Souhlal2005-02-232-2/+2
* Don't do setuid checks on file systems mounted with noexec option.Gleb Smirnoff2005-01-131-1/+1
* Teach periodic(8) security output to display information about blockedMax Laier2004-11-242-0/+54
* Add a knob 'daily_status_security_diff_flags' controlling theJoseph Koshy2004-09-231-1/+2
* Add script for checking ipv6 blocked packets from PR.Darren Reed2004-04-201-0/+53
* Have mktemp(1) construct the temporary file name for us insteadMike Makonnen2003-06-306-6/+6
* Add support for bzip2ed log files.Stefan Eßer2003-01-052-2/+14
* Avoid using perl in the periodic & security scripts. This brings theGiorgos Keramidas2002-12-072-4/+8
* Do not emit a message on stderr when one of the compared filesThomas Quinot2002-11-161-1/+1
* Remove incorrect output redirection.Thomas Quinot2002-11-161-1/+1
* Add newly-added sripts to FILES.Thomas Quinot2002-10-251-1/+3
* Add a new /etc/periodic/security script to check for packetsThomas Quinot2002-10-251-0/+53
* Factor out code across various /etc/periodic/security scripts into aThomas Quinot2002-10-256-99/+101