Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 37 | -2188/+2773 | |
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 | 12 | -30/+218 | |
2012-02-07 | Fix SSH compilation on RHEL5 | Jakub Hrozek | 2 | -1/+6 | |
2012-02-06 | Updating translatable strings for string freeze | Stephen Gallagher | 37 | -17622/+48571 | |
2012-02-07 | Make sudo installation path configurable, install into libdir by default | Jakub Hrozek | 2 | -1/+15 | |
2012-02-07 | SSH: OpenSSH known_hosts client | Jan Cholasta | 3 | -1/+522 | |
2012-02-07 | SSH: OpenSSH authorized_keys client | Jan Cholasta | 3 | -1/+242 | |
2012-02-07 | SSH: Common client code | Jan Cholasta | 4 | -0/+372 | |
2012-02-07 | SSH: Responder | Jan Cholasta | 8 | -1/+887 | |
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 | 13 | -5/+616 | |
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 | 1 | -0/+22 | |
2012-02-07 | UTIL: Provide base64 encoding and decoding functions | Jan Cholasta | 4 | -36/+139 | |
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 | 10 | -0/+1166 | |
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 | |
2012-02-06 | Separate the host-retrieval code from IPA HBAC to common IPA code | Jan Zeleny | 6 | -469/+535 | |
2012-02-06 | SELinux support in PAM module | Jan Zeleny | 1 | -1/+60 | |
2012-02-06 | SELinux support in PAM responder | Jan Zeleny | 2 | -0/+167 | |
2012-02-06 | Added some SELinux-related sysdb routines | Jan Zeleny | 3 | -1/+545 | |
2012-02-06 | Added some SELinux-related utility functions | Jan Zeleny | 2 | -0/+232 | |
2012-02-06 | Renamed some sysdb constants for their wider usage | Jan Zeleny | 3 | -11/+9 | |
2012-02-06 | Make password migration code use the IPA config retrieval code | Jan Zeleny | 1 | -57/+14 | |
2012-02-06 | Add support for generic IPA config retrieval | Jan Zeleny | 2 | -0/+208 | |