summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2013-08-26sudo: do not fail to store the rule if we can't read usnPavel Březina1-3/+4
2013-08-24DP: Notify propperly when removing PAC responderOndrej Kos2-1/+5
2013-08-24check_cc_validity: make sure _valid is always setSumit Bose1-5/+7
2013-08-22Remove include recursionLukas Slebodnik2-3/+0
2013-08-22proxy: Allow initgroup to return NOTFOUNDSimo Sorce1-0/+16
2013-08-22KRB5: Only set active and valid on successStephen Gallagher1-6/+5
2013-08-22KRB5: Refactor cc_*_check_existingStephen Gallagher1-61/+59
2013-08-22KRB5: Add new #define for collection cache typesStephen Gallagher4-18/+18
2013-08-19sysdb_add_incomplete_group: store SID string is availableSumit Bose2-9/+18
2013-08-19save_rfc2307bis_user_memberships: use fq names for subdomainsSumit Bose1-0/+16
2013-08-19sdap_add_incomplete_groups: use fully qualified name if neededSumit Bose1-4/+14
2013-08-19sudo: continue if we are unable to resolve fqdnPavel Březina1-1/+0
2013-08-19KRB5: Do not log to syslog on each loginJakub Hrozek1-1/+3
2013-08-19KRB5: Formatting changesJakub Hrozek1-4/+4
2013-08-19sdap_save_user: save original primary GID of subdomain usersSumit Bose1-11/+22
2013-08-19sdap_get_initgr_done: use the right SID to get a GIDSumit Bose1-1/+2
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