summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Retry the correct service on krb5 child timeoutJakub Hrozek1-1/+1
2013-03-18Fix sss_client breakage.Lukas Slebodnik5-5/+50
2013-03-18Fix coverity issue 13136Ondrej Kos1-0/+1
2013-03-13Fix initialization of multiple variablesOndrej Kos7-9/+8
2013-03-13Removing unused header file providers.hLukas Slebodnik2-175/+0
2013-03-13More generalized function open_debug_file_ex()Lukas Slebodnik4-15/+9
2013-03-13Reuse sss_open_cloexec at other places in code.Lukas Slebodnik4-83/+99
2013-03-13krb5-utils-tests: remove invalid conditionPavel Březina1-2/+0
2013-03-13fix segfault in nss responder unit testPavel Březina1-1/+1
2013-03-08CMocka based test for the NSS responderJakub Hrozek4-0/+767
2013-03-08Move sss_cmd_execute from client to responder code.Jakub Hrozek3-7/+15
2013-03-08Add utility functions for tests that use sysdb or tevent.Jakub Hrozek3-0/+267
2013-03-08Detect the presence of libcmocka during configureJakub Hrozek1-0/+19
2013-03-08Add support for krb5 1.11's responder callback.Nathaniel McCallum6-1/+236
2013-03-07Debug message in sss_mc_create_file.Michal Zidek1-0/+5
2013-03-07File descriptor leak in nss responder.Michal Zidek1-18/+43
2013-03-07Removing unused parameter type from sudosrv_get_sudorules_query_cache()Lukas Slebodnik1-6/+4
2013-03-07Fixed typo in debug message.Lukas Slebodnik1-3/+5
2013-03-06Updated Doxygen configuration to 1.8.1Thorsten Scherf4-536/+1912
2013-03-05Improve IS_SSSD_ERROR() macroSimo Sorce1-2/+2
2013-03-05Remove the alt_db_path parameter of sysdb_initMichal Zidek5-14/+5
2013-03-05Check the return value of sysdb_search_servicesJakub Hrozek1-0/+6
2013-03-04Use the same dbg level for all ncache hits.Michal Zidek2-21/+28
2013-03-04Cleanup error message handling for krb5 childSimo Sorce4-297/+251
2013-03-04Return ERR_INTERNAL instead of EIOSimo Sorce1-1/+1
2013-03-04Use SSSD specific errors for offline authSimo Sorce6-25/+42
2013-03-04Add SSSD specific error codes and definitionsSimo Sorce3-7/+117
2013-03-04Improved readability of get_next_domain()Lukas Slebodnik1-2/+2
2013-03-04krb5_child: fix value type and initializationOndrej Kos1-1/+2
2013-03-04Use the correct memory context in be_req_createJakub Hrozek1-1/+1
2013-03-04Remove unused functionsJakub Hrozek4-36/+0
2013-03-01Don't treat 0 as default for pam_pwd_expiration warningJakub Hrozek1-1/+2
2013-03-01Revert "Add debug message to autofs client"Jakub Hrozek1-3/+0
2013-03-01autofs: fix invalid header 'number of entries' in packetPavel Březina1-1/+5
2013-03-01Add debug message to autofs clientPavel Březina1-0/+3
2013-02-28Refactor krb5 childSimo Sorce1-288/+210
2013-02-28krb5_child style fixSimo Sorce1-11/+11
2013-02-27sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina1-3/+7
2013-02-26Do not process success case in an elseJakub Hrozek1-24/+24
2013-02-26Remove enumerate=true from man sssd-ldapJakub Hrozek1-1/+0
2013-02-26sysdb: try dealing with binary-content attributesJan Engelhardt4-7/+17
2013-02-26if selinux is disabled, ignore that selogin dir is missingPavel Březina1-3/+15
2013-02-21Fix the krb5 password expiration warningJakub Hrozek1-1/+7
2013-02-21Fix uninitialized time_t var in responderOndrej Kos1-1/+1
2013-02-21tools: append new line to string from poptStrerror()Milan Cejnar1-1/+13
2013-02-14subdomains: replace invalid characters with underscore in krb5 mapping file namePavel Březina1-1/+26
2013-02-14Lower the DEBUG level if an entry cannot be deleted from memcacheJakub Hrozek1-3/+3
2013-02-14get_next_domain() test dom->parent->next for NULLPavel Březina1-1/+1
2013-02-12Filter out multicast addresses from IPA DNS updatesJakub Hrozek1-1/+1
2013-02-11LDAP: Check for authtok validityJakub Hrozek1-7/+9