summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* KRB5: Formatting changesJakub Hrozek2013-08-191-4/+4
* sdap_save_user: save original primary GID of subdomain usersSumit Bose2013-08-191-11/+22
* sdap_get_initgr_done: use the right SID to get a GIDSumit Bose2013-08-191-1/+2
* ipa_s2n_get_user_done: make sure ALIAS name is lower caseSumit Bose2013-08-191-2/+18
* ipa_s2n_get_user_done: free group_attrs as wellSumit Bose2013-08-191-0/+1
* AD: Use the correct include guardJakub Hrozek2013-08-191-3/+3
* Remove include recursionLukas Slebodnik2013-08-191-1/+0
* Check whether servername is not empty string.Lukas Slebodnik2013-08-191-1/+1
* proxy: Alocate auth tokens in struct authtok_convLukas Slebodnik2013-08-191-0/+20
* ldap, krb5: More descriptive msg on chpass failure.Michal Zidek2013-08-112-0/+30
* AD: Cast SASL callbacks to propper typeOndrej Kos2013-08-091-1/+3
* Remove unused constantJakub Hrozek2013-08-091-2/+0
* Use the correct resolv timeoutJakub Hrozek2013-08-091-1/+1
* Enable removing nonexisting dn in sdap_handle_account_infoLukas Slebodnik2013-08-081-1/+1
* Fix memory context for hash entriesSumit Bose2013-08-081-2/+4
* simple access provider: allow fully qualified namesPavel Březina2013-08-071-46/+95
* Fix memory context for a state memberSumit Bose2013-08-071-1/+1
* sssd_ad: Add hackish workaround for sasl ad_compatSimo Sorce2013-08-061-0/+41
* sudo: print better debug message when a rule has multiple cn valuesPavel Březina2013-08-051-1/+5
* sudo: skip rule on error instead of failing completelyPavel Březina2013-08-051-1/+3
* Use GID if subdomain is not MPGJakub Hrozek2013-07-291-1/+8
* Prevent using uninitialized "group_name" in done section.Lukas Slebodnik2013-07-251-1/+1
* Set default DNS resolution timeout to 6 seconds.Michal Zidek2013-07-241-2/+2
* LDAP: Use domain-specific name where appropriateJakub Hrozek2013-07-245-112/+159
* Fix possible dereference of a NULL pointer.Lukas Slebodnik2013-07-231-1/+1
* KRB5: Do not send PAC in server modeJakub Hrozek2013-07-235-7/+27
* Fix warnings: uninitialized variableLukas Slebodnik2013-07-222-4/+3
* Remove unused memory context from function unpack_authtokLukas Slebodnik2013-07-221-3/+3
* Fix the default FQDN formatJakub Hrozek2013-07-191-1/+1
* AD: Set the bool value same as default value in optsJakub Hrozek2013-07-191-4/+4
* IPA: warn if full_name_format is customized in server modeJakub Hrozek2013-07-191-0/+17
* Add mising argument required by format stringLukas Slebodnik2013-07-191-2/+3
* 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
* SIGCHLD handler: do not call callback when pvt data where freedPavel Březina2013-07-173-3/+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
* Use conditional build for retrieving ccache.Lukas Slebodnik2013-07-152-88/+22
* 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
* ldap: only update shadowLastChange when password change is successfulJim Collins2013-07-011-1/+2
* 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