Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-17 | Add timeout parameter to sdap_get_generic_send() | Sumit Bose | 10 | -55/+111 | |
2011-01-14 | Do not throw a DP error when a netgroup is not found | Stephen Gallagher | 1 | -5/+1 | |
https://fedorahosted.org/sssd/ticket/775 | |||||
2011-01-14 | Add missing sysdb transaction to group enumerations | Stephen Gallagher | 1 | -12/+45 | |
We were not enclosing group processing in a transaction, which was resulting in extremely high numbers of disk-writes. This patch adds a transaction around the sdap_process_group code to ensure that these actions take place within a transaction. This patch also adds a check around the missing member code for RFC2307bis so we don't go back to the LDAP server to look up entries that don't exist (since the enumeration first pass would already have guaranteed that we have all real users cached) | |||||
2011-01-06 | Add syslog messages to authorized service access check | Sumit Bose | 1 | -1/+31 | |
2011-01-06 | Add syslog message to shadow access check | Sumit Bose | 1 | -6/+14 | |
2011-01-06 | Convert obfuscated password once at startup | Sumit Bose | 2 | -14/+41 | |
2011-01-05 | Rename SRV_NOT_RESOLVED to SRV_RESOLVE_ERROR | Sumit Bose | 1 | -5/+5 | |
2011-01-05 | Use the right status when resetting service discovery | Sumit Bose | 1 | -1/+1 | |
2010-12-21 | Add authorizedService support | Stephen Gallagher | 6 | -3/+146 | |
https://fedorahosted.org/sssd/ticket/670 | |||||
2010-12-21 | Pass all PAM data to the LDAP access provider | Stephen Gallagher | 1 | -9/+12 | |
Previously we were only passing the username. | |||||
2010-12-21 | Fix potential NULL-dereference in krb5_auth_done() | Sumit Bose | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/745 | |||||
2010-12-21 | Remove unused member of a struct | Sumit Bose | 1 | -1/+0 | |
2010-12-21 | Add all values of a multi-valued user attribute | Sumit Bose | 1 | -12/+15 | |
2010-12-20 | Serialize requests of the same user in the krb5 provider | Sumit Bose | 4 | -0/+239 | |
2010-12-20 | Fixes for automatic ticket renewal | Sumit Bose | 4 | -44/+100 | |
- do not recreate the ccache file when renewing the TGT - use user principal name as hash key instead of ccfile name - let krb5_child return Kerberos error codes | |||||
2010-12-20 | Avoid multiple initializations in LDAP provider | Sumit Bose | 1 | -39/+30 | |
Currently in a domain where LDAP was used for id and auth the LDAP UIR was added multiple times to the failover code which may cause unwanted delays. | |||||
2010-12-17 | Start first enumeration immediately | Stephen Gallagher | 2 | -3/+42 | |
Previously, we would wait for ten seconds before starting an enumeration. However, this meant that on the first startup (before we had run our first enumeration) there was a ten-second window where clients would immediately get back a response with no entries instead of blocking until the enumeration completed. With this patch, SSSD will now run an enumeration immediately upon startup. Further startups will retain the ten-second delay so as not to slow down system bootups. https://fedorahosted.org/sssd/ticket/616 | |||||
2010-12-17 | Fix uninitialized value error in set_local_and_remote_host_info | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/725 | |||||
2010-12-17 | Fix unsafe return condition in ipa_access_handler | Stephen Gallagher | 1 | -1/+6 | |
https://fedorahosted.org/sssd/ticket/718 | |||||
2010-12-15 | Fix memory leak of library handle in proxy | Sumit Bose | 2 | -18/+26 | |
https://fedorahosted.org/sssd/ticket/733 | |||||
2010-12-14 | Fix uninitialized value error in sdap_account_expired_shadow() | Sumit Bose | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/726 | |||||
2010-12-14 | Fix incorrect return value on failure in check_and_export_options() | Sumit Bose | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/722 | |||||
2010-12-14 | Fix incorrect return value on failure in resolve_get_domain_send() | Sumit Bose | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/721 | |||||
2010-12-14 | Fix improper NULL check in fo_add_srv_server() | Sumit Bose | 1 | -1/+2 | |
https://fedorahosted.org/sssd/ticket/717 | |||||
2010-12-14 | Fix unchecked return value in sdap_parse_entry() | Sumit Bose | 1 | -1/+5 | |
https://fedorahosted.org/sssd/ticket/712 | |||||
2010-12-14 | Fix unchecked return value in sdap_get_msg_dn() | Sumit Bose | 1 | -1/+6 | |
https://fedorahosted.org/sssd/ticket/712 | |||||
2010-12-13 | Add group support to the simple access provider | Stephen Gallagher | 2 | -14/+215 | |
This patch adds simple_allow_groups and simple_deny_groups options to the simple access provider. It makes it possible to grant or deny access based on a user's group memberships within the domain. This patch makes one minor change to previous functionality: now all deny rules will supersede allow rules. Previously, if both simple_allow_users and simple_deny_users were set with the same value, the allow would win. https://fedorahosted.org/sssd/ticket/440 | |||||
2010-12-08 | Remove IPA_ACCESS_TIME define | Stephen Gallagher | 1 | -13/+11 | |
2010-12-08 | Bye, bye, ipa_timerules | Sumit Bose | 2 | -1243/+0 | |
It was decided that IPA HBAC will move to a different format to specify time ranges in access control rules. The evaluation based on the old format is not needed anymore. | |||||
2010-12-08 | Remove check_access_time() from IPA access provider | Sumit Bose | 2 | -70/+0 | |
It is planned to release IPA 2.0 without time range specifications in the access control rules. To avoid confusion the evaluation is removed from sssd, too. | |||||
2010-12-08 | Fix build issue with older Kerberos library | Sumit Bose | 1 | -2/+2 | |
2010-12-07 | Replace krb5_kdcip by krb5_server in LDAP provider | Sumit Bose | 5 | -13/+24 | |
2010-12-07 | Mark unavailable Kerberos server as PORT_NOT_WORKING | Sumit Bose | 1 | -0/+1 | |
2010-12-07 | ldap: Use USN entries if available. | Simo Sorce | 8 | -89/+189 | |
Otherwise fallback to the default modifyTimestamp indicator | |||||
2010-12-07 | ldap: add checks to determine if USN features are available. | Simo Sorce | 9 | -25/+134 | |
2010-12-07 | ldap: remove variable that was never assigned nor used | Simo Sorce | 2 | -10/+0 | |
2010-12-07 | Pass sdap_id_ctx in sdap_id_op functions. | Simo Sorce | 4 | -50/+52 | |
2010-12-07 | Add support for FAST in krb5 provider | Sumit Bose | 8 | -16/+349 | |
2010-12-07 | Refactor krb5_child to make helpers more flexible | Sumit Bose | 1 | -20/+36 | |
2010-12-06 | Add ldap_chpass_uri config option | Sumit Bose | 7 | -8/+51 | |
2010-12-06 | Add new account expired rule to LDAP access provider | Sumit Bose | 7 | -92/+512 | |
Two new options are added to the LDAP access provider to allow a broader range of access control rules to be evaluated. 'ldap_access_order' makes it possible to run more than one rule. To keep compatibility with older versions the default is 'filter'. This patch adds a new rule 'expire'. 'ldap_account_expire_policy' specifies which LDAP attribute should be used to determine if an account is expired or not. Currently only 'shadow' is supported which evaluates the ldap_user_shadow_expire attribute. | |||||
2010-12-06 | Make string_to_shadowpw_days() public | Sumit Bose | 3 | -33/+36 | |
2010-12-03 | Allow krb5 lifetime values without a unit | Sumit Bose | 1 | -36/+65 | |
2010-12-03 | Add support for automatic Kerberos ticket renewal | Sumit Bose | 9 | -3/+423 | |
2010-12-03 | krb5_child returns TGT lifetime | Sumit Bose | 3 | -0/+57 | |
2010-12-03 | Add support for server-side pam response messages | Sumit Bose | 1 | -0/+8 | |
2010-12-03 | Add krb5_lifetime option | Sumit Bose | 5 | -4/+41 | |
2010-12-03 | Add krb5_renewable_lifetime option | Sumit Bose | 5 | -4/+45 | |
2010-12-03 | Check authtok type for krb5 auth and chpass | Sumit Bose | 1 | -0/+12 | |
2010-12-03 | Add a renew task to krb5_child | Sumit Bose | 1 | -0/+87 | |