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