Age | Commit message (Expand) | Author |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-01-16 | move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe | Theo de Raadt |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-04-24 | calloc is better. from Peter Malone | Ted Unangst |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-08-23 | Reopen the systrace file in the process that will actually attach to the | Philip Guenthe |
2011-10-18 | Bump intercept_get_string() internal buffer to allow strings up to | Matthew Dempsky |
2011-09-18 | Add support for *at(2) system calls to systrace(1). | Matthew Dempsky |
2010-04-20 | fix trailing slashes in filenames behavior by *not* fixing it in systrace. | Ted Unangst |
2007-06-15 | keep trailing slashes in path normalization, as these might result in | Nikolay Sturm |
2007-05-15 | don't assume 4-byte aligned memory when intercepting a string | Nikolay Sturm |
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-07-02 | sync with systrace 1.6d, keeping local changes | Nikolay Sturm |
2006-04-26 | ARGSUSED and a FALLTHROUGH to please lint | Nikolay Sturm |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller |
2004-07-07 | fix an issue when scripts are exec'd under systrace where | marius eriksen |
2004-06-24 | if we have detached after an exec, bail out early, and avoid a double free. | marius eriksen |
2004-06-23 | a few fixes to systrace | marius eriksen |
2004-03-30 | if a string considered a filename is too long, don't exit but just let | Nikolay Sturm |
2004-01-30 | The empty filename does not receive normalization. | Nikolay Sturm |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-08 | originally from cb@openbsd.org, adapted by provos | Nikolay Sturm |
2003-08-04 | several diffs from Niels as applied to NetBSD | Nikolay Sturm |
2003-07-19 | - sync with NetBSD or Niels' tarball where appropriate | Nikolay Sturm |
2003-06-16 | - limited number of processes per systrace | Jun-ichiro itojun Hagino |
2003-05-17 | pull in a bugfix from systrace-current to let systrace deal with creating | Nikolay Sturm |
2003-02-20 | Fix a crash in the systrace found by form@ | Artur Grabowski |
2002-12-09 | prevent the use of permit for aliases. from provos | Jun-ichiro itojun Hagino |
2002-11-26 | performance improvement by omitting a redundant getcwd. | Jun-ichiro itojun Hagino |
2002-11-12 | fix bug in determining execve name. from provos | Jun-ichiro itojun Hagino |
2002-10-17 | little cleanup (intercept_getpid dies within the function on error). | Jun-ichiro itojun Hagino |
2002-10-16 | support for privilege elevation. | Jun-ichiro itojun Hagino |
2002-10-09 | predicates are part of the grammar now; in non-root case, predicates are | Jun-ichiro itojun Hagino |
2002-09-17 | daemon should not change the directory. from provos | Jun-ichiro itojun Hagino |
2002-09-06 | standalone ; at top scope is illegal in ansi c | Theo de Raadt |
2002-08-28 | fix systrace with chroot. from provos | Jun-ichiro itojun Hagino |
2002-08-08 | if getcwd fails and we continue dont restcwd. | Niels Provos |
2002-08-07 | deal better with interrupted system calls | Niels Provos |
2002-08-05 | uid and gid are not guaranteed to be aligned on a register_t sized boundary. | Jason Wright |
2002-08-05 | increase buffer size for getstring, useful for execve arguments. | Niels Provos |
2002-08-04 | keep track of ppid and allow matching rules to be logged via syslog. | Niels Provos |
2002-08-02 | performance improvement, reduces number of ioctl calls | Niels Provos |
2002-08-01 | correctly separate execve argv arguments. increase buffer size for | Niels Provos |
2002-08-01 | the last component in a filename for unlink may be a symlink | Niels Provos |
2002-07-30 | sometimes no-return syscalls (execve) emit errno < 0. ignore them. | Jun-ichiro itojun Hagino |
2002-07-30 | solve a problem with realpath when the last component of the path is | Niels Provos |
2002-07-22 | add seqnr to message from kernel, userland needs to quote correct seqnr. | Niels Provos |
2002-07-19 | constify, have missing prototypes, use pedantic compilation options. | Jun-ichiro itojun Hagino |
2002-07-16 | internal uid/gid tracking. permit can not detach systrace, useful for | Niels Provos |
2002-07-12 | some clean up. install argument replacements only if we are going to | Niels Provos |