summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-15Missing space in debug messageMichal Zidek1-2/+2
2013-07-11Return right directory name for dircacheLukas Slebodnik1-6/+10
2013-07-11Always set port status to neutral when resetting service.Michal Zidek1-1/+2
2013-07-10KRB5_CHILD: Fix handling of get_password return codeOndrej Kos1-4/+10
2013-07-10sss_cache: Add option to invalidate all entriesMichal Zidek2-0/+24
2013-07-09Do not copy special files when creating homedirOndrej Kos3-73/+10
2013-07-09DB: sysdb_search_user_by_name: search by both name and aliasJakub Hrozek2-6/+36
2013-07-02BUILD: Use pkg-config to detect cmockaLukas Slebodnik1-19/+18
2013-07-01ldap: only update shadowLastChange when password change is successfulJim Collins1-1/+2
2013-06-28Updating translations for the 1.11 beta1 releaseJakub Hrozek15-3715/+4331
2013-06-28IPA: Look up AD users directly if IPA server mode is onJakub Hrozek6-6/+168
2013-06-28IPA: Create and remove AD id_ctx for subdomains discovered in server modeJakub Hrozek1-0/+182
2013-06-28AD: Move storing sdap_domain for subdomain to generic LDAP codeJakub Hrozek3-65/+78
2013-06-28IPA: Initialize server mode ctx if server mode is onJakub Hrozek4-0/+62
2013-06-28AD: initialize failover with custom realm, domain and failover serviceJakub Hrozek3-28/+41
2013-06-28AD: decouple ad_id_ctx initializationJakub Hrozek3-102/+285
2013-06-28LDAP: Add utility function sdap_copy_mapJakub Hrozek2-0/+45
2013-06-28IPA: Add a server mode optionJakub Hrozek4-0/+22
2013-06-28Read mpg state for subdomains from cacheSumit Bose4-11/+30
2013-06-28Save mpg state for subdomainsSumit Bose5-13/+54
2013-06-28IPA: read ranges before subdomainsSumit Bose1-29/+27
2013-06-28Replace new_subdomain() with find_subdomain_by_name()Sumit Bose5-16/+11
2013-06-28Add support for new ipaRangeType attributeSumit Bose5-6/+54
2013-06-28Add ipa_idmap_init()Sumit Bose3-1/+275
2013-06-28Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose5-14/+38
2013-06-28Add sdap_idmap_domain_has_algorithmic_mapping()Sumit Bose2-0/+62