summaryrefslogtreecommitdiffstats
path: root/src/util/backup_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-101-2/+2
| | | | | | | 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.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+122
Also update BUILD.txt