summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* DP: Add function to get be_ctx directly from dp_clientPavel Březina2016-06-273-3/+12
* SBUS: Add string helper macrosPavel Březina2016-06-272-2/+2
* LDAP: Shortcut looking up for group members soonerJakub Hrozek2016-06-231-10/+53
* GPO: ignore non-KVP lines if possibleMichal Židek2016-06-221-1/+60
* DP: Move be_req_acct and remove discard_constPavel Březina2016-06-203-16/+4
* RESPONDER: New interface for client registrationPavel Březina2016-06-202-38/+0
* DP: Switch to new interfacePavel Březina2016-06-2067-8314/+8084
* DP: Add callback for backward compatibilityPavel Březina2016-06-203-0/+147
* DP: Introduce new interface for backendPavel Březina2016-06-2023-0/+3628
* sdap ops: add support for derefPavel Březina2016-06-202-0/+289
* sdap_search_bases: allow returning only the first replyPavel Březina2016-06-202-42/+123
* sdap_search_bases: allow map to be NULLPavel Březina2016-06-201-10/+8
* Rename dp_backend.h to backend.hPavel Březina2016-06-2038-37/+37
* Rename dp_dyndns.c to be_dyndns.cPavel Březina2016-06-201-0/+0
* Rename dp_dyndns.h to be_dyndns.hPavel Březina2016-06-2010-9/+9
* Rename dp_refresh.c to be_refresh.cPavel Březina2016-06-201-0/+0
* Rename dp_refresh.h to be_refresh.hPavel Březina2016-06-205-4/+4
* Rename dp_ptask to be_ptaskPavel Březina2016-06-2011-10/+10
* Remove braces from DEBUG statementsPavel Březina2016-06-184-5/+5
* LDAP: Decorate the hot paths in the LDAP provider with systemtap probesJakub Hrozek2016-06-105-0/+81
* STAP: Add helper functions to for human-readable account request representationJakub Hrozek2016-06-101-0/+2
* IPA: allow lookups by cert in sub-domains on the clientSumit Bose2016-06-093-9/+41
* AD: read user certificate if availableSumit Bose2016-06-091-1/+1
* ipa: save cert as blob in the cacheSumit Bose2016-06-091-2/+17
* ipa: add support for certificate overridesSumit Bose2016-06-094-0/+33
* AD: use krb5_keytab for subdomain initializationSumit Bose2016-06-094-15/+22
* AD_PROVIDER: Fix constant char *Petr Cech2016-06-071-1/+1
* GPO: Add "polkit-1" to ad_gpo_map_allowStephen Gallagher2016-06-031-1/+3
* LDAP: Try also the AD access control for IPA usersJakub Hrozek2016-06-031-0/+15
* Do not leak fds in case of failures setting up a child processJakub Hrozek2016-05-316-74/+93
* AD: Do not leak file descriptors during machine password renewalJakub Hrozek2016-05-311-13/+15
* IPA: use forest name when looking up the Global CatalogSumit Bose2016-05-241-1/+1
* AD: Do not schedule the machine renewal task if adcli is not executableJakub Hrozek2016-05-191-0/+9
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-195-37/+33
* Failover to next server if authentication failsPavel Březina2016-05-111-0/+1
* Inform about (un)successful connectionPavel Březina2016-05-111-0/+5
* Make sdap_process_group_send() staticJakub Hrozek2016-05-091-8/+9
* GPO: Add "unity" to ad_gpo_map_interactiveStephen Gallagher2016-05-061-1/+2
* LDAP: Print port in sdap_print_serverLukas Slebodnik2016-04-271-3/+16
* IPA: terminate properly if view name lookup failsSumit Bose2016-04-221-7/+1
* krb5_auth_store_creds: silence spurious debug messageSumit Bose2016-04-191-1/+5
* IPA_SUDO: Prevent dereference of NULL pointerLukas Slebodnik2016-04-181-0/+5
* dp_ptask: Fix memory leak in synchronous ptaskLukas Slebodnik2016-04-131-0/+2
* IPA: resolve PAC for trusted users on IPA clientsSumit Bose2016-04-133-1/+225
* IPA: ipa_s2n_get_list_send() allow other list typesSumit Bose2016-04-131-20/+72
* IPA: rename ipa_s2n_get_fqlist* to ipa_s2n_get_list*Sumit Bose2016-04-131-49/+49
* AD: process PAC during initgroups requestSumit Bose2016-04-134-8/+878
* util: make concatenate_string_array() reusableSumit Bose2016-04-131-25/+0
* LDAP: refactor sdap_ad_tokengroups_initgr_mapping_done()Sumit Bose2016-04-132-27/+57
* SDAP: make some AD specific calls publicSumit Bose2016-04-132-14/+66