summaryrefslogtreecommitdiffstats
path: root/src/util/util_lock.c
Commit message (Collapse)AuthorAgeFilesLines
* util_lock.c: sss_br_lock_file accepted invalid parameter valueMichal Zidek2012-11-081-2/+6
| | | | | | Return EINVAL if number of tries is <= 0. Also the parameter retries was renamed to num_tries, so it is more obvious that it also includes the first try.
* util: Added new file util_lock.cMichal Zidek2012-11-061-0/+83