summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2013-08-19ipa_s2n_get_user_done: make sure ALIAS name is lower caseSumit Bose1-2/+18
2013-08-19ipa_s2n_get_user_done: free group_attrs as wellSumit Bose1-0/+1
2013-08-19AD: Use the correct include guardJakub Hrozek1-3/+3
2013-08-19Remove include recursionLukas Slebodnik1-1/+0
2013-08-19Check whether servername is not empty string.Lukas Slebodnik1-1/+1
2013-08-19proxy: Alocate auth tokens in struct authtok_convLukas Slebodnik1-0/+20
2013-08-11ldap, krb5: More descriptive msg on chpass failure.Michal Zidek2-0/+30
2013-08-09AD: Cast SASL callbacks to propper typeOndrej Kos1-1/+3
2013-08-09Remove unused constantJakub Hrozek1-2/+0
2013-08-09Use the correct resolv timeoutJakub Hrozek1-1/+1
2013-08-08Enable removing nonexisting dn in sdap_handle_account_infoLukas Slebodnik1-1/+1
2013-08-08Fix memory context for hash entriesSumit Bose1-2/+4
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-07-29Use GID if subdomain is not MPGJakub Hrozek1-1/+8
2013-07-25Prevent using uninitialized "group_name" in done section.Lukas Slebodnik1-1/+1
2013-07-24Set default DNS resolution timeout to 6 seconds.Michal Zidek1-2/+2
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-23KRB5: Do not send PAC in server modeJakub Hrozek5-7/+27
2013-07-22Fix warnings: uninitialized variableLukas Slebodnik2-4/+3
2013-07-22Remove unused memory context from function unpack_authtokLukas Slebodnik1-3/+3
2013-07-19Fix the default FQDN formatJakub Hrozek1-1/+1
2013-07-19AD: Set the bool value same as default value in optsJakub Hrozek1-4/+4
2013-07-19IPA: warn if full_name_format is customized in server modeJakub Hrozek1-0/+17
2013-07-19Add mising argument required by format stringLukas Slebodnik1-2/+3
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-17SIGCHLD handler: do not call callback when pvt data where freedPavel Březina3-3/+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-15Use conditional build for retrieving ccache.Lukas Slebodnik2-88/+22
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-01ldap: only update shadowLastChange when password change is successfulJim Collins1-1/+2
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 Hrozek2-0/+2
2013-06-28Save mpg state for subdomainsSumit Bose2-4/+13
2013-06-28IPA: read ranges before subdomainsSumit Bose1-29/+27