Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | sss_seed: Make only first line of password file valid. | Michal Zidek | 1 | -0/+36 | |
When file is used to specify a password in sss_seed, then only first line of this file is used. Also empty passwords are treated as errors. https://fedorahosted.org/sssd/ticket/1548 | |||||
2012-10-03 | sss_seed: Show error message when interactive input fails. | Michal Zidek | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1549 | |||||
2012-10-03 | sss_seed: Option --debug did not work in sss_seed tool. | Michal Zidek | 1 | -4/+4 | |
debug_level was set before the parameters were parsed, so the default debug_level value was always used. Also CHECK_ROOT macro was used on bad place, so only root was able to run sss_seed --help/-?. | |||||
2012-10-02 | Include param_help_py.xml in the list of po4a sources | Jakub Hrozek | 1 | -0/+1 | |
2012-10-02 | Flip the default value of ldap_initgroups_use_matching_rule_in_chain | Jakub Hrozek | 3 | -4/+4 | |
https://fedorahosted.org/sssd/ticket/1535 | |||||
2012-10-02 | Add man page section about provider specific re_expression | Sumit Bose | 1 | -8/+33 | |
Fixes: https://fedorahosted.org/sssd/ticket/1525 | |||||
2012-10-02 | remove left over principal selection | Pavel Březina | 3 | -127/+0 | |
https://fedorahosted.org/sssd/ticket/1303 Domain start up was taking too long when there are many principals in a kerberos keytab. We were looking up in the keytab two times. The first time we try to select a proper principal and remember it. The second call happens almost right after the first one and it is just a check if the principal exists in the keytab, without any output information other than success/failure. It is probably a left over from https://fedorahosted.org/sssd/ticket/781. This patch removes the second call. | |||||
2012-10-02 | monitor: create pid file after all responders are started | Pavel Březina | 2 | -4/+37 | |
https://fedorahosted.org/sssd/ticket/1357 | |||||
2012-10-02 | Fix few coding style issues | Pavel Březina | 2 | -4/+7 | |
2012-10-01 | sudo and autofs search bases should not be marked experimental | Jakub Hrozek | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1541 | |||||
2012-10-01 | Change option to display help message in man pages. | Michal Zidek | 3 | -2/+12 | |
POPT_AUTOHELP generates -? and --help options and not -h to display help message. https://fedorahosted.org/sssd/ticket/1546 | |||||
2012-10-01 | Document ldap_chpass_update_last_change | Jakub Hrozek | 3 | -0/+17 | |
Add the option to the manual page and the configAPI https://fedorahosted.org/sssd/ticket/1494 | |||||
2012-10-01 | sysdb_master_domain_get_info: fix copy-and-paste error | Sumit Bose | 1 | -2/+2 | |
2012-10-01 | Use flat name for master domain as well | Sumit Bose | 3 | -2/+20 | |
2012-10-01 | Add new option default_domain_suffix | Sumit Bose | 16 | -35/+137 | |
2012-09-26 | sssd-ldap manpage: ldap_scheme formatting | Ondrej Kos | 1 | -6/+26 | |
fixes https://fedorahosted.org/sssd/ticket/1483 ldap schemes now displayed as bullet list | |||||
2012-09-26 | LDAP: Handle empty namingContexts values safely | Stephen Gallagher | 1 | -0/+8 | |
Certain LDAP servers can return an empty string as the value of namingContexts. We need to treat these as NULL so that we can fail gracefully. https://fedorahosted.org/sssd/ticket/1542 | |||||
2012-09-24 | Updating translations for the 1.9.0 release | Jakub Hrozek | 13 | -3837/+3931 | |
2012-09-24 | Detect LDAPDerefRes in configure script | Jakub Hrozek | 1 | -1/+9 | |
https://fedorahosted.org/sssd/ticket/1317 | |||||
2012-09-24 | KRB5: Recover gracefully if the ccache file could not be reused | Jakub Hrozek | 1 | -4/+6 | |
https://fedorahosted.org/sssd/ticket/1384 | |||||
2012-09-24 | Bad debug message when no dns_discovery_domain specified. | Michal Zidek | 1 | -3/+11 | |
https://fedorahosted.org/sssd/ticket/920 | |||||
2012-09-24 | DB: Use TALLOC_CTX for talloc context | Jakub Hrozek | 1 | -10/+10 | |
A couple of sysdb functions used "void *" in place of a TALLOC_CTX. | |||||
2012-09-24 | SYSDB: Remove unnecessary domain parameter from several sysdb calls | Jakub Hrozek | 15 | -115/+79 | |
The domain can be read from the sysdb object. Removing the domain string makes the API more self-contained. | |||||
2012-09-24 | AUTOFS: convert the existing autofs entries during a sysdb upgrade | Jakub Hrozek | 3 | -1/+144 | |
2012-09-24 | AUTOFS: Use both key and value in entry RDN | Jakub Hrozek | 4 | -14/+51 | |
This patch switches from using just key in the RDN to using both key and value. That is neccessary to allow multiple direct mounts in a single map. | |||||
2012-09-24 | AUTOFS: Add entry objects below map objects | Jakub Hrozek | 6 | -220/+172 | |
https://fedorahosted.org/sssd/ticket/1506 Changes how the new autofs entry objects are handled. Instead of creating the entry on the cn=autofs,cn=custom level, the entry is created below the map it belongs to. | |||||
2012-09-24 | AUTOFS: Add sysdb tests | Jakub Hrozek | 1 | -0/+249 | |
2012-09-24 | AUTOFS: Do not fail if search base is not provided | Jakub Hrozek | 1 | -2/+2 | |
2012-09-24 | AD: Handle sysdb lookup failure during tokenGroups processing | Stephen Gallagher | 1 | -0/+6 | |
2012-09-24 | Make subdomain discovery less noisy | Sumit Bose | 1 | -15/+16 | |
Fixes https://fedorahosted.org/sssd/ticket/1517 | |||||
2012-09-24 | autofs, sudo, ssh and PAC are not experimental anymore | Jakub Hrozek | 6 | -62/+10 | |
2012-09-24 | sdap_add_incomplete_groups(): fix ret may be uninitialized warning | Pavel Březina | 1 | -1/+1 | |
2012-09-24 | AD: Optimize initgroups lookups with tokenGroups | Stephen Gallagher | 3 | -4/+313 | |
https://fedorahosted.org/sssd/ticket/1355 | |||||
2012-09-24 | AD: Detect domain controller compatibility version | Stephen Gallagher | 3 | -0/+44 | |
2012-09-24 | sss_cache tool invalidates records in memory cache. | Michal Zidek | 7 | -3/+166 | |
2012-09-24 | tools_util.h provides signal_sssd function. | Michal Zidek | 3 | -99/+99 | |
2012-09-24 | AD: autorid compatibility should recommend the use of default domain | Stephen Gallagher | 1 | -4/+4 | |
Previously, we were failing to start if ldap_idmap_autorid_compat was True but the default domain SID was unspecified. This is the recommended configuration, but it is functional without it. There is just a slight risk that the IDs will be inconsistent between machines if the first user requested is not from the default domain. https://fedorahosted.org/sssd/ticket/1530 | |||||
2012-09-20 | SSSD fails to store users if any of the requested attribute is empty. | Michal Zidek | 1 | -0/+6 | |
https://fedorahosted.org/sssd/ticket/1440 | |||||
2012-09-20 | Add more debuginfo into ldap_child | Ondrej Kos | 1 | -23/+36 | |
https://fedorahosted.org/sssd/ticket/1225 krb5_child already updated before. Adding more debuginfo into ldap_child. Also old debug levels rewritten into new macros. | |||||
2012-09-20 | Add provider specific default regular expressions | Sumit Bose | 1 | -0/+62 | |
Fixes https://fedorahosted.org/sssd/ticket/1524 | |||||
2012-09-20 | DB: Cancel transaction in sysdb_store_user if sysdb_add_user fails | Jakub Hrozek | 1 | -1/+8 | |
2012-09-20 | SSH: Fix possible infinite loop when updating known_hosts | Jan Cholasta | 1 | -3/+1 | |
2012-09-20 | Missing resolv.conf should be non-fatal | Ariel Barria | 1 | -17/+43 | |
https://fedorahosted.org/sssd/ticket/1371 | |||||
2012-09-20 | LDB_ERR_INVALID_ATTRIBUTE_SYNTAX added to sysdb_error_to_errno. | Michal Zidek | 1 | -0/+2 | |
2012-09-20 | KRB5 child: handle more error codes gracefully | Jakub Hrozek | 1 | -31/+26 | |
This patch changes handling of krb5 child error codes so that it's on par with the 1.8 branch after Joschi Brauchle reviewed the 1.8 backport. | |||||
2012-09-20 | KRB5 child: Don't return System Error on empty password | Jakub Hrozek | 1 | -0/+4 | |
https://fedorahosted.org/sssd/ticket/1310 | |||||
2012-09-17 | Failover: use _srv_ when no primary server is defined | Pavel Březina | 4 | -46/+12 | |
https://fedorahosted.org/sssd/ticket/1521 | |||||
2012-09-13 | Updating the translations for the 1.9.0 RC1 release | Jakub Hrozek | 11 | -24/+94 | |
2012-09-13 | SELinux: Always use the default if it exists on the server | Jakub Hrozek | 3 | -33/+39 | |
https://fedorahosted.org/sssd/ticket/1513 This is a counterpart of the FreeIPA ticket https://fedorahosted.org/freeipa/ticket/3045 During an e-mail discussion, it was decided that * if the default is set in the IPA config object, the SSSD would use that default no matter what * if the default is not set (aka empty or missing), the SSSD would just use the system default and skip creating the login file altogether | |||||
2012-09-13 | DB: Always write the SELinux object to sysdb | Jakub Hrozek | 1 | -70/+8 | |
There's no point in checking if the object already exists because we always wipe the whole sysdb subtree. We were also immediatelly cancelling the transaction because we'd jump to goto, even though it was with EOK. |