aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
AgeCommit message (Expand)Author
2015-01-05Try to handle trailing slashesPeter Seebach
2014-10-03Possibly fix strange corruptionsPeter Seebach
2014-10-03further fixups for did_unlinkPeter Seebach
2014-10-03pseudo.c: Suppress probably-spurious diagnosticsPeter Seebach
2014-07-10make xattr work on DarwinSeebs
2014-04-21Extended attribute improvements (no path, binary data)Peter Seebach
2014-04-21Initial draft xattr supportPeter Seebach
2014-04-21pseudo command-line use: shut down serverPeter Seebach
2013-06-25Change debugging to use flags rather than levelsPeter Seebach
2013-02-16If you don't want the answer, don't ask the question.Peter Seebach
2011-11-02Implement PSEUDO_UNLOAD, replacing existing PSEUDO_RELOADED semantics.Mark Hatle
2011-03-25Merge in ports workPeter Seebach
2011-02-10Whoops! If LOCALSTATEDIR doesn't exist, and you invoke pseudoPeter Seebach
2011-01-24Revert "Add a cache of the last object found in pseudo_op"Mark Hatle
2011-01-18Do not cache OP_EXEC callsMark Hatle
2011-01-13Fixup: The path code could double-free.Peter Seebach
2010-12-17Fix the msg cache codeMark Hatle
2010-12-16Add a cache of the last object found in pseudo_opMark Hatle
2010-12-16Restructure the pseudo_op file identificationMark Hatle
2010-12-16Add sqlite call profilingMark Hatle
2010-12-13Further amend the system to enable/disable sudo during fork/exec.Mark Hatle
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