summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2002-06-05My turn to help:Mike Pechkin
2002-06-05document pgid usage; ok millert@Jason Peel
2002-06-04setup user systrace dir only if user policies are used.Niels Provos
2002-06-04documentNiels Provos
2002-06-04log offending syscalls to syslog in automatic mode. dugsong@Niels Provos
2002-06-04proper copyrightNiels Provos
2002-06-04files sectionNiels Provos
2002-06-04add flag to ignore user specified policiesNiels Provos
2002-06-04usage; fries@Niels Provos
2002-06-04spellingTodd T. Fries
2002-06-04documentNiels Provos
2002-06-04guipath for getoptNiels Provos
2002-06-04explicit path for notification tool xsystrace.Niels Provos
2002-06-04first stab at man page.Niels Provos
2002-06-04complain about missing device only once. from deraadt@Niels Provos
2002-06-04document origin of simplify_pathNiels Provos
2002-06-04KNFTheo de Raadt
2002-06-04no absolute includes, changed to relatives; from deraadt@Niels Provos
2002-06-04__FUNCTION__ -> __func__ from espie@Niels Provos
2002-06-04no YFLAGSNiels Provos
2002-06-04make it compile.Niels Provos
2002-06-04lexer and parserNiels Provos
2002-06-04initial import of systrace. don't touch this, more stuff coming in a whileNiels Provos
2002-05-31Don't include cases for characters not in optstring; ericj. Snuck in on myPaul Janzen
2002-05-30typo; moritz@jodeit.orgTheo de Raadt
2002-05-29Add a cast to keep time from overflowing. Checked by millert.Hugh Graham
2002-05-27strlcpyTheo de Raadt
2002-05-25typo fixes; S@mSmith.netTheo de Raadt
2002-05-24examples subsection; s@msmith.netTheo de Raadt
2002-05-16Xref netstart(8) instead of rc(8) now, PR #2657Miod Vallat
2002-05-09Remove setuid bit; non-root uses will have rsh(1) invoked on their behalf.Todd C. Miller
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-05-06rlogin: Lived with JoyTheo de Raadt
2002-05-04Clean up the logic in install_url():Kenneth R Westerback
2002-04-29Typo; Brian PooleTodd C. Miller
2002-04-29wierd -> weirdPeter Valchev
2002-04-22Do not hardcode mvme88k-specific compilation flags here, especially sinceMiod Vallat
2002-04-17getopt idiotTheo de Raadt
2002-04-06Fix a typo and sync usage() with man page; Brian PooleTodd C. Miller
2002-03-24Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OKTodd C. Miller
2002-03-19Fix unitialized variable in non-setgid case; Gregory SteuckTodd C. Miller
2002-03-14Fix 'cat -se'; the '$' was not being printed for blank lines.Todd C. Miller
2002-03-14kill more registers.Mike Pechkin
2002-03-12o Remove local prototypes for group_from_gid() and user_from_uid()Todd C. Miller
2002-03-01this is needed tooMarc Espie
2002-03-01Kill hand-made memory allocation code, that is definitely buggy.Marc Espie
2002-02-27Fix three off-by-one errors. ok espie@, millert@, miod@Daniel Hartmeier
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-18change -pr to -PRp (ok mpech@, millert@)Mark Grimes
2002-02-17Mention deprecated '-' flag (same as -s) since it is listed in theTodd C. Miller