aboutsummaryrefslogtreecommitdiffstats
path: root/pseudolog.c
AgeCommit message (Collapse)Author
2010-03-29cleanup FALLTHROUGH comments on case labelsPeter Seebach
2010-03-26Change default format for pseudolog.Peter Seebach
unlink and symlink are over 5 characters, so change default format to %-7o for operation.
2010-03-26Add support for intercepting execve()Peter Seebach
This allows us to track execution, although the tracking for it requires some additional thought -- the basic assumption is that we don't want to canonicalize names into the chroot() directory, but since all the filename canonicalization assumes that we want this, that will take some sneaking. It's a little useful as is, though, so I'm running with it.
2010-03-26Track file open flagsPeter Seebach
This patch adds support for checking whether a file was opened for reading, writing, or both, as well as tracking append flags. It is not very well tested. This is preparation for improved host contamination checking.
2010-03-26Updates: Enable additional warnings, fix a number of things.Peter Seebach
None of them seem to have been genuine problems, but it's prettier now, and some were questionable.
2010-03-17Document ^ specification in pseudolog -h output.Peter Seebach
2010-03-16initial public releasePeter Seebach