aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_util.c
AgeCommit message (Expand)Author
2010-12-13Further amend the system to enable/disable sudo during fork/exec.Mark Hatle
2010-12-07This is a merge of several commits from a tree which turned out toPeter Seebach
2010-09-01A couple more int/size_t mismatch fixes.Peter Seebach
2010-08-27We got bitten AGAIN by hard-coded lengths in memcmp, so we've swappedPeter Seebach
2010-08-26The logic for updating LD_LIBRARY_PATH had a bug; if you hadseebs
2010-08-20Handle insane boundary condition for regcomp()/regexec()seebs
2010-08-16A few minor fixes:seebs
2010-08-16Fix ld_preload/ld_library_path mixupMark Hatle
2010-08-12Whoops, const really does mean read-only on some targets.seebs
2010-08-11Enable local variable cacheMark Hatle
2010-08-11Fix off by 4 error..Mark Hatle
2010-08-06Fix an exec program with an empty environmentMark Hatle
2010-08-04Add new environment values to allow easy override of default locationsMark Hatle
2010-06-29Whoops, remove a couple of extra debugging messages.Peter Seebach
2010-06-29Fix suffix handling so the right thing happens when usingPeter Seebach
2010-06-28Remove PSEUDO_SUFFIX from sourcePeter Seebach
2010-04-30Improve PSEUDO_DEBUG_FILE.Peter Seebach
2010-04-30Miscellaneous cleanup.Peter Seebach
2010-04-26Handle execve() betterPeter Seebach
2010-04-26Miscellaneous fixes:Peter Seebach
2010-04-26Add lckpwdf()/ulckpwdf().Peter Seebach
2010-04-05Make glob work.Peter Seebach
2010-03-30Fix up group/password file handling and file opens.Peter Seebach
2010-03-29Add password/group call emulation.Peter 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-16Update: Fix some missing error checking (thanks to Laszlo Ersek forPeter Seebach
2010-03-16initial public releasePeter Seebach