Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-21 | End request if ldap_parse_result fails | Jakub Hrozek | 1 | -0/+3 | |
2012-02-18 | Include the fd_limit configuration option | Jakub Hrozek | 1 | -0/+1 | |
2012-02-17 | RESPONDERS: Make the fd_limit setting configurable | Stephen Gallagher | 7 | -4/+63 | |
This code will now attempt first to see if it has privilege to set the value as specified, and if not it will fall back to the previous behavior. So on systems with the CAP_SYS_RESOURCE capability granted to SSSD, it will be able to ignore the limits.conf hard limit. https://fedorahosted.org/sssd/ticket/1197 | |||||
2012-02-17 | RESPONDERS: Allow increasing the file-descriptor limit | Stephen Gallagher | 4 | -0/+48 | |
This patch will increase the file descriptor limit to 8k or the limits.conf maximum, whichever is lesser. https://fedorahosted.org/sssd/ticket/1197 | |||||
2012-02-17 | Fix case insensitive service lookups | Jakub Hrozek | 1 | -6/+6 | |
2012-02-17 | LDAP: Ignore group member users that do not have name attributes | Stephen Gallagher | 1 | -2/+2 | |
Instead of failing the group lookup, just skip them. This was impacting some users of ActiveDirectory where not all users had the appropriate attributes. https://fedorahosted.org/sssd/ticket/1169 | |||||
2012-02-17 | NSS: Always return the same protocol that was requested | Stephen Gallagher | 2 | -9/+26 | |
https://fedorahosted.org/sssd/ticket/1160 | |||||
2012-02-17 | Redesign purging of the sudo cache | Pavel Březina | 3 | -94/+370 | |
https://fedorahosted.org/sssd/ticket/1173 | |||||
2012-02-15 | Fix missing %endif in sssd.spec.in | Stephen Gallagher | 1 | -0/+1 | |
2012-02-15 | Always include all manpage XML files in the distribution tarball | Stephen Gallagher | 1 | -2/+3 | |
2012-02-15 | Move sss_ssh_* binaries to the main 'sssd' package | Stephen Gallagher | 1 | -6/+7 | |
The sssd-client subpackage is multilib, so it cannot contain conflicting /usr/bin executables. | |||||
2012-02-14 | Refactor sss_result into sss_sudo_result | Pavel Březina | 5 | -36/+38 | |
https://fedorahosted.org/sssd/ticket/1159 | |||||
2012-02-14 | SSH: Build man pages conditionally | Jan Cholasta | 2 | -4/+6 | |
https://fedorahosted.org/sssd/ticket/1175 | |||||
2012-02-14 | Fix memory hierarchy when processing nested group memberships | Jakub Hrozek | 4 | -11/+14 | |
https://fedorahosted.org/sssd/ticket/1186 | |||||
2012-02-14 | Ensure NULL-termination in get_uid_from_pid() | Stephen Gallagher | 1 | -0/+3 | |
Coverity #12399 | |||||
2012-02-13 | Fix uninitialized value error in proxy provider | Stephen Gallagher | 1 | -1/+1 | |
Coverity #12467 | |||||
2012-02-13 | Check for failure in sss_packet_grow() | Stephen Gallagher | 1 | -5/+5 | |
Coverity #12489 | |||||
2012-02-13 | Fix bad failure handling in be_sudo_handler() | Stephen Gallagher | 1 | -13/+13 | |
If the dbus_message_get_args() failed, we would have been dereferencing a NULL be_req. Coverity #12490 | |||||
2012-02-13 | Fix uninitialized in_transaction | Stephen Gallagher | 2 | -2/+2 | |
Coverity #12521 and #12491 | |||||
2012-02-13 | Add missing breaks to switch statements | Stephen Gallagher | 2 | -0/+2 | |
Coverity #12525 and #12524 | |||||
2012-02-13 | Avoid uninitialized value comparison | Stephen Gallagher | 1 | -0/+3 | |
Coverity #12526 | |||||
2012-02-13 | Fix missing NULL check after malloc | Stephen Gallagher | 1 | -0/+4 | |
Coverity #12528 | |||||
2012-02-13 | Remove dead code | Stephen Gallagher | 1 | -9/+0 | |
Coverity #12529 | |||||
2012-02-13 | SSH: Verify that names received from client are valid UTF-8 in responder | Jan Cholasta | 2 | -0/+21 | |
Also added a comment describing the wire format of client requests and responses. https://fedorahosted.org/sssd/ticket/1177 | |||||
2012-02-13 | Allocate setent structure on state, not on the client context | Jakub Hrozek | 4 | -9/+9 | |
https://fedorahosted.org/sssd/ticket/1189 | |||||
2012-02-13 | Remove setent structure when callback is called | Jakub Hrozek | 5 | -22/+16 | |
2012-02-10 | Only fetch SELinux string if the user is found | Jakub Hrozek | 1 | -1/+2 | |
2012-02-10 | Fixed issue with netgroup update in IPA provider | Jan Zeleny | 1 | -24/+34 | |
This issue led to a netgroup with one triple (-,-,domain) when it contained no triples on the IPA server. | |||||
2012-02-10 | Use curly braces in pkgconfig metadata file | Sumit Bose | 1 | -1/+1 | |
2012-02-10 | SUDO responder: check if the input is a UTF-8 string | Pavel Březina | 1 | -0/+7 | |
https://fedorahosted.org/sssd/ticket/1171 | |||||
2012-02-10 | Improve debug messages in sysdb_sudo_check_time() | Pavel Březina | 1 | -4/+16 | |
2012-02-10 | Fix group enumeration | Jakub Hrozek | 2 | -2/+9 | |
Also adds some more debugging and fixes a code style issue. https://fedorahosted.org/sssd/ticket/1182 | |||||
2012-02-10 | Add ssh service to sssd.api.conf | Jan Cholasta | 2 | -2/+7 | |
2012-02-10 | Add methods for activating and deactivating services to SSSDConfig | Jan Cholasta | 3 | -0/+268 | |
2012-02-07 | fix typos in manual | Yuri Chornoivan | 2 | -2/+2 | |
2012-02-07 | Updating translations | Stephen Gallagher | 73 | -7264/+7993 | |
2012-02-07 | Two sssd-ldap manual pages fixes | Jakub Hrozek | 1 | -4/+4 | |
Reported by Marco Pizzoli | |||||
2012-02-07 | AUTOFS: IPA provider | Jakub Hrozek | 13 | -31/+220 | |
2012-02-07 | Fix SSH compilation on RHEL5 | Jakub Hrozek | 2 | -1/+6 | |
2012-02-06 | Updating translatable strings for string freeze | Stephen Gallagher | 73 | -23742/+59823 | |
2012-02-06 | Set version to 1.9dev | Stephen Gallagher | 1 | -1/+1 | |
2012-02-07 | Make sudo installation path configurable, install into libdir by default | Jakub Hrozek | 5 | -4/+19 | |
2012-02-07 | SSH: OpenSSH known_hosts client | Jan Cholasta | 5 | -2/+534 | |
2012-02-07 | SSH: OpenSSH authorized_keys client | Jan Cholasta | 5 | -1/+262 | |
2012-02-07 | SSH: Common client code | Jan Cholasta | 5 | -1/+375 | |
2012-02-07 | SSH: Responder | Jan Cholasta | 9 | -1/+902 | |
2012-02-07 | DP: Add support for hosts in sss_dp_get_account | Jan Cholasta | 2 | -2/+13 | |
Host requests are directed to the host info handler. | |||||
2012-02-07 | IPA: Add host info handler | Jan Cholasta | 14 | -5/+624 | |
2012-02-07 | DP: Add host info handler | Jan Cholasta | 7 | -3/+204 | |
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 10 | -6/+44 | |