summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-2/+2
* Modified responder_get_domain()Jan Zeleny2012-04-241-1/+1
* Potential NULL-dereference in sudosrv_cmd_get_sudorulesPavel Březina2012-03-091-14/+12
* Use of unininitialized value in sudosrv_cache_set_entry and sudosrv_cache_loo...Pavel Březina2012-03-091-0/+2
* Use the correct hash table for pending requestsSimo Sorce2012-03-081-1/+1