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