summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* cache_req: always go to dp first when looking up hostPavel Březina2017-02-081-1/+1
* ssh: fix typoPavel Březina2017-02-081-1/+1
* ssh: rewrite ssh responder to use cache_reqPavel Březina2017-02-087-1216/+1165
* cache_req: add host by name searchPavel Březina2017-02-089-17/+203
* cache_req: move dp request to pluginPavel Březina2017-02-0823-313/+360
* cache_req: add api to create ldb_result from messagePavel Březina2017-02-081-19/+28
* cache_req: search user by name with attrsPavel Březina2017-02-082-2/+42
* cache_req: add ability to not use default domain suffixPavel Březina2017-02-0821-1/+31
* sss_parse_inp_send: provide default_domain as parameterPavel Březina2017-02-084-7/+33
* ssh: do not create again fq namePavel Březina2017-02-081-14/+6
* ssh: fix number of output certificatesPavel Březina2017-02-081-1/+1
* IFP: Update ifp_iface_generated.cFabiano Fidêncio2017-02-071-6/+1
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+1
* RESPONDER: Change how client timeout is calculatedFabiano Fidêncio2017-01-232-8/+33
* RESPONDER: Shutdown {dbus,socket}-activated responders in case they're idleFabiano Fidêncio2017-01-232-1/+132
* RESPONDER: Don't expose client_idle_handler()Fabiano Fidêncio2017-01-232-21/+16
* RESPONDER: Make clear {reset_,}idle_timer() are related to clientFabiano Fidêncio2017-01-233-14/+14
* SBUS: Add destructor data to sbus_connectionFabiano Fidêncio2017-01-231-1/+1
* SBUS: Add a time_t pointer to the sbus_connectionFabiano Fidêncio2017-01-232-2/+3
* IFP: Make IFP responder dbus-activatableFabiano Fidêncio2017-01-232-1/+3
* SUDO: Make Sudo responder socket-activatableFabiano Fidêncio2017-01-231-0/+1
* SSH: Make SSH responder socket-activatableFabiano Fidêncio2017-01-231-0/+1
* PAM: Make PAM responder socket-activatableFabiano Fidêncio2017-01-231-0/+1
* PAC: Make PAC responder socket-activatableFabiano Fidêncio2017-01-231-0/+1
* NSS: Make NSS responder socket-activatableFabiano Fidêncio2017-01-231-0/+1
* AUTOFS: Make AutoFS responder socket-activatableFabiano Fidêncio2017-01-231-0/+1
* RESPONDER: Make responders' common code ready for socket activationFabiano Fidêncio2017-01-233-38/+38
* UTIL: Introduce --dbus-activated cmd option for respondersFabiano Fidêncio2017-01-232-2/+5
* UTIL: Introduce --socket-activated cmdline option for respondersFabiano Fidêncio2017-01-233-17/+24
* MONITOR: Pass the service type to the RegisterService methodFabiano Fidêncio2017-01-231-2/+2
* AUTOFS: Check return of sss_cmd_empty_packet()Fabiano Fidêncio2017-01-201-1/+6
* IFP: Fix GetUserAttrJakub Hrozek2017-01-161-0/+1
* DP: Remove unused attr_type from struct dp_id_dataLukas Slebodnik2017-01-161-4/+2
* nss: remove the old codePavel Březina2016-12-197-8903/+0
* nss: rewrite nss responder so it uses cache_reqPavel Březina2016-12-1916-42/+4377
* responders: do not try to contact DP with LOCAL providerPavel Březina2016-12-191-0/+22
* responders: remove checks that are handled inside cache_reqPavel Březina2016-12-193-19/+1
* responders: unify usage of sss_cmd_send_empty and _errorPavel Březina2016-12-194-7/+9
* cache_req: do not set ncache if dp request failsPavel Březina2016-12-193-10/+36
* cache_req: allow to search subdomains without fqnPavel Březina2016-12-196-10/+10
* cache_req: fix plugin function descriptionPavel Březina2016-12-191-2/+3
* cache_req: improve debuggingPavel Březina2016-12-193-3/+4
* cache_req: make plug-ins definition constPavel Březina2016-12-1922-42/+42
* cache_req: add object by idPavel Březina2016-12-195-0/+177
* cache_req: add object by namePavel Březina2016-12-195-0/+271
* cache_req: allow upn search with attrsPavel Březina2016-12-191-1/+6
* cache_req: make sure that we always fetch default attrsPavel Březina2016-12-191-1/+43
* cache_req: return well known objects in object by sidPavel Březina2016-12-193-1/+148
* cache_req: allow to return well known object as resultPavel Březina2016-12-1921-3/+153
* cache_req: allow shallow copy of resultPavel Březina2016-12-192-0/+67