summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-21Don't give memory context in confdb where not neededJan Zeleny17-55/+75
2012-02-21remove unused functionJakub Hrozek1-20/+0
2012-02-21End request if ldap_parse_result failsJakub Hrozek1-0/+3
2012-02-18Include the fd_limit configuration optionJakub Hrozek1-0/+1
2012-02-17RESPONDERS: Make the fd_limit setting configurableStephen Gallagher7-4/+63
2012-02-17RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher4-0/+48
2012-02-17Fix case insensitive service lookupsJakub Hrozek1-6/+6
2012-02-17LDAP: Ignore group member users that do not have name attributesStephen Gallagher1-2/+2
2012-02-17NSS: Always return the same protocol that was requestedStephen Gallagher2-9/+26
2012-02-17Redesign purging of the sudo cachePavel Březina3-94/+370
2012-02-15Always include all manpage XML files in the distribution tarballStephen Gallagher1-2/+3
2012-02-14Refactor sss_result into sss_sudo_resultPavel Březina5-36/+38
2012-02-14SSH: Build man pages conditionallyJan Cholasta1-3/+5
2012-02-14Fix memory hierarchy when processing nested group membershipsJakub Hrozek4-11/+14
2012-02-14Ensure NULL-termination in get_uid_from_pid()Stephen Gallagher1-0/+3
2012-02-13Fix uninitialized value error in proxy providerStephen Gallagher1-1/+1
2012-02-13Check for failure in sss_packet_grow()Stephen Gallagher1-5/+5
2012-02-13Fix bad failure handling in be_sudo_handler()Stephen Gallagher1-13/+13
2012-02-13Fix uninitialized in_transactionStephen Gallagher2-2/+2
2012-02-13Add missing breaks to switch statementsStephen Gallagher2-0/+2
2012-02-13Avoid uninitialized value comparisonStephen Gallagher1-0/+3
2012-02-13Fix missing NULL check after mallocStephen Gallagher1-0/+4
2012-02-13Remove dead codeStephen Gallagher1-9/+0
2012-02-13SSH: Verify that names received from client are valid UTF-8 in responderJan Cholasta2-0/+21
2012-02-13Allocate setent structure on state, not on the client contextJakub Hrozek4-9/+9
2012-02-13Remove setent structure when callback is calledJakub Hrozek5-22/+16
2012-02-10Only fetch SELinux string if the user is foundJakub Hrozek1-1/+2
2012-02-10Fixed issue with netgroup update in IPA providerJan Zeleny1-24/+34
2012-02-10Use curly braces in pkgconfig metadata fileSumit Bose1-1/+1
2012-02-10SUDO responder: check if the input is a UTF-8 stringPavel Březina1-0/+7
2012-02-10Improve debug messages in sysdb_sudo_check_time()Pavel Březina1-4/+16
2012-02-10Fix group enumerationJakub Hrozek2-2/+9
2012-02-10Add ssh service to sssd.api.confJan Cholasta2-2/+7
2012-02-10Add methods for activating and deactivating services to SSSDConfigJan Cholasta3-0/+268
2012-02-07fix typos in manualYuri Chornoivan2-2/+2
2012-02-07Updating translationsStephen Gallagher37-2188/+2773
2012-02-07Two sssd-ldap manual pages fixesJakub Hrozek1-4/+4
2012-02-07AUTOFS: IPA providerJakub Hrozek12-30/+218
2012-02-07Fix SSH compilation on RHEL5Jakub Hrozek2-1/+6
2012-02-06Updating translatable strings for string freezeStephen Gallagher37-17622/+48571
2012-02-07Make sudo installation path configurable, install into libdir by defaultJakub Hrozek2-1/+15
2012-02-07SSH: OpenSSH known_hosts clientJan Cholasta3-1/+522
2012-02-07SSH: OpenSSH authorized_keys clientJan Cholasta3-1/+242
2012-02-07SSH: Common client codeJan Cholasta4-0/+372
2012-02-07SSH: ResponderJan Cholasta8-1/+887
2012-02-07DP: Add support for hosts in sss_dp_get_accountJan Cholasta2-2/+13
2012-02-07IPA: Add host info handlerJan Cholasta13-5/+616
2012-02-07DP: Add host info handlerJan Cholasta7-3/+204
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta10-6/+44
2012-02-07BUILD: Introduce a --with-ssh config optionJan Cholasta1-0/+22