summaryrefslogtreecommitdiff
path: root/server/providers/providers.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-1/+1
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-1/+3
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
2008-11-19Add some infrastructure code to add data providers.Simo Sorce1-0/+22
This currently breacks the dameon because of a problem with destroying the monitor dbus server in the children after fork()