Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing %endif in sssd.spec.in | Stephen Gallagher | 2012-02-15 | 1 | -0/+1 |
| | |||||
* | Always include all manpage XML files in the distribution tarball | Stephen Gallagher | 2012-02-15 | 1 | -2/+3 |
| | |||||
* | Move sss_ssh_* binaries to the main 'sssd' package | Stephen Gallagher | 2012-02-15 | 1 | -6/+7 |
| | | | | | The sssd-client subpackage is multilib, so it cannot contain conflicting /usr/bin executables. | ||||
* | Refactor sss_result into sss_sudo_result | Pavel Březina | 2012-02-14 | 5 | -36/+38 |
| | | | | https://fedorahosted.org/sssd/ticket/1159 | ||||
* | SSH: Build man pages conditionally | Jan Cholasta | 2012-02-14 | 2 | -4/+6 |
| | | | | https://fedorahosted.org/sssd/ticket/1175 | ||||
* | Fix memory hierarchy when processing nested group memberships | Jakub Hrozek | 2012-02-14 | 4 | -11/+14 |
| | | | | https://fedorahosted.org/sssd/ticket/1186 | ||||
* | Ensure NULL-termination in get_uid_from_pid() | Stephen Gallagher | 2012-02-14 | 1 | -0/+3 |
| | | | | Coverity #12399 | ||||
* | Fix uninitialized value error in proxy provider | Stephen Gallagher | 2012-02-13 | 1 | -1/+1 |
| | | | | Coverity #12467 | ||||
* | Check for failure in sss_packet_grow() | Stephen Gallagher | 2012-02-13 | 1 | -5/+5 |
| | | | | Coverity #12489 | ||||
* | Fix bad failure handling in be_sudo_handler() | Stephen Gallagher | 2012-02-13 | 1 | -13/+13 |
| | | | | | | | If the dbus_message_get_args() failed, we would have been dereferencing a NULL be_req. Coverity #12490 | ||||
* | Fix uninitialized in_transaction | Stephen Gallagher | 2012-02-13 | 2 | -2/+2 |
| | | | | Coverity #12521 and #12491 | ||||
* | Add missing breaks to switch statements | Stephen Gallagher | 2012-02-13 | 2 | -0/+2 |
| | | | | Coverity #12525 and #12524 | ||||
* | Avoid uninitialized value comparison | Stephen Gallagher | 2012-02-13 | 1 | -0/+3 |
| | | | | Coverity #12526 | ||||
* | Fix missing NULL check after malloc | Stephen Gallagher | 2012-02-13 | 1 | -0/+4 |
| | | | | Coverity #12528 | ||||
* | Remove dead code | Stephen Gallagher | 2012-02-13 | 1 | -9/+0 |
| | | | | Coverity #12529 | ||||
* | SSH: Verify that names received from client are valid UTF-8 in responder | Jan Cholasta | 2012-02-13 | 2 | -0/+21 |
| | | | | | | | Also added a comment describing the wire format of client requests and responses. https://fedorahosted.org/sssd/ticket/1177 | ||||
* | Allocate setent structure on state, not on the client context | Jakub Hrozek | 2012-02-13 | 4 | -9/+9 |
| | | | | https://fedorahosted.org/sssd/ticket/1189 | ||||
* | Remove setent structure when callback is called | Jakub Hrozek | 2012-02-13 | 5 | -22/+16 |
| | |||||
* | Only fetch SELinux string if the user is found | Jakub Hrozek | 2012-02-10 | 1 | -1/+2 |
| | |||||
* | Fixed issue with netgroup update in IPA provider | Jan Zeleny | 2012-02-10 | 1 | -24/+34 |
| | | | | | This issue led to a netgroup with one triple (-,-,domain) when it contained no triples on the IPA server. | ||||
* | Use curly braces in pkgconfig metadata file | Sumit Bose | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | SUDO responder: check if the input is a UTF-8 string | Pavel Březina | 2012-02-10 | 1 | -0/+7 |
| | | | | https://fedorahosted.org/sssd/ticket/1171 | ||||
* | Improve debug messages in sysdb_sudo_check_time() | Pavel Březina | 2012-02-10 | 1 | -4/+16 |
| | |||||
* | Fix group enumeration | Jakub Hrozek | 2012-02-10 | 2 | -2/+9 |
| | | | | | | Also adds some more debugging and fixes a code style issue. https://fedorahosted.org/sssd/ticket/1182 | ||||
* | Add ssh service to sssd.api.conf | Jan Cholasta | 2012-02-10 | 2 | -2/+7 |
| | |||||
* | Add methods for activating and deactivating services to SSSDConfig | Jan Cholasta | 2012-02-10 | 3 | -0/+268 |
| | |||||
* | fix typos in manual | Yuri Chornoivan | 2012-02-07 | 2 | -2/+2 |
| | |||||
* | Updating translations | Stephen Gallagher | 2012-02-07 | 73 | -7264/+7993 |
| | |||||
* | Two sssd-ldap manual pages fixes | Jakub Hrozek | 2012-02-07 | 1 | -4/+4 |
| | | | | Reported by Marco Pizzoli | ||||
* | AUTOFS: IPA provider | Jakub Hrozek | 2012-02-07 | 13 | -31/+220 |
| | |||||
* | Fix SSH compilation on RHEL5 | Jakub Hrozek | 2012-02-07 | 2 | -1/+6 |
| | |||||
* | Updating translatable strings for string freeze | Stephen Gallagher | 2012-02-06 | 73 | -23742/+59823 |
| | |||||
* | Set version to 1.9dev | Stephen Gallagher | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | Make sudo installation path configurable, install into libdir by default | Jakub Hrozek | 2012-02-07 | 5 | -4/+19 |
| | |||||
* | SSH: OpenSSH known_hosts client | Jan Cholasta | 2012-02-07 | 5 | -2/+534 |
| | |||||
* | SSH: OpenSSH authorized_keys client | Jan Cholasta | 2012-02-07 | 5 | -1/+262 |
| | |||||
* | SSH: Common client code | Jan Cholasta | 2012-02-07 | 5 | -1/+375 |
| | |||||
* | SSH: Responder | Jan Cholasta | 2012-02-07 | 9 | -1/+902 |
| | |||||
* | DP: Add support for hosts in sss_dp_get_account | Jan Cholasta | 2012-02-07 | 2 | -2/+13 |
| | | | | Host requests are directed to the host info handler. | ||||
* | IPA: Add host info handler | Jan Cholasta | 2012-02-07 | 14 | -5/+624 |
| | |||||
* | DP: Add host info handler | Jan Cholasta | 2012-02-07 | 7 | -3/+204 |
| | |||||
* | LDAP: Add support for SSH user public keys | Jan Cholasta | 2012-02-07 | 10 | -6/+44 |
| | |||||
* | BUILD: Introduce a --with-ssh config option | Jan Cholasta | 2012-02-07 | 2 | -0/+23 |
| | |||||
* | UTIL: Provide base64 encoding and decoding functions | Jan Cholasta | 2012-02-07 | 5 | -38/+143 |
| | |||||
* | SUDO Integration - sysdb_sudo_check_time() fix | Pavel Březina | 2012-02-06 | 1 | -6/+8 |
| | |||||
* | SUDO Integration - fix offline behaviour | Pavel Březina | 2012-02-06 | 1 | -2/+2 |
| | |||||
* | Update shadowLastChanged attribute during LDAP password change | Jan Zeleny | 2012-02-06 | 8 | -3/+191 |
| | | | | https://fedorahosted.org/sssd/ticket/1019 | ||||
* | Man pages for the session target and SELinux user maps fetching | Jan Zeleny | 2012-02-06 | 2 | -0/+165 |
| | |||||
* | Session target in IPA provider | Jan Zeleny | 2012-02-06 | 11 | -0/+1172 |
| | |||||
* | Add session target in data provider | Jan Zeleny | 2012-02-06 | 6 | -3/+27 |
| |