Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-02-07 | BUILD: Introduce a --with-ssh config option | Jan Cholasta | 2 | -0/+23 | |
2012-02-07 | UTIL: Provide base64 encoding and decoding functions | Jan Cholasta | 5 | -38/+143 | |
2012-02-06 | SUDO Integration - sysdb_sudo_check_time() fix | Pavel Březina | 1 | -6/+8 | |
2012-02-06 | SUDO Integration - fix offline behaviour | Pavel Březina | 1 | -2/+2 | |
2012-02-06 | Update shadowLastChanged attribute during LDAP password change | Jan Zeleny | 8 | -3/+191 | |
https://fedorahosted.org/sssd/ticket/1019 | |||||
2012-02-06 | Man pages for the session target and SELinux user maps fetching | Jan Zeleny | 2 | -0/+165 | |
2012-02-06 | Session target in IPA provider | Jan Zeleny | 11 | -0/+1172 | |
2012-02-06 | Add session target in data provider | Jan Zeleny | 6 | -3/+27 | |
2012-02-06 | Delete unused structure in IPA access code | Jan Zeleny | 1 | -7/+0 | |