summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Shortcut looking up for group members soonerJakub Hrozek2016-06-231-10/+53
* DP: Switch to new interfacePavel Březina2016-06-2013-1127/+1490
* 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-2014-14/+14
* Rename dp_dyndns.h to be_dyndns.hPavel Březina2016-06-202-2/+2
* Rename dp_refresh.h to be_refresh.hPavel Březina2016-06-201-1/+1
* Rename dp_ptask to be_ptaskPavel Březina2016-06-203-3/+3
* Remove braces from DEBUG statementsPavel Březina2016-06-181-1/+1
* LDAP: Decorate the hot paths in the LDAP provider with systemtap probesJakub Hrozek2016-06-105-0/+81
* 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-311-16/+20
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-191-6/+6
* 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
* LDAP: Print port in sdap_print_serverLukas Slebodnik2016-04-271-3/+16
* 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
* AD: Recognize Windows Server 2016Jakub Hrozek2016-04-072-3/+6
* SDAP: Remove unused parameter talloc contextLukas Slebodnik2016-04-051-4/+2
* SUDO: be able to parse modifyTimestamp correctlyPavel Březina2016-03-173-17/+50
* tests: Add a unit test for the external groups resolutionJakub Hrozek2016-03-111-4/+6
* sdap: improve filtering of multiple results in GC lookupsSumit Bose2016-03-011-42/+6
* remove user certificate if not found on the serverPavel Březina2016-03-011-0/+10
* LDAP: Use the IPA provider interface to resolve external group membersJakub Hrozek2016-02-243-28/+654
* IPA: Add interface to call into IPA provider from LDAP providerJakub Hrozek2016-02-241-0/+23
* Add a new option ldap_group_external_memberJakub Hrozek2016-02-242-0/+4
* subdomains: inherit ldap_krb5_keytabSumit Bose2016-02-231-0/+1
* Fix typos reported by lintianLukas Slebodnik2016-02-231-1/+1
* SDAP: Add return code ERR_ACCOUNT_LOCKEDPavel Reichl2016-02-172-0/+10
* Just return NULL if tevent_req_create() failsSumit Bose2016-02-111-2/+1
* SDAP: Add error code to debug messagePavel Reichl2016-02-091-2/+4
* IDMAP: Add support for automatic adding of rangesPavel Reichl2016-01-203-5/+13
* SDAP: Make it possible to silence errors from dereferenceJakub Hrozek2016-01-192-9/+23
* sdap_connect_send: fail if uri or sockaddr is NULLPavel Březina2016-01-191-0/+6
* SUDO: simplify usn filterPavel Březina2016-01-191-4/+2
* SUDO: remember usn as number instead of stringPavel Březina2016-01-193-21/+24
* SUDO: allow disabling full refreshPavel Březina2016-01-191-1/+1
* SUDO: assume zero if usn is unknownPavel Březina2016-01-192-16/+7
* SUDO: remove full_refresh_in_progressPavel Březina2016-01-192-5/+0
* SUDO: sdap_sudo_set_usn() do not steal usnPavel Březina2016-01-192-3/+10
* SDAP: Add sdap_or_filtersPavel Březina2016-01-192-7/+27
* SDAP: use ipa_get_rdn() in nested groupsPavel Březina2016-01-191-71/+9
* SUDO: fail on failed request that cannot be retryPavel Březina2016-01-191-0/+3
* SUDO: allow to disable ptaskPavel Březina2016-01-191-16/+20
* SUDO: move code shared between ldap and ipa to separate modulePavel Březina2016-01-194-110/+197
* SUDO: make sudo sysdb interface more reusablePavel Březina2016-01-194-327/+15