summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Fix memory hierarchy in subdomains discoveryJakub Hrozek2012-10-111-116/+160
* nss_cmd_retpwent(): do not go into infinite loop if n < 0Pavel Březina2012-10-111-0/+8
* do not call dp callbacks when responder is shutting downPavel Březina2012-10-113-0/+25
* Fix typosYuri Chornoivan2012-10-092-2/+2
* Fix uninitialized pointer read in ssh_host_pubkeys_update_known_hostsJakub Hrozek2012-10-091-1/+2
* SSH: Expire hosts in known_hostsJan Cholasta2012-10-053-1/+21
* SSH: Refactor sysdb and related codeJan Cholasta2012-10-052-73/+52
* Fix few coding style issuesPavel Březina2012-10-021-1/+1
* Use flat name for master domain as wellSumit Bose2012-10-012-1/+18
* Add new option default_domain_suffixSumit Bose2012-10-0110-24/+65
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-242-6/+2
* sss_cache tool invalidates records in memory cache.Michal Zidek2012-09-243-2/+126
* SSH: Fix possible infinite loop when updating known_hostsJan Cholasta2012-09-201-3/+1
* SELinux: Always use the default if it exists on the serverJakub Hrozek2012-09-131-22/+21
* NSS: Fix off-by-one error in parse_getservbynameJakub Hrozek2012-09-131-1/+1
* SSH: Simplify public key formatting functionJan Cholasta2012-09-041-4/+2
* SSH: Return error code in SSH utility functionsJan Cholasta2012-09-041-6/+7
* Check if the SELinux login directory existsJakub Hrozek2012-09-041-3/+3
* accept_fd_handler: add missing returnSumit Bose2012-08-211-0/+1
* Only create the SELinux login file if there are mappings on the serverJakub Hrozek2012-08-161-45/+77
* Do not try to remove the temp login file if already renamedJakub Hrozek2012-08-161-2/+3
* Build SELinux code in responder conditionallyJakub Hrozek2012-08-161-0/+7
* Fix LOCAL domain lookupsPavel Březina2012-08-151-19/+22
* 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