summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo
Commit message (Expand)AuthorAgeFilesLines
* Option filter_users had no effect for retrieving sudo rulesAdam Tkac2015-06-193-0/+39
* sudo: return after tevent_req_errorPavel Reichl2015-01-301-0/+1
* SUDO: Use the override_space optionJakub Hrozek2014-08-132-2/+8
* sudo: use dbus array for rules refreshPavel Březina2014-07-241-1/+15
* sudo: fetch sudoRunAs attributePavel Březina2014-07-221-0/+1
* IFP: Provide a SBUS method to reconnect to sysbusJakub Hrozek2014-07-161-0/+1
* sbus: Refactor how we export DBus interfacesStef Walter2014-06-021-14/+2
* sbus: Use constants to make dbus callsStef Walter2014-06-021-2/+2
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-06-021-13/+21
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-05-025-132/+132
* sudo: improve time restrictions debug messagesPavel Březina2013-10-011-0/+7
* SUDO: realloc with sizeof(uint32_t) when adding uint32_tJakub Hrozek2013-07-221-1/+1
* sudo responder: use different callback for oob refreshPavel Březina2013-06-271-6/+8
* Lookup domains at startupSumit Bose2013-06-041-0/+6
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-2/+3
* sudo responder: search rules for subdomains in parent domain subtreePavel Březina2013-05-101-0/+5
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-021-1/+1
* Check for correct variable nameJakub Hrozek2013-04-031-1/+1
* change responder contexts hierarchyPavel Březina2013-03-201-9/+14
* do not leak memory on failure in *_process_init()Pavel Březina2013-03-201-3/+7
* Removing unused parameter type from sudosrv_get_sudorules_query_cache()Lukas Slebodnik2013-03-071-6/+4
* Parent and subdomains use the same sysdbSimo Sorce2013-02-101-66/+7
* Add function get_next_domain()Simo Sorce2013-02-101-3/+3
* sudo responder: change num_rules type from size_t to uint32_tPavel Březina2013-01-225-20/+20
* Add domain arguments to sysdb sudo functionsSimo Sorce2013-01-151-4/+5
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-151-3/+7
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-1/+1
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-182-2/+1
* sudo: print rule name if notBefore or notAfter attribute is missingPavel Březina2012-12-061-1/+1
* sudo: print message if old protocol is usedPavel Březina2012-12-021-3/+15
* SUDO: Fix wrong variable checkJakub Hrozek2012-11-191-1/+1
* sudo: print how many rules we are refreshing or returningPavel Březina2012-11-141-3/+4
* sudo: do not send domain name with usernamePavel Březina2012-11-143-6/+5
* sudo: support users from subdomainsPavel Březina2012-11-144-60/+214
* use tmp_ctx in sudosrv_get_sudorules_from_cache()Pavel Březina2012-11-141-8/+20
* sudo: fix missing parameter in two debug messagesPavel Březina2012-11-141-3/+3
* sudo: do not hardcode protocol versionPavel Březina2012-10-301-1/+2
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* Add new option default_domain_suffixSumit Bose2012-10-011-1/+2
* 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
* Fix uninitialized valuesNick Guay2012-07-181-1/+1
* Fix potential NULL-dereferenceStephen Gallagher2012-07-091-1/+2
* Fix potential NULL-dereferenceStephen Gallagher2012-07-091-1/+3
* 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