summaryrefslogtreecommitdiff
path: root/server/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-1/+10
2008-11-20Make it possible to use an arbitrary command to start servicesSimo Sorce1-10/+121
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-13/+47
2008-11-19Add some infrastructure code to add data providers.Simo Sorce1-9/+10
2008-11-17The default message handler will now pass both the method_ctx and theStephen Gallagher1-1/+1
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher1-4/+4
2008-11-05Set floor to ping time or the monitor will get crazy trying to pingSimo Sorce1-1/+7
2008-11-04Add the ping funtion to the nss service Make the monitor task ping connecting...Simo Sorce1-90/+410
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce1-4/+9
2008-11-03Use a common interface file for all users of the internalSimo Sorce1-5/+1
2008-11-03Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to he...Stephen Gallagher1-1/+1
2008-11-03Refactoring dbus code. Also corrected one talloc allocation mistake for sbus_...Stephen Gallagher1-11/+11
2008-11-03Moved method handling into sssd_dbus_connection.c. Added support for handling...Stephen Gallagher1-6/+103
2008-11-03Cleaning up improper whitespaceStephen Gallagher1-1/+1
2008-11-03Fixed segfault issue when remote connection is lost.Stephen Gallagher1-8/+8
2008-11-03Initial memory cleanup workStephen Gallagher1-1/+4
2008-10-27D-BUS integration style changes.Simo Sorce1-96/+71
2008-10-24Integrate D-BUS support for use as IPC between parts.Stephen Gallagher1-6/+102
2008-10-21Make return the pid when new process are started.Simo Sorce1-106/+100
2008-10-04Initital server code.Simo Sorce1-0/+168