summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cache_req: add support for netgroupsPavel Březina2016-12-195-0/+173
* cache_req: add support for services enumerationPavel Březina2016-12-195-0/+107
* cache_req: add support for service by portPavel Březina2016-12-195-0/+190
* cache_req: add support for service by namePavel Březina2016-12-196-5/+273
* cache_req: add group enumerationPavel Březina2016-12-195-0/+117
* cache_req: add user enumerationPavel Březina2016-12-195-0/+133
* cache_req: add ability to filter domains by enumerationPavel Březina2016-12-1913-5/+55
* cache_req: add ability to gather result from all domainsPavel Březina2016-12-1913-17/+71
* cache_req: encapsulate output data into structurePavel Březina2016-12-193-50/+179
* cache_req: skip first search on bypass cachePavel Březina2016-12-191-10/+22
* cache_req: fix initgroups by namePavel Březina2016-12-191-1/+3
* setent_notify: remove unused private contextPavel Březina2016-12-192-5/+0
* nss: move nss_ctx->global_names to rctxPavel Březina2016-12-192-0/+7
* RESPONDER: Remove dead assignment to the variable retLukas Slebodnik2016-12-081-2/+0
* RESPONDER: Adding of return value checkingPetr Čech2016-11-141-1/+1
* cache_req: delete old codePavel Březina2016-10-202-1886/+0
* cache_req: move from switch to plugins, add pluginsPavel Březina2016-10-2015-0/+2019
* cache_req: move from switch to plugins; add logicPavel Březina2016-10-205-0/+1295
* DP: Remove old data provider interfacePavel Březina2016-08-163-15/+13
* sbus: add utility function to simplify message and reply handlingPavel Březina2016-08-161-73/+12
* rdp: add ability to forward reply to the client requestPavel Březina2016-08-162-67/+213
* NSS: Do not check local users with disabled local_negative_timeoutLukas Slebodnik2016-08-091-18/+27
* RESPONDERS: Pass errno to strerror() when SELINUX_getpeercon() failsFabiano Fidêncio2016-08-041-0/+1
* RESPONDERS: Show a bit more info in case of SELINUX_getpeercon() failureFabiano Fidêncio2016-08-041-0/+2
* RESPONDERS: Decrease debug level for failures in SELINUX_getpeercon()Fabiano Fidêncio2016-08-041-2/+2
* Amend debug messages after failure of unlinkLukas Slebodnik2016-07-251-1/+2
* Fix packet size calculation in sss_packet_newNikolai Kondrashov2016-07-071-1/+1
* SYSDB: Remove useless parameter from sysdb_init()Jakub Hrozek2016-07-071-1/+1
* RESPONDERS: Return the sysdb name from cache_reqJakub Hrozek2016-07-071-1/+1
* NCACHE: Store FQDNs internaly, check for shortnames in filesJakub Hrozek2016-07-072-8/+63
* RESPONDER: Add a helper function sss_resp_create_fqnameJakub Hrozek2016-07-072-0/+50
* RESPONDER: Use fqnames for cache_req lookups of users and groupsJakub Hrozek2016-07-071-12/+81
* Secrets: Add initial responder code for secrets serviceSimo Sorce2016-06-292-12/+11
* Responders: Add support for socket activationSimo Sorce2016-06-292-2/+74
* Responders: Make the client context more genericSimo Sorce2016-06-293-50/+97
* Downcast to errno_t after tevent_req_is_errorLukas Slebodnik2016-06-291-2/+8
* SYSDB: Search the timestamp caches in addition to the sysdb cacheJakub Hrozek2016-06-231-2/+8
* SYSDB: Open a timestamps cache for caching domainsJakub Hrozek2016-06-231-1/+2
* RESPONDER: New interface for client registrationPavel Březina2016-06-205-3/+360
* DP: Switch to new interfacePavel Březina2016-06-201-52/+35
* Remove braces from DEBUG statementsPavel Březina2016-06-181-2/+2