aboutsummaryrefslogtreecommitdiff
path: root/security/snoopy
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on amd64 and i64Martin Wilke2007-02-071-1/+6
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=184532
* snoopy is merely a shared library that is used as a wrapperMartin Wilke2007-02-065-0/+72
to the execve() function provided by libc as to log every call to syslog (authpriv). system administrators may find snoopy useful in tasks such as light/heavy system monitoring, tracking other administrator's actions as well as getting a good 'feel' of what's going on in the system (for example apache running cgi scripts). WWW: http://sourceforge.net/projects/snoopylogger/ PR: ports/108691 Submitted by: Philippe Audeoud <jadawin at tuxaco.net> Notes: svn path=/head/; revision=184437