summaryrefslogtreecommitdiffstats
path: root/daemon/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* case_sensitive_path: Allow trailing path element to be missing (RHBZ#840115).Richard W.M. Jones2012-07-171-15/+21
* case_sensitive_path: Move variables to top of function.Richard W.M. Jones2012-07-171-6/+8
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-3/+5
* Clarify the error message when unavailable functions are called (RHBZ#679737).Richard W.M. Jones2012-02-011-8/+18
* daemon: Fix use-after-free in case-insensitive-path (found by valgrind).Richard W.M. Jones2012-01-241-38/+81
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* Update FSF address.Matthew Booth2011-11-081-1/+1
* Coverity: Don't close fd_cwd if fd_cwd == -1.Richard W.M. Jones2011-06-091-2/+5
* daemon: Remove some less useful debugging messages.Richard W.M. Jones2011-05-081-5/+1
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-3/+3
* Make realpath call optional, disable it for Windows.Richard Jones2009-11-261-0/+15
* maint: remove unnecessary include of openat.hJim Meyering2009-11-201-2/+0
* daemon/Win32: NAME_MAX does not exist on Windows, use FILENAME_MAX instead.Richard Jones2009-11-201-0/+5
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-1/+1
* daemon: Change chdir to use openat/fdopendir.Richard Jones2009-10-261-8/+23
* New API: case-sensitive-path to return case sensitive path on NTFS 3g fsRichard Jones2009-10-261-0/+122
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-4/+1
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-131-1/+1
* Add 'realpath' command.Richard W.M. Jones2009-07-311-0/+47