summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings: uninitialized variableLukas Slebodnik2013-07-224-6/+5
* Remove unused memory context from function unpack_authtokLukas Slebodnik2013-07-221-3/+3
* Fix the default FQDN formatJakub Hrozek2013-07-192-3/+3
* TOOLS: Update all services with sss_debuglevelOndrej Kos2013-07-191-2/+7
* AD: Set the bool value same as default value in optsJakub Hrozek2013-07-192-4/+73
* IPA: warn if full_name_format is customized in server modeJakub Hrozek2013-07-193-1/+20
* Add mising argument required by format stringLukas Slebodnik2013-07-192-3/+4
* Use functionm ldb_dn_get_linearized to format struct ldb_dnLukas Slebodnik2013-07-191-3/+6
* Fix clang format string warning.Lukas Slebodnik2013-07-192-2/+2
* Remove unused be_ctx->sigchld_ctxJakub Hrozek2013-07-182-9/+0
* KRB: Replace multiple calls with variableOndrej Kos2013-07-181-6/+9
* KRB: Handle empty password gracefullyOndrej Kos2013-07-181-0/+11
* Do not try to set password when authtok_length is zeroOndrej Kos2013-07-181-2/+6
* MAN: Clarify the min_id/max_id limits furtherJakub Hrozek2013-07-171-0/+4
* MAN: IP addresss does not work when used for ad_serverJakub Hrozek2013-07-171-1/+1
* MAN: clarify the default access provider for ADJakub Hrozek2013-07-171-0/+5
* SIGCHLD handler: do not call callback when pvt data where freedPavel Březina2013-07-175-5/+37
* dyndns timeout test: catch SIGCHLD handler eventsPavel Březina2013-07-171-0/+12
* Every time use permissive control in function memberof_mod.Lukas Slebodnik2013-07-171-0/+7
* print hint about password complexity when new password is rejectedPavel Březina2013-07-172-1/+15
* LDAP: When resolving a SID, search for groups first, then usersJakub Hrozek2013-07-171-19/+18
* remove unused variablePavel Březina2013-07-161-4/+0
* Remove unused function parameterLukas Slebodnik2013-07-161-3/+1
* Use conditional build for retrieving ccache.Lukas Slebodnik2013-07-154-88/+78
* Missing space in debug messageMichal Zidek2013-07-151-2/+2
* Return right directory name for dircacheLukas Slebodnik2013-07-111-6/+10
* Always set port status to neutral when resetting service.Michal Zidek2013-07-111-1/+2
* KRB5_CHILD: Fix handling of get_password return codeOndrej Kos2013-07-101-4/+10
* sss_cache: Add option to invalidate all entriesMichal Zidek2013-07-102-0/+24
* Do not copy special files when creating homedirOndrej Kos2013-07-093-73/+10
* DB: sysdb_search_user_by_name: search by both name and aliasJakub Hrozek2013-07-092-6/+36
* BUILD: Use pkg-config to detect cmockaLukas Slebodnik2013-07-021-19/+18
* ldap: only update shadowLastChange when password change is successfulJim Collins2013-07-011-1/+2
* Updating translations for the 1.11 beta1 releasesssd-1_11_0_beta1sssd-1_10_90Jakub Hrozek2013-06-2815-3715/+4331
* IPA: Look up AD users directly if IPA server mode is onJakub Hrozek2013-06-286-6/+168
* IPA: Create and remove AD id_ctx for subdomains discovered in server modeJakub Hrozek2013-06-281-0/+182
* AD: Move storing sdap_domain for subdomain to generic LDAP codeJakub Hrozek2013-06-283-65/+78
* IPA: Initialize server mode ctx if server mode is onJakub Hrozek2013-06-284-0/+62
* AD: initialize failover with custom realm, domain and failover serviceJakub Hrozek2013-06-283-28/+41
* AD: decouple ad_id_ctx initializationJakub Hrozek2013-06-283-102/+285
* LDAP: Add utility function sdap_copy_mapJakub Hrozek2013-06-282-0/+45
* IPA: Add a server mode optionJakub Hrozek2013-06-284-0/+22
* Read mpg state for subdomains from cacheSumit Bose2013-06-284-11/+30
* Save mpg state for subdomainsSumit Bose2013-06-285-13/+54
* IPA: read ranges before subdomainsSumit Bose2013-06-281-29/+27
* Replace new_subdomain() with find_subdomain_by_name()Sumit Bose2013-06-285-16/+11
* Add support for new ipaRangeType attributeSumit Bose2013-06-285-6/+54
* Add ipa_idmap_init()Sumit Bose2013-06-283-1/+275
* Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-285-14/+38
* Add sdap_idmap_domain_has_algorithmic_mapping()Sumit Bose2013-06-282-0/+62