]> granicus.if.org Git - sudo/shortlog
sudo
2009-02-24 Todd C. MillerAllow the -k flag to be specified in conjunction with...
2009-02-23 Todd C. MillerRemove unneeded AC_CANONICAL_TARGET; from Diego E....
2009-02-23 Todd C. MillerParallel make fix. From Diego E. 'Flameeyes'
2009-02-21 Todd C. MillerImplement umask_override
2009-02-21 Todd C. Millerregen
2009-02-21 Todd C. MillerImplement %h escape in sudoers include filenames.
2009-02-21 Todd C. MillerNeed to include compat.h
2009-02-21 Todd C. MillerMake audit_success and audit_failure generic functions...
2009-02-21 Todd C. Millerremove duplicate include
2009-02-20 Todd C. MillerAdd missing include
2009-02-20 Todd C. MillerMay need to update the runas user after parsing command...
2009-02-18 Todd C. MillerAdd missing pair of braces introduced with character...
2009-02-15 Todd C. MillerRename pwstars to pwfeedback
2009-02-11 Todd C. MillerAdd const to make MacOS happy.
2009-02-11 Todd C. MillerAdd bsm audit support from Christian S.J. Peron
2009-02-11 Todd C. MillerThis is new code, no DARPA notice.
2009-02-10 Todd C. MillerRename simple_glob -> fast_glob
2009-02-10 Todd C. Millerg/c unused var
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
next