| Commit message (Expand) | Author | Age | Files | Lines |
* | boom goes the dynamite |  tedu | 2016-04-25 | 1 | -826/+0 |
* | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 2015-04-18 | 1 | -2/+4 |
* | move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe |  deraadt | 2015-01-16 | 1 | -5/+5 |
* | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ |  millert | 2014-11-26 | 1 | -3/+3 |
* | Delete secret or secret-derived data with explicit_bzero. |  doug | 2014-08-25 | 1 | -2/+2 |
* | Switch from calloc() to reallocarray() where the zeroing isn't needed |  guenther | 2014-08-09 | 1 | -2/+3 |
* | remove some unnecessary sys/param.h inclusions |  deraadt | 2012-12-04 | 1 | -2/+1 |
* | Reopen the systrace file in the process that will actually attach to the |  guenther | 2012-08-23 | 1 | -3/+3 |
* | typos; ok jmc@ |  martynas | 2007-11-26 | 1 | -2/+2 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -2/+2 |
* | sync with systrace 1.6d, keeping local changes |  sturm | 2006-07-02 | 1 | -81/+153 |
* | some type cleanup |  sturm | 2006-05-02 | 1 | -2/+3 |
* | ARGSUSED and a FALLTHROUGH to please lint |  sturm | 2006-04-26 | 1 | -1/+2 |
* | fix problems found by Coverity via NetBSD: |  robert | 2006-03-18 | 1 | -5/+5 |
* | some snprintf() -> strlcpy to improve readibility (and speed?) |  sturm | 2005-05-03 | 1 | -2/+2 |
* | support for cradle mode by marius at monkey.org; cradle mode allows the |  sturm | 2004-01-23 | 1 | -29/+78 |
* | new command line option allows logging to stderr instead of syslog |  sturm | 2004-01-07 | 1 | -4/+28 |
* | typos from Jared Yanovich; |  jmc | 2003-10-18 | 1 | -2/+2 |
* | originally from cb@openbsd.org, adapted by provos |  sturm | 2003-10-08 | 1 | -16/+12 |
* | several diffs from Niels as applied to NetBSD |  sturm | 2003-08-04 | 1 | -1/+6 |
* | - sync with NetBSD or Niels' tarball where appropriate |  sturm | 2003-07-19 | 1 | -12/+55 |
* | - limited number of processes per systrace |  itojun | 2003-06-16 | 1 | -2/+14 |
* | Allow the log directive to work for non-translated syscalls as well. |  avsm | 2002-12-12 | 1 | -1/+5 |
* | rename log->dolog, from thorpej@netbsd, ok provos |  avsm | 2002-12-11 | 1 | -8/+8 |
* | add support for regular expressions and pidname translations. from provos |  itojun | 2002-12-09 | 1 | -2/+2 |
* | add missing "break". Alexander Yurchenko |  itojun | 2002-10-28 | 1 | -1/+2 |
* | support for privilege elevation. |  itojun | 2002-10-16 | 1 | -5/+35 |
* | predicates are part of the grammar now; in non-root case, predicates are |  itojun | 2002-10-09 | 1 | -15/+42 |
* | "output" is a pointer of size "outlen", so use outlen instead of |  itojun | 2002-10-08 | 1 | -2/+2 |
* | support for templates. they allow fast generation of new policies. an |  itojun | 2002-09-23 | 1 | -3/+3 |
* | daemon should not change the directory. from provos |  itojun | 2002-09-17 | 1 | -2/+2 |
* | periodically save policies that have been modified. from provos |  itojun | 2002-09-16 | 1 | -3/+26 |
* | allow to specify an alternate directory for policy loading and writing |  provos | 2002-08-05 | 1 | -4/+8 |
* | keep track of ppid and allow matching rules to be logged via syslog. |  provos | 2002-08-04 | 1 | -14/+43 |
* | SPLAY_INSERT is a void function |  itojun | 2002-07-30 | 1 | -12/+12 |
* | constify, have missing prototypes, use pedantic compilation options. |  itojun | 2002-07-19 | 1 | -12/+19 |
* | on detach or kill do not do argument replacement |  provos | 2002-07-17 | 1 | -2/+3 |
* | internal uid/gid tracking. permit can not detach systrace, useful for |  provos | 2002-07-16 | 1 | -2/+7 |
* | some clean up. install argument replacements only if we are going to |  provos | 2002-07-12 | 1 | -7/+5 |
* | cleanup |  provos | 2002-07-11 | 1 | -138/+1 |
* | add fchmod translation |  provos | 2002-07-10 | 1 | -1/+4 |
* | do not close fds in daemon. |  provos | 2002-07-10 | 1 | -2/+2 |
* | allow systrace to run in the background if possible so that the executed |  provos | 2002-07-09 | 1 | -7/+17 |
* | support for system call aliasing. stat/fstat/readlink/access etc... gets |  provos | 2002-07-09 | 1 | -76/+183 |
* | replace argument only if it is not copied in the kernel already (has length |  provos | 2002-06-22 | 1 | -3/+4 |
* | rewrite all system call arguments in the permit case. use realpath |  provos | 2002-06-21 | 1 | -7/+19 |
* | more careful buffer handling; pointed out by deraadt@ |  provos | 2002-06-19 | 1 | -3/+4 |
* | string.h |  deraadt | 2002-06-18 | 1 | -1/+2 |
* | gui needs to be started after child has been forked to prevent fds from |  provos | 2002-06-12 | 1 | -5/+5 |
* | kill err(3) newlines; ok provos@ |  jsyn | 2002-06-11 | 1 | -4/+4 |