]> granicus.if.org Git - sudo/shortlog
sudo
2009-02-10 Todd C. MillerAdd simple_glob option to use fnmatch() instead of...
2009-02-10 Todd C. Milleradd term_* proto
2009-02-10 Todd C. Millermention glob()
2009-02-09 Todd C. MillerDelete any pwstars we wrote after the user hits return...
2009-02-08 Todd C. MillerMove terminal setting bits from tgetpass.c to term.c
2009-02-08 Todd C. MillerAdd pwstars sudoers option that causes sudo to print...
2009-02-03 Todd C. MillerFix up F<> brokenness for visudo.man.in and sudoers...
2009-01-27 Todd C. MillerFor ldap_search_ext_s() the sizelimit param should...
2009-01-17 Todd C. MillerComments that begin with #- should not be parsed as...
2009-01-09 Todd C. MillerDo not try to set the close on exec flag if we didn...
2008-12-19 Todd C. Millerregen SUDO_1_7_0
2008-12-14 Todd C. Millersync
2008-12-09 Todd C. MillerReturn PAM_AUTH_ERR instead of PAM_CONV_ERR if user...
2008-12-09 Todd C. MillerDon't try to build sudo_noexec.so on HP-UX with the...
2008-12-09 Todd C. MillerK&R compilation fixes
2008-12-09 Todd C. MillerUse tq_foreach_fwd when checking pseudo-commands to...
2008-12-08 Todd C. MillerDo not short circuit pseudo commands when we get a...
2008-12-03 Todd C. Millerregen
2008-12-03 Todd C. Millerhostnames may also contain wildcards
2008-12-03 Todd C. Millerremove stamp-* files and linux core files in clean...
2008-12-02 Todd C. MillerUse HAVE_SIA_SES_INIT instead of HAVE_SIA for Digital...
2008-11-26 Todd C. Millercorrectly enable SIA on Digital UNIX
2008-11-26 Todd C. Millercheckpoint
2008-11-26 Todd C. Millersync
2008-11-25 Todd C. MillerEven if neither stdin nor stdout are ttys we may still...
2008-11-24 Todd C. Millerregen
2008-11-24 Todd C. Millerfix typos; Markus Lude
2008-11-24 Todd C. Millersync
2008-11-24 Todd C. Millerregen
2008-11-24 Todd C. MillerFix matching of a line that only consists of a comment...
2008-11-22 Todd C. MillerMacOS pam will retry conversation function if it fails...
2008-11-22 Todd C. MillerWhen checking for alias use, also check defaults bindings.
2008-11-22 Todd C. Millerunused var
2008-11-22 Todd C. MillerReplace my rbdelete with Emin's version (which actually...
2008-11-19 Todd C. Millermalloc debugging
2008-11-19 Todd C. Millermalloc options in devel mode for visudo too
2008-11-18 Todd C. Millerfix compilation on non-C99; from Theo
2008-11-18 Todd C. Millerfix check_aliases
2008-11-18 Todd C. Millerwhen destroying an alias, free the correct data pointer
2008-11-18 Todd C. Milleradd proto for aixauth_cleanup; from Dale King
2008-11-15 Todd C. Millerregen
2008-11-15 Todd C. Millerstandardize on the term 'option' for command line optio...
2008-11-14 Todd C. MillerAdd note on configuring HP-UX pam
2008-11-11 Todd C. MillerMove tty checks into check_user() so we only do them...
2008-11-11 Todd C. MillerDon't error out if no tty or askpass unless we actually...
2008-11-10 Todd C. Millerregen
2008-11-10 Todd C. Millers/overriden/overridden/; from Tobias Stoeckmann
2008-11-09 Todd C. Millercheck sudoers owner and mode in strict mode
2008-11-09 Todd C. Millerregen
2008-11-09 Todd C. MillerUpdate copyright years.
2008-11-09 Todd C. MillerUpdate copyright years.
2008-11-09 Todd C. Milleradd my copyright
2008-11-08 Todd C. MillerThe loop in fill_cmnd() was going one byte too far...
2008-11-08 Todd C. Milleradd sections on tgetpass changes
2008-11-08 Todd C. MillerTreat EOF w/o newline as an error.
2008-11-07 Todd C. MillerFix "sudo -v" when NOPASSWD is set.
2008-11-07 Todd C. MillerNo longer treat an empty password at the prompt as...
2008-11-07 Todd C. Millerregen
2008-11-07 Todd C. MillerSudo will now refuse to run if no tty is present unless...
2008-11-06 Todd C. Millerjust use RLIM_INFINITY for RLIM_SAVED_MAX if RLIM_SAVED...
2008-11-06 Todd C. Millerfix fallback value for RLIM_SAVED_MAX
2008-11-06 Todd C. MillerMove clearing of AUTHSTATE into aixauth_cleanup.
2008-11-06 Todd C. MillerUnset AUTHSTATE after calling authenticate() as it...
2008-11-06 Todd C. MillerAdd isblank() function for systems without it. Needed...
2008-11-05 Todd C. Millerexpound on sudo and cd
2008-11-04 Todd C. Millerregen
2008-11-04 Todd C. Millerregen
2008-11-04 Todd C. Millermention defauts parse order
2008-11-03 Todd C. MillerAdd isblank() function for systems without it. Needed...
2008-11-03 Todd C. Milleradd emul/charclass.h to HDRS
2008-11-02 Todd C. Millercheckpoint
2008-11-02 Todd C. MillerMove update_defaults into defaults.c and call it proper...
2008-11-02 Todd C. Milleruse zero_bytes() instead of memset() for consistency
2008-11-02 Todd C. MillerZero out sigaction_t before use in case it has non...
2008-11-02 Todd C. Millerquiet gcc
2008-11-02 Todd C. MillerShort circuit glob() checks if basename(pattern) !...
2008-11-01 Todd C. MillerDefer setting runas defaults until after runaspw/gr...
2008-10-29 Todd C. MillerUse MAXHOSTNAMELEN+1 when allocating host/domain name...
2008-10-26 Todd C. MillerWhen setting the umask, use the union of the user's...
2008-10-26 Todd C. MillerDon't try to read from a zero-length sudoers file....
2008-10-25 Todd C. MillerIn update_defaults() check the return value of user...
2008-10-24 Todd C. Millerregen man pages; no more hyphenation
2008-10-24 Todd C. MillerDon't error out on a zero-length sudoers file. With...
2008-10-23 Todd C. MillerNewer heimdal has 2-argument krb5_get_init_creds_opt_fr...
2008-10-08 Todd C. Millerresort ENVIRONMENT
2008-10-08 Todd C. Millerdocument sudoers_locale
2008-10-08 Todd C. Milleradd SUDO_EDITOR variable that sudoedit uses in preferen...
2008-10-08 Todd C. MillerIn fill_cmnd(), collapse any escaped sudo-specific...
2008-10-03 Todd C. Millerfix typo in non-C89 function declaration
2008-10-03 Todd C. MillerMention POSIX characters classes now that out fnmatch...
2008-10-03 Todd C. MillerReplace [A-z] (which won't match in UTF8) with [A-Za...
2008-10-03 Todd C. Milleruse __signed char if we are going to assign a negative...
2008-10-03 Todd C. MillerAdd tests for __signed char and signed char.
2008-10-03 Todd C. MillerFix AIX limit setting. getuserattr() returns values...
2008-09-26 Todd C. MillerAdd character class support to included glob(3) and...
2008-09-16 Todd C. MillerRemove UCB advertising clause and some compatibility...
2008-09-14 Todd C. MillerCheck EDITOR/VISUAL to make sure sudoedit is not re...
2008-09-14 Todd C. MillerAdd sudoers_locale Defaults option to override the...
2008-09-13 Todd C. MillerSet locale to system default except for during sudoers...
2008-09-12 Todd C. MillerRedo change in 1.34 to use pointer arithmetic.
next