summaryrefslogtreecommitdiffstats
path: root/server/sbus/sssd_dbus_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-4/+4
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* libevents renamed upstream to libteventSimo Sorce2008-12-221-1/+1
| | | | events.h -> tevent.h
* Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce2008-11-201-1/+1
| | | | | To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
* Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to ↵Stephen Gallagher2008-11-031-0/+45
header includes and makefiles.