Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | internal uid/gid tracking. permit can not detach systrace, useful for | 2002-07-16 | 1 | -4/+27 | ||
| | | | | sshd. | |||||
* | some clean up. install argument replacements only if we are going to | 2002-07-12 | 1 | -1/+2 | ||
| | | | | permit the system call. translate some set[e]{g,u}id calls | |||||
* | make it work with chroot | 2002-07-10 | 1 | -2/+3 | ||
| | ||||||
* | do not close fds in daemon. | 2002-07-10 | 1 | -2/+2 | ||
| | ||||||
* | allow systrace to run in the background if possible so that the executed | 2002-07-09 | 1 | -10/+73 | ||
| | | | | | process gets the terminal correctly and exit status reporting works; based on a diff from atatat@atatdot.net from netbsd. | |||||
* | support for system call aliasing. stat/fstat/readlink/access etc... gets | 2002-07-09 | 1 | -6/+9 | ||
| | | | | | grouped into fsread, unlink/rmdir/mkdir goes to fswrite. open switches back between fsread and fswrite depending on oflags parameter. | |||||
* | Potential off-by-five, ok provos@ | 2002-07-09 | 1 | -2/+2 | ||
| | ||||||
* | missing error checks on strdup. from cloder@acm.org | 2002-07-07 | 1 | -2/+5 | ||
| | ||||||
* | KNF | 2002-06-28 | 1 | -1/+2 | ||
| | ||||||
* | rewrite all system call arguments in the permit case. use realpath | 2002-06-21 | 1 | -8/+54 | ||
| | | | | | when we still have the root and we of the monitored process. this eliminates almost all race coniditions. | |||||
* | more careful buffer handling; pointed out by deraadt@ | 2002-06-19 | 1 | -14/+26 | ||
| | ||||||
* | support attaching to a running process; some code by fries@ | 2002-06-10 | 1 | -1/+26 | ||
| | ||||||
* | complain about missing device only once. from deraadt@ | 2002-06-04 | 1 | -2/+4 | ||
| | ||||||
* | KNF | 2002-06-04 | 1 | -5/+5 | ||
| | ||||||
* | __FUNCTION__ -> __func__ from espie@ | 2002-06-04 | 1 | -7/+7 | ||
| | ||||||
* | initial import of systrace. don't touch this, more stuff coming in a while | 2002-06-04 | 1 | -0/+525 | ||