summaryrefslogtreecommitdiff
path: root/src/sbus/sssd_dbus_server.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-2/+3
--missing arguments. --format '%s', but argument is integer. --wrong format string, examle: '%\n'
2012-06-20Move some debug lines to new debug log levelsStef Walter1-1/+1
* These are common lines of debug output when starting up sssd https://bugzilla.redhat.com/show_bug.cgi?id=811113
2011-10-14Report on errno, not return code in create_socket_symlinkJakub Hrozek1-0/+2
https://fedorahosted.org/sssd/ticket/1044
2011-10-14Fix off-by-one error in remove_socket_symlink()Jakub Hrozek1-1/+1
https://fedorahosted.org/sssd/ticket/1043
2011-10-13Append PID to sbus server socket name, let clients use a symlinkJakub Hrozek1-17/+169
https://fedorahosted.org/sssd/ticket/1034
2011-10-13Add option to follow symlinks to check_file()Jakub Hrozek1-1/+1
2010-03-04Add forgotten \n in DEBUG statementsMartin Nagy1-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-23Check and set permissions on SBUS socketsSumit Bose1-0/+27
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+171
Also update BUILD.txt