summaryrefslogtreecommitdiff
path: root/bin/systrace/parse.y
AgeCommit message (Expand)Author
2009-11-12Only allocate memory for the regex after we've validated it insteadTodd C. Miller
2009-11-12memory leak if regex fails, found by parfait; ok miodTheo de Raadt
2006-03-18fix problems found by Coverity via NetBSD:Robert Nagy
2003-07-19- sync with NetBSD or Niels' tarball where appropriateNikolay Sturm
2003-05-29>permit numberic values for uid and gid; allow "<" and ">" for less andJun-ichiro itojun Hagino
2002-12-09add support for regular expressions and pidname translations. from provosJun-ichiro itojun Hagino
2002-11-26error should go to stderr. from provosJun-ichiro itojun Hagino
2002-10-16support for privilege elevation.Jun-ichiro itojun Hagino
2002-10-09predicates are part of the grammar now; in non-root case, predicates areJun-ichiro itojun Hagino
2002-08-04keep track of ppid and allow matching rules to be logged via syslog.Niels Provos
2002-07-30include filter.h, dont' duplicate prototypeJun-ichiro itojun Hagino
2002-07-30extern decls should be outside of function.Jun-ichiro itojun Hagino
2002-07-19constify, have missing prototypes, use pedantic compilation options.Jun-ichiro itojun Hagino
2002-07-16internal uid/gid tracking. permit can not detach systrace, useful forNiels Provos
2002-06-05rcsidsMichael Shalayeff
2002-06-05inpath logic, for example, filename inpath "$CWD"Niels Provos
2002-06-04make it compile.Niels Provos
2002-06-04lexer and parserNiels Provos