]> granicus.if.org Git - sudo/shortlog
sudo
2004-11-25 Todd C. MillerAdd check for 2-argument form of timespecsub (FreeBSD...
2004-11-24 Todd C. MillerDeal with user_stat being NULL as it is for visudo...
2004-11-24 Todd C. MillerAdd -U option to use in conjunction with -l instead...
2004-11-24 Todd C. MillerSet safe_cmnd after sudoers_lookup() if it has not...
2004-11-23 Todd C. MillerCorrectly handle multiple privileges per userspec and...
2004-11-21 Todd C. MillerZero out sd_un for each entry in sudo_defs_table in...
2004-11-19 Todd C. Millermake per-command defaults work with sudoedit
2004-11-19 Todd C. MillerRemove the FLAG_NOPASS, FLAG_NOEXEC and FLAG_MONITOR...
2004-11-19 Todd C. MillerDocument per-command Defaults.
2004-11-19 Todd C. MillerAdd support for command-specific Defaults entries....
2004-11-19 Todd C. MillerChange an occurence of user_matches() -> runas_matches...
2004-11-19 Todd C. MillerCheck def_authenticate, def_noexec and def_monitor...
2004-11-19 Todd C. MillerUse: #include <config.h>
2004-11-19 Todd C. MillerBack out part of rev 1.263; fix -I order
2004-11-19 Todd C. MillerMore robust parsing if #include; could be much better...
2004-11-19 Todd C. MillerMake arg splitting in visudo and sudoedit consistent.
2004-11-19 Todd C. MillerSplit alias routines out into their own file.
2004-11-19 Todd C. Miller__attribute__ is already defined in compat.h
2004-11-19 Todd C. Millerquit() should not be __noreturn__ as it is non-void...
2004-11-19 Todd C. MillerAdd local error/warning functions like err/warn but...
2004-11-19 Todd C. MillerClarify comments about the data structures
2004-11-18 Todd C. MillerAdd support for VISUAL and EDITOR containing command...
2004-11-17 Todd C. Milleralias_matches() is no more
2004-11-17 Todd C. Millersync
2004-11-17 Todd C. MillerWhen regenerating the parser, don't replace gram.h...
2004-11-17 Todd C. Millerremove Makefile.binary for distclean
2004-11-17 Todd C. MillerPreserve KRB5CCNAME in zero_env() and add a paranoia...
2004-11-17 Todd C. Millerparanoia when stripping trailing slashes from tempdir.
2004-11-17 Todd C. MillerSet user_ngroups to 0 if getgroups() returns an error.
2004-11-16 Todd C. MillerAdd configure check for getgroups()
2004-11-16 Todd C. MillerUse supplementary group vector in struct sudo_user.
2004-11-16 Todd C. MillerOnly do string comparisons on the group members if...
2004-11-16 Todd C. Millersync
2004-11-16 Todd C. MillerOn Digital UNIX _PATH_VAR_TMP doesn't end with a traili...
2004-11-16 Todd C. Millerremove bogus XXX comment
2004-11-16 Todd C. MillerGet rid of alias_matches and correctly fall through...
2004-11-16 Todd C. MillerCache non-existent passwd/group entries too.
2004-11-16 Todd C. Millerregen
2004-11-16 Todd C. Millerfix typo
2004-11-16 Todd C. MillerImplement group caching and use the passwd and group...
2004-11-15 Todd C. MillerProperly negate the return value of alias_matches(...
2004-11-15 Todd C. MillerMake hostname_matches() return TRUE for a match, else...
2004-11-15 Todd C. MillerAdd missing dependencies on gram.h
2004-11-15 Todd C. MillerUse runas_matches in alias_matches() now that we have it.
2004-11-15 Todd C. MillerExpand aliases in "sudo -l" mode
2004-11-15 Todd C. MillerUse ALIAS for the member type when storing an alias...
2004-11-15 Todd C. MillerParanoia; zero out pw_passwd before freeing passwd...
2004-11-15 Todd C. MillerAdd local error/warning functions like err/warn but...
2004-11-15 Todd C. MillerUse userpw_matches() to compare usernames, not strcmp...
2004-11-15 Todd C. MillerCache passwd db entries in 2 reb-black trees; one index...
2004-11-15 Todd C. Milleradd cast to uid_t
2004-11-15 Todd C. Millermissing free in alias_destroy
2004-11-15 Todd C. MillerCan't use rbapply() for rbdestroy since the destructor...
2004-11-15 Todd C. MillerCreate and use private versions of setpwent() and endpw...
2004-11-15 Todd C. MillerStore aliases in a red-black tree.
2004-11-15 Todd C. Millerred-black tree implementation
2004-11-15 Todd C. MillerEdit all sudoers file if there were unused or undefined...
2004-11-12 Todd C. MillerBring back the "secure_path" Defaults option now that...
2004-11-11 Todd C. MillerA user can always list their own entries, even with -u.
2004-11-11 Todd C. MillerThe syntax to list another user's entries is now "...
2004-11-11 Todd C. MillerUpdate env variable info in SECURITY NOTES
2004-11-11 Todd C. Millerstrip CDPATH too
2004-11-11 Todd C. Millerstrip exported bash functions from the environment.
2004-10-27 Todd C. MillerOnly reset sudo_user.pw based on SUDO_USER environment...
2004-10-27 Todd C. MillerExtend LIST_APPEND to deal with appending lists too
2004-10-26 Todd C. MillerConvert some bitwise AND to ISSET
2004-10-26 Todd C. Millertoke.c replaces lex.yy.c
2004-10-26 Todd C. Millersync
2004-10-26 Todd C. Millernew parser fixes most of the outstanding bugs
2004-10-26 Todd C. Millerregen
2004-10-26 Todd C. MillerRework for the new parser.
2004-10-26 Todd C. MillerRewrite for the new parser. Now supports a -d flag...
2004-10-26 Todd C. MillerAdd new prototypes.
2004-10-26 Todd C. MillerUpdate for new parse. We now call find_path() *after...
2004-10-26 Todd C. MillerWorking LDAP support; also remove a now-unneeded rewind().
2004-10-26 Todd C. MillerAdd NO_STDERR flag.
2004-10-26 Todd C. MillerSplit sudo_ldap_check() into three pieces: sudo_ldap_op...
2004-10-26 Todd C. MillerAdd casts to unsigned char for isspace() to quiet a...
2004-10-26 Todd C. MillerAdd prototype for update_defaults()
2004-10-26 Todd C. MillerDon't warn about line numbers now that we operate on...
2004-10-26 Todd C. MillerNo long use lsearch()
2004-10-26 Todd C. MillerUpdate for new and changed file names.
2004-10-26 Todd C. Millerno more BSD lsearch.c
2004-10-26 Todd C. Millerfoo_matches() routines now live in match.c
2004-10-26 Todd C. MillerMove parse.lex -> toke.l
2004-10-26 Todd C. MillerRewritten parser that converts sudoers into a set of...
2004-10-26 Todd C. MillerWe won't be using lsearch() any longer.
2004-10-26 Todd C. Millersudo should not send mail if someone who runs 'sudo...
2004-10-26 Todd C. Millerregen
2004-10-26 Todd C. MillerUpdate warnings to match new visudo
2004-10-26 Todd C. MillerThe new parser doesn't have the old ordering constraints.
2004-10-26 Todd C. MillerDocument that -l now takes an optional username argument
2004-10-25 Todd C. MillerAIX 5.2.0.0 works
2004-10-25 Todd C. MillerIf LDAP_OPT_SUCCESS is not defined, use LDAP_SUCCESS...
2004-10-23 Todd C. MillerCall sudo_goodpath() *after* changing the cwd to match...
2004-10-21 Todd C. MillerKill set_perms() stub--it is no longer needed.
2004-10-13 Todd C. Millerstay_setuid now requires set_reuid() or setresuid()
2004-10-13 Todd C. MillerKill use of POSIX saved uids; they aren't worth botheri...
2004-10-07 Todd C. Millerremove call to issetugid()
2004-10-07 Todd C. MillerRemove warning about wildcards. Now that we use glob...
next