Age | Commit message (Expand) | Author | Files | Lines |
2009-07-03 | Rework transaction code to use tevent_req | Simo Sorce | 1 | -31/+84 |
2009-07-03 | Rename sysdb_req to sysdb_handle. | Simo Sorce | 2 | -12/+6 |
2009-07-02 | check pending_return after dbus_connection_send_with_reply | Sumit Bose | 1 | -1/+1 |
2009-07-02 | added kerberos backend with tevent_req event handling | Sumit Bose | 1 | -1/+19 |
2009-06-08 | fix detection of authentication against LOCAL domain | Sumit Bose | 1 | -3/+9 |
2009-05-28 | special-case NSS calls in PAM code | Jakub Hrozek | 1 | -2/+2 |
2009-05-26 | fix a wrong timeout | Sumit Bose | 1 | -3/+4 |
2009-05-18 | Move actual password caching into sysdb | Simo Sorce | 4 | -126/+2 |
2009-05-18 | Prevent accepting blank passwords | Simo Sorce | 1 | -0/+7 |
2009-05-18 | Fix crypt functions to not use static buffers. | Simo Sorce | 2 | -18/+16 |
2009-05-15 | added new pam client protocol | Sumit Bose | 1 | -1/+132 |
2009-05-15 | added more flexible handling of client protocol | Sumit Bose | 1 | -1/+12 |
2009-05-14 | added check for NULL values | Sumit Bose | 2 | -9/+1 |
2009-04-28 | handle other pam calls when offline | Sumit Bose | 1 | -0/+10 |
2009-04-28 | Use different attribute for cached passwords change time | Sumit Bose | 1 | -2/+2 |
2009-04-28 | change PAM timeout the match NSS time | Sumit Bose | 2 | -3/+1 |
2009-04-27 | Use different attribute for cached passwords | Simo Sorce | 1 | -3/+3 |
2009-04-27 | fix for pam proxy chauthtok | Sumit Bose | 1 | -0/+1 |
2009-04-23 | removed length of unused element from packet size calculation | Sumit Bose | 1 | -1/+1 |
2009-04-22 | fix for a seq fault when pam_reply_delay is called. | Sumit Bose | 1 | -2/+2 |
2009-04-17 | Force user check and discover user's domain | Simo Sorce | 2 | -19/+319 |
2009-04-14 | Make reconnection to the Data Provider a global setting | Stephen Gallagher | 1 | -2/+2 |
2009-04-13 | Fix a couple of segfaults and timeout checks | Simo Sorce | 1 | -1/+1 |
2009-04-13 | Implement credentials caching in pam responder. | Simo Sorce | 8 | -373/+494 |
2009-04-13 | Always pass full domain info | Simo Sorce | 1 | -1/+1 |
2009-04-08 | Change the way we retrieve domains | Simo Sorce | 3 | -20/+16 |
2009-04-07 | Clean up warnings in SSSD | Stephen Gallagher | 2 | -3/+2 |
2009-04-07 | Unify name parsing and reposnder headers | Simo Sorce | 3 | -34/+35 |
2009-04-07 | Use info in the domain entry to determine action. | Simo Sorce | 1 | -1/+12 |
2009-03-27 | Fix copy&paste error | Simo Sorce | 1 | -1/+1 |
2009-03-27 | Fix potential segfault if dp_ctx is still NULL. | Simo Sorce | 1 | -2/+9 |
2009-03-27 | Make nsssrv use the common responder functions | Simo Sorce | 2 | -12/+8 |
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 |
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 |
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 |
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 |
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 |