summaryrefslogtreecommitdiff
path: root/src/responder/sudo
AgeCommit message (Expand)AuthorFilesLines
2013-10-01sudo: improve time restrictions debug messagesPavel Březina1-0/+7
2013-07-22SUDO: realloc with sizeof(uint32_t) when adding uint32_tJakub Hrozek1-1/+1
2013-06-27sudo responder: use different callback for oob refreshPavel Březina1-6/+8
2013-06-04Lookup domains at startupSumit Bose1-0/+6
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-2/+3
2013-05-10sudo responder: search rules for subdomains in parent domain subtreePavel Březina1-0/+5
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-1/+1
2013-04-03Check for correct variable nameJakub Hrozek1-1/+1
2013-03-20change responder contexts hierarchyPavel Březina1-9/+14
2013-03-20do not leak memory on failure in *_process_init()Pavel Březina1-3/+7
2013-03-07Removing unused parameter type from sudosrv_get_sudorules_query_cache()Lukas Slebodnik1-6/+4
2013-02-10Parent and subdomains use the same sysdbSimo Sorce1-66/+7
2013-02-10Add function get_next_domain()Simo Sorce1-3/+3
2013-01-22sudo responder: change num_rules type from size_t to uint32_tPavel Březina5-20/+20
2013-01-15Add domain arguments to sysdb sudo functionsSimo Sorce1-4/+5
2013-01-15Add domain argument to sysdb_search_custom()Simo Sorce1-3/+7
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-1/+1
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek2-2/+1
2012-12-06sudo: print rule name if notBefore or notAfter attribute is missingPavel Březina1-1/+1
2012-12-02sudo: print message if old protocol is usedPavel Březina1-3/+15
2012-11-19SUDO: Fix wrong variable checkJakub Hrozek1-1/+1
2012-11-14sudo: print how many rules we are refreshing or returningPavel Březina1-3/+4
2012-11-14sudo: do not send domain name with usernamePavel Březina3-6/+5
2012-11-14sudo: support users from subdomainsPavel Březina4-60/+214
2012-11-14use tmp_ctx in sudosrv_get_sudorules_from_cache()Pavel Březina1-8/+20
2012-11-14sudo: fix missing parameter in two debug messagesPavel Březina1-3/+3
2012-10-30sudo: do not hardcode protocol versionPavel Březina1-1/+2
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-01Add new option default_domain_suffixSumit Bose1-1/+2
2012-08-07Remove SYSDB_SUDO_CACHE_OC from attribute listsPavel Březina1-1/+0
2012-08-07Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OCPavel Březina1-1/+1
2012-07-18Fix uninitialized valuesNick Guay1-1/+1
2012-07-09Fix potential NULL-dereferenceStephen Gallagher1-1/+2
2012-07-09Fix potential NULL-dereferenceStephen Gallagher1-1/+3
2012-06-29sudo responder: schedule OOB full refresh when expired rule is deletedPavel Březina2-4/+40
2012-06-29sudo responder: refresh expired rulesPavel Březina1-31/+106
2012-06-29sudo responder: update dp interfacePavel Březina3-34/+72
2012-06-29sudo responder: allow fetching only expired rules in sudosrv_get_sudorules_qu...Pavel Březina1-25/+22
2012-06-29sudo sysdb: add expiration time to the filterPavel Březina1-1/+1
2012-06-29sudo responder: new request enum typePavel Březina3-13/+19
2012-06-29sudo responder: discard in-memory cachePavel Březina3-375/+0
2012-06-29sudo responder: change protocol version to 1Pavel Březina1-0/+9
2012-06-29sudo api: send uid, username and domainnamePavel Březina4-109/+102
2012-06-29sudo responder: get rid of dctx where possiblePavel Březina3-93/+102
2012-06-29sudo responder: remove code duplication in commandsPavel Březina4-277/+283
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-2/+2
2012-04-24Modified responder_get_domain()Jan Zeleny1-1/+1
2012-03-09Potential NULL-dereference in sudosrv_cmd_get_sudorulesPavel Březina1-14/+12
2012-03-09Use of unininitialized value in sudosrv_cache_set_entry and sudosrv_cache_loo...Pavel Březina1-0/+2
2012-03-08Use the correct hash table for pending requestsSimo Sorce1-1/+1