summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TESTS: Add integration tests for the KCM responderJakub Hrozek2017-03-274-0/+696
* MAN: Add a manual page for sssd-kcmJakub Hrozek2017-03-273-1/+202
* KCM: Implement KCM server operationsJakub Hrozek2017-03-273-9/+2141
* KCM: Add a in-memory credential storageJakub Hrozek2017-03-273-4/+816
* KCM: Implement an internal ccache storage and retrieval APIJakub Hrozek2017-03-276-0/+2013
* KCM: request parsing and sending a replyJakub Hrozek2017-03-272-13/+473
* KCM: Initial responder build and packagingJakub Hrozek2017-03-2712-4/+543
* UTIL: krb5 principal (un)marshallingJakub Hrozek2017-03-272-0/+204
* UTIL: Add type-specific getsetters to sss_iobufJakub Hrozek2017-03-272-0/+141
* UTIL: Add utility macro cli_creds_get_gid()Jakub Hrozek2017-03-271-0/+1
* UTIL: Add SAFEALIGN_COPY_UINT8_CHECKJakub Hrozek2017-03-271-0/+6
* UTIL: Fix a typo in the tcurl test toolJakub Hrozek2017-03-271-2/+2
* UTIL: iobuf: Make input parameter for the readonly operation constJakub Hrozek2017-03-272-2/+2
* IPA: Enhance debug logging for ipa s2n operationsJustin Stephenson2017-03-231-0/+28
* IPA: Add s2n request to string functionJustin Stephenson2017-03-231-0/+16
* nss: allow larger buffer for certificate based requestsSumit Bose2017-03-232-1/+21
* nss-idmap: add sss_nss_getlistbycert()Sumit Bose2017-03-239-5/+470
* IPA: add certmap supportSumit Bose2017-03-235-1/+367
* sysdb: add certmap related callsSumit Bose2017-03-233-0/+712
* sss_cert_derb64_to_ldap_filter: add sss_certmap supportSumit Bose2017-03-237-18/+75
* LDAP: always store the certificate from the requestSumit Bose2017-03-236-9/+27
* sdap_get_users_send(): new argument mapped_attrsSumit Bose2017-03-239-7/+111
* sysdb: add sysdb_attrs_copy()Sumit Bose2017-03-233-0/+112
* certmap: add placeholder for OpenSSL implementationSumit Bose2017-03-232-3/+37
* certmap: add new library libsss_certmapSumit Bose2017-03-2315-1/+5454
* util: move string_in_list to util_extSumit Bose2017-03-232-20/+22
* split_on_separator: move to a separate fileSumit Bose2017-03-232-93/+121
* MAN: Mention sssd-secrets in "SEE ALSO" sectionLukas Slebodnik2017-03-221-0/+6
* UTIL: Typo in commentMichal Židek2017-03-171-1/+1
* Updating the translations for the 1.15.2 releasesssd-1_15_2Jakub Hrozek2017-03-1517-8724/+10611
* MAN: Add trusted domain section man entryMichal Židek2017-03-151-0/+22
* SUBDOMAINS: Allow options ad(_backup)_serverMichal Židek2017-03-152-2/+12
* SUBDOMAINS: Configurable search basesMichal Židek2017-03-155-148/+250
* data_provider: Fix typo in DEBUG messageMichal Židek2017-03-151-1/+1
* NSS: Don't call chown on NSS service's ExecStartPreFabiano Fidêncio2017-03-151-1/+0
* NSS: Ensure the NSS socket is started before any other services' socketsFabiano Fidêncio2017-03-151-0/+1
* NSS: Don't set SocketUser/SocketGroup as "sssd" in sssd-nss.socketFabiano Fidêncio2017-03-151-2/+0
* PROXY: Remove duplicit users from groupPetr Čech2017-03-151-4/+149
* TESTS: test the curl wrapper with a command-line toolJakub Hrozek2017-03-144-1/+374
* UTIL: Add a libtevent libcurl wrapperJakub Hrozek2017-03-142-0/+1044
* BUILD: Detect libcurl during configureJakub Hrozek2017-03-141-0/+38
* UTIL: Add a generic iobuf moduleJakub Hrozek2017-03-143-0/+518
* UTIL: Add a new macro SAFEALIGN_MEMCPY_CHECKJakub Hrozek2017-03-141-0/+6
* CACHE_REQ: shortcut if object is foundPavel Březina2017-03-141-0/+12
* CACHE_REQ: Check the caches firstFabiano Fidêncio2017-03-1411-35/+168
* CACHE_REQ: Move cache_req_next_domain() into a new tevent requestFabiano Fidêncio2017-03-141-148/+279
* CACHE_REQ: Move result manipulation into a separate modulePavel Březina2017-03-144-219/+255
* CACHE_REQ: Make cache_req_{create_and_,}add_result() more genericPavel Březina2017-03-141-19/+34
* IPA: get overrides for all users found by certificateSumit Bose2017-03-101-28/+132
* nss: ensure that SSS_NSS_GETNAMEBYCERT only returns a unique matchSumit Bose2017-03-103-1/+22