summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo/sudosrv_get_sudorules.c
Commit message (Expand)AuthorAgeFilesLines
* fix some 'might be used uninitialized' warningsSumit Bose2016-07-071-0/+2
* sudo: solve problems with fully qualified namesPavel Březina2016-07-071-42/+227
* Remove braces from DEBUG statementsPavel Březina2016-06-181-1/+1
* RESPONDER: Removing ncache from sudo_ctxPetr Cech2016-05-111-1/+2
* RESPONDER: Removing neg_timeout from pam responderPetr Cech2016-05-111-3/+1
* sudo: convert get_sudorules to teventPavel Březina2016-04-191-369/+418
* sudo: do not use tevent when parsing queryPavel Březina2016-04-191-1/+1
* sudo: use cache_req for initgroupsPavel Březina2016-04-191-281/+11
* util: Update get_next_domain's interfaceMichal Židek2015-10-231-3/+3
* sudo: send original name and id with local views if possiblePavel Březina2015-10-141-5/+13
* sudo: search with view even if user is foundPavel Březina2015-10-141-1/+4
* sudo: use "higher value wins" when ordering rulesPavel Březina2015-08-141-10/+44
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-1/+1
* sudo: support viewsPavel Březina2014-10-201-3/+11
* SUDO: Use the override_space optionJakub Hrozek2014-08-131-0/+8
* sudo: fetch sudoRunAs attributePavel Březina2014-07-151-0/+1
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-67/+67
* 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 responder: use different callback for oob refreshPavel Březina2013-06-271-6/+8
* 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
* Check for correct variable nameJakub Hrozek2013-04-031-1/+1
* 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-221-7/+7
* 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
* sudo: print rule name if notBefore or notAfter attribute is missingPavel Březina2012-12-061-1/+1
* sudo: print how many rules we are refreshing or returningPavel Březina2012-11-141-3/+4
* sudo: support users from subdomainsPavel Březina2012-11-141-12/+52
* 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
* 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 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-291-4/+38
* sudo responder: refresh expired rulesPavel Březina2012-06-291-31/+106
* sudo responder: update dp interfacePavel Březina2012-06-291-1/+2
* 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-291-7/+8
* sudo api: send uid, username and domainnamePavel Březina2012-06-291-20/+31
* sudo responder: get rid of dctx where possiblePavel Březina2012-06-291-55/+59
* sudo responder: remove code duplication in commandsPavel Březina2012-06-291-78/+0