Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-19 | Securely set umask when using mkstemp | Stephen Gallagher | 1 | -0/+3 | |
Coverity 12394, 12395, 12396, 12397 and 12398 | |||||
2011-11-22 | Fixed unchecked value of setenv() in check_and_export_options() | Jan Zeleny | 1 | -2/+5 | |
https://fedorahosted.org/sssd/ticket/1080 | |||||
2011-11-02 | Add support to request canonicalization on krb AS requests | Jan Zeleny | 1 | -1/+8 | |
https://fedorahosted.org/sssd/ticket/957 | |||||
2011-07-21 | Rename fo_get_server_name to fo_get_server_str_name | Jakub Hrozek | 1 | -1/+1 | |
2011-07-13 | Remove unused krb5_service structure member | Jakub Hrozek | 1 | -4/+1 | |
2011-07-11 | Escape IP address in kdcinfo | Jakub Hrozek | 1 | -4/+26 | |
https://fedorahosted.org/sssd/ticket/909 | |||||
2011-06-15 | Switch resolver to using resolv_hostent and honor TTL | Jakub Hrozek | 1 | -1/+1 | |
2011-06-02 | Add utility function to return IP address as string | Jakub Hrozek | 1 | -9/+2 | |
2011-04-25 | Allow new option to specify principal for FAST | Jan Zeleny | 1 | -1/+11 | |
https://fedorahosted.org/sssd/ticket/700 | |||||
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-07 | Replace krb5_kdcip by krb5_server in LDAP provider | Sumit Bose | 1 | -6/+8 | |
2010-12-07 | Add support for FAST in krb5 provider | Sumit Bose | 1 | -2/+22 | |
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 | 1 | -1/+2 | |
2010-12-03 | Add krb5_lifetime option | Sumit Bose | 1 | -1/+21 | |
2010-12-03 | Add krb5_renewable_lifetime option | Sumit Bose | 1 | -1/+23 | |
2010-12-01 | Allow protocol fallback for SRV queries | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/691 | |||||
2010-11-04 | Add krb5_get_simple_upn() | Sumit Bose | 1 | -0/+25 | |
2010-10-19 | Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip. | Jan Zeleny | 1 | -1/+44 | |
For the time being, if krb5_server is not found, still falls back to krb5_kdcip with a warning. If both options are present in config file, krb5_server has a higher priority. Fixes: #543 | |||||
2010-10-13 | Initialize kerberos service for GSSAPI | Jakub Hrozek | 1 | -1/+1 | |
2010-09-28 | Suppress some 'may be used uninitialized' warnings | Sumit Bose | 1 | -6/+12 | |
Additionally the handling of errno and the errno_t return value of functions is fixed in krb5_common.c. | |||||
2010-06-30 | Add dns_discovery_domain option | Jakub Hrozek | 1 | -1/+1 | |
The service discovery used to use the SSSD domain name to perform DNS queries. This is not an optimal solution, for example from the point of view of authconfig. This patch introduces a new option "dns_discovery_domain" that allows to set the domain part of a DNS SRV query. If this option is not set, the default behavior is to use the domain part of the machine's hostname. Fixes: #479 | |||||
2010-06-14 | Remove krb5_changepw_principal option | Jakub Hrozek | 1 | -27/+0 | |
Fixes: #531 | |||||
2010-06-10 | Properly handle read() and write() throughout the SSSD | Stephen Gallagher | 1 | -7/+18 | |
We need to guarantee at all times that reads and writes complete successfully. This means that they must be checked for returning EINTR and EAGAIN, and all writes must be wrapped in a loop to ensure that they do not truncate their output. | |||||
2010-05-27 | Refactor krb5 SIGTERM handler installation | Sumit Bose | 1 | -0/+33 | |
2010-05-27 | Add callback to remove krb5 info files when going offline | Sumit Bose | 1 | -0/+97 | |
2010-05-27 | Refactor krb5_finalize() | Sumit Bose | 1 | -12/+27 | |
2010-05-27 | Revert "Create kdcinfo and kpasswdinfo file at startup" | Sumit Bose | 1 | -40/+1 | |
This reverts commit f3c31d11bf365eb6a79c4f698667915a4c81eeb7. | |||||
2010-05-26 | Add support for delayed kinit if offline | Sumit Bose | 1 | -1/+2 | |
If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used. | |||||
2010-05-16 | New version of IPA auth and password migration | Sumit Bose | 1 | -2/+2 | |
The current version modified some global structures to be able to use Kerberos and LDAP authentication during the IPA password migration. This new version only uses tevent requests. Additionally the ipaMigrationEnabled attribute is read from the IPA server to see if password migration is allowed or not. | |||||
2010-05-07 | Use service discovery in backends | Jakub Hrozek | 1 | -0/+21 | |
Integrate the failover improvements with our back ends. The DNS domain used in the SRV query is always the SSSD domain name. Please note that this patch changes the default value of ldap_uri from "ldap://localhost" to "NULL" in order to use service discovery with no server set. | |||||
2010-05-07 | Create kdcinfo and kpasswdinfo file at startup | Sumit Bose | 1 | -1/+40 | |
2010-05-07 | Clean up kdcinfo and kpasswdinfo files when exiting | Stephen Gallagher | 1 | -0/+40 | |
2010-03-12 | Add krb5_kpasswd option | Sumit Bose | 1 | -17/+95 | |
2010-03-11 | Write the IP address of the KDC to the kdcinfo file | Sumit Bose | 1 | -16/+10 | |
2010-03-11 | Add expandable sequences to krb5_ccachedir | Sumit Bose | 1 | -13/+0 | |
As with krb5_ccname_template sequences like %u can be used in the krb5_ccachedir parameter which are expanded at runtime. If the directory does not exist, it will be created. Depending on the used sequences it is created as a public or private directory. | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+356 | |
Also update BUILD.txt |