summaryrefslogtreecommitdiffstats
path: root/misc-utils/namei.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-7/+6Star
* nls: remove translation stringsSami Kerola2018-05-281-1/+1
* namei: provide more usable error message on lstat() errorKarel Zak2018-03-271-4/+5
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-2/+2
* misc: never use usage(ERROR)Ruediger Meier2017-06-261-5/+5
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-9/+9
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* lib: define LOGIN_NAME_MAX fallbackRuediger Meier2016-02-181-4/+0Star
* lib: rename strmode() and setmode()Ruediger Meier2016-02-181-1/+1
* namei: move icache to lib/Karel Zak2015-11-271-98/+13Star
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-021-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* textual: use usage() text element macrosSami Kerola2014-10-011-3/+2Star
* textual: use manual tail usage() macroSami Kerola2014-10-011-1/+1
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-1/+1
* namei: align missing files with rest of the print outSami Kerola2013-12-021-0/+9
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-2/+2
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-2/+1Star
* namei: don't care about xasprintf() return codeKarel Zak2012-12-121-2/+2
* namei: remove dead code [coverity scan]Karel Zak2012-09-071-1/+1
* translation: unify stat error messagesSami Kerola2012-07-161-1/+1
* misc-utils: cleanup unused strings.h includesmaximilian attems2012-05-231-1/+0Star
* namei: fix relative symlinks evaluationKarel Zak2012-04-201-3/+10
* misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* xalloc: use xasprintf in all filesSami Kerola2012-03-181-1/+1
* namei: more robust add_it() [coverity scan]Karel Zak2012-01-311-2/+2
* namei: cleanup usage()Karel Zak2011-08-161-16/+17
* namei: fix to argument handlingSami Kerola2011-06-251-6/+9
* namei: use xalloc.hSami Kerola2011-06-251-20/+6Star
* namei: add --version optionSami Kerola2011-06-251-1/+7
* namei: remove unused variableKarel Zak2011-06-081-2/+1Star
* lsblk: use ssize_t for readlink() return codeKarel Zak2011-03-111-1/+1
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+0Star
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-1/+1
* lib: [strutils] move strmode() from namei.c to strutils.cKarel Zak2010-11-241-36/+1Star
* misc-utils: use new xmalloc() wrapperDavidlohr Bueso2010-10-211-3/+3
* namei: parse all path arguments when an optarg path will failSami Kerola2010-10-011-11/+26
* namei: fix memory leak in namei(1)Davidlohr Bueso2010-07-291-0/+3
* namei: use c.hKarel Zak2009-10-161-4/+2Star
* namei: better mount points detectionKarel Zak2009-10-091-3/+40
* namei: gater information about / (root)Karel Zak2009-10-071-6/+8
* namei: fix alone symlink evaluationKarel Zak2009-10-071-3/+4
* namei: add --vertical optionKarel Zak2009-01-271-8/+21
* namei: don't duplicate '/' directoryKarel Zak2009-01-261-6/+9
* namei: fix buffer overflowKarel Zak2009-01-061-1/+2
* namei: add --owners and --long optionsKarel Zak2008-11-131-7/+138
* namei: new re-written versionKarel Zak2008-11-131-329/+294Star
* namei: non-linux support (get_current_dir_name() and PATH_MAX)Karel Zak2007-11-261-4/+15