summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* PAM: allow muliple users mapped to a certificateSumit Bose2017-03-104-59/+166
* ifp: add FindByNameAndCertificateSumit Bose2017-03-106-0/+360
* ifp: add ListByCertificateSumit Bose2017-03-106-0/+165
* cache_req: allow multiple matches for searches by certificateSumit Bose2017-03-101-2/+2
* sysdb: allow multiple results for searches by certificateSumit Bose2017-03-102-7/+43
* util-test: Extend unit test for sss_filter_sanitize_exLukas Slebodnik2017-03-101-0/+18
* test_utils: Add test coverage for %l in override_homedirLukas Slebodnik2017-03-101-2/+9
* NSS: Fix invalidating memory cache for subdomain usersJakub Hrozek2017-03-101-1/+3
* Allow manual start for sssd-ifpJakub Hrozek2017-03-081-1/+0
* Fixed typo in debug outputThorsten Scherf2017-03-081-1/+1
* sss_cache: User/groups invalidation in domain cachePetr Čech2017-03-085-8/+173
* SECRETS: Shutdown the responder in case it becomes idleFabiano Fidêncio2017-03-082-0/+6
* RESPONDER: Wrap up the code to setup the idle timeoutFabiano Fidêncio2017-03-082-35/+54
* cache_req: use rctx as memory context during midpoint refreshPavel Březina2017-03-081-1/+1
* UTIL: first letter of user name template for override_homedirIgnacio Reguero2017-03-072-0/+21
* test_secrets: Fail in child if sssd_secrets cannot startLukas Slebodnik2017-03-071-12/+19
* MAN: Add dyndns_auth optionJustin Stephenson2017-03-072-0/+30
* UTIL: Sanitize newline and carriage return characters.Victor Tapia2017-03-071-0/+10
* Updating translations for the 1.15.1 releasesssd-1_15_1Jakub Hrozek2017-03-0317-8135/+10354
* CACHE_REQ: Only search the given domain when looking up entries by UPNJakub Hrozek2017-03-031-2/+2
* SYSDB: When searching for UPNs, search either the whole DB or only the given ...Jakub Hrozek2017-03-039-21/+32
* PAM: Improve debugging on smartcard creds forwardSumit Bose2017-03-031-0/+1
* TESTS: Adapt pam-srv-tests to deal with cache_req related changesFabiano Fidêncio2017-03-031-23/+53
* PAM: Use cache_req to perform initgroups lookupsFabiano Fidêncio2017-03-033-389/+83
* CACHE_REQ: Add cache_req_data_set_bypass_cache()Fabiano Fidêncio2017-03-034-1/+18
* UTIL: Store UPN suffixes when creating a new subdomainJakub Hrozek2017-03-025-7/+17
* SYSTEMD: Force responders to refuse manual startFabiano Fidêncio2017-03-027-0/+7
* SYSTEMD: Don't mix up responders' socket and monitor activationFabiano Fidêncio2017-03-028-0/+204
* cache_req: use own namespace for UPNsSumit Bose2017-03-025-5/+94
* pam: use authtok from PAM stack if availableSumit Bose2017-03-022-3/+29
* SYSTEMD: Avoid starting a responder socket in case SSSD is not startedFabiano Fidêncio2017-03-017-0/+14
* SYSTEMD: Add "After=sssd.service" to the responders' sockets unitsFabiano Fidêncio2017-03-017-0/+7
* authtok: fix tests on big-endianSumit Bose2017-02-281-4/+18
* Use pagure links as a reference to upstreamLukas Slebodnik2017-02-289-12/+10
* CONFDB: If no configuration file is provided, create a fallback configurationJakub Hrozek2017-02-282-13/+63
* CONFDB: Refactor reading the config fileJakub Hrozek2017-02-281-60/+84
* TESTS: Test the files domain autoconfigurationJakub Hrozek2017-02-271-0/+78
* TESTS: Enable the files domain for all integration testsJakub Hrozek2017-02-271-1/+9
* MONITOR: Enable an implicit files domain if one is not configuredJakub Hrozek2017-02-2710-2/+238
* TESTS: Remove unused importJakub Hrozek2017-02-231-1/+0
* KRB5: allow pkinit pre-authenticationSumit Bose2017-02-234-13/+303