summaryrefslogtreecommitdiff
path: root/bin/systrace
AgeCommit message (Expand)Author
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-11-28Add -C to usage.wiz
2003-11-28Bump date for previous (hi niels!).wiz
2003-11-28support for cradle mode by marius at monkey.org; cradle mode allows theprovos
2003-11-18allow underscores in usernamesprovos
2003-10-21Don't initialize an integer field with NULL.fvdl
2003-09-07Punctuation improvement from jmc@openbsd.wiz
2003-09-06Some small tweaks from jmc@openbsd:wiz
2003-08-25fix a race condition between path resolution in userlandcb
2003-08-20typoitojun
2003-08-02fixed contrived race condition during attachment; from marius@monkey.orgprovos
2003-08-02avoid warning due to name collision.provos
2003-08-02normalize CWD for cases where CWD has a symlink in it. should solveprovos
2003-08-02introduce normalize filename function.provos
2003-08-02change CWD handling. CWD is fixed to the CWD of the systrace process.provos
2003-08-01revert previous; lossage was caused by local makefile changeslukem
2003-08-01add explit dependency for lex.c on parse.hlukem
2003-08-01escape \n and \r, tooprovos
2003-08-01get rid of unnecessary groupnames arrayprovos
2003-06-03support for a new kernel message that informs userland that an in-kernelprovos
2003-06-03escape " and \ to \" and \\; with the help of marius@monkey.org;provos
2003-06-01do not free memory that still may be referenced laterprovos
2003-05-21Sync usage with man page.wiz
2003-05-21Replace < and > with \*[Lt] and \*[Gt] resp. for HTML output.wiz
2003-05-20permit numberic values for uid and gid; allow "<" and ">" for less andprovos
2003-04-23fix EOF on input bug; from mpech@prosoftprovos
2003-04-16Use Dq and Sq. Drop a trailing space.wiz
2003-04-16need 11 chars for %u. Peter Valchevitojun
2003-04-09use LOGIN_NAME_MAX instead of MAXLOGNAME; closes pr/21048provos
2003-03-26mdkdir -> mkdiratatat
2003-03-26mention "parse error" on stdout for interactive policy generationprovos
2003-03-25new "ask" action. creates a new rule that prompts the user for anprovos
2003-03-25recognize process group pidprovos
2003-03-25better -c parsing; from camiel@sentiaprovos
2003-03-25More details and a few improvement for style. from ian@darwinsysprovos
2003-03-25mkdir requires unlinkname as a translator; unlinkname does not returnprovos
2003-03-25rename was using an incorrect translation.provos
2003-03-25bug in profile feedback optimization; found by dirt@monkeyprovos
2002-12-15allow logging for untranslated syscalls; from anil@recoil.orgprovos
2002-12-06Cast from register_t to void * via intptr_t.scw
2002-12-06Avoid confict with reserved identifier "log".thorpej
2002-12-05typos; fgsch@olimpo.com.brprovos
2002-12-04better parsing of # commentsprovos
2002-11-25prevent attempt to use in-kernel fastpath for aliased system calls.provos
2002-11-23error messages need to go to stderrprovos
2002-11-15check for trans_size is not needed.provos
2002-11-02add support for regular expressions to be more flexible with policy stringprovos
2002-11-02performance improvement by omitting a redundant getcwd.provos
2002-11-02register pidname and signame translation for kill(2)provos
2002-11-02rename exported variables to avoid name space polution.provos