]> granicus.if.org Git - sudo/shortlog
sudo
2010-03-19 Todd C. MillerFix --with-ldap
2010-03-19 Todd C. MillerAdd missing whitespace for Runas and Command-specific...
2010-03-19 Todd C. MillerUse embedded newlines in lbuf instead of multiple calls...
2010-03-19 Todd C. MillerAdd support for embedded newlines.
2010-03-18 Todd C. MillerIf system doesn't support getprogname or __programe...
2010-03-18 Todd C. MillerHard-code sudoers.so instead of using SUDOERS_PLUGIN...
2010-03-18 Todd C. MillerPlay more nicely with libtool and let it build librepla...
2010-03-18 Todd C. MillerInclude stdarg.h for va_list rather than requiring...
2010-03-18 Todd C. MillerPass in output function to lbuf_init() instead of writi...
2010-03-18 Todd C. MillerUse number of tty columns that is passed in user_info...
2010-03-17 Todd C. MillerKill __P in sudoers
2010-03-17 Todd C. MillerSet the sudoers plugin name in configure so we get...
2010-03-17 Todd C. MillerDocument lines/cols in user_info
2010-03-17 Todd C. MillerAdd tty size to user info
2010-03-17 Todd C. MillerUse TIOCGSIZE/TIOCSSIZE instead of TIOCGWINSZ/TIOCSWINSZ
2010-03-16 Todd C. MillerKill dead code
2010-03-16 Todd C. MillerPass the error value back via siglongjmp.
2010-03-16 Todd C. MillerUse conversation function for lecture.
2010-03-16 Todd C. MillerDon't update ticket file if verify_user returns FALSE.
2010-03-16 Todd C. MillerWire up invalidate and validate methods for sudoers
2010-03-15 Todd C. MillerAdd support for -k flag with a command.
2010-03-15 Todd C. MillerAllow -k to be specified with a command.
2010-03-15 Todd C. MillerWire up policy_list
2010-03-15 Todd C. MillerAdd newline at the end of message and space after the...
2010-03-15 Todd C. MillerAdd missing newline after pass password warning
2010-03-15 Todd C. MillerSet user_groups and user_ngroups based on user_info
2010-03-15 Todd C. MillerMake this compile
2010-03-15 Todd C. MillerMake _warning in error.c use the conversation function...
2010-03-15 Todd C. MillerUse siglongjmp() in log_error for fatal errors
2010-03-15 Todd C. MillerQuiet a libtool warning
2010-03-15 Todd C. MillerBuild sudoers plugin
2010-03-15 Todd C. MillerUse warningx in yyerror() so the conversation function...
2010-03-15 Todd C. MillerRename sudo_conv to conversation to avoid a namespace...
2010-03-14 Todd C. MillerInitial bits of sudoers plugin; still needs work.
2010-03-14 Todd C. MillerAdd HAVE_STRDUP and HAVE_STRNDUP
2010-03-14 Todd C. MillerBuild libmissing in two flavors (one PIC one non-PIC...
2010-03-14 Todd C. MillerBuild libmissing in two flavors (one PIC one non-PIC...
2010-03-13 Todd C. MillerAdd strdup and strndup and fix strsignal
2010-03-12 Todd C. MillerAdd strdup and strndup to compat
2010-03-12 Todd C. MillerNeed to include compat.h before missing.h
2010-03-12 Todd C. MillerMust check HAVE_DECL_SYS_SIGLIST == 1 (not just if...
2010-03-12 Todd C. MillerFix botched ANSI C coversion of globexp2()
2010-03-12 Todd C. MillerRemove redundant getgroups check
2010-03-12 Todd C. MillerRequire either termios or termio, no more sgtty.
2010-03-12 Todd C. MillerChange the sys_siglist check to use AC_CHECK_DECLS...
2010-03-11 Todd C. MillerChange SUDO_LDFLAGS to SUDOERS_LDFLAGS and add SUDOERS_...
2010-03-11 Todd C. MillerMention in the conversation function section that a...
2010-03-11 Todd C. MillerAdd definition of WCOREDUMP for systems without it...
2010-03-10 Todd C. Millerconversation function no longer puts a newline at the...
2010-03-07 Todd C. MillerUse parent process group id instead of parent process...
2010-03-06 Todd C. Millertranscript option is now --with not --enable
2010-03-06 Todd C. MillerAdd support to -u and -g flags
2010-03-06 Todd C. MillerWire up SIGALRM handler
2010-03-06 Todd C. Millerg/c unused SIGCHLD handler
2010-03-06 Todd C. MillerDon't use emalloc() in fmt_string(); we want to be...
2010-03-06 Todd C. Millertq_remove not list_remove
2010-03-06 Todd C. MillerAUTH_OBJS should contain .lo files not .o files.
2010-03-05 Todd C. MillerSimplify conversion of command line args to name=value...
2010-03-05 Todd C. MillerHandle NULL reply from conversation function
2010-03-05 Todd C. MillerDon't depend on emalloc/erealloc
2010-03-05 Todd C. MillerUse $(OBJS) instead of sample_plugin.lo
2010-03-05 Todd C. Millerrunas_user is in settings not user_info
2010-03-05 Todd C. MillerFix a mismatch between sudo_settings and settings_pairs...
2010-03-05 Todd C. MillerConvert to ANSI C
2010-03-04 Todd C. MillerFix strlcpy() return value check.
2010-03-04 Todd C. MillerNo longer need to substitute in script.o and pty.o...
2010-02-28 Todd C. MillerAdd fallback to /bin/sh when execve() fails with ENOEXEC.
2010-02-28 Todd C. MillerAdd estrndup()
2010-02-27 Todd C. MillerRefactor script_execve() a bit so that it can be used...
2010-02-27 Todd C. MillerIgnore empty entries in command_info list
2010-02-27 Todd C. MillerAdd tq_remove
2010-02-27 Todd C. MillerPass timeout to tgetpass()
2010-02-27 Todd C. MillerAdd ChangeLog target
2010-02-27 Todd C. MillerBump version and update things slightly for sudo 1.8.0
2010-02-27 Todd C. MillerSudo now requires an ANSI/ISO C compiler
2010-02-27 Todd C. MillerConvert to ANSI C
2010-02-27 Todd C. MillerConvert to ANSI C
2010-02-27 Todd C. MillerConvert to ANSI C
2010-02-25 Todd C. MillerMake user_details extern so tgetpass can get at the...
2010-02-24 Todd C. MillerNo longer need sudo_usage.h in sudo.c
2010-02-24 Todd C. MillerDocument -D level command line flag which maps to the...
2010-02-24 Todd C. MillerDocument debug_level in plugin doc. Still need to...
2010-02-22 Todd C. Millerinclude missing,h for vasprintf
2010-02-22 Todd C. MillerRename plugin.pod -> sudo_plugin.pod and wire into...
2010-02-22 Todd C. MillerNeed to include limits.h
2010-02-22 Todd C. MillerNo more sudo_getpw*
2010-02-22 Todd C. MillerAdd missing compat bits
2010-02-21 Todd C. Millercompat files should not include sudo.h
2010-02-21 Todd C. MillerFix up compat dependencies.
2010-02-21 Todd C. MillerFix typo
2010-02-21 Todd C. MillerLog input and output to temp files for proof of concept.
2010-02-21 Todd C. MillerAdd doc Makefile.in and wire it up
2010-02-21 Todd C. MillerHandle SIGSTOP in addition to SIGTSTP. Fixes a problem...
2010-02-21 Todd C. MillerIn child, handle parent side of the pipe going away.
2010-02-21 Todd C. MillerNo longer need to check for explicit death of the child...
2010-02-21 Todd C. MillerMake sudo_debug do a single vfprintf() which will resul...
2010-02-20 Todd C. MillerFix uninitialized variable.
2010-02-20 Todd C. MillerFix sudo install target
2010-02-20 Todd C. MillerWire up debug_level
2010-02-20 Todd C. MillerFix dependencies
next