aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
AgeCommit message (Expand)Author
2010-11-17First pass of some cleanups -- support moving a tracked directory fromPeter Seebach
2010-08-17Draft one effort at making unlink more robust and fixing an obviousseebs
2010-08-11Enable local variable cacheMark Hatle
2010-08-04Add new environment values to allow easy override of default locationsMark Hatle
2010-07-30Linking a file now does not unlink the contents of a fileKonrad Scherer
2010-06-29Fix suffix handling so the right thing happens when usingPeter Seebach
2010-06-28Remove PSEUDO_SUFFIX from sourcePeter Seebach
2010-04-26Handle execve() betterPeter Seebach
2010-04-26Don't report inode or path mismatches on OP_EXEC.Peter Seebach
2010-04-26Handle rename(3) across devices.Peter Seebach
2010-04-26Reduce race condition for unlinks.Peter Seebach
2010-04-26Report on deletions more carefully.Peter Seebach
2010-04-26Add sanity checkPeter Seebach
2010-04-26Updates/improvements for loggingPeter Seebach
2010-03-29Add password/group call emulation.Peter Seebach
2010-03-29cleanup FALLTHROUGH comments on case labelsPeter Seebach
2010-03-26Add support for intercepting execve()Peter Seebach
2010-03-26Track file open flagsPeter Seebach
2010-03-26Updates: Enable additional warnings, fix a number of things.Peter Seebach
2010-03-25initial chroot() supportPeter Seebach
2010-03-24Prep for chroot handling:Peter Seebach
2010-03-17Add -h option to pseudo.Peter Seebach
2010-03-16initial public releasePeter Seebach