summaryrefslogtreecommitdiffstats
path: root/server/responder/pam
Commit message (Collapse)AuthorAgeFilesLines
...
* use fixed paths to sockets to make sure clients and server are using the sameSumit Bose2009-03-091-2/+3
|
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-051-7/+7
| | | | Also unify SYSDB_PW_NAME and SYSDB_GR_NAME in SYSDB_NAME and make it "name"
* added password reset by rootSumit Bose2009-03-051-0/+5
|
* added a privileged pipeSumit Bose2009-03-051-3/+2
|
* Simplify some aspects of pam_LOCAL_domainSimo Sorce2009-03-043-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.
* replaced pure ldb calls with sysdb callsSumit Bose2009-03-033-120/+309
|
* first version of LOCAL pam backendSumit Bose2009-03-024-2/+332
|
* Add PAM responderSumit Bose2009-02-245-0/+631
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>