summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ipa_hbac: Fix documentation for hbac_enable_debugLukas Slebodnik2016-07-121-2/+2
* doxygen: Fix path to header file ipa_hbac.hLukas Slebodnik2016-07-121-1/+1
* sssctl: Fix format string for size_tLukas Slebodnik2016-07-121-1/+1
* FO: Set port to NOT_WORKING when trying a next serverJakub Hrozek2016-07-121-1/+1
* sssctl: config-check access check reportMichal Židek2016-07-111-1/+2
* sssctl: Fix error handling after memory allocation failureLukas Slebodnik2016-07-111-1/+2
* SYSDB: Fixing DB updatePetr Cech2016-07-111-3/+19
* Updating the translations for the 1.14.0 releaseJakub Hrozek2016-07-0717-8751/+10204
* sssctl: manual pagePavel Březina2016-07-073-1/+71
* cert_to_ssh_key: properly add leading 0 to bignumsSumit Bose2016-07-071-8/+24
* SSH-CERT: always initialize cert_verify_optsSumit Bose2016-07-071-8/+6
* CONFIGURE: Inform about optional build dependenciesLukas Slebodnik2016-07-072-4/+8
* LDAP: Lookup services by all protocols unless a protocol is specifiedJakub Hrozek2016-07-071-2/+5
* MAN: Config file mergingMichal Židek2016-07-071-0/+39
* sssctl: Add config-check commandMichal Židek2016-07-074-2/+144
* sss_ini: Small refacoring of sss_ini_call_validatorsMichal Židek2016-07-072-11/+146
* Fix packet size calculation in sss_packet_newNikolai Kondrashov2016-07-071-1/+1
* PAM/KRB5: optional otp and password promptingSumit Bose2016-07-074-5/+101
* fix some 'might be used uninitialized' warningsSumit Bose2016-07-072-0/+7
* SUDO: Add more low-level tracing messagesJakub Hrozek2016-07-071-3/+10
* sudo: solve problems with fully qualified namesPavel Březina2016-07-074-169/+378
* TOOLS: Add the upgrade-cache commandJakub Hrozek2016-07-073-0/+35
* TOOLS: Some tools command might not need initialization to succeedJakub Hrozek2016-07-074-38/+66
* SYSDB: qualify_attr: create new attribute only onceSumit Bose2016-07-071-3/+8
* SYSDB: Upgrade sysdb to use qualified names for users and groups, sudo rules ...Jakub Hrozek2016-07-075-3/+604
* MEMBEROF: Allow bypassing memberof during upgradeJakub Hrozek2016-07-071-0/+5
* SYSDB: Remove the timestamps cache on updateJakub Hrozek2016-07-071-3/+30
* SYSDB: Fix small issues during db upgradeJakub Hrozek2016-07-071-1/+3
* SYSDB: Allow passing a context to sysdb upgrade functionsJakub Hrozek2016-07-074-21/+50
* SYSDB: Remove useless parameter from sysdb_init()Jakub Hrozek2016-07-075-8/+6
* TESTS: Convert the tests to use qualified names for ldb lookupsJakub Hrozek2016-07-072-25/+44
* UTIL: Remove unused functionsJakub Hrozek2016-07-075-239/+0
* UTIL: Parse internal fqnames in find_domain_by_object_nameJakub Hrozek2016-07-071-2/+2
* TOOLS: sssctl: Work with trusted usersJakub Hrozek2016-07-071-22/+115
* IFP: Amend the InfoPipe responder for fqdnsJakub Hrozek2016-07-075-22/+204
* LDAP: Qualify user and group names when saving the sudo usersJakub Hrozek2016-07-073-0/+96
* IPA: Save sudoUser qualified in the cacheJakub Hrozek2016-07-073-20/+35
* RESPONDERS: Return the sysdb name from cache_reqJakub Hrozek2016-07-072-3/+3
* SELINUX: Parse the internal fqname before using itJakub Hrozek2016-07-071-26/+5
* IPA: HBAC evaluator consumes shortnamesJakub Hrozek2016-07-071-10/+28
* IPA: make get_object_from_cache() aware of UPN searchesSumit Bose2016-07-073-7/+38
* IPA: add missing user name to homedir_ctxSumit Bose2016-07-071-0/+1
* IPA: expand name in ipa_add_ad_memberships_get_next()Sumit Bose2016-07-071-1/+13
* IPA: Use internal fqname format instead of parsing NSS namesJakub Hrozek2016-07-073-67/+147
* SYSDB: Construct internal fqnames, not NSS names in sysdb_add_group_member_ov...Jakub Hrozek2016-07-071-7/+7
* AD: No need to separately qualify subdomain users anymoreJakub Hrozek2016-07-071-11/+2
* KRB5: Use shortname when expanding the user template in Kerberos ccacheJakub Hrozek2016-07-072-6/+10
* KRB5: Rely on sysdb names for the renewal taskJakub Hrozek2016-07-071-18/+6
* KRB5: Rely on internal fqname when constructing UPNsJakub Hrozek2016-07-071-10/+9
* SSS_OVERRIDE: Fixes for fully qualified namesJakub Hrozek2016-07-072-62/+87