summaryrefslogtreecommitdiffstats
path: root/path_utils/path_utils_ut.c
Commit message (Collapse)AuthorAgeFilesLines
* path_utils: path_concat should return empty string on ENOBUFSStephen Gallagher2012-03-081-4/+15
| | | | Also clean up the code a bit and add more comments
* path_utils: Handle "/" in path_concatStephen Gallagher2012-03-061-0/+9
|
* path_utils: handle off-by-one error in path_concat()Stephen Gallagher2012-03-061-4/+14
| | | | https://fedorahosted.org/sssd/ticket/1230
* Unit tests for path_utilsJakub Hrozek2010-03-251-0/+721
Fixes: #81