]> granicus.if.org Git - sudo/history - include/sudo_conf.h
Add SPDX-License-Identifier to files.
[sudo] / include / sudo_conf.h
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-05-30 Todd C. MillerAdd a new "devsearch" Path setting to sudo.conf for...
2016-11-16 Todd C. MillerAlways define _PATH_SUDO_NOEXEC, _PATH_SUDO_SESH, _PATH...
2015-06-17 Todd C. MillerUse non-exiting allocators in libsudo_util.
2015-05-21 Todd C. MillerAvoid using a leading underbar in defines as they are...
2014-10-26 Todd C. MillerAdd a flag argument to sudo_conf_read() so we can decid...
2014-10-22 Todd C. MillerChange how sudo.conf is parsed. We now do a quick...
2014-07-22 Todd C. MillerVersion the functions in libsudo_util
2014-07-21 Todd C. MillerRename queue.h -> sudo_queue.h to avoid collisions...
2014-06-26 Todd C. MillerAdd exported libsudo_util functions to util.exp and...
2014-01-23 Todd C. MillerIt is now possible to disable network interface probing...
2013-10-22 Todd C. MillerConvert sudo to use BSD TAILQ macros instead of home...
2013-08-13 Todd C. MillerAllow default plugin dir to be configured in sudo.conf.
2013-03-14 Todd C. MillerMake sesh path configurable in sudo.conf
2013-02-15 Todd C. MillerAdd simple regress tests for sudo.conf parsing.
2013-02-14 Todd C. MillerAdd max_groups setting to sudo.conf (currently unused...
2013-01-27 Todd C. MillerAdd group_source setting in sudo.conf to allow the...
2013-01-23 Todd C. MillerIgnore duplicate entries in sudo.conf and report the...
2012-03-15 Todd C. MillerRename plugin "args" to "options"
2012-03-02 Todd C. MillerAdd support for plugin args at the end of a Plugin...
2012-02-03 Todd C. MillerNormally, sudo disables core dumps while it is running...
2011-12-20 Todd C. MillerSeparate sudo.conf parsing from plugin loading and...