Age | Commit message (Expand) | Author | Files | Lines |
2009-04-27 | enable uid/gid generation again | Sumit Bose | 1 | -3/+6 |
2009-04-27 | handle pam acct_mgmt, setcred and open/close_session before user bind in ldap... | Sumit Bose | 1 | -0/+17 |
2009-04-27 | fix for pam proxy chauthtok | Sumit Bose | 4 | -9/+22 |
2009-04-23 | removed length of unused element from packet size calculation | Sumit Bose | 1 | -1/+1 |
2009-04-23 | fixes for user and group creation in LOCAL domain | Sumit Bose | 2 | -1/+20 |
2009-04-22 | fix for a seq fault when pam_reply_delay is called. | Sumit Bose | 1 | -2/+2 |
2009-04-20 | sssd 0.3.2 | Jakub Hrozek | 1 | -1/+1 |
2009-04-17 | Force user check and discover user's domain | Simo Sorce | 6 | -297/+593 |
2009-04-16 | Avoid unnecessary reloads of config.ldb | Simo Sorce | 1 | -4/+37 |
2009-04-16 | Fix by_id enumeration with multiple domains | Simo Sorce | 1 | -0/+10 |
2009-04-14 | Add common function to retrieve comma sep. lists | Simo Sorce | 4 | -106/+179 |
2009-04-14 | Make reconnection to the Data Provider a global setting | Stephen Gallagher | 6 | -10/+12 |
2009-04-14 | Replace the example sssd.conf file with the one used in Fedora | Stephen Gallagher | 1 | -32/+71 |
2009-04-14 | Add reconnection code between the NSS responder and the Data provider | Stephen Gallagher | 1 | -1/+52 |
2009-04-13 | Bump up to 0.3.1 | Simo Sorce | 1 | -1/+1 |
2009-04-13 | Fix a couple of segfaults and timeout checks | Simo Sorce | 5 | -51/+34 |
2009-04-13 | Set version to 0.3.0 | Simo Sorce | 1 | -1/+1 |
2009-04-13 | Add a LSB header to the initscript | Sumit Bose | 1 | -0/+14 |
2009-04-13 | Fix segfaults when passing an unknown domain | Simo Sorce | 1 | -9/+20 |
2009-04-13 | Implement credentials caching in pam responder. | Simo Sorce | 14 | -209/+576 |
2009-04-13 | Always pass full domain info | Simo Sorce | 10 | -116/+174 |
2009-04-13 | Allow configuration of the SSSD through /etc/sssd/sssd.conf | Stephen Gallagher | 11 | -274/+686 |
2009-04-10 | Redesign the the monitor's configuration to enable live reloads | Stephen Gallagher | 2 | -150/+618 |
2009-04-09 | Make the monitor address a compile-time option | Stephen Gallagher | 1 | -20/+10 |
2009-04-09 | Serialize requests vs backends. | Simo Sorce | 1 | -544/+702 |
2009-04-08 | Remove obsolete option | Simo Sorce | 1 | -1/+0 |
2009-04-08 | Fix missing entry from first-start config | Stephen Gallagher | 1 | -0/+1 |
2009-04-08 | Fix SBUS handling of unknown messages | Stephen Gallagher | 1 | -0/+2 |
2009-04-08 | Change the way we retrieve domains | Simo Sorce | 22 | -391/+273 |
2009-04-07 | Clean up warnings in SSSD | Stephen Gallagher | 6 | -25/+23 |
2009-04-07 | Unify name parsing and reposnder headers | Simo Sorce | 12 | -243/+328 |
2009-04-07 | Use info in the domain entry to determine action. | Simo Sorce | 1 | -1/+12 |
2009-04-07 | Split modules types in Identity and Authenticator | Simo Sorce | 8 | -81/+275 |
2009-04-03 | Remove useless file | Simo Sorce | 1 | -35/+0 |
2009-04-02 | Do not use the ldap libraries ldap_ prefix | Simo Sorce | 1 | -76/+76 |
2009-04-01 | Add way to use files as a proxy backend fro LOCAL | Simo Sorce | 5 | -50/+160 |
2009-04-01 | Add a more flexible way to parse and filter names. | Simo Sorce | 8 | -283/+899 |
2009-04-01 | allow compilation with older version of dbus | Sumit Bose | 3 | -0/+14 |
2009-04-01 | Do not file a sure segfault. | Simo Sorce | 1 | -0/+2 |
2009-03-30 | fixed two issues in the initial configuration | Sumit Bose | 2 | -2/+1 |
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 | 2 | -2/+18 |
2009-03-27 | Make nsssrv use the common responder functions | Simo Sorce | 10 | -734/+221 |
2009-03-27 | Fix uninitailized pointer and cut&paste error | Simo Sorce | 1 | -1/+5 |
2009-03-27 | Fix bug where services restarted by the monitor would be pinged more than onc... | Stephen Gallagher | 1 | -0/+8 |
2009-03-26 | Enable autoreconnection to the Data Provider in PAM | Stephen Gallagher | 3 | -4/+67 |
2009-03-26 | Refactor nss_ctx to resp_ctx in responders | Stephen Gallagher | 7 | -109/+109 |
2009-03-24 | Fix build | Simo Sorce | 2 | -1/+4 |
2009-03-20 | Retrieve some options from confdb | Simo Sorce | 3 | -11/+46 |
2009-03-20 | Enhance server_setup | Simo Sorce | 10 | -10/+36 |