aboutsummaryrefslogtreecommitdiff
path: root/etc/security
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo: "login failures" -> "login failure"Daniel O'Callaghan1999-01-101-2/+2
| | | | | | | | PR: 9424 Submitted by: Lars K*ller <root@cc.fh-lippe.de> Notes: svn path=/head/; revision=42473
* Make periodic(8) and the security mailings reflect the full FQDN, as opposedBill Fumerola1999-01-011-2/+2
| | | | | | | | | | | | to a hostname. This will help those who keep a cluster of machines all with the same hostname but different domain names. PR: bin/9091 Submitted By: Heikki Suonsivu <hsu@clinet.fi> No Response From: -current mailing list Notes: svn path=/head/; revision=42239
* Fix typo in previous commit.Dag-Erling Smørgrav1998-08-161-2/+2
| | | | | | | | PR: 7621 Submitted by: Mark Huizer Notes: svn path=/head/; revision=38360
* Make /etc/security bitch about passwordless accounts.Dag-Erling Smørgrav1998-08-111-2/+6
| | | | | | | Use awk -F: rather than 'BEGIN {FS=":"}' Notes: svn path=/head/; revision=38242
* Detect user id 0 as a number instead of a string. String comparisonsAlexander Langer1998-07-081-2/+2
| | | | | | | | | | | fail to detect 00. PR: 7218 Submitted by: Michal Listos <mcl@Amnesiac.123.org> Niall Smart <rotel@indigo.ie> Notes: svn path=/head/; revision=37517
* additionally warningsAndreas Klemm1998-06-271-1/+11
| | | | | | | | - login failures - tcp_wrapper messages about refused connections Notes: svn path=/head/; revision=37185
* Display ipfw rules which have reached the log limit.Alexander Langer1998-02-041-1/+13
| | | | Notes: svn path=/head/; revision=33065
* Changed ipfw grep string: reject rules are now listed as deny, reset,Alexander Langer1997-09-261-2/+2
| | | | | | | or unreach. Notes: svn path=/head/; revision=29864
* Remove the annoying "cmp: EOF" message whenBrian Somers1997-08-011-2/+2
| | | | | | | dmesg changes. Notes: svn path=/head/; revision=27810
* Remove the -g option from the "find ... | xargs -ls ..." line.Mike Pritchard1997-03-031-2/+2
| | | | | | | The -g option to ls has been depreciated. Notes: svn path=/head/; revision=23316
* When looking for setuid files, call find with -print0 and xargs with -0.Mike Pritchard1997-02-231-4/+4
| | | | | | | | | | | | | | | | | This allows find to pass files with "illegal" characters to xargs in a safe manner. Note: due to the manner in which the file names are now passed between find and xargs, the files are now sorted differently than before. The first /etc/security run after installing this change may result in a lot of output when nothing did in fact change. Closes PR# 1910. 2.2 candidate. Notes: svn path=/head/; revision=23066
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
| | | | Notes: svn path=/head/; revision=23037
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Whoops, update the comment field while we're at it. (I *hate* the linkNate Williams1996-10-121-2/+2
| | | | | | | to freefall!) Notes: svn path=/head/; revision=18879
* In the same manner that we log the ipfw entries, log the kernel logNate Williams1996-10-121-1/+17
| | | | | | | messages using the output of dmesg. Notes: svn path=/head/; revision=18878
* Move intermediary file generation to /var partitionPaul Traina1996-07-311-2/+2
| | | | Notes: svn path=/head/; revision=17364
* If ipfw is enabled, display packet/byte counters for reject/deny rulesAlexander Langer1996-06-301-4/+27
| | | | | | | | | that have changed since the last security check. Make the spacing between sections more consistent. Notes: svn path=/head/; revision=16857
* If a local ufs filesystem is mounted "nosuid", dont scan it as part ofPeter Wemm1996-06-301-2/+2
| | | | | | | | | | the /etc/security setuid checks. This is useful for things like large news spool partitions that dont have executables. Reviewed by: pst Notes: svn path=/head/; revision=16852
* Exclude devices. Character ones modes changes often and proper namesAndrey A. Chernov1996-04-191-9/+4
| | | | | | | guessing involves too much AI. Notes: svn path=/head/; revision=15320
* Use -X to be xargs-friendlyAndrey A. Chernov1996-04-181-3/+11
| | | | | | | | | Check devices too, follow original BSD intention Find only executable files with s-bits, close PR bin/1022 Reset locale to C to have equal results in any case Notes: svn path=/head/; revision=15288
* If no $LOG/setuid.today exists (f.e. first time to run), putAndrey A. Chernov1995-09-151-1/+5
| | | | | | | warning and make it, all following commands fails in old case Notes: svn path=/head/; revision=10755
* Use -b for diff, ls produce different number of spacesAndrey A. Chernov1995-05-271-2/+2
| | | | Notes: svn path=/head/; revision=8784
* Fix a bug, that someone has introduced into /etc/security. It has no longerAndreas Schulz1995-01-141-2/+2
| | | | | | | found SUID files, only SGID files. The find has missed some parantheses. Notes: svn path=/head/; revision=5604
* From: rich@lamprey.UTMB.EDU (Rich Murphey)Rodney W. Grimes1994-01-221-14/+3
| | | | | | | | | | | | | | | | | | | Subject: Re: daily insecurity output (fwd) |From: rgrimes@agora.rain.com (Rodney Grimes) | |This is from the new /etc/security script. I no longer get the segmentation |violation, but now the arg list is too long, some /bin/sh program want to |fix the current /etc/security ls command so that it is a pipe insteal of |a back quoted arg? | |> checking setuid files and devices: |> /etc/security: ls: argument list too long This uses xargs instead. My slip line's down so I can't check it in at the moment. Rich Notes: svn path=/head/; revision=996
* When listing all suid and sgid files list the file itself rather thanRich Murphey1993-12-151-2/+2
| | | | | | | directorty contents. Notes: svn path=/head/; revision=861
* Reworked the search for suid sgid programs to be more like the original andRodney W. Grimes1993-10-251-10/+8
| | | | | | | | only to run find on local file systems. It now works and no longer gets the error from sort Notes: svn path=/head/; revision=668
* Fixed so that it scans for set uid/gid files. From Rich Murphy and NetBSD,Rodney W. Grimes1993-09-061-12/+28
| | | | | | | plus some tid bits from me. Notes: svn path=/head/; revision=401
* Fixed daily so that it no longer does accounting since FreeBSD does notRodney W. Grimes1993-08-071-0/+2
| | | | | | | | yet have the accounting stuff in it. Disabled ncheck search in security due to missing ncheck. Notes: svn path=/head/; revision=251
* Initial import of 386BSD 0.1 othersrc/etcRodney W. Grimes1993-06-201-0/+36
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=37