summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updating translation files for SSSD 1.5.9sssd-1_5_9Stephen Gallagher2011-06-3099-7605/+8631
|
* Don't pass NULL to printf for TLS errorsJakub Hrozek2011-06-305-33/+56
| | | | | | | | https://fedorahosted.org/sssd/ticket/643 Conflicts: src/util/sss_ldap.h
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-306-38/+435
|
* Use name based URI instead of IP address based URIsSumit Bose2011-06-302-38/+3
|
* Add sdap_call_conn_cb() to call add connection callback directlySumit Bose2011-06-302-0/+40
|
* Add sockaddr_storage to sdap_serviceSumit Bose2011-06-305-0/+62
|
* Log nsupdate messageJakub Hrozek2011-06-301-0/+3
| | | | https://fedorahosted.org/sssd/ticket/893
* Test NULL server hostname in fail over testsJakub Hrozek2011-06-301-8/+16
|
* Provide TTL structure names for c-ares < 1.7Jakub Hrozek2011-06-302-0/+11
| | | | | | | | | | | https://fedorahosted.org/sssd/ticket/898 In c-ares 1.7, the upstream renamed the addrttl/addr6ttl structures to ares_addrttl/ares_addr6ttl so they are in the ares_ namespace. Because they are committed to stable ABI, the contents are the same, just the name changed -- so it is safe to just #define the new name for older c-ares version in case the new one is not detected in configure time.
* Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2011-06-3010-277/+402
| | | | | | Conflicts: src/providers/fail_over.c
* Resolve hosts by name from DNS into resolv_hostentJakub Hrozek2011-06-301-0/+254
|
* Resolve hosts by name from files into resolv_hostentJakub Hrozek2011-06-301-0/+92
|
* Add new resolv_hostent data structure and utility functionsJakub Hrozek2011-06-302-0/+200
|
* Fall back to polling when inotify failsJan Zeleny2011-06-241-28/+68
|
* Do not check pwdAttributeSumit Bose2011-06-161-9/+0
| | | | | | | It is not safe to check pwdAttribute to see if server side password policies are active. Only if a LDAP_CONTROL_PASSWORDPOLICYRESPONSE is present the bind response we can assume that there is a server side password policy.
* Delete cached ccache file if password is expiredSumit Bose2011-06-151-8/+63
|
* Add new options to override shell valueJakub Hrozek2011-06-029-1/+189
| | | | | | | | https://fedorahosted.org/sssd/ticket/742 Conflicts: src/conf_macros.m4
* Add a new option to override home directory valueJakub Hrozek2011-06-029-2/+192
| | | | https://fedorahosted.org/sssd/ticket/551
* Add a new option to override primary GID numberJakub Hrozek2011-06-028-2/+33
| | | | https://fedorahosted.org/sssd/ticket/742
* Clear up -Wunused-but-set-variable warningsStephen Gallagher2011-06-023-8/+4
|
* Fix bad mergeStephen Gallagher2011-06-021-0/+1
| | | | | We merged in a patch, but missed that it missed a dependency added by another earlier patch.
* Non-posix group processing - ldap provider and nss responderJan Zeleny2011-06-023-31/+80
|
* Non-posix group processing - sysdb changesJan Zeleny2011-06-023-21/+28
|
* Added sysdb_attrs_get_bool() functionJan Zeleny2011-06-022-0/+24
|
* Escape IPv6 IP addresses in the IPA providerJakub Hrozek2011-06-021-4/+26
| | | | https://fedorahosted.org/sssd/ticket/880
* Use escaped IP addresses in LDAP providerJakub Hrozek2011-06-021-6/+56
|
* Add a utility function to escape IPv6 address for use in URIsJakub Hrozek2011-06-022-0/+11
|
* Add utility function to return IP address as stringJakub Hrozek2011-06-024-17/+31
|
* Add online callback only once for TGT renewalSumit Bose2011-06-021-25/+44
|
* Ensure that SSSD always Requires: the primary-arch sssd-clientStephen Gallagher2011-05-311-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=709333
* Fix typo in initgroups negative cache checkStephen Gallagher2011-05-311-1/+1
|
* Changing default to Default for consistencyKaushik Banerjee2011-05-311-1/+1
|
* Update version to 1.5.9Stephen Gallagher2011-05-271-1/+1
|
* Updating translations for SSSD 1.5.8 releasesssd-1_5_8Stephen Gallagher2011-05-27114-18715/+21357
|
* Update version to 1.5.8Stephen Gallagher2011-05-271-1/+1
|
* Add more detail to ldap_uri manpage entryStephen Gallagher2011-05-271-1/+13
|
* Sanitize username during initgroups callSumit Bose2011-05-251-1/+7
|
* IPA Provider: don't fail if user is not a member of any groupsStephen Gallagher2011-05-241-2/+5
|
* Enable paging support for LDAPStephen Gallagher2011-05-249-26/+148
|
* simple provider: Don't treat primary GID lookup failures as fatalStephen Gallagher2011-05-241-13/+19
|
* Only save members for successfully saved groupsJakub Hrozek2011-05-241-2/+17
|
* Make "password" the default for ldap_default_authtok_typeStephen Gallagher2011-05-242-1/+4
|
* Set c-ares to retry nameserversJakub Hrozek2011-05-121-1/+1
| | | | https://fedorahosted.org/sssd/ticket/867
* clients: use poll instead of selectSimo Sorce2011-05-031-9/+6
| | | | | | | select is limited to fd numbers up to 1024, we need to use poll() here to avoid causing memory corruption in the calling process. Fixes: https://fedorahosted.org/sssd/ticket/861
* Return pam data to the renewal item if renewal failsSumit Bose2011-05-021-4/+9
| | | | | | | | | A previous patch changed a talloc_steal() into a talloc_move(). Now it is not enough to change the parent memory context with talloc_steal to give back the data, but it has to be assigned back too. Additionally this patch uses the missing pam data as an indication that a renewal request for this data is currently running.
* Fix bad password caching when using automatic TGT renewalsssd-1_5_7Stephen Gallagher2011-04-291-3/+12
| | | | Fixes CVE-2011-1758, https://fedorahosted.org/sssd/ticket/856
* Bumping version to 1.5.7Stephen Gallagher2011-04-211-1/+1
|
* Bumping version to 1.5.6.1sssd-1_5_6_1Stephen Gallagher2011-04-201-1/+1
|
* Bumping version to 1.5.7Stephen Gallagher2011-04-201-1/+1
|
* Always generate kpasswdinfo filesssd-1_5_6Stephen Gallagher2011-04-201-2/+1
| | | | | Previously, we only generated it when performing a password change, but this didn't play nicely with kpasswd.