]> granicus.if.org Git - sudo/history - plugins/sudoers/auth/securid5.c
Use the SUDO_CONV_PREFER_TTY flag during authentication.
[sudo] / plugins / sudoers / auth / securid5.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-26 Todd C. MillerFix some mangled text in the license block.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-01-22 Todd C. MillerStore passwd_timeout and timestamp_timeout as a struct...
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2016-09-08 Todd C. MillerBe consistent with the naming of the variable used...
2016-05-15 Todd C. MillerDo not write directly to stdout/stderr, use sudo_printf...
2016-01-27 Todd C. Millerauth_getpass() returns a dynamically allocated copy...
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-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-05-21 Todd C. MillerAdd target for "make splint". A few files need extra...
2015-02-01 Todd C. MillerGo back to a 2 args debug_decl and just use the "defaul...
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-06-27 Todd C. MillerRename warning/fatal -> sudo_warn/sudo_fatal to avoid...
2013-11-18 Todd C. MillerAdd warning_gettext() wrapper function that changes...
2013-04-24 Todd C. MillerUpdate copyright years.
2012-12-04 Todd C. MillerDon't include <sys/param.h>. We only needed it for...
2012-11-25 Todd C. MillerCall gettext() on parameters for warning()/warningx...
2012-11-08 Todd C. MillerDisplay warning/error messages in the user's locale.
2011-11-13 Todd C. MillerPrefix authentication functions with a "sudo_" prefix...
2011-10-22 Todd C. MillerAdd debug_decl/debug_return (almost) everywhere.
2011-09-27 Todd C. MillerModify the authentication API such that the init and...
2011-05-16 Todd C. MillerPrepare sudoers module messages for translation.
2011-03-11 Todd C. MillerUpdate copyright years.
2011-01-24 Todd C. Millerstandardize on "return foo;" rather than "return(foo...
2010-06-29 Todd C. MillerSet usrinfo for AIX
2010-06-14 Todd C. MillerConvert to ANSI C function declarations
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-14 Todd C. MillerInitial bits of sudoers plugin; still needs work.
2010-02-20 Todd C. MillerRework source layout in preparation for modular sudo.