Age | Commit message (Expand) | Author | Files | Lines |
2012-02-21 | remove unused function | Jakub Hrozek | 1 | -20/+0 |
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 |
2012-02-17 | RESPONDERS: Allow increasing the file-descriptor limit | Stephen Gallagher | 4 | -0/+48 |
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 |
2012-02-17 | NSS: Always return the same protocol that was requested | Stephen Gallagher | 2 | -9/+26 |
2012-02-17 | Redesign purging of the sudo cache | Pavel Březina | 3 | -94/+370 |
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 |
2012-02-14 | Refactor sss_result into sss_sudo_result | Pavel Březina | 5 | -36/+38 |
2012-02-14 | SSH: Build man pages conditionally | Jan Cholasta | 2 | -4/+6 |
2012-02-14 | Fix memory hierarchy when processing nested group memberships | Jakub Hrozek | 4 | -11/+14 |
2012-02-14 | Ensure NULL-termination in get_uid_from_pid() | Stephen Gallagher | 1 | -0/+3 |
2012-02-13 | Fix uninitialized value error in proxy provider | Stephen Gallagher | 1 | -1/+1 |
2012-02-13 | Check for failure in sss_packet_grow() | Stephen Gallagher | 1 | -5/+5 |
2012-02-13 | Fix bad failure handling in be_sudo_handler() | Stephen Gallagher | 1 | -13/+13 |
2012-02-13 | Fix uninitialized in_transaction | Stephen Gallagher | 2 | -2/+2 |
2012-02-13 | Add missing breaks to switch statements | Stephen Gallagher | 2 | -0/+2 |
2012-02-13 | Avoid uninitialized value comparison | Stephen Gallagher | 1 | -0/+3 |
2012-02-13 | Fix missing NULL check after malloc | Stephen Gallagher | 1 | -0/+4 |
2012-02-13 | Remove dead code | Stephen Gallagher | 1 | -9/+0 |
2012-02-13 | SSH: Verify that names received from client are valid UTF-8 in responder | Jan Cholasta | 2 | -0/+21 |
2012-02-13 | Allocate setent structure on state, not on the client context | Jakub Hrozek | 4 | -9/+9 |
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 |
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 |
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 |
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 |
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 |
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 |