summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Check for failure in sss_packet_grow()Stephen Gallagher1-5/+5
2012-02-13Avoid uninitialized value comparisonStephen Gallagher1-0/+3
2012-02-13SSH: Verify that names received from client are valid UTF-8 in responderJan Cholasta1-0/+4
2012-02-13Allocate setent structure on state, not on the client contextJakub Hrozek4-9/+9
2012-02-13Remove setent structure when callback is calledJakub Hrozek5-22/+16
2012-02-10Only fetch SELinux string if the user is foundJakub Hrozek1-1/+2
2012-02-10SUDO responder: check if the input is a UTF-8 stringPavel Březina1-0/+7
2012-02-10Fix group enumerationJakub Hrozek2-2/+9
2012-02-07Fix SSH compilation on RHEL5Jakub Hrozek1-0/+3
2012-02-07SSH: ResponderJan Cholasta3-0/+872
2012-02-07DP: Add support for hosts in sss_dp_get_accountJan Cholasta2-2/+13
2012-02-06SUDO Integration - fix offline behaviourPavel Březina1-2/+2
2012-02-06SELinux support in PAM responderJan Zeleny1-0/+163
2012-02-05AUTOFS: responderJakub Hrozek6-3/+1720
2012-02-05Split the logic to check cache expiration into separate functionJakub Hrozek3-43/+73
2012-02-05RESPONDERS: Refactor setent_req_listJakub Hrozek6-100/+133
2012-02-04SUDO Integration - responder 'sudo_timed' optionPavel Březina3-1/+32
2012-02-04SUDO Integration - in-memory cache in responderPavel Březina5-9/+415
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-1/+1
2012-02-04NSS: Use sss_hash_create instead of destructorJakub Hrozek2-13/+2
2012-02-02RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek3-13/+19
2012-01-31Refactor nss_cmd_send_emptyJakub Hrozek6-41/+46
2012-01-30Fix sudo compilation on RHEL5Jakub Hrozek1-0/+2
2012-01-27SUDO Integration - responder command for cn=defaultsPavel Březina4-18/+93
2012-01-27SUDO Integration - prepare data provider for new responder commandsPavel Březina1-1/+1
2012-01-27SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina1-2/+5
2012-01-27Rename sss_dp_type to sss_dp_sudo_typeStephen Gallagher2-4/+4
2012-01-27Use the new SUDO request in DP and sudo responderJakub Hrozek3-216/+67
2012-01-27SUDO: Provide a sudo DP request based on the internal_reqJakub Hrozek2-0/+144
2012-01-27NSS: Add service enumeration support to NSS providerStephen Gallagher3-1/+662
2012-01-27DP: Refactor responder_dp_req so it's reusable by other respondersJakub Hrozek3-240/+349
2012-01-27NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher3-0/+1209
2012-01-27NSS: Add negative cache routines for servicesStephen Gallagher2-3/+132
2012-01-27DP: Add support for services in dp requestsStephen Gallagher2-0/+4
2012-01-26PAM: Do not overwrite retJakub Hrozek1-3/+1
2012-01-23Move sized_string declaration to utilsStephen Gallagher2-19/+0
2012-01-23DP: Fix bugs in sss_dp_get_account_intStephen Gallagher4-66/+47
2012-01-21RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher5-14/+32
2012-01-18PAM: Fix reversed logicJakub Hrozek1-1/+1
2012-01-17SUDO Integration review issuesPavel Březina2-1/+4
2012-01-17NSS: Improve DEBUG messages for netgroup cacheStephen Gallagher1-2/+2
2012-01-09nsssrv: use sized_string in fill_grentSimo Sorce1-35/+48
2012-01-09nsssrv: use sized_string in fill_pwentSimo Sorce1-41/+56
2012-01-09nsssrv: add string manipulation helperSimo Sorce2-0/+19
2012-01-04nsssrv: remove unused macroSimo Sorce1-2/+0
2011-12-21Return user and group names lowercased in case insensitive domainsJakub Hrozek1-12/+32
2011-12-21sss_get_cased_name utility functionJakub Hrozek3-11/+11
2011-12-20PAM: make initgroups timeout work across multiple clientsStephen Gallagher6-6/+241
2011-12-19Deleted declaration of nss_get_dom()Jan Zeleny1-4/+0
2011-12-19Pass client context to sss_dp_get_account_sendJakub Hrozek1-1/+1