Age | Commit message (Expand) | Author | Files | Lines |
2009-04-17 | Force user check and discover user's domain | Simo Sorce | 6 | -297/+593 |
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 | 1 | -11/+13 |
2009-04-14 | Make reconnection to the Data Provider a global setting | Stephen Gallagher | 2 | -7/+4 |
2009-04-14 | Add reconnection code between the NSS responder and the Data provider | Stephen Gallagher | 1 | -1/+52 |
2009-04-13 | Fix a couple of segfaults and timeout checks | Simo Sorce | 2 | -31/+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 | 8 | -373/+494 |
2009-04-13 | Always pass full domain info | Simo Sorce | 1 | -1/+1 |
2009-04-09 | Serialize requests vs backends. | Simo Sorce | 1 | -544/+702 |
2009-04-08 | Change the way we retrieve domains | Simo Sorce | 7 | -234/+105 |
2009-04-07 | Clean up warnings in SSSD | Stephen Gallagher | 3 | -11/+10 |
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-01 | Add way to use files as a proxy backend fro LOCAL | Simo Sorce | 1 | -28/+91 |
2009-04-01 | Add a more flexible way to parse and filter names. | Simo Sorce | 5 | -280/+885 |
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-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 | 3 | -2/+4 |
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-18 | Fix getgrent and getpwent calls | Simo Sorce | 1 | -2/+6 |
2009-03-13 | Implement Negative cache for NSS | Simo Sorce | 5 | -3/+570 |
2009-03-11 | remove an unnecessary call to confdb | Sumit Bose | 1 | -8/+4 |
2009-03-10 | Fix returning user with missing optional attributes. | Simo Sorce | 1 | -5/+8 |
2009-03-10 | added generic PAM return messages and a false login delay | Sumit Bose | 6 | -65/+151 |
2009-03-10 | Treat uids and gids as 32 bit numbers not 64 | Simo Sorce | 1 | -23/+21 |
2009-03-09 | Always pass sss_domain_info to sysdb functions. | Simo Sorce | 2 | -30/+18 |
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 | 6 | -59/+76 |
2009-03-06 | Fix reporting non-default users. | Simo Sorce | 2 | -301/+314 |
2009-03-05 | Remove _PW_ and _GR_ from SYSDB_ defines | Simo Sorce | 2 | -17/+17 |
2009-03-05 | Implement GetCachedUsers in the InfoPipe | Stephen Gallagher | 1 | -2/+2 |
2009-03-05 | added password reset by root | Sumit Bose | 1 | -0/+5 |
2009-03-05 | added a privileged pipe | Sumit Bose | 6 | -8/+137 |
2009-03-04 | Add enumeration backout period. | Simo Sorce | 3 | -2/+39 |
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 | 5 | -2/+354 |
2009-02-28 | Fix confdb issues. | Simo Sorce | 1 | -5/+5 |
2009-02-27 | Refactor creation of domain_map into confdb | Stephen Gallagher | 4 | -168/+31 |
2009-02-26 | Serialize access to sysdb and also exposes ldb transactions. | Simo Sorce | 2 | -30/+53 |
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 9 | -59/+59 |
2009-02-24 | Add PAM responder | Sumit Bose | 17 | -0/+5087 |