summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Remove SYSDB_SUDO_CACHE_OC from attribute listsPavel Březina2012-08-071-1/+0
* Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OCPavel Březina2012-08-071-1/+1
* Change subdomain_infoSimo Sorce2012-08-011-1/+1
* Fix bad checkJakub Hrozek2012-08-011-1/+1
* Write SELinux config files in responder instead of PAM moduleJan Zeleny2012-07-271-5/+95
* Move SELinux processing from session to account PAM stackJan Zeleny2012-07-271-1/+2
* NSS: Add override_shell optionStephen Gallagher2012-07-203-2/+18
* PAM: Fix off-by-one-error in the SELinux session codeJakub Hrozek2012-07-181-1/+1
* Fix uninitialized valuesNick Guay2012-07-183-5/+5
* Add newline to DEBUG messagesJakub Hrozek2012-07-121-2/+2
* Fix segfault when using local providerStephen Gallagher2012-07-101-6/+5
* pac responder: limit access by checking UIDsSumit Bose2012-07-103-4/+161
* Fix potential NULL-dereferenceStephen Gallagher2012-07-091-1/+2
* Fix potential NULL-dereferenceStephen Gallagher2012-07-091-1/+3
* Set file descriptor limits in pac responderSumit Bose2012-07-061-0/+15
* sudo responder: schedule OOB full refresh when expired rule is deletedPavel Březina2012-06-292-4/+40
* sudo responder: refresh expired rulesPavel Březina2012-06-291-31/+106
* sudo responder: update dp interfacePavel Březina2012-06-293-34/+72
* sudo responder: allow fetching only expired rules in sudosrv_get_sudorules_qu...Pavel Březina2012-06-291-25/+22
* sudo sysdb: add expiration time to the filterPavel Březina2012-06-291-1/+1
* sudo responder: new request enum typePavel Březina2012-06-293-13/+19
* sudo responder: discard in-memory cachePavel Březina2012-06-293-375/+0
* sudo responder: change protocol version to 1Pavel Březina2012-06-291-0/+9
* sudo api: send uid, username and domainnamePavel Březina2012-06-294-109/+102
* sudo responder: get rid of dctx where possiblePavel Březina2012-06-293-93/+102
* sudo responder: remove code duplication in commandsPavel Březina2012-06-294-277/+283
* SELinux user maps: pick just one mapJan Zeleny2012-06-251-12/+11
* Fix re_expression matching with subdomainsJan Zeleny2012-06-213-70/+154
* Add range support to PAC responderSumit Bose2012-06-213-45/+140
* PAC responder: add the core functionalitySumit Bose2012-06-212-2/+471
* PAC responder: add some utility functionsJan Zeleny2012-06-212-0/+549
* PAC responder: add basic infrastructureSumit Bose2012-06-213-0/+340
* Move some debug lines to new debug log levelsStef Walter2012-06-202-2/+2
* Make the client idle timeout configurableStephen Gallagher2012-06-182-4/+19
* Add support for terminating idle connectionsShantanu Goel2012-06-182-2/+67
* Log message if close() fails in destructor.Shantanu Goel2012-06-181-1/+12
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-1213-55/+57
* Allow fast memcache timeout to be configurableJan Zeleny2012-06-103-5/+15
* PAM: Better pam_reply messageStephen Gallagher2012-06-101-1/+2
* Ghost members - various small changesJan Zeleny2012-05-311-1/+1
* Ghost members - NSS responder changesJan Zeleny2012-05-311-89/+147
* NSS: Restore original protocol for getservbyportStephen Gallagher2012-05-251-1/+1
* Send 16bit protocol numbers from the sss_clientJakub Hrozek2012-05-251-1/+1
* NSS: Fix segfault when mmap cache cannot be initializedStephen Gallagher2012-05-241-2/+2
* NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher2012-05-161-1/+9
* Use sized_string correctly in FQDN domainsJakub Hrozek2012-05-151-2/+2
* NSS: keep a pointer to body after body is reallocatedJakub Hrozek2012-05-151-0/+3
* Send the correct enumeration requestJakub Hrozek2012-05-101-1/+1
* NSS: Add default_shell optionStephen Gallagher2012-05-093-1/+15
* NSS: Add fallback_homedir optionStephen Gallagher2012-05-093-2/+27