Age | Commit message (Expand) | Author | Files | Lines |
2011-01-21 | Perform initgroups lookup for PAM | Stephen Gallagher | 1 | -1/+3 |
2011-01-19 | Use DEFAULT_PAM_VERBOSITY if config value cannot be retrieved | Sumit Bose | 1 | -1/+1 |
2011-01-19 | Add pam_pwd_expiration_warning config option | Sumit Bose | 1 | -12/+47 |
2011-01-14 | Fix missing hash table bug | Stephen Gallagher | 1 | -0/+1 |
2011-01-11 | Validate user supplied size of data items | Sumit Bose | 1 | -76/+75 |
2011-01-06 | Remove unused enumeration cache timeout checks | Sumit Bose | 3 | -33/+2 |
2011-01-06 | Post enumeration tevent request if needed | Sumit Bose | 2 | -8/+43 |
2011-01-06 | Return groups and users from all domains during enumeration | Sumit Bose | 1 | -3/+5 |
2010-12-22 | Update the ID cache for any PAM request | Stephen Gallagher | 4 | -8/+23 |
2010-12-22 | Ensure ID is checked in all domains for PAM | Stephen Gallagher | 1 | -0/+2 |
2010-12-17 | Fix possible NULL-dereference in lookup_netgr_step() | Sumit Bose | 1 | -1/+1 |
2010-12-17 | Fix unchecked return value in set_nonblocking | Stephen Gallagher | 1 | -10/+53 |
2010-12-15 | Fix uninitialized value error in lookup_netgr_step() | Sumit Bose | 1 | -146/+181 |
2010-12-14 | Remove unused newauthtok variable in LOCAL_pam_handler | Sumit Bose | 1 | -3/+0 |
2010-12-14 | Eliminate possible NULL-dereference in pam_check_user_search | Stephen Gallagher | 1 | -0/+7 |
2010-12-03 | Add support for server-side pam response messages | Sumit Bose | 1 | -0/+2 |
2010-12-02 | Add a special filter type to handle enumerations | Sumit Bose | 1 | -1/+1 |
2010-11-15 | Introduce pam_verbosity config option | Sumit Bose | 1 | -11/+90 |
2010-11-15 | Avoid long long in messages to PAM client use int64_t | Sumit Bose | 1 | -7/+7 |
2010-10-26 | Fix double free issue | Sumit Bose | 1 | -2/+2 |
2010-10-26 | Always use talloc_zero() to allocate cmdctx | Sumit Bose | 2 | -3/+3 |
2010-10-26 | Remove all nss requests after a reconnect | Sumit Bose | 3 | -1/+26 |
2010-10-15 | sysdb interface for adding fake users | Jakub Hrozek | 1 | -1/+1 |
2010-10-15 | sysdb interface for adding incomplete groups | Jakub Hrozek | 1 | -1/+1 |
2010-10-13 | Also return member groups to the client | Sumit Bose | 2 | -55/+85 |
2010-10-13 | Add handling of nested netgroups to nss client | Sumit Bose | 1 | -1/+4 |
2010-10-13 | Add missing tevent_req_done() | Sumit Bose | 1 | -0/+1 |
2010-10-13 | Add netgroup support to the NSS responder | Stephen Gallagher | 7 | -2/+922 |
2010-10-13 | Split out some helper functions for the NSS responder | Stephen Gallagher | 2 | -83/+147 |
2010-10-13 | Add negative cache features for netgroups | Stephen Gallagher | 2 | -0/+39 |
2010-10-13 | Require explicit setting of callback context for check_cache | Stephen Gallagher | 1 | -7/+13 |
2010-09-22 | Initgroups on a non-cached user should go to the data provider | Stephen Gallagher | 1 | -1/+2 |
2010-09-08 | Handle multiple simultaneous enumeration requests | Stephen Gallagher | 2 | -289/+717 |
2010-09-08 | Dead assignments cleanup in NSS responder | Jan Zeleny | 2 | -7/+7 |
2010-09-08 | Move crypto functions into its own subdir | Jakub Hrozek | 1 | -1/+1 |
2010-06-17 | Honor filter_users in PAM | Stephen Gallagher | 3 | -10/+47 |
2010-06-17 | Move setup of filter_users and filter_groups to negcache.c | Stephen Gallagher | 3 | -187/+220 |
2010-06-17 | Refactor the negative cache | Stephen Gallagher | 5 | -57/+57 |
2010-06-17 | Ensure that all domains are checked for users/groups | Stephen Gallagher | 1 | -3/+15 |
2010-06-14 | Properly null-terminate socket path | Stephen Gallagher | 1 | -2/+4 |
2010-06-10 | Check the correct variable for NULL after creating timer | Stephen Gallagher | 1 | -1/+1 |
2010-06-06 | Remove dead code from the PAM responder | Jakub Hrozek | 2 | -13/+0 |
2010-05-26 | Add support for delayed kinit if offline | Sumit Bose | 1 | -1/+1 |
2010-04-16 | Use SO_PEERCRED on the PAM socket | Sumit Bose | 2 | -1/+55 |
2010-04-16 | Revert "Add better checks on PAM socket" | Sumit Bose | 2 | -140/+1 |
2010-04-12 | sysydb: Finally stop using a common event context | Simo Sorce | 1 | -1/+1 |
2010-04-12 | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 1 | -1/+0 |
2010-04-12 | sysdb: convert sysdb_initgroups | Simo Sorce | 1 | -222/+117 |
2010-04-12 | Adjust fill_pwent and fill_grent | Simo Sorce | 1 | -13/+13 |
2010-04-12 | sysdb: convert sysdb_enumgrent | Simo Sorce | 1 | -161/+106 |