summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* SELinux support in PAM responderJan Zeleny2012-02-061-0/+163
* AUTOFS: responderJakub Hrozek2012-02-056-3/+1720
* Split the logic to check cache expiration into separate functionJakub Hrozek2012-02-053-43/+73
* RESPONDERS: Refactor setent_req_listJakub Hrozek2012-02-056-100/+133
* SUDO Integration - responder 'sudo_timed' optionPavel Březina2012-02-043-1/+32
* SUDO Integration - in-memory cache in responderPavel Březina2012-02-045-9/+415
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-1/+1
* NSS: Use sss_hash_create instead of destructorJakub Hrozek2012-02-042-13/+2
* RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek2012-02-023-13/+19
* Refactor nss_cmd_send_emptyJakub Hrozek2012-01-316-41/+46
* Fix sudo compilation on RHEL5Jakub Hrozek2012-01-301-0/+2
* SUDO Integration - responder command for cn=defaultsPavel Březina2012-01-274-18/+93
* SUDO Integration - prepare data provider for new responder commandsPavel Březina2012-01-271-1/+1
* SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina2012-01-271-2/+5
* Rename sss_dp_type to sss_dp_sudo_typeStephen Gallagher2012-01-272-4/+4
* Use the new SUDO request in DP and sudo responderJakub Hrozek2012-01-273-216/+67
* SUDO: Provide a sudo DP request based on the internal_reqJakub Hrozek2012-01-272-0/+144
* NSS: Add service enumeration support to NSS providerStephen Gallagher2012-01-273-1/+662
* DP: Refactor responder_dp_req so it's reusable by other respondersJakub Hrozek2012-01-273-240/+349
* NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher2012-01-273-0/+1209
* NSS: Add negative cache routines for servicesStephen Gallagher2012-01-272-3/+132
* DP: Add support for services in dp requestsStephen Gallagher2012-01-272-0/+4
* PAM: Do not overwrite retJakub Hrozek2012-01-261-3/+1
* Move sized_string declaration to utilsStephen Gallagher2012-01-232-19/+0
* DP: Fix bugs in sss_dp_get_account_intStephen Gallagher2012-01-234-66/+47
* RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher2012-01-215-14/+32
* PAM: Fix reversed logicJakub Hrozek2012-01-181-1/+1
* SUDO Integration review issuesPavel Březina2012-01-172-1/+4
* NSS: Improve DEBUG messages for netgroup cacheStephen Gallagher2012-01-171-2/+2
* nsssrv: use sized_string in fill_grentSimo Sorce2012-01-091-35/+48
* nsssrv: use sized_string in fill_pwentSimo Sorce2012-01-091-41/+56
* nsssrv: add string manipulation helperSimo Sorce2012-01-092-0/+19
* nsssrv: remove unused macroSimo Sorce2012-01-041-2/+0
* Return user and group names lowercased in case insensitive domainsJakub Hrozek2011-12-211-12/+32
* sss_get_cased_name utility functionJakub Hrozek2011-12-213-11/+11
* PAM: make initgroups timeout work across multiple clientsStephen Gallagher2011-12-206-6/+241
* Deleted declaration of nss_get_dom()Jan Zeleny2011-12-191-4/+0
* Pass client context to sss_dp_get_account_sendJakub Hrozek2011-12-191-1/+1
* DP: Remove processed callbacksJakub Hrozek2011-12-161-3/+5
* SUDO Integration - responder - get sudo rules logicJakub Hrozek2011-12-161-2/+444
* SUDO Integration - responderPavel Březina2011-12-166-0/+1041
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-166-46/+168
* Canonicalize username in PAM providerJakub Hrozek2011-12-161-0/+27
* Responders: Split getting domain by name into separate functionJakub Hrozek2011-12-165-22/+21
* Ignore NULL-terminator when checking UTF8-validity for netgroupsStephen Gallagher2011-12-081-1/+1
* Pass the correct private data into Data Provider callbackJakub Hrozek2011-12-071-1/+1
* Ignore NULL-terminator when checking UTF8-validityStephen Gallagher2011-12-052-4/+4
* Allow using Glib for UTF8 supportStephen Gallagher2011-12-051-9/+1
* RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher2011-11-296-427/+641
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-2/+1