Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-11 | Fix formating of variables with type: ssize_t | Lukas Slebodnik | 1 | -1/+1 | |
2012-04-20 | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 1 | -23/+21 | |
https://fedorahosted.org/sssd/ticket/1209 | |||||
2011-12-09 | Fix potential resource leak in backup_file.c | Stephen Gallagher | 1 | -1/+1 | |
2010-09-08 | Dead assignments cleanup in various places in SSSD | Jan Zeleny | 1 | -1/+1 | |
Three assignments deleted, two return code inspection added. Also found and fixed one critical bug caused by dead assignment. Ticket: #590 | |||||
2010-06-10 | Properly handle read() and write() throughout the SSSD | Stephen Gallagher | 1 | -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. | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+122 | |
Also update BUILD.txt |