index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
systrace
/
filter.c
Age
Commit message (
Expand
)
Author
2002-10-16
correctly evaluate group predicates.
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-10-08
assume that inserting a template implies permit for the current
Jun-ichiro itojun Hagino
2002-09-23
support for templates. they allow fast generation of new policies. an
Jun-ichiro itojun Hagino
2002-08-08
no \n in err
Niels Provos
2002-07-19
constify, have missing prototypes, use pedantic compilation options.
Jun-ichiro itojun Hagino
2002-07-09
support for system call aliasing. stat/fstat/readlink/access etc... gets
Niels Provos
2002-06-19
more careful buffer handling; pointed out by deraadt@
Niels Provos
2002-06-18
KNF
Theo de Raadt
2002-06-11
change a few buffers to 2*MAXPATHLEN; pob deraadt@
Niels Provos
2002-06-09
knf
Todd T. Fries
2002-06-07
use profiling to order filter lists more optimally.
Niels Provos
2002-06-06
fix automatic policy generation for system calls that have the same args
Niels Provos
2002-06-05
no special case of execve.
Niels Provos
2002-06-05
introduce an automatic policy generation mode. it creates a policy based
Niels Provos
2002-06-05
inpath logic, for example, filename inpath "$CWD"
Niels Provos
2002-06-05
know about CWD. will make some filter rules simpler.
Niels Provos
2002-06-04
KNF
Theo de Raadt
2002-06-04
__FUNCTION__ -> __func__ from espie@
Niels Provos
2002-06-04
initial import of systrace. don't touch this, more stuff coming in a while
Niels Provos