summaryrefslogtreecommitdiffstats
path: root/server/responder/common
Commit message (Collapse)AuthorAgeFilesLines
* Enable autoreconnection to the Data Provider in PAMStephen Gallagher2009-03-262-3/+6
|
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-264-98/+98
|
* added generic PAM return messages and a false login delaySumit Bose2009-03-101-1/+1
|
* use fixed paths to sockets to make sure clients and server are using the sameSumit Bose2009-03-093-56/+67
|
* added a privileged pipeSumit Bose2009-03-055-5/+135
|
* first version of LOCAL pam backendSumit Bose2009-03-021-0/+22
|
* Refactor creation of domain_map into confdbStephen Gallagher2009-02-271-68/+3
| | | | | | | | | | | | | | | | | The NSS provider, the Data Provider backends and the InfoPipe all need access to the domain map provided by the confdb. Instead of reimplimenting it in multiple places, it is now provided in a pair of helper functions from the confdb. confdb_get_domains() returns a domain map by reference. Always returns the most up-to-date set of domains from the confdb. confdb_get_domains_list() returns an array of strings of all the domain names. Always returns the most up-to-date set of domains from the confdb. This patch also modifies the btreemap_get_keys() function to better handle memory and report allocation failures.
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-265-27/+27
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Add PAM responderSumit Bose2009-02-248-0/+1077
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>