]> granicus.if.org Git - sudo/history - plugins/sudoers/auth/sudo_auth.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / auth / sudo_auth.c
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-05-25 Todd C. MillerUse arc4random for mkstemp() and insults.
2018-01-22 Todd C. MillerStore passwd_timeout and timestamp_timeout as a struct...
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-05-12 Todd C. MillerAvoid a clang analyzer false positive.
2017-05-12 Todd C. MillerRemove use of non-standard sigaction_t
2016-09-08 Todd C. MillerBe consistent with the naming of the variable used...
2016-05-16 Todd C. MillerNo need to set pass to NULL after freeing at the end...
2016-01-27 Todd C. MillerTry to deconfuse static analyzers a bit.
2016-01-27 Todd C. Millerauth_getpass() returns a dynamically allocated copy...
2015-10-06 Todd C. MillerUse the auth_getpass (and the plugin conversation fucti...
2015-09-07 Todd C. MillerAdd a struct sudo_conv_callback that contains on_suspen...
2015-08-11 Todd C. MillerIn sudo_pam_begin_session() and sudo_pam_end_session...
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-02-23 Todd C. MillerOn AIX use the value of auth_type in /etc/security...
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-09-27 Todd C. MillerSimplify how we count the password tries
2014-09-27 Todd C. MillerBlock SIGINT and SIGQUIT while verifying passwords...
2014-09-27 Todd C. MillerIf all authentication methods fail init/setup, fail...
2014-09-27 Todd C. MillerMove pass_warn() so that it is defined before it is...
2014-05-13 Todd C. MillerPass argc to audit functions too. Will be needed for...
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-07 Todd C. MillerUse log_warning() not log_fatal() for the "Invalid...
2014-02-27 Todd C. MillerRemove unused FLAG_USER auth flag. We have no auth...
2013-12-11 Todd C. MillerNow that we have proper number parsing functions we...
2013-08-03 Todd C. MillerImplement memset_s() and use it instead of zero_bytes().
2013-04-18 Todd C. MillerRename log_error() -> log_warning() for consistency...
2013-04-11 Todd C. MillerAdd missing "not" in error message when mixing standalo...
2013-02-24 Todd C. MillerFix debug_decl for sudo_auth_begin_session and sudo_aut...
2013-02-24 Todd C. MillerDummy out close function if there is no end_session...
2012-12-04 Todd C. MillerDon't include <sys/param.h>. We only needed it for...
2012-11-08 Todd C. MillerCall gettext inside log_error et al instead of having...
2012-11-08 Todd C. Milleraudit_failure() now calls gettext itself using the...
2012-08-22 Todd C. MillerChange a log_fatal() into log_error() when no auth...
2012-07-10 Todd C. MillerMove log_denial() calls and logic to log_failure().
2012-03-26 Todd C. MillerRemove the NO_EXIT flag to log_error() and add a log_fa...
2012-03-15 Todd C. MillerPass a pointer to user_env in to the init_session polic...
2011-12-02 Todd C. MillerUse stdbool.h instead of rolling our own TRUE/FALSE...
2011-11-13 Todd C. MillerPrefix authentication functions with a "sudo_" prefix...
2011-11-13 Todd C. MillerRemove the old Kerberos IV support
2011-10-22 Todd C. MillerAdd debug_decl/debug_return (almost) everywhere.
2011-09-27 Todd C. MillerMake sudo_auth_{init,cleanup} return TRUE on success...
2011-09-27 Todd C. MillerDo not return without restoring permissions.
2011-09-27 Todd C. MillerModify the authentication API such that the init and...
2011-09-27 Todd C. MillerFix a PAM_USER mismatch in session open/close. We...
2011-05-18 Todd C. MillerMinor warning/error cleanup
2011-05-18 Todd C. Millercannot -> "unable to" in warning/error messages
2011-05-16 Todd C. MillerPrepare sudoers module messages for translation.
2010-08-06 Todd C. MillerFor non-standalone auth methods, stop reading the passw...
2010-08-06 Todd C. MillerNo need to look up shadow password unless we are doing...
2010-06-29 Todd C. MillerSet usrinfo for AIX
2010-06-10 Todd C. MillerFix visiblepw sudoers option; the plugin API portion...
2010-06-09 Todd C. MillerAdd SUDO_CONV_PROMPT_MASK define which corresponds...
2010-05-28 Todd C. MillerUse sudo_printf to display verbose version information.
2010-05-27 Todd C. MillerClean up the sudoers auth API a bit and update the...
2010-05-27 Todd C. MillerAdd init_session function to struct policy_plugin that...
2010-05-26 Todd C. MillerAdd open/close session to sudo auth, only used by PAM.
2010-05-19 Todd C. MillerFix compilation for non PAM/BSD auth/AIX auth
2010-04-30 Todd C. MillerRe-enable bsm audit. Currently auditing is done within...
2010-04-20 Todd C. MillerConvert perm setting to push/pop model; still needs...
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-15 Todd C. MillerAdd missing newline after pass password warning
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.