summaryrefslogtreecommitdiff
path: root/server/util/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-0/+1
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
2008-11-03Moved method handling into sssd_dbus_connection.c. Added support for ↵Stephen Gallagher1-1/+1
handling multiple D-BUS paths in a connection. Added support for per-connection method setup. Added support for per-connection specialized destructors. Added mandatory getIdentity call for all services connecting to the monitor. If they do not present an identity (expose the getIdentity method and respond with name and version), they are dropped immediately. Other minor fixes.
2008-10-07Forgot to add debug.cSimo Sorce1-0/+20