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
/
policy.c
Age
Commit message (
Expand
)
Author
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-03-18
fix problems found by Coverity via NetBSD:
Robert Nagy
2003-07-19
- sync with NetBSD or Niels' tarball where appropriate
Nikolay Sturm
2003-06-19
remove unused code which allocated useless memory (which was not freed)
Peter Valchev
2003-06-16
- limited number of processes per systrace
Jun-ichiro itojun Hagino
2003-06-02
prevents systrace from referencing freed memory; provos
Jun-ichiro itojun Hagino
2003-04-17
use asprintf; fix (remove) some incorrectly sized buffers in the process
Peter Valchev
2003-02-18
intial -> initial;
Jason McIntyre
2002-12-09
better parsing of # comments. from provos
Jun-ichiro itojun Hagino
2002-12-09
prevent the use of permit for aliases. from provos
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-23
support for templates. they allow fast generation of new policies. an
Jun-ichiro itojun Hagino
2002-09-17
split white space and single line policy processing into separate
Jun-ichiro itojun Hagino
2002-09-16
periodically save policies that have been modified. from provos
Jun-ichiro itojun Hagino
2002-09-06
standalone ; at top scope is illegal in ansi c
Theo de Raadt
2002-08-30
allow # in system call name. remove trailing white space.
Jun-ichiro itojun Hagino
2002-08-07
typo
Vincent Labrecque
2002-08-05
allow to specify an alternate directory for policy loading and writing
Niels Provos
2002-07-19
constify, have missing prototypes, use pedantic compilation options.
Jun-ichiro itojun Hagino
2002-07-07
missing error checks on strdup. from cloder@acm.org
Niels Provos
2002-06-22
gid is u_int
Theo de Raadt
2002-06-19
more careful buffer handling; pointed out by deraadt@
Niels Provos
2002-06-11
change a few buffers to 2*MAXPATHLEN; pob deraadt@
Niels Provos
2002-06-09
allow numeric group ID (group ID appear in /etc/passwd, but not in /etc/group)
Jun-ichiro itojun Hagino
2002-06-05
append predicate, instead of prepending. makes rules sortable again.
Niels Provos
2002-06-05
support simple predicates to prefix rules. Allows global policies to be
Niels Provos
2002-06-04
setup user systrace dir only if user policies are used.
Niels Provos
2002-06-04
add flag to ignore user specified policies
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