summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPA: Add a server mode optionJakub Hrozek2013-06-282-0/+2
* Save mpg state for subdomainsSumit Bose2013-06-282-4/+13
* 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-283-6/+36
* 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
* Allow different methods to find new domains for idmappingSumit Bose2013-06-282-3/+24
* SDAP IDMAP: Add configured domain to idmap contextSumit Bose2013-06-281-0/+70
* Add now options ldap_min_id and ldap_max_idSumit Bose2013-06-284-0/+8
* SSH: When host is removed from LDAP, remove it from the cache as wellJan Cholasta2013-06-271-1/+8
* Fix compilation warningJakub Hrozek2013-06-271-1/+1
* AD: Write out domain-realm mappingsJakub Hrozek2013-06-273-165/+10
* KRB5: guess UPN for subdomain usersJakub Hrozek2013-06-277-18/+43
* AD: kinit with the local DC even when talking to a GCJakub Hrozek2013-06-262-4/+21
* Use forest for GC SRV lookupsSumit Bose2013-06-261-12/+40
* Do not switch to credentials everytime.Lukas Slebodnik2013-06-261-4/+69