summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo
Commit message (Expand)AuthorAgeFilesLines
* RESPONDERS: Set default value for umaskPavel Reichl2014-10-291-0/+2
* SUDO: Run the sudo responder as the SSSD userJakub Hrozek2014-10-221-1/+1
* responders: Do not initialize pipe fd if already presentMichal Zidek2014-10-221-1/+1
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-201-1/+5
* sudo: support viewsPavel Březina2014-10-201-3/+11
* 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-151-0/+1
* IFP: Provide a SBUS method to reconnect to sysbusJakub Hrozek2014-07-081-0/+1
* sudo: return after tevent_req_errorPavel Reichl2014-06-271-0/+1
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-141-14/+2
* sbus: Use constants to make dbus callsStef Walter2014-02-241-2/+2
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-241-13/+21
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-125-132/+132
* Remove unused parameter from sudosrv_get_sudorules_query_cacheLukas Slebodnik2013-11-271-4/+2
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-1/+1
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_sudo.c moduleJakub Hrozek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-2/+1
* 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