aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_client.c
AgeCommit message (Expand)Author
2013-01-30Remove a couple of highly non-obvious GLIBC_2.7 dependencies.Peter Seebach
2012-08-02Remove the _plain thing, use PSEUDO_STATBUF everywhere.Peter Seebach
2012-02-06Fix *at() function interface holesPeter Seebach
2011-11-02Initialize memory in pseudo_client to avoid valgrind warningMark Hatle
2011-11-02Implement PSEUDO_UNLOAD, replacing existing PSEUDO_RELOADED semantics.Mark Hatle
2011-05-25Make ulckpwdf() report failuresSeebs
2011-04-13Fix path expansion of empty strings.Peter Seebach
2011-03-25Merge in ports workPeter Seebach
2011-03-25Fix execvp crashPeter Seebach
2011-02-10Whoops! If LOCALSTATEDIR doesn't exist, and you invoke pseudoPeter Seebach
2011-02-08Expand paths on exec.Peter Seebach
2011-01-14Automatically create state/prefix directoriesPeter Seebach
2010-12-17When pseudo is disabled avoid directory processing...Mark Hatle
2010-12-13Further amend the system to enable/disable sudo during fork/exec.Mark Hatle
2010-12-132010-12-08:Mark Hatle
2010-12-07This is a merge of several commits from a tree which turned out toPeter Seebach
2010-11-30Major shift: All the id_t types have been reworked so that theyPeter Seebach
2010-09-01A couple more int/size_t mismatch fixes.Peter Seebach
2010-08-17Draft one effort at making unlink more robust and fixing an obviousseebs
2010-08-16A few minor fixes:seebs
2010-08-11Enable local variable cacheMark Hatle
2010-08-11Change the no pid to a debug message, instead of diagnostic.Mark Hatle
2010-08-04Add new environment values to allow easy override of default locationsMark Hatle
2010-06-02Provide a hook to disable symlink "fixing".Peter Seebach
2010-04-26Handle execve() betterPeter Seebach
2010-04-26Strip trailing / from chroot directory name before sending it to the server.Peter Seebach
2010-04-26Updates/improvements for loggingPeter Seebach
2010-04-26Miscellaneous fixes:Peter Seebach
2010-04-26Add lckpwdf()/ulckpwdf().Peter Seebach
2010-04-05Shuffle some code around.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-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-17Use strerror() consistently.Peter Seebach
2010-03-16initial public releasePeter Seebach