Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-16 | Only create the SELinux login file if there are mappings on the server | Jakub Hrozek | 2 | -51/+78 | |
https://fedorahosted.org/sssd/ticket/1455 In case there are no rules on the IPA server, we must simply avoid generating the login file. That would make us fall back to the system-wide default defined in /etc/selinux/targeted/seusers. The IPA default must be only used if there *are* rules on the server, but none matches. | |||||
2012-08-16 | Do not try to remove the temp login file if already renamed | Jakub Hrozek | 1 | -2/+3 | |
write_selinux_string() would try to unlink the temporary file even after it was renamed. Failure to unlink the file would not be fatal, but would produce a confusing error message. Also don't use "0" for the default fd number, that's reserved for stdin. Using -1 is safer. | |||||
2012-08-16 | Build SELinux code in responder conditionally | Jakub Hrozek | 1 | -0/+7 | |
https://fedorahosted.org/sssd/ticket/1480 | |||||
2012-08-15 | Fix LOCAL domain lookups | Pavel Březina | 1 | -19/+22 | |
https://fedorahosted.org/sssd/ticket/1436 Now subdomains are not evaluated for local domains. | |||||
2012-08-15 | Add python bindings for murmurhash3 | Sumit Bose | 4 | -3/+184 | |
2012-08-15 | KRB5: Only return PAM error for unreachable kpasswd when performing chpass | Jakub Hrozek | 1 | -2/+4 | |
https://fedorahosted.org/sssd/ticket/1452 | |||||
2012-08-15 | FO: Return EAGAIN if there are more servers to try | Jakub Hrozek | 1 | -0/+9 | |
The caller should issue a next request, which would just shortcut with ENOENT. | |||||
2012-08-15 | FO: Don't retry the same server if it's not working | Jakub Hrozek | 1 | -2/+3 | |
2012-08-15 | Duplicate detection in fail over did not work. | Michal Zidek | 9 | -15/+69 | |
https://fedorahosted.org/sssd/ticket/1472 | |||||
2012-08-13 | sss_client: Group lookups should work even when fastcache cannot be initialized | Jakub Hrozek | 1 | -8/+2 | |
https://fedorahosted.org/sssd/ticket/1415 | |||||
2012-08-13 | Add autofs-related options to configAPI | Jakub Hrozek | 2 | -1/+12 | |
https://fedorahosted.org/sssd/ticket/1478 | |||||
2012-08-10 | MAN: Improve description of ldap_*_search_base options | Stephen Gallagher | 4 | -96/+63 | |
It was ambiguous that these options supported the new multiple search base format, as well as the search filters. | |||||
2012-08-10 | When ldap_group_nesting_level was reached, the LDAP provider tried to link ↵ | Michal Zidek | 1 | -1/+45 | |
group members with groups outside nesting limit. https://fedorahosted.org/sssd/ticket/1194 | |||||
2012-08-10 | Document entry_cache_autofs_timeout | Jakub Hrozek | 1 | -0/+14 | |
2012-08-10 | remove duplicate sss_obfuscate reference in seealso manpage section | Nick Guay | 1 | -3/+0 | |
2012-08-10 | MAN: Fix minor typo in ldap_search_base section | Stephen Gallagher | 1 | -1/+1 | |
2012-08-09 | Don't use server after SRV data collapsed | Jakub Hrozek | 1 | -5/+8 | |
2012-08-09 | SRV resolution for backup servers should not be permitted. | Michal Zidek | 5 | -6/+37 | |
https://fedorahosted.org/sssd/ticket/1463 | |||||
2012-08-09 | Change default for ldap_idmap_range_min to 200000 | Jakub Hrozek | 4 | -4/+4 | |
https://fedorahosted.org/sssd/ticket/1462 | |||||
2012-08-09 | Abort PAM access phase if HBAC does not return PAM_SUCCESS | Jakub Hrozek | 1 | -0/+1 | |
2012-08-09 | Backward GOTOs rewritten into do-while loops. | Ondrej Kos | 2 | -245/+271 | |
2012-08-09 | Change default value of ldap_sasl_string to host/hostname@REALM in man page. | Michal Zidek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1464 | |||||
2012-08-08 | Replaced "id_max" & "id_min" | Ondrej Kos | 1 | -4/+4 | |
2012-08-08 | Allocate on top of a talloc context, not NULL | Jakub Hrozek | 1 | -0/+3 | |
2012-08-07 | Always mark SRV servers as primary | Jakub Hrozek | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1459 | |||||
2012-08-07 | Remove SYSDB_SUDO_CACHE_OC from attribute lists | Pavel Březina | 2 | -2/+0 | |
It is not an attribute. | |||||
2012-08-07 | Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OC | Pavel Březina | 5 | -8/+8 | |
It does not contain name of the object class attribute but the value itself. I renamed it to avoid confusion. | |||||
2012-08-07 | Remove redefinition of some SYSDB_* macros | Pavel Březina | 1 | -10/+0 | |
2012-08-07 | Subdomains: Send the DP reply in the correct format | Jakub Hrozek | 1 | -14/+41 | |
The DP was sending the reply in a format the responder did not expect, so the responder always failed to parse the message. | |||||
2012-08-07 | monitor: set debug level when unable to load configuration | Pavel Březina | 1 | -0/+6 | |
https://fedorahosted.org/sssd/ticket/1345 When the monitor is unable to load configuration and non debug level is set (e.g. when sssd is started via 'service'), none message was saved into logs. This patch forces debug messages to be written in this scenario. | |||||
2012-08-07 | Failover: Return last tried server if it's still being tried | Jakub Hrozek | 1 | -2/+6 | |
In the failover, we treat both KDC and LDAP on the IPA server as a single "port", numbered 0. This was done in order to make sure that the SSSD always talks to the same server for both LDAP and Kerberos. However, this clever hack breaks when the IPA provider needs to establish an GSSAPI encrypted LDAP connection because we're asking the fail over code to yield a server while no server has yet been marked as tried. This triggers a fail over for the KDC, so in effect, the TGT is received from second server. If the second server is not available for some reason, the whole provider goes offline. The fail over needs to detect that the server asked for is still being resolved and return the same pointer. | |||||
2012-08-07 | Add end of line to debug message | Pavel Březina | 1 | -2/+2 | |
2012-08-06 | IPA: Securely set umask for mkstemp in subdomain provider | Stephen Gallagher | 1 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/1457 | |||||
2012-08-06 | SYSDB: Use ldb_msg_add_string for simple string additions | Jakub Hrozek | 3 | -12/+12 | |
2012-08-06 | IPA: Do not attempt to close the same file twice | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1456 | |||||
2012-08-06 | shadow attributes can contain -1 | Pavel Březina | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1393 | |||||
2012-08-06 | SYSDB: Check the return value | Jakub Hrozek | 1 | -0/+1 | |
2012-08-06 | Removed unused variable assignment | Ondrej Kos | 1 | -2/+0 | |
https://fedorahosted.org/sssd/ticket/1453 | |||||
2012-08-05 | SSSDConfig: Fix nonfunctional SSSDDomain.remove_provider() | Stephen Gallagher | 2 | -0/+10 | |
Also adds a regression test to the unit test suite. https://fedorahosted.org/sssd/ticket/1388 | |||||
2012-08-03 | Fix the version number | Jakub Hrozek | 1 | -1/+1 | |
The version number was set incorrectly to the value that should have been set when we release the 1.9.0 final version. | |||||
2012-08-03 | tests: build sysdb ssh tests conditionally | Pavel Březina | 1 | -1/+4 | |
2012-08-03 | Fix various typos in documentation. | Yuri Chornoivan | 4 | -5/+5 | |
2012-08-03 | Don't call fo_set_{server,port}_status for SRV servers | Jakub Hrozek | 1 | -2/+3 | |
This bug was producing harmless, but annoying error messages. | |||||
2012-08-03 | Return value of fread in src/tools/sss_debuglevel.c no longer ignored. | Michal Zidek | 1 | -1/+9 | |
https://fedorahosted.org/sssd/ticket/1426 | |||||
2012-08-01 | Bumping version for the 1.9.0 release | Jakub Hrozek | 1 | -1/+1 | |
2012-08-01 | Update translations for 1.9.0 beta 6 release | Jakub Hrozek | 31 | -8488/+14955 | |
2012-08-01 | Create a domain-realm mapping for krb5.conf to be included | Jakub Hrozek | 3 | -0/+137 | |
When new subdomains are discovered, the SSSD creates a file that includes the domain-realm mappings. This file can in turn be included in the krb5.conf using the includedir directive, such as: includedir /var/lib/sss/pubconf/realm_mappings | |||||
2012-08-01 | Add automatic periodic retrieval of subdomains | Simo Sorce | 1 | -1/+44 | |
2012-08-01 | Add online callback to enumerate subdomains | Simo Sorce | 1 | -24/+49 | |
2012-08-01 | Limit refreshes keeping track of last refresh time | Simo Sorce | 1 | -26/+46 | |