summaryrefslogtreecommitdiffstats
path: root/server/providers/dp_sbus.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-45/+0
| | | | Also update BUILD.txt
* Remove DP processSimo Sorce2009-10-091-4/+5
| | | | | Turn the backend process into data provider servers Make Frontends (pam, nss) directly attach to the backends
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-17/+3
| | | | | This converts a great many configuration options to the new standard format.
* Fix reconnection codeSimo Sorce2009-08-171-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.
* Simplify interfaces initializationSimo Sorce2009-08-101-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.
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-1/+3
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-0/+98