]> granicus.if.org Git - sudo/shortlog
sudo
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...
2004-09-28 Todd C. Millerregen
2004-09-28 Todd C. MillerDo signal setup before calling edit_sudoers().
2004-09-28 Todd C. MillerIf a sudoers file includes other files, edit those...
2004-09-28 Todd C. Millerinit_parser now takes a path
2004-09-28 Todd C. MillerMore scaffolding for dealing with multiple sudoers...
2004-09-28 Todd C. MillerKill _PATH_SUDOERS_TMP; it is not meaningful now that...
2004-09-28 Todd C. MillerRewind sudoers_fp in open_sudoers() instead of sudoers_...
2004-09-28 Todd C. Millerdocument #include
2004-09-28 Todd C. Millerregen
2004-09-28 Todd C. MillerAdd max depth of 128 for the include stack to avoid...
2004-09-27 Todd C. Millerdocument tracing
2004-09-27 Todd C. MillerMention PREVENTING SHELL ESCAPES section of sudoers...
2004-09-27 Todd C. Millerregen
2004-09-27 Todd C. MillerAdd support for #include in sudoers (visudo support...
2004-09-27 Todd C. Millermake yyerror()'s argument const
2004-09-27 Todd C. MillerAdd open_sudoers() stubs.
2004-09-27 Todd C. MillerRename check_sudoers() open_sudoers() and make it retur...
2004-09-26 Todd C. MillerCrank version
2004-09-26 Todd C. MillerBetter HP-UX depot construction
2004-09-25 Todd C. Millero Made children global so check_exec() can lookup a...
2004-09-25 Todd C. MillerAdd flag to sudo_pwdup that indicates whether or not...
2004-09-25 Todd C. Milleradd missing increment of addr in read_string()
2004-09-25 Todd C. MillerRemove bogus call to update_child() and some cosmetic...
2004-09-25 Todd C. MillerDon't leak /dev/systrace fd to tracee
next