summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-03-209-11/+193
* Convert sdap_access to new error codesSimo Sorce2013-03-195-480/+212
* Resolve GIDs in the simple access providerJakub Hrozek2013-03-193-122/+655
* Do not compile main() in DP if UNIT_TESTING is definedJakub Hrozek2013-03-191-0/+2
* Provide a be_get_account_info_send functionJakub Hrozek2013-03-192-19/+144
* Make the SELinux refresh time configurable.Michal Zidek2013-03-193-2/+5
* Reuse cached SELinux mappings.Michal Zidek2013-03-192-3/+29
* Move SELinux processing to provider.Michal Zidek2013-03-192-31/+388
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-192-12/+2
* Use common error facility instead of sdap_resultSimo Sorce2013-03-197-347/+229
* Decrease krb5_auth_timeout defaultOndrej Kos2013-03-183-3/+3
* Retry the correct service on krb5 child timeoutJakub Hrozek2013-03-181-1/+1
* Fix initialization of multiple variablesOndrej Kos2013-03-136-8/+7
* Removing unused header file providers.hLukas Slebodnik2013-03-131-24/+0
* More generalized function open_debug_file_ex()Lukas Slebodnik2013-03-132-10/+2
* Add support for krb5 1.11's responder callback.Nathaniel McCallum2013-03-084-1/+232
* Fixed typo in debug message.Lukas Slebodnik2013-03-071-3/+5
* Updated Doxygen configuration to 1.8.1Thorsten Scherf2013-03-061-134/+478
* Check the return value of sysdb_search_servicesJakub Hrozek2013-03-051-0/+6
* Cleanup error message handling for krb5 childSimo Sorce2013-03-042-296/+240
* krb5_child: fix value type and initializationOndrej Kos2013-03-041-1/+2
* Use the correct memory context in be_req_createJakub Hrozek2013-03-041-1/+1
* Refactor krb5 childSimo Sorce2013-02-281-288/+210
* krb5_child style fixSimo Sorce2013-02-281-11/+11
* sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina2013-02-271-3/+7
* Do not process success case in an elseJakub Hrozek2013-02-261-24/+24
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-262-7/+5
* subdomains: replace invalid characters with underscore in krb5 mapping file namePavel Březina2013-02-141-1/+26
* Filter out multicast addresses from IPA DNS updatesJakub Hrozek2013-02-121-1/+1
* LDAP: Check for authtok validityJakub Hrozek2013-02-111-7/+9
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-101-2/+2
* Change the way domains are linked.Simo Sorce2013-02-101-107/+45
* Remove sysdb_subdom completelySimo Sorce2013-02-101-52/+58
* Refactor sysdb_master_domain_add_info()Simo Sorce2013-02-101-24/+6
* Update main domain info in placeSimo Sorce2013-02-101-5/+4
* Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce2013-02-101-3/+1
* Add realm info to sss_domain_infoSimo Sorce2013-02-105-6/+8
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-101-0/+1
* dp: check whether hostid backend is configured before filing be requestPavel Březina2013-02-011-0/+8
* Fix minor grammar error in logStephen Gallagher2013-01-301-1/+1
* krb: recreate ccache if it was deletedPavel Březina2013-01-301-1/+8
* nested groups: fix group lookup hangs if member dn is incorrectPavel Březina2013-01-281-0/+24
* Possible null derefence in ipa_subdomains.c.Michal Zidek2013-01-251-0/+4
* fix backend callbacks: remove callback properly from dlistPavel Březina2013-01-221-6/+18
* Fix code styleJakub Hrozek2013-01-221-1/+2
* Make struct be_req opaqueSimo Sorce2013-01-212-18/+18
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-2117-32/+45
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-2122-133/+155
* Add be_req_create() helperSimo Sorce2013-01-213-40/+38
* Introduce be_req_terminate() helperSimo Sorce2013-01-2118-129/+84