Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-04 | Simplify some aspects of pam_LOCAL_domain | Simo Sorce | 3 | -138/+87 | |
Use only one context (the local request) for all functions. Use new helper function in sysdb to set numbers as sysdb_attrs values. Do not use pam_status to report internal errors, use an error variable and check it only when we finally reply. Use sysdb_error_to_errno() to convert and ldb error to errno. Do not free every single buffer allocated, they are all appended to the local request and will be automatically freed once the request is finished. | |||||
2009-03-03 | replaced pure ldb calls with sysdb calls | Sumit Bose | 3 | -120/+309 | |
2009-03-02 | first version of LOCAL pam backend | Sumit Bose | 4 | -2/+332 | |
2009-02-24 | Add PAM responder | Sumit Bose | 5 | -0/+631 | |
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com> |