Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-14 | Fix potential resource leak in copy_tree_ctx() | Jakub Hrozek | 1 | -2/+10 | |
Ticket #515 | |||||
2010-06-10 | Properly handle read() and write() throughout the SSSD | Stephen Gallagher | 1 | -19/+36 | |
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-04-08 | Move SELinux related functions into its own module | Jakub Hrozek | 1 | -57/+0 | |
Fix whitespace errors | |||||
2010-03-04 | Add forgotten \n in DEBUG statements | Martin Nagy | 1 | -1/+1 | |
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so I decided to fix them. I also made a quick grep through the code and found other places so I fixed them too. | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+736 | |
Also update BUILD.txt |