]> granicus.if.org Git - sudo/shortlog
sudo
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
2004-09-25 Todd C. Millerg/c sudo_pwdup proto
2004-09-25 Todd C. MillerAdd target for building a depot file
2004-09-25 Todd C. Millertrim includes
2004-09-24 Todd C. Millerregen
2004-09-24 Todd C. Millerdocument --with-systrace
2004-09-24 Todd C. MillerAdd check for setproctitle
2004-09-24 Todd C. Millerpass struct str_msg_ask in to syscall checker so it...
2004-09-24 Todd C. Millersystrace(4) support for sudo. On systems with the...
2004-09-24 Todd C. MillerCall systrace_attach() if FLAG_TRACE is set.
2004-09-24 Todd C. MillerAdd trace Defaults option and TRACE/NOTRACE tags and...
2004-09-24 Todd C. MillerDon't close sudoers_fp, keep it open and set close...
2004-09-24 Todd C. MillerAdd trace option
2004-09-24 Todd C. MillerAdd systrace
2004-09-24 Todd C. MillerSunOS /bin/sh blows up with configure
2004-09-24 Todd C. MillerInclude sys/param.h before systrace.h
2004-09-24 Todd C. Millerregen
2004-09-24 Todd C. Miller_PATH_DEV_SYSTRACE
2004-09-24 Todd C. Millerline up options in --help
2004-09-24 Todd C. MillerAdd --with-systrace
2004-09-23 Todd C. Millerregen
2004-09-23 Todd C. Millermake this work with autoconf-2.59
2004-09-16 Todd C. MillerSimplify logic around open & stat of files and do sanit...
2004-09-15 Todd C. MillerAdd support url
2004-09-15 Todd C. Millerversino 1.6.8p1 SUDO_1_6_8p1
2004-09-15 Todd C. Millermore changes for 1.6.8p1
2004-09-15 Todd C. Miller1.6.8p1
2004-09-15 Todd C. MillerAdd sanity check so we don't try to edit something...
2004-09-15 Aaron Spanglersync
2004-09-15 Aaron Spanglerdocument --with-ldap-conf-file
2004-09-14 Todd C. Millerpolitical correctness strikes again
2004-09-14 Todd C. Millersync
2004-09-12 Todd C. MillerInstall sudoedit man link
2004-09-12 Todd C. MillerUpdate PAM note and mention where HP-UX users can downl...
2004-09-12 Todd C. Millerlibtool wants to install stuff from .libs so fake one...
2004-09-12 Todd C. Millerrm -f old sudoedit link instead of using ln -f
2004-09-12 Todd C. MillerDeal with "uname -m" having slashes in it
2004-09-12 Todd C. MillerMakefile.binary -> Makefile.binary.in for config.status...
2004-09-12 Todd C. MillerCopy noexec bits into binary dists too
2004-09-12 Todd C. MillerInstall sudoedit link.
next