summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-02-13Check for failure in sss_packet_grow()Stephen Gallagher1-5/+5
Coverity #12489
2012-02-13Fix bad failure handling in be_sudo_handler()Stephen Gallagher1-13/+13
If the dbus_message_get_args() failed, we would have been dereferencing a NULL be_req. Coverity #12490
2012-02-13Fix uninitialized in_transactionStephen Gallagher2-2/+2
Coverity #12521 and #12491
2012-02-13Add missing breaks to switch statementsStephen Gallagher2-0/+2
Coverity #12525 and #12524
2012-02-13Avoid uninitialized value comparisonStephen Gallagher1-0/+3
Coverity #12526
2012-02-13Fix missing NULL check after mallocStephen Gallagher1-0/+4
Coverity #12528
2012-02-13Remove dead codeStephen Gallagher1-9/+0
Coverity #12529
2012-02-13SSH: Verify that names received from client are valid UTF-8 in responderJan Cholasta2-0/+21
Also added a comment describing the wire format of client requests and responses. https://fedorahosted.org/sssd/ticket/1177
2012-02-13Allocate setent structure on state, not on the client contextJakub Hrozek4-9/+9
https://fedorahosted.org/sssd/ticket/1189
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
This issue led to a netgroup with one triple (-,-,domain) when it contained no triples on the IPA server.
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
https://fedorahosted.org/sssd/ticket/1171
2012-02-10Improve debug messages in sysdb_sudo_check_time()Pavel Březina1-4/+16
2012-02-10Fix group enumerationJakub Hrozek2-2/+9
Also adds some more debugging and fixes a code style issue. https://fedorahosted.org/sssd/ticket/1182
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
Reported by Marco Pizzoli
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
Host requests are directed to the host info handler.
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
https://fedorahosted.org/sssd/ticket/1019
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
2012-02-06Added some SELinux-related utility functionsJan Zeleny2-0/+232
2012-02-06Renamed some sysdb constants for their wider usageJan Zeleny3-11/+9
2012-02-06Make password migration code use the IPA config retrieval codeJan Zeleny1-57/+14
2012-02-06Add support for generic IPA config retrievalJan Zeleny2-0/+208