summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2002-07-09Potential off-by-five, ok provos@Daniel Hartmeier
2002-07-07missing error checks on strdup. from cloder@acm.orgNiels Provos
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-04ansiTheo de Raadt
2002-06-28KNFTheo de Raadt
2002-06-22gid is u_intTheo de Raadt
2002-06-22uid are unsigned outside of germanyTheo de Raadt
2002-06-22replace argument only if it is not copied in the kernel already (has lengthNiels Provos
2002-06-21No .Pp before .Sh; from wiz@danbala.ifoer.tuwien.ac.atNiels Provos
2002-06-21change BUGS section to mention that only clone is a problem now.Niels Provos
2002-06-21rewrite all system call arguments in the permit case. use realpathNiels Provos
2002-06-20mention shared memory races in bugs section.Niels Provos
2002-06-19more careful buffer handling; pointed out by deraadt@Niels Provos
2002-06-18string.hTheo de Raadt
2002-06-18add x flag for systraced processes; mentioned by christos@netbsdNiels Provos
2002-06-18KNFTheo de Raadt
2002-06-13explain filter operandsNiels Provos
2002-06-12gui needs to be started after child has been forked to prevent fds fromNiels Provos
2002-06-12unused variableArtur Grabowski
2002-06-11change a few buffers to 2*MAXPATHLEN; pob deraadt@Niels Provos
2002-06-11kill err(3) newlines; ok provos@Jason Peel
2002-06-11typoMatthieu Herrb
2002-06-10document -pNiels Provos
2002-06-10support attaching to a running process; some code by fries@Niels Provos
2002-06-09revert one of wrong strlcpy() changeJun-ichiro itojun Hagino
2002-06-09knfTodd T. Fries
2002-06-09Fix the start time on sysctl kvm.Artur Grabowski
2002-06-09knfTodd T. Fries
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09some knf.Todd T. Fries
2002-06-09some knf.Todd T. Fries
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
2002-06-09allow numeric group ID (group ID appear in /etc/passwd, but not in /etc/group)Jun-ichiro itojun Hagino
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-06-08This doesn't need to be setgid operator; it was only set so usersAngelos D. Keromytis
2002-06-08Use KVM_NO_FILES and remove the setgid.Artur Grabowski
2002-06-07explain about permit[inherit] for execveNiels Provos
2002-06-07use profiling to order filter lists more optimally.Niels Provos
2002-06-06enable systrace; pointed out by openbsd@davidkrause.comNiels Provos
2002-06-06Delete dublicate entry. Different patch from dfa@solo.ee applied.Mike Pechkin
2002-06-06fix automatic policy generation for system calls that have the same argsNiels Provos
2002-06-05append predicate, instead of prepending. makes rules sortable again.Niels Provos
2002-06-05support simple predicates to prefix rules. Allows global policies to beNiels Provos
2002-06-05dump policies only if user policy is specified.Niels Provos
2002-06-05stab at describing grammarNiels Provos
2002-06-05no special case of execve.Niels Provos
2002-06-05proper handling for .y and .l such that dependancies get generatedMichael Shalayeff
2002-06-05rcsidsMichael Shalayeff
2002-06-05introduce an automatic policy generation mode. it creates a policy basedNiels Provos
2002-06-05inpath logic, for example, filename inpath "$CWD"Niels Provos