summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-07UTIL: Provide base64 encoding and decoding functionsJan Cholasta4-36/+139
2012-02-06SUDO Integration - sysdb_sudo_check_time() fixPavel Březina1-6/+8
2012-02-06SUDO Integration - fix offline behaviourPavel Březina1-2/+2
2012-02-06Update shadowLastChanged attribute during LDAP password changeJan Zeleny8-3/+191
2012-02-06Man pages for the session target and SELinux user maps fetchingJan Zeleny2-0/+165
2012-02-06Session target in IPA providerJan Zeleny10-0/+1166
2012-02-06Add session target in data providerJan Zeleny6-3/+27
2012-02-06Delete unused structure in IPA access codeJan Zeleny1-7/+0
2012-02-06Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny6-469/+535
2012-02-06SELinux support in PAM moduleJan Zeleny1-1/+60
2012-02-06SELinux support in PAM responderJan Zeleny2-0/+167
2012-02-06Added some SELinux-related sysdb routinesJan Zeleny3-1/+545