Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-27 | Make nsssrv use the common responder functions | Simo Sorce | 2 | -12/+8 | |
Make nss_ctx a private pointer of the common resp_ctx Use sss_process_init and remove all duplicate functions from nsssrv.c | |||||
2009-03-26 | Enable autoreconnection to the Data Provider in PAM | Stephen Gallagher | 1 | -1/+61 | |
2009-03-26 | Refactor nss_ctx to resp_ctx in responders | Stephen Gallagher | 3 | -11/+11 | |
2009-03-20 | Enhance server_setup | Simo Sorce | 1 | -1/+1 | |
Now it can load from scratch default configuration that is valid for all daemons. First thing, make it possible for each daemon/provider to set its own debug level in its configuration entry. | |||||
2009-03-20 | added response type PAM_ENV_ITEM and integrated response data into dbus messages | Sumit Bose | 2 | -19/+98 | |
2009-03-19 | use pam_data as main data structure for dbus communication | Sumit Bose | 3 | -27/+85 | |
2009-03-11 | remove an unnecessary call to confdb | Sumit Bose | 1 | -8/+4 | |
2009-03-10 | added generic PAM return messages and a false login delay | Sumit Bose | 5 | -64/+150 | |
2009-03-09 | Always pass sss_domain_info to sysdb functions. | Simo Sorce | 1 | -3/+3 | |
2009-03-09 | Do not duplicate attribute names macros. | Simo Sorce | 1 | -2/+2 | |
Also shorten names oh other user attributes. | |||||
2009-03-09 | use fixed paths to sockets to make sure clients and server are using the same | Sumit Bose | 1 | -2/+3 | |
2009-03-05 | Remove _PW_ and _GR_ from SYSDB_ defines | Simo Sorce | 1 | -7/+7 | |
Also unify SYSDB_PW_NAME and SYSDB_GR_NAME in SYSDB_NAME and make it "name" | |||||
2009-03-05 | added password reset by root | Sumit Bose | 1 | -0/+5 | |
2009-03-05 | added a privileged pipe | Sumit Bose | 1 | -3/+2 | |
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> |