summaryrefslogtreecommitdiffstats
path: root/server/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* fix typoSimo Sorce2009-01-061-1/+1
* Fix dp client to connect to the right dbus pipeSimo Sorce2009-01-051-0/+8
* libevents renamed upstream to libteventSimo Sorce2008-12-221-1/+1
* Modified sbus_server_new() to take a talloc memory context to useStephen Gallagher2008-12-151-1/+1
* Disconnected client SBUS connections would delete the master set of sbus_meth...Stephen Gallagher2008-12-151-8/+10
* Convert leading tabs to 4 spacesSimo Sorce2008-12-101-20/+20
* Fix dbus related memory leaksSimo Sorce2008-12-091-5/+13
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-0/+54
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-1/+64
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-1/+10
* 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