summaryrefslogtreecommitdiff
path: root/src/sbus
AgeCommit message (Collapse)AuthorFilesLines
2013-09-12Remove unused codeJakub Hrozek2-69/+0
2013-09-11Fix pointer formattingLukas Slebodnik1-5/+5
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
2012-04-05Catch cases where D-Bus connection is NULLJakub Hrozek1-0/+4
https://fedorahosted.org/sssd/ticket/1270
2011-11-10SBUS: Fix DEBUG log matchingStephen Gallagher1-7/+8
This log message should only be displayed at the most verbose of log levels. Since it didn't match, it was resulting in a Coverity error warning of the printing of an uninitialized value (fd).
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 Hrozek4-18/+172
https://fedorahosted.org/sssd/ticket/1034
2011-10-13Add option to follow symlinks to check_file()Jakub Hrozek2-2/+2
2011-08-25New DEBUG facility - conversionPavel Březina1-1/+1
https://fedorahosted.org/sssd/ticket/925 Conversion of the old debug_level format to the new one. (only where it was necessary) Removed: SSS_DEFAULT_DEBUG_LEVEL (completely replaced with SSSDBG_DEFAULT)
2010-05-20Defer sbus_dispatch() for 30ms during reconnectSumit Bose1-1/+2
2010-03-15Properly handle dbus send attempts on a closed connectionStephen Gallagher2-0/+81
dbus_connection_send_with_reply() will report success and return a NULL pending_reply when the connection is not open for communication. This patch creates a new wrapper around dbus_connection_send_with_reply() to properly detect this condition and report it as an error.
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 Bose2-0/+40
2010-02-18Rename server/ directory to src/Stephen Gallagher7-0/+1651
Also update BUILD.txt