Age | Commit message (Expand) | Author | Files | Lines |
2012-02-29 | Remove sysdb_get_ctx_from_list() | Sumit Bose | 2 | -16/+15 |
2012-02-21 | Don't give memory context in confdb where not needed | Jan Zeleny | 2 | -6/+6 |
2012-02-17 | RESPONDERS: Make the fd_limit setting configurable | Stephen Gallagher | 1 | -1/+12 |
2012-02-17 | RESPONDERS: Allow increasing the file-descriptor limit | Stephen Gallagher | 1 | -0/+5 |
2012-02-10 | Only fetch SELinux string if the user is found | Jakub Hrozek | 1 | -1/+2 |
2012-02-06 | SELinux support in PAM responder | Jan Zeleny | 1 | -0/+163 |
2012-01-26 | PAM: Do not overwrite ret | Jakub Hrozek | 1 | -3/+1 |
2012-01-23 | DP: Fix bugs in sss_dp_get_account_int | Stephen Gallagher | 1 | -0/+1 |
2012-01-21 | RESPONDER: Extend sss_dp_account_send() to include extra data | Stephen Gallagher | 1 | -1/+1 |
2012-01-18 | PAM: Fix reversed logic | Jakub Hrozek | 1 | -1/+1 |
2011-12-21 | sss_get_cased_name utility function | Jakub Hrozek | 1 | -2/+2 |
2011-12-20 | PAM: make initgroups timeout work across multiple clients | Stephen Gallagher | 5 | -4/+241 |
2011-12-16 | Use the case sensitivity flag in responders | Jakub Hrozek | 1 | -2/+6 |
2011-12-16 | Canonicalize username in PAM provider | Jakub Hrozek | 1 | -0/+27 |
2011-12-16 | Responders: Split getting domain by name into separate function | Jakub Hrozek | 1 | -5/+2 |
2011-12-05 | Ignore NULL-terminator when checking UTF8-validity | Stephen Gallagher | 1 | -1/+1 |
2011-11-29 | RESPONDER: Refactor DP requests into tevent_req style | Stephen Gallagher | 1 | -11/+48 |
2011-11-18 | RESPONDER: Ensure that all input strings are valid UTF-8 | Stephen Gallagher | 1 | -0/+5 |
2011-09-28 | Return users and groups based on alias | Jakub Hrozek | 1 | -2/+3 |
2011-08-25 | New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0 | Pavel Březina | 1 | -1/+4 |
2011-08-25 | New DEBUG facility - conversion | Pavel Březina | 1 | -0/+2 |
2011-08-15 | sysdb refactoring: memory context deleted | Jan Zeleny | 2 | -9/+5 |
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 2 | -11/+5 |
2011-08-04 | Revert "Allow LDAP to decide when an expiration warning is warranted" | Stephen Gallagher | 1 | -4/+3 |
2011-08-01 | Allow LDAP to decide when an expiration warning is warranted | Stephen Gallagher | 1 | -3/+4 |
2011-05-06 | Allow changing the log level without restart | Stephen Gallagher | 1 | -1/+1 |
2011-04-08 | Fix unchecked return values of pam_add_response | Jakub Hrozek | 1 | -4/+12 |
2011-02-21 | Perform initgroups lookups for all domains | Stephen Gallagher | 1 | -3/+5 |
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-11 | Validate user supplied size of data items | Sumit Bose | 1 | -76/+75 |
2010-12-22 | Update the ID cache for any PAM request | Stephen Gallagher | 3 | -8/+21 |
2010-12-22 | Ensure ID is checked in all domains for PAM | Stephen Gallagher | 1 | -0/+2 |
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-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-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-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-12 | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 1 | -1/+0 |
2010-04-12 | sysdb: convert sysdb_get_user_attr | Simo Sorce | 1 | -57/+39 |
2010-04-12 | sysdb: convert sysdb_getpwnam | Simo Sorce | 2 | -219/+119 |
2010-04-12 | Remove remaining use of sysdb_transaction_send | Simo Sorce | 2 | -232/+32 |
2010-04-12 | sysdb: convert sysdb_cache_auth | Simo Sorce | 1 | -47/+39 |
2010-04-12 | sysdb: convert sysdb_set_entry/user/group_attr | Simo Sorce | 2 | -45/+7 |
2010-03-25 | Fix warnings from -Wmissing-field-initializers | Sumit Bose | 1 | -17/+17 |