summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-08-07add simple access provider init testPavel Březina1-0/+98
2013-08-07simple access provider: allow fully qualified namesPavel Březina1-46/+95
2013-08-07Fix memory context for a state memberSumit Bose1-1/+1
2013-08-06sssd_ad: Add hackish workaround for sasl ad_compatSimo Sorce1-0/+41
2013-08-05sudo: print better debug message when a rule has multiple cn valuesPavel Březina1-1/+5
2013-08-05sudo: skip rule on error instead of failing completelyPavel Březina1-1/+3
2013-08-05SSH: Ensure that cmd_ctx->name will not be NULL.Lukas Slebodnik1-4/+6
2013-07-31Fix netgroup lookup when using fully qualified namePavel Březina1-2/+2
2013-07-29Netgroups should ignore the 'use_fully_qualified_names' settingStephen Gallagher2-8/+13
2013-07-29Remove unused memory contextLukas Slebodnik1-6/+6
2013-07-29Use GID if subdomain is not MPGJakub Hrozek1-1/+8
2013-07-29Clarify that getnamebysid currently works only with ipa/ad id_providerOndrej Kos1-1/+3
2013-07-25resolv-tests failing with memory leakMichal Zidek1-2/+4
2013-07-25Prevent using uninitialized "group_name" in done section.Lukas Slebodnik1-1/+1
2013-07-25Fix two minor typosYuri Chornoivan2-2/+2
2013-07-24Updating translations for the 1.11 beta2 releaseJakub Hrozek15-3402/+3974
2013-07-24Every time release allocated memory in function py_sss_getgrouplistLukas Slebodnik1-0/+2
2013-07-24Lower timeout to contact DNS serverMichal Zidek1-1/+1
2013-07-24Set default DNS resolution timeout to 6 seconds.Michal Zidek2-3/+3
2013-07-24LDAP: Use domain-specific name where appropriateJakub Hrozek5-112/+159
2013-07-23Fix possible dereference of a NULL pointer.Lukas Slebodnik1-1/+1
2013-07-23pysss: prevent crashing when group is unresolvableAlexander Bokovoy1-2/+13
2013-07-23Remove unused constant.Michal Zidek1-2/+0
2013-07-23KRB5: Do not send PAC in server modeJakub Hrozek5-7/+27
2013-07-22SUDO: realloc with sizeof(uint32_t) when adding uint32_tJakub Hrozek1-1/+1
2013-07-22pysss: add pysss.getgrouplist(username)Alexander Bokovoy1-0/+59
2013-07-22Fix warnings: uninitialized variableLukas Slebodnik4-6/+5
2013-07-22Remove unused memory context from function unpack_authtokLukas Slebodnik1-3/+3
2013-07-19Fix the default FQDN formatJakub Hrozek2-3/+3
2013-07-19TOOLS: Update all services with sss_debuglevelOndrej Kos1-2/+7
2013-07-19AD: Set the bool value same as default value in optsJakub Hrozek2-4/+73
2013-07-19IPA: warn if full_name_format is customized in server modeJakub Hrozek3-1/+20
2013-07-19Add mising argument required by format stringLukas Slebodnik2-3/+4
2013-07-19Use functionm ldb_dn_get_linearized to format struct ldb_dnLukas Slebodnik1-3/+6
2013-07-19Fix clang format string warning.Lukas Slebodnik2-2/+2
2013-07-18Remove unused be_ctx->sigchld_ctxJakub Hrozek2-9/+0
2013-07-18KRB: Replace multiple calls with variableOndrej Kos1-6/+9
2013-07-18KRB: Handle empty password gracefullyOndrej Kos1-0/+11
2013-07-18Do not try to set password when authtok_length is zeroOndrej Kos1-2/+6
2013-07-17MAN: Clarify the min_id/max_id limits furtherJakub Hrozek1-0/+4
2013-07-17MAN: IP addresss does not work when used for ad_serverJakub Hrozek1-1/+1
2013-07-17MAN: clarify the default access provider for ADJakub Hrozek1-0/+5
2013-07-17SIGCHLD handler: do not call callback when pvt data where freedPavel Březina5-5/+37
2013-07-17dyndns timeout test: catch SIGCHLD handler eventsPavel Březina1-0/+12
2013-07-17Every time use permissive control in function memberof_mod.Lukas Slebodnik1-0/+7
2013-07-17print hint about password complexity when new password is rejectedPavel Březina2-1/+15
2013-07-17LDAP: When resolving a SID, search for groups first, then usersJakub Hrozek1-19/+18
2013-07-16remove unused variablePavel Březina1-4/+0
2013-07-16Remove unused function parameterLukas Slebodnik1-3/+1
2013-07-15Use conditional build for retrieving ccache.Lukas Slebodnik4-88/+78