Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-20 | Fixing critical format string issues. | Lukas Slebodnik | 1 | -2/+3 | |
--missing arguments. --format '%s', but argument is integer. --wrong format string, examle: '%\n' | |||||
2012-06-20 | Move some debug lines to new debug log levels | Stef Walter | 1 | -1/+1 | |
* These are common lines of debug output when starting up sssd https://bugzilla.redhat.com/show_bug.cgi?id=811113 | |||||
2011-10-14 | Report on errno, not return code in create_socket_symlink | Jakub Hrozek | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1044 | |||||
2011-10-14 | Fix off-by-one error in remove_socket_symlink() | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1043 | |||||
2011-10-13 | Append PID to sbus server socket name, let clients use a symlink | Jakub Hrozek | 1 | -17/+169 | |
https://fedorahosted.org/sssd/ticket/1034 | |||||
2011-10-13 | Add option to follow symlinks to check_file() | Jakub Hrozek | 1 | -1/+1 | |
2010-03-04 | Add forgotten \n in DEBUG statements | Martin Nagy | 1 | -2/+2 | |
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-23 | Check and set permissions on SBUS sockets | Sumit Bose | 1 | -0/+27 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+171 | |
Also update BUILD.txt |