summaryrefslogtreecommitdiff
path: root/server/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Monitor will now start services asynchronously. This means that forked servic...Stephen Gallagher1-21/+57
2009-01-09If exec() returns in start_service (for example, if the command contains a ty...Stephen Gallagher1-2/+10
2009-01-09Lots of little nasty bugs fixed.Simo Sorce1-1/+1
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-1/+1
2009-01-06fix typoSimo Sorce1-1/+1
2009-01-05Fix dp client to connect to the right dbus pipeSimo Sorce1-0/+8
2008-12-22libevents renamed upstream to libteventSimo Sorce1-1/+1
2008-12-15Modified sbus_server_new() to take a talloc memory context to useStephen Gallagher1-1/+1
2008-12-15Disconnected client SBUS connections would delete the master set of sbus_meth...Stephen Gallagher1-8/+10
2008-12-10Convert leading tabs to 4 spacesSimo Sorce1-20/+20
2008-12-09Fix dbus related memory leaksSimo Sorce1-5/+13
2008-12-08Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce1-0/+54
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce1-1/+64
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