summaryrefslogtreecommitdiff
path: root/server/providers/dp_sbus.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-45/+0
Also update BUILD.txt
2009-10-09Remove DP processSimo Sorce1-4/+5
Turn the backend process into data provider servers Make Frontends (pam, nss) directly attach to the backends
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-17/+3
This converts a great many configuration options to the new standard format.
2009-08-17Fix reconnection codeSimo Sorce1-1/+0
Remove redundant reconnection code that was interfeering with the sbus reconnection code. Consolidate include files for sbus relates operations. Make pamsrv code similar to nsssrv code.
2009-08-10Simplify interfaces initializationSimo Sorce1-41/+0
Make as much as possible static, and remove use of talloc_reference and allocation/deallocation of memory when not necessary. Fix also responder use of rctx->conn, was mistakenly used for both monitor and dp connections.
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-1/+3
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher1-0/+98