]> granicus.if.org Git - sudo/history - plugins/sudoers/sudoers.h
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / sudoers.h
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2019-02-21 Todd C. MillerAdd simple API for to allow reading environment data...
2019-02-05 Todd C. MillerAdd fallback values for sudoers uid, gid and mode if...
2018-08-26 Todd C. MillerUse struct timespec, not struct timeval in the event...
2018-08-05 Todd C. MillerRefactor code to convert defaults to tags and do conver...
2018-08-02 Todd C. MillerFor ldap/sssd, include defaults in the generate privile...
2018-07-26 Todd C. MillerIgnore PAM_NEW_AUTHTOK_REQD and PAM_AUTHTOK_EXPIRED...
2018-05-14 Todd C. MillerSimplify the nss interface such that each sudoers provi...
2018-05-14 Todd C. MillerInclude parse.h in sudoers.h since it will soon be...
2018-03-22 Todd C. MillerAdd -M option to cvtsudoers to force the use of the...
2018-01-16 Todd C. MillerAdd an approval function to the sudo auth API which...
2017-12-22 Todd C. MillerAlso honor SUDO_EDITOR in visudo. Previously is was...
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-11-28 Todd C. MillerWhen running a command as the invoking user we cannot...
2017-05-12 Todd C. MillerAdd support for multiple '*' in env_keep, env_check...
2017-03-22 Todd C. MillerAdd restricted_env_file which is like env_file but...
2017-03-21 Todd C. MillerAdd PERM_IOLOG so we can create I/O log files on an...
2017-03-20 Todd C. MillerWhen creating the timestamp directory, use the group...
2017-02-16 Todd C. MillerAdd a command line option to specify the command timeou...
2016-11-21 Todd C. MillerAdd SUDO_DEBUG_INSTANCE_ERROR return value for sudo_deb...
2016-11-11 Todd C. MillerAdd simple reference-counted string allocator and use...
2016-10-31 Todd C. MillerMake a copy of the current sudoers path when assigning...
2016-10-29 Todd C. MillerMove io_mkdir_parents() to its own file and use it...
2016-10-29 Todd C. MillerMake the I/O log file/dir permissions and owner configu...
2016-08-13 Todd C. MillerCache the user's group IDs and group names separately...
2016-08-09 Todd C. MillerLoad sudoers group plugin via an early callback.
2016-07-18 Todd C. MillerChange defaults callbacks to take a union sudo_defs_val...
2016-05-11 Todd C. MillerRemove sudo_mkpwcache() and sudo_mkgrcache(). We now...
2016-05-11 Todd C. MillerEliminate use of setpwent()/endpwent() and setgrent...
2016-04-19 Todd C. MillerWhen determining whether or not "sudo -l" or "sudo...
2016-01-28 Todd C. MillerSimple garbage collection (really a to-be-freed list...
2016-01-04 Todd C. MillerAdd support for using fexecve() if supported on command...
2015-12-18 Todd C. MillerActually use the plugin_dir Path setting in sudo.conf.
2015-09-07 Todd C. MillerLock individual records in the timestamp file instead...
2015-09-07 Todd C. MillerAdd a struct sudo_conv_callback that contains on_suspen...
2015-06-26 Todd C. Millerdisplay_privs() and display_cmnd() may need to return...
2015-06-25 Todd C. MillerReturn -1, not 0 from sudoers when there is an error...
2015-06-25 Todd C. MillerCheck restore_perms() return value in all cases, pushin...
2015-06-18 Todd C. MillerUse a common function for resolviong the user's editor...
2015-06-17 Todd C. MillerUse non-exiting allocatings in the sudoers plugin.
2015-06-05 Todd C. MillerBring back VALIDATE_ERROR which will be used in the...
2015-05-27 Todd C. MillerUse non-exiting allocators in the redblack tree and...
2015-05-21 Todd C. MillerGet rid of SUDO_MAIN. Modern compilers don't warn...
2015-05-21 Todd C. MillerAvoid using a leading underbar in defines as they are...
2015-03-17 Todd C. MillerFor sudoedit, run the editor with the user's original...
2015-03-02 Todd C. MillerUse futimens() and utimensat() instead of futimes(...
2015-02-24 Todd C. MillerWe cannot (easily) use clock_gettime(CLOCK_MONOTONIC...
2015-02-01 Todd C. MillerGo back to a 2 args debug_decl and just use the "defaul...
2015-01-21 Todd C. MillerRename VALIDATE_OK -> VALIDATE_SUCCESS
2015-01-21 Todd C. MillerRemove now-unused VALIDATE_ERROR define.
2014-10-27 Todd C. MillerAdd sudoers_debug_deregister() and use it instead of...
2014-10-22 Todd C. MillerThe sudoers plugin now defines its own list of debuggin...
2014-10-22 Todd C. MillerAdd support for multiple Debug lines per program. ...
2014-10-22 Todd C. MillerChange how sudo.conf is parsed. We now do a quick...
2014-10-05 Todd C. MillerAdd sudo_warn_set_conversation() to specify a conversat...
2014-09-15 Todd C. MillerMake sudoers file nsswitch functions static to parse...
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-07-21 Todd C. MillerRename gettext.h -> sudo_gettext.h
2014-07-21 Todd C. MillerRename fatal.h -> sudo_fatal.h
2014-07-21 Todd C. MillerRename queue.h -> sudo_queue.h to avoid collisions...
2014-06-27 Todd C. MillerAdd sudo_ prefix to alloc.c functions and rename alloc...
2014-06-27 Todd C. MillerSplit fileops.c into parseln.c and locking.c
2014-06-26 Todd C. MillerDon't pollute the namespace with lbuf struct and functions
2014-04-30 Todd C. MillerEliminate calls to fatal()/fatalx()/log_fatal() in...
2014-04-28 Todd C. MillerMake get_boottime() return bool.
2014-04-10 Todd C. MillerMake set_perms() and restore_perms() return an error...
2014-04-07 Todd C. MillerReturn MODE_ERROR from sudoers_policy_deserialize_info...
2014-04-04 Todd C. MillerRemove calls to log_fatal() in I/O log functions and...
2014-03-26 Todd C. MillerMake a password/group cache collision a warning rather...
2014-03-26 Todd C. MillerIn find_path(), return NOT_FOUND_ERROR instead of calli...
2014-03-26 Todd C. MillerRemove unused MODE_LISTDEFS define and correct a comment.
2014-03-19 Todd C. MillerFix expansion of %p in the prompt for "sudo -l" when...
2014-02-11 Todd C. MillerWe must include gettext.h before missing.h as it includ...
2014-02-03 Todd C. MillerBring back boot time checking code and zero out time...
2014-01-30 Todd C. MillerSwitch to new time stamp file format. Each user now...
2013-12-16 Todd C. MillerMove symbol extern defs into sudoers.h
2013-12-13 Todd C. MillerMove prototypes for functions provided by libcommon...
2013-12-10 Todd C. MillerAdd atomode() function for parsing a file mode.
2013-12-05 Todd C. MillerBetter match debugging.
2013-10-22 Todd C. MillerConvert sudo to use BSD TAILQ macros instead of home...
2013-08-17 Todd C. MillerWhen merging the PAM environment, allow environment...
2013-08-15 Todd C. MillerRename error.h -> fatal.h now that there is no error...
2013-08-14 Todd C. MillerAdd limited support for "sudo -l -h other_host". Since...
2013-08-08 Todd C. MillerRefactor code to parse list of gids into its own functi...
2013-08-08 Todd C. MillerAdd endpointer and separator args to atoid()
2013-08-07 Todd C. MillerAdd atoid() function to convert a string to an id_t...
2013-08-03 Todd C. MillerImplement memset_s() and use it instead of zero_bytes().
2013-04-25 Todd C. MillerAllow ldap_conf and ldap_secret to be specified as...
2013-04-19 Todd C. MillerReplace sudo_fakepwnamid() with sudo_mkpwent() and...
2013-03-28 Todd C. MillerStash umask in struct sudo_user so we don't need to...
2013-03-26 Todd C. MillerAdd sudo_set_grlist(), currently unused by the back...
2013-03-25 Todd C. Millerexpand_prompt() is now in prompt.c
2013-03-25 Todd C. MillerChange multiple inclusion guards to be _SUDOERS_FOO_H
2013-02-24 Todd C. MillerDummy out close function if there is no end_session...
2013-02-18 Todd C. MillerAdd maxseq sudoers option to limit the max number of...
2013-02-14 Todd C. MillerUse max_groups in front-end and plugin.
2013-02-08 Todd C. MillerStore the session ID in the tty ticket file too. A...
2012-11-29 Todd C. MillerCannot wrap sigsetjmp() or we end up returning to the...
2012-11-25 Todd C. MillerMove warn/error into common and make static builds...
2012-11-25 Todd C. MillerAdd plugin_setjmp() wrapper for siglongjmp(error_jmp...
next