]> granicus.if.org Git - sudo/shortlog
sudo
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...
2004-10-07 Todd C. MillerUse glob(3) instead of fnmatch(3) for matching pathname...
2004-10-07 Todd C. MillerDefine HAVE_EXTENDED_GLOB for extended glob (GLOB_TILDE...
2004-10-07 Todd C. MillerCheck for a glob() that supports GLOB_BRACE and GLOB_TILDE
2004-10-07 Todd C. Millerreference glob
2004-10-07 Todd C. Miller4.4BSD glob(3) with fixes from OpenBSD and some unneede...
2004-10-07 Todd C. Miller4.4BSD glob(3) with fixes from OpenBSD and some unneede...
2004-10-05 Todd C. MillerJust return if STRIOCINJECT or STRIOCREPLACE fail....
2004-10-05 Todd C. Millersync
2004-10-05 Todd C. MillerTake a stab at ldap sudoers support here.
2004-10-05 Todd C. MillerDetach from tracee on SIGHUP, SIGINT and SIGTERM. ...
2004-10-05 Todd C. Millerput "monitor" in the proctitle, not "systrace"
2004-10-05 Todd C. MillerWhen modifying the environment, don't replace envp...
2004-10-05 Todd C. MillerAdd environment updating via STRIOCINJECT (if available).
2004-10-05 Todd C. Millerregen
2004-10-04 Todd C. Millerregen
2004-10-04 Todd C. MillerFix bug introduced in unput() removal; want yyless...
2004-10-04 Todd C. MillerInclude file is now mon_systrace.h
2004-10-04 Todd C. MillerNo longer call it tracing, it is now "monitoring" which...
2004-10-01 Todd C. MillerFix some XXX
2004-10-01 Todd C. MillerNo need to include syscall.h, use 1024 as the max ...
2004-10-01 Todd C. MillerAdd $Sudo$ tags.
2004-10-01 Todd C. MillerAdd missing HAVE_LINUX_SYSTRACE_H
2004-10-01 Todd C. Milleradd trace_systrace.o dependency
2004-09-30 Todd C. MillerAlso look for systrace.h in /usr/include/linux
2004-09-30 Todd C. MillerMove all struct defs and prototypes into trace_systrace...
2004-09-30 Todd C. MillerAdd support for tracing emulations. At the moment...
2004-09-30 Todd C. Millerrename systrace.c -> trace_systrace.c
2004-09-30 Todd C. MillerAllow this to build with a K&R compiler again
2004-09-30 Todd C. Millersync
2004-09-30 Todd C. MillerUse __attribute__((__noreturn__))
2004-09-30 Todd C. MillerExit() takes a negative value to indicate it was not...
2004-09-30 Todd C. Millerregen
2004-09-30 Todd C. MillerDefine Err() and Errx() that are like err() and errx...
2004-09-29 Todd C. Millerregen
2004-09-29 Todd C. Millersync
2004-09-29 Todd C. MillerOverhaul visudo for editing multiple files:
2004-09-29 Todd C. MillerAdd keepopen arg to open_sudoers that open_sudoers...
2004-09-29 Todd C. MillerAdd errorfile global that contains the name of the...
2004-09-29 Todd C. Millerreturn COMMENT to yacc grammar for a #include line
2004-09-29 Todd C. MillerRemove us of unput() in favor of yyless() which is...
2004-09-29 Todd C. MillerAllow an empty sudoers file.
2004-09-28 Todd C. MillerRewind sudoers_fp now that sudoers_lookup() doesn't...
next