summaryrefslogtreecommitdiff
path: root/src/util/find_uid.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-10Fix misuse of errno in find_uid.cStephen Gallagher1-17/+26
2010-06-10Properly handle read() and write() throughout the SSSDStephen Gallagher1-4/+9
We need to guarantee at all times that reads and writes complete successfully. This means that they must be checked for returning EINTR and EAGAIN, and all writes must be wrapped in a loop to ensure that they do not truncate their output.
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+296
Also update BUILD.txt