summaryrefslogtreecommitdiff
path: root/etc/security
AgeCommit message (Expand)Author
2003-11-19Provide a workaround for PR bin/12900.jhawk
2003-11-18In check_varmail (mailbox ownership/permissions check):jhawk
2003-11-18XXX: note pairwise cascaded test inversion in permit_star.jhawk
2003-10-01Suppress output when running security.local if it produces no output.jhawk
2003-02-21Use $diff_options when running diff in /etc/security.jhawk
2003-02-13Under check_mtree, invoke mtree with -L if check_mtree_follow_symlinks is set.jhawk
2003-02-13Add some flexibility to /etc/security, by way of security.conf options:jhawk
2003-01-06writable, not writeable.wiz
2002-08-20Added .k5login to the list of files that are checked in each user'selric
2002-06-18md5/bcrypt password starts with $[12], so use ^ in regexitojun
2002-06-18recognize md5/bcrypt password. noted by: Eric Jacoboni <jaco@teaser.fr>itojun
2002-06-10The check_rootdotfiles section mucks with the PATH setting, butatatat
2002-05-21Support shell metacharacters (`*', '?', '[') in /etc/changelist lines,lukem
2001-12-18Add nullfs to the list of file system types to skip during the "big finds".lukem
2001-11-09remove blank lines from the lists of files to backup_and_difflukem
2001-10-18add -dgq to check_pkgs ls(1). suggested by @@@lukem
2001-10-18Add -T option to ls(1) when -l option is specified.taca
2001-10-15Use "nodiff" instead of "nomail" for the tag which is used to excludelukem
2001-10-14minor optimisation suggested by christoslukem
2001-10-13A few more changes, from more discussions with Andrew Brown.lukem
2001-10-12Major overhaul, with help from Andrew Brown <atatat@netbsd.org>.lukem
2001-10-05minor whitespace fixlukem
2001-10-03replace "pkg_dbdir" with "pkgdb_dir", to be consistent with "backup_dir"lukem
2001-10-03Since 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 commentslukem
2001-10-01Add a chunk of code to check the installed pkgs list by making a listatatat
2001-09-24remove acd (non existant), add ld (for hw raid logical drives)lukem
2001-09-23add raid, remove cd drives and floppy drives from the nightly diskperry
2001-09-23Update the password sanity checking thusly:perry
2001-09-22run mtree on the special file using the new -l option, so it will notperry
2001-08-26Remove rz/tz support for pmax, switch to MI SCSI.simonb
2001-06-18use mktemp(1) to create temporary directories, and ensure that cleanup trapslukem
2001-06-14use symbolic signal names instead of numberslukem
2001-05-10When backing files listed in /etc/changelist, instead of truncatingatatat
2001-05-10Allow embedded hyphens in user names (and group names), just not as theatatat
2001-04-04Provide the capability of storing backups via RCS instead of just aatatat
2001-03-15Run skeyaudit (only) from /etc/daily instead of /etc/security, else there'shubertf
2001-03-12Allow md5 passwords of length 34 as passwordsatatat
2001-02-11Introduce max_grouplen - this determines the maximum permitted lengthjdolecek
2001-01-09Add a new variable 'backup_dir', which can be used to change the backupabs
2000-10-07use ${foo##*/} instead of `basename $foo`. as suggested (with minor variation)lukem
2000-09-10PR/10982: kilbi@rad.rwth-aachen.de: Don't confuse printf with usernameschristos
2000-07-02Fix pr9320: improve umask checking for root's dotfiles.sommerfeld
2000-05-26We may as well allow local additions to /etc/security, since it gets donead
2000-05-05check /etc/mail/aliases on check_aliases.itojun
2000-04-24Add skeyaudit to /etc/security (with a variable to disable) per PR 5871fair
2000-01-15Use cat -f to avoid denial of service attacks by people who make .rhostschristos
1999-09-05We already had logic not to try to grab the disklabels of md's andperry
1999-07-22Use standard variable "$0" for the whole line instead of the non-standard,hubertf
1999-04-23Get rid of old-style chown operands.kleink