| Age | Commit message (Expand) | Author |
| 2018-10-04 | Fix an obvious botch in the previous rev, found by martin@ | kre |
| 2018-09-23 | Convert uses of test (aka '[') to use only posix specified forms, | kre |
| 2018-01-06 | Use sysctl to retrieve iostat names instead of parsing possibly | mlelstv |
| 2016-02-29 | Record current raid configurations too in /etc/security. | riastradh |
| 2015-04-20 | Set the redirection correctly, so that stderr gets duped to the | pgoyette |
| 2015-02-14 | Avoid nfs devices correctly. | nakayama |
| 2014-12-13 | Indent and space fixes. | uebayasi |
| 2014-11-23 | - generate the list of disks only once and select from them later | christos |
| 2014-08-27 | Split some long lines. | apb |
| 2013-11-06 | Introduce a variable for security.conf, default empty, to list users | spz |
| 2013-11-06 | having more than one line with the same group name and gid is not only | spz |
| 2013-09-08 | Add defaults for pkg_info and pkg_admin variables in case pkgpath.conf | prlw1 |
| 2013-05-01 | Fix for problematic paths in /etc/daily and /etc/security reported in | agc |
| 2012-04-05 | change security so that there is a configuration value for the list of | spz |
| 2011-03-02 | too much quoting. pointed by anon ymous | christos |
| 2010-12-27 | `` -> $() | christos |
| 2010-02-05 | Deprecate the pkgdb_dir settings from daily.conf and security.conf in | jmmv |
| 2010-01-19 | Add the fetch_pkg_vulnerabilities option to the daily script to keep the | jmmv |
| 2009-01-27 | Add support for lvm to security script. Backup lvm configuration to /var/back... | haad |
| 2007-11-23 | Handle non-trivial NIS compat entries (like +joe:::::::::) in the password | dholland |
| 2007-08-27 | The location of the pkg_info binary can now be specified in /etc/security.conf. | adrianp |
| 2007-08-09 | Add code to monitor the disk wedges (see dk(4)) configured on the | tron |
| 2007-06-06 | Use "mktemp -d -t xxx" to create the temporary directories. This will use | martti |
| 2007-03-27 | PR/36058 -- fix check for group/other writable home directories from | jnemeth |
| 2006-09-26 | Improve security check for "/etc/exports": | tron |
| 2006-09-23 | PR #26490: /etc/security is not aware of sha1 passwords | jmcneill |
| 2006-05-25 | Implement check_devices_ignore_paths, which is a list of paths to | lukem |
| 2006-04-17 | Don't try to backup a 'nfs' disklabel, which will happen because of the | veego |
| 2006-01-29 | PR 32666: /etc/security may cause tapes to rewind. By Duncan McEwan. | rpaulo |
| 2005-04-11 | Allow an underscore as first character and embedded underscores & dots | peter |
| 2005-02-05 | add a check_passwd_permin_nonalpha option, which changes the passwd | jdolecek |
| 2004-11-21 | When checking /etc/exports, account for "-network=XXX" as restricting | kim |
| 2004-09-28 | PR misc/7716: add configuration options find_core_ignore_fstypes and | erh |
| 2004-07-23 | Merge /etc/mtree/special & /etc/mtree/special.local using "mtree -M". | lukem |
| 2004-04-09 | Catch STDERR from /etc/security.local (not just STDOUT). | kim |
| 2004-04-02 | Introduce and use the rcvar_manpage variable, which contains the manual page | jmmv |
| 2004-02-09 | add missing && in the home directory group writability condition; | jdolecek |
| 2003-11-19 | Provide a workaround for PR bin/12900. | jhawk |
| 2003-11-18 | In check_varmail (mailbox ownership/permissions check): | jhawk |
| 2003-11-18 | XXX: note pairwise cascaded test inversion in permit_star. | jhawk |
| 2003-10-01 | Suppress output when running security.local if it produces no output. | jhawk |
| 2003-02-21 | Use $diff_options when running diff in /etc/security. | jhawk |
| 2003-02-13 | Under check_mtree, invoke mtree with -L if check_mtree_follow_symlinks is set. | jhawk |
| 2003-02-13 | Add some flexibility to /etc/security, by way of security.conf options: | jhawk |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-08-20 | Added .k5login to the list of files that are checked in each user's | elric |
| 2002-06-18 | md5/bcrypt password starts with $[12], so use ^ in regex | itojun |
| 2002-06-18 | recognize md5/bcrypt password. noted by: Eric Jacoboni <jaco@teaser.fr> | itojun |
| 2002-06-10 | The check_rootdotfiles section mucks with the PATH setting, but | atatat |
| 2002-05-21 | Support shell metacharacters (`*', '?', '[') in /etc/changelist lines, | lukem |