| Age | Commit message (Expand) | Author |
| 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 |
| 2001-12-18 | Add nullfs to the list of file system types to skip during the "big finds". | lukem |
| 2001-11-09 | remove blank lines from the lists of files to backup_and_diff | lukem |
| 2001-10-18 | add -dgq to check_pkgs ls(1). suggested by @@@ | lukem |
| 2001-10-18 | Add -T option to ls(1) when -l option is specified. | taca |
| 2001-10-15 | Use "nodiff" instead of "nomail" for the tag which is used to exclude | lukem |
| 2001-10-14 | minor optimisation suggested by christos | lukem |
| 2001-10-13 | A few more changes, from more discussions with Andrew Brown. | lukem |
| 2001-10-12 | Major overhaul, with help from Andrew Brown <atatat@netbsd.org>. | lukem |
| 2001-10-05 | minor whitespace fix | lukem |
| 2001-10-03 | replace "pkg_dbdir" with "pkgdb_dir", to be consistent with "backup_dir" | lukem |
| 2001-10-03 | Since we store the output of ls for use later, make sure that we have TZ=UTC. | cjs |
| 2001-10-03 | - clean up a couple of comments | lukem |
| 2001-10-01 | Add a chunk of code to check the installed pkgs list by making a list | atatat |
| 2001-09-24 | remove acd (non existant), add ld (for hw raid logical drives) | lukem |
| 2001-09-23 | add raid, remove cd drives and floppy drives from the nightly disk | perry |
| 2001-09-23 | Update the password sanity checking thusly: | perry |
| 2001-09-22 | run mtree on the special file using the new -l option, so it will not | perry |
| 2001-08-26 | Remove rz/tz support for pmax, switch to MI SCSI. | simonb |
| 2001-06-18 | use mktemp(1) to create temporary directories, and ensure that cleanup traps | lukem |
| 2001-06-14 | use symbolic signal names instead of numbers | lukem |
| 2001-05-10 | When backing files listed in /etc/changelist, instead of truncating | atatat |
| 2001-05-10 | Allow embedded hyphens in user names (and group names), just not as the | atatat |
| 2001-04-04 | Provide the capability of storing backups via RCS instead of just a | atatat |
| 2001-03-15 | Run skeyaudit (only) from /etc/daily instead of /etc/security, else there's | hubertf |
| 2001-03-12 | Allow md5 passwords of length 34 as passwords | atatat |
| 2001-02-11 | Introduce max_grouplen - this determines the maximum permitted length | jdolecek |
| 2001-01-09 | Add a new variable 'backup_dir', which can be used to change the backup | abs |
| 2000-10-07 | use ${foo##*/} instead of `basename $foo`. as suggested (with minor variation) | lukem |
| 2000-09-10 | PR/10982: kilbi@rad.rwth-aachen.de: Don't confuse printf with usernames | christos |
| 2000-07-02 | Fix pr9320: improve umask checking for root's dotfiles. | sommerfeld |
| 2000-05-26 | We may as well allow local additions to /etc/security, since it gets done | ad |
| 2000-05-05 | check /etc/mail/aliases on check_aliases. | itojun |
| 2000-04-24 | Add skeyaudit to /etc/security (with a variable to disable) per PR 5871 | fair |
| 2000-01-15 | Use cat -f to avoid denial of service attacks by people who make .rhosts | christos |
| 1999-09-05 | We already had logic not to try to grab the disklabels of md's and | perry |
| 1999-07-22 | Use standard variable "$0" for the whole line instead of the non-standard, | hubertf |
| 1999-04-23 | Get rid of old-style chown operands. | kleink |