Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-10 | Add more info about ticket validation | Ondrej Kos | 2 | -1/+15 | |
https://fedorahosted.org/sssd/ticket/1499 Adds log message about not finding appropriate entry in keytab and using the last keytab entry when validation is enabled. Adds more information about validation into manpage. | |||||
2012-10-10 | Fix segfault when ID-mapping an entry without a SID | Jakub Hrozek | 1 | -1/+1 | |
If there was no SID attribute, then we would have detected it by checking the number of values of an element. We would however happily return EOK in that case and save garbage into the sid_str. This was causing segfault when the entry was supposed to be ID-mapped by had no SID. | |||||
2012-10-10 | do not fail if POLLHUP occurs while reading data | Pavel Březina | 1 | -1/+9 | |
This cause troubles when we send data to a pipe and close the file descriptor before data is read. The pipe is still readable, but POLLHUP is detected and we fail to read them. For example, this may cause a user beeing unable to log in. Now if POLLHUP appears, we read the pipe and then close it on the client side too. | |||||
2012-10-09 | Fix typos | Yuri Chornoivan | 3 | -3/+3 | |
2012-10-09 | Fix uninitialized pointer read in ssh_host_pubkeys_update_known_hosts | Jakub Hrozek | 1 | -1/+2 | |
2012-10-05 | Bumping the version to 1.9.1 release | Jakub Hrozek | 1 | -1/+1 | |
2012-10-05 | Updating the translations for 1.9.1 release | Jakub Hrozek | 32 | -14806/+17626 | |
2012-10-05 | man: Note that automounter must be restarted to re-read the master map | Jakub Hrozek | 5 | -0/+10 | |
https://fedorahosted.org/sssd/ticket/1563 | |||||
2012-10-05 | do not create pid file twice | Pavel Březina | 1 | -1/+6 | |
If a provider is terminated and the monitor tries to restart it, it goes again through mark_service_as_started() which will try to create pid file again because number of running services didn't change. Because the pid file cannot be created twice, it will not return EOK and the whole SSSD is terminated. | |||||
2012-10-05 | manpage: ldap_access_filter is not always mandatory | Pavel Březina | 1 | -5/+7 | |
https://fedorahosted.org/sssd/ticket/1540 | |||||
2012-10-05 | SSH: Expire hosts in known_hosts | Jan Cholasta | 12 | -4/+216 | |
2012-10-05 | SSH: Refactor sysdb and related code | Jan Cholasta | 6 | -196/+261 | |
2012-10-04 | Fix default upper limit of slices | Ondrej Kos | 4 | -4/+4 | |
https://fedorahosted.org/sssd/ticket/1537 changes upper limit of slices to 2000200000 in providers code and manpage. | |||||
2012-10-04 | Slices calculation is alway wrong for default values | Ondrej Kos | 1 | -2/+2 | |
2012-10-04 | Log possibly non-randomizable ccache file template | Ondrej Kos | 4 | -6/+26 | |
fixes https://fedorahosted.org/sssd/ticket/1533 ccache file template is now checked for appended XXXXXX for use with mkstemp. When those characters are not present, warning is written to log. | |||||
2012-10-04 | Check for existing pidfile before starting the providers | Jakub Hrozek | 1 | -17/+15 | |
After we switched to writing pidfile after the responders started, we forgot that starting a second SSSD instance would first overwrite the pipes and sockets and only then the SSSD would find out there already is a pidfile. This patch checks for existing pidfile before proceeding with startup. | |||||
2012-10-04 | Remove unused variable | Jakub Hrozek | 1 | -6/+0 | |
2012-10-04 | Change the log level of two DEBUG messages in check_domain_ranges | Jakub Hrozek | 1 | -4/+5 | |
https://fedorahosted.org/sssd/ticket/1562 | |||||
2012-10-03 | Note that Range Retrieval is not supported when filter is used in the search ↵ | Jakub Hrozek | 2 | -2/+14 | |
base. https://fedorahosted.org/sssd/ticket/1471 | |||||
2012-10-03 | Variable in sdap_sudo_rules_refresh_send could be used, uninitialized. | Michal Zidek | 1 | -0/+1 | |
2012-10-03 | sss_seed: Improved error message when the domain does not exist. | Michal Zidek | 1 | -2/+5 | |
https://fedorahosted.org/sssd/ticket/1553 | |||||
2012-10-03 | sss_seed: Passwords longer then PASS_MAX not allowed. | Michal Zidek | 2 | -1/+20 | |
sss_seed fails if password file specified with -p or --password-file option contains password longer than PASS_MAX. Man pages inform about PASS_MAX limitation. | |||||
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-10-01 | BUILD: Include the patch file in the tarball | Stephen Gallagher | 1 | -0/+1 | |
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 | Bumping the version to 1.9.1 release | Jakub Hrozek | 1 | -1/+1 | |
2012-09-24 | Updating translations for the 1.9.0 release | Jakub Hrozek | 32 | -4701/+4837 | |
2012-09-24 | Set the version number to 1.9.0 for the release | Jakub Hrozek | 1 | -1/+1 | |
2012-09-24 | RPM: Create ghost files during install | Jakub Hrozek | 1 | -0/+5 | |
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 | |