Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-05 | added a privileged pipe | Sumit Bose | 5 | -5/+135 | |
2009-03-02 | first version of LOCAL pam backend | Sumit Bose | 1 | -0/+22 | |
2009-02-27 | Refactor creation of domain_map into confdb | Stephen Gallagher | 1 | -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. | |||||
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 5 | -27/+27 | |
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library. | |||||
2009-02-24 | Add PAM responder | Sumit Bose | 8 | -0/+1077 | |
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com> |