]> granicus.if.org Git - sudo/history - plugins/sudoers/check.c
Use the SUDO_CONV_PREFER_TTY flag during authentication.
[sudo] / plugins / sudoers / check.c
2019-08-27 Todd C. MillerUse the SUDO_CONV_PREFER_TTY flag during authentication.
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-07-26 Todd C. MillerIgnore PAM_NEW_AUTHTOK_REQD and PAM_AUTHTOK_EXPIRED...
2018-01-17 Todd C. MillerRemove use of AC_HEADER_TIME, only obsolete platforms...
2018-01-16 Todd C. MillerAdd an approval function to the sudo auth API which...
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-09-01 Todd C. MillerSprinkle a few more debugging printfs.
2016-09-08 Todd C. MillerBe consistent with the naming of the variable used...
2015-09-21 Todd C. MillerFix potential double free of the cookie when sudo is...
2015-09-07 Todd C. MillerAvoid touching the time stamp directory for "sudo ...
2015-09-07 Todd C. MillerImplement suspend/resume callbacks for the conversation...
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-07-02 Todd C. MillerThere's no need to conditionalize the #include <unistd...
2015-06-25 Todd C. MillerCheck restore_perms() return value in all cases, pushin...
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2015-06-17 Todd C. MillerUse non-exiting allocatings in the sudoers plugin.
2015-05-07 Todd C. MillerPreviously, debug_return_bool was the same as debug_ret...
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
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-07-10 Todd C. Millerefree -> sudo_efree for consistency
2014-05-03 Todd C. MillerRename log_warning flags and only send mail if SLOG_SEN...
2014-05-02 Todd C. MillerAdd log_warningx
2014-04-08 Todd C. MillerRemove a few more unnecessary uses of fatal().
2014-03-19 Todd C. MillerFix expansion of %p in the prompt for "sudo -l" when...
2014-01-29 Todd C. MillerWhen listing a user's privileges, always prompt the...
2013-11-17 Todd C. MillerFix some #if vs. #ifdef and remove an extraneous semicolon.
2013-08-26 Todd C. MillerDon't allow root to change its SELinux role without...
2013-04-04 Todd C. MillerSplit up check_user().
2013-04-01 Todd C. MillerNeded sys/time.h for struct timeval in struct sudo_tty_...
2013-03-28 Todd C. MillerPass auth_pw to the timestamp functions.
2013-03-27 Todd C. MillerDEFAULT_LECTURE is no longer used.
2013-03-25 Todd C. MillerMove contents of timestamp.h into check.h.
2012-12-04 Todd C. MillerDon't include <sys/param.h>. We only needed it for...
2012-11-09 Todd C. MillerMake the sudo lecture translatable.
2012-11-08 Todd C. MillerMake expand_prompt() args const and free the prompt...
2012-11-08 Todd C. MillerCall gettext inside log_error et al instead of having...
2012-10-23 Todd C. MillerMove expand_prompt() into its own source file for easie...
2012-10-23 Todd C. MillerMake check.c independent of the underlying timestamp...
2012-09-27 Todd C. MillerSplit off timestamp functions into their own source...
2012-08-22 Todd C. MillerCorrect the check_user() comment header.
2012-08-10 Todd C. MillerReduce the number of "internal error, foo overflow...
2012-08-07 Todd C. MillerFix some warnings from clang checker-267
2012-08-02 Todd C. MillerIf a command matches using an empty Runas_List (i.e...
2012-07-10 Todd C. MillerMove log_denial() calls and logic to log_failure().
2012-06-13 Todd C. MillerExport group cache from sudoers.so for system_group...
2012-05-17 Todd C. MillerDon't prompt for a password if the user is in the exemp...
2012-04-05 Todd C. MillerIn Solaris 11, /dev/pts under the "dev" filesystem...
2012-03-26 Todd C. MillerRemove the NO_EXIT flag to log_error() and add a log_fa...
2011-12-02 Todd C. MillerUse stdbool.h instead of rolling our own TRUE/FALSE...
2011-11-12 Todd C. MillerDon't print garbage at the end of the custom lecture.
2011-10-25 Todd C. MillerWe need to init the auth system regardless of whether...
2011-10-22 Todd C. MillerAdd debug_decl/debug_return (almost) everywhere.
2011-09-27 Todd C. MillerDelref auth_pw at the end of check_user() instead of...
2011-09-27 Todd C. MillerMake sudo_auth_{init,cleanup} return TRUE on success...
2011-09-27 Todd C. MillerModify the authentication API such that the init and...
2011-07-28 Todd C. MillerFix some potential problems found by the clang static...
2011-05-18 Todd C. MillerUse ROOT_UID not 0.
2011-05-18 Todd C. MillerMinor warning/error message cleanup
2011-05-18 Todd C. Millercan't -> "unable to" in warning/error messages
2011-05-16 Todd C. MillerPrepare sudoers module messages for translation.
2011-01-27 Todd C. MillerFix indentation
2011-01-24 Todd C. Millerstandardize on "return foo;" rather than "return(foo...
2011-01-20 Todd C. MillerUpdate copyright year to 2011
2011-01-11 Todd C. MillerIf the user is running sudo as himself but as a differe...
2010-11-30 Todd C. MillerUse %u to print uid/gid, not %lu and adjust casts to...
2010-10-07 Todd C. MillerHaving a timestamp file defined is no longer indicative...
2010-08-21 Todd C. MillerMove get_auth() into check.c where it is actually used.
2010-08-12 Todd C. MillerUpdate comment
2010-08-06 Todd C. MillerFix mismerge
2010-08-06 Todd C. MillerWhen removing/resetting the timestamp file ignore the...
2010-08-04 Todd C. MillerReference count cached passwd and group structs. The...
2010-08-03 Todd C. MillerDo not produce a warning for "sudo -k" if the ticket...
2010-08-03 Todd C. MillerQuiet gcc warnings on glibc systems that use warn_unuse...
2010-06-29 Todd C. MillerSet usrinfo for AIX
2010-06-18 Todd C. MillerDo not update tty ticket if there is no tty.
2010-06-09 Todd C. MillerMove askpass path specification from sudoers to sudo...
2010-06-08 Todd C. MillerReplace timerfoo macros with timevalfoo since the timer...
2010-06-04 Todd C. MillerUpdate copyright year and fix whitespace
2010-06-02 Todd C. MillerEnable tty_is_devpts() support for Solaris with the...
2010-05-11 Todd C. MillerIf the tty lives on a devpts filesystem, stash the...
2010-05-11 Todd C. MillerFix timestamp removal with -k/-K
2010-04-24 Todd C. MillerFix typo in last commit (ifndef vs ifdef)
2010-04-24 Todd C. MillerDon't stash ctime in on-disk tty ticket info for now...
2010-04-23 Todd C. MillerLock the tty timestamp when writing. We shouldn't...
2010-04-22 Todd C. MillerConvert to ANSI C function declarations
2010-04-22 Todd C. Millerget_boottime() now fills in a timeval struct
2010-04-22 Todd C. MillerStore info from stat(2)ing the tty in the tty ticket...
2010-04-20 Todd C. MillerUse timeval directly instead of converting to timespec...
2010-04-10 Todd C. MillerPrimitive set/restore permissions. Will be replaced...
2010-04-09 Todd C. MillerMerge fb4d571495fa from the 1.7 branch to trunk.
2010-03-22 Todd C. MillerMerge 5177a284b9ff 549f8f7c2463 88f3181692fe from 1...
2010-03-18 Todd C. MillerPass in output function to lbuf_init() instead of writi...
2010-03-17 Todd C. MillerKill __P in sudoers
2010-03-16 Todd C. MillerUse conversation function for lecture.
next