]> granicus.if.org Git - sudo/shortlog
sudo
2010-03-22 Todd C. MillerMerge 5177a284b9ff 549f8f7c2463 88f3181692fe from 1...
2010-03-22 Todd C. Millergetgrouplist(3) for those without it
2010-03-22 Todd C. MillerFix installation of sudoers.ldap in "make install"...
2010-03-22 Todd C. MillerSet preserve_groups or groups list in command_info
2010-03-22 Todd C. MillerFix setting of groups list
2010-03-22 Todd C. MillerAdd checks for getgrset and getgrouplist and use replac...
2010-03-22 Todd C. MillerPass in preserve_groups when the -P flag is specified...
2010-03-22 Todd C. MillerCheck preserve_groups and ignore_ticket args with atobo...
2010-03-21 Todd C. MillerRename plugin-specific error.c to plugin_error.c
2010-03-21 Todd C. Millerterm.c does not needto include sudo.h
2010-03-21 Todd C. MillerDocument the -2 return in the check_policy section too
2010-03-21 Todd C. MillerFix the -s and -i flags and add support for the "implie...
2010-03-20 Todd C. MillerBring back SUDOERS_PLUGIN but add .dylib -> .so convers...
2010-03-19 Todd C. MillerBetter prefix determination now that we can't rely...
2010-03-19 Todd C. Millerdisplay_bound_defaults() stub should return 0, not...
2010-03-19 Todd C. MillerDocument progname in settings
2010-03-19 Todd C. MillerRewrite compat/getprogname.c and add setprogname().
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-09 Todd C. MillerWhen doing a glob match, short circuit if gl.gl_pathc...
2010-03-08 Todd C. MillerUse parent process group id instead of parent process...
2010-03-08 Todd C. MillerIn setenv(), if the var is empty, return 1 and set...
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
next