]> granicus.if.org Git - sudo/shortlog
sudo
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
2010-02-20 Todd C. MillerFix setting of plugin dir
2010-02-20 Todd C. Milleradd clean targets
2010-02-20 Todd C. MillerAdd missing source for sudo front end
2010-02-20 Todd C. MillerSample plugin demonstrating the sudo plugin API
2010-02-20 Todd C. MillerModular sudo front-end which loads policy and I/O plugi...
2010-02-20 Todd C. MillerSudo plugin API
2010-02-20 Todd C. MillerReplace emul/include.h with compat/include.h to match...
2010-02-20 Todd C. MillerInclude missing.h for memrchr() proto
2010-02-20 Todd C. MillerRework source layout in preparation for modular sudo.
2010-02-13 Todd C. MillerAvoid a duplicate fclose() of the sudoers file.
2010-02-13 Todd C. MillerFix size arg when realloc()ing include stack. From...
2010-02-13 Todd C. MillerUse setrlimit64(), if available, instead of setrlimit...
2010-02-13 Todd C. MillerFix use after free when sending error messages. From...
2010-02-13 Todd C. MillerGenerate the ChangeLog as part of "make dist" instead...
2010-02-09 Todd C. MillerAvoid a duplicate fclose() of the sudoers file.
2010-02-09 Todd C. MillerFix size arg when realloc()ing include stack. From...
2010-02-06 Todd C. MillerUse setrlimit64(), if available, instead of setrlimit...
2010-02-06 Todd C. MillerFix use after free when sending error messages. From...
2010-01-18 Todd C. MillerGenerate the ChangeLog as part of "make dist" instead...
2010-01-18 Todd C. MillerGenerate correct ChangeLog for 1.7 branch.
2010-01-18 Todd C. MillerRemove CVS $Sudo$ tags.
2010-01-18 convert-repoupdate tags
2009-12-26 Todd C. Millermake this match sudoers SYNOPSIS
2009-12-26 Todd C. MillerPrint a newline between Runas and Command-specific...
2009-12-26 Todd C. MillerUse SET and CLR macros in term_raw
2009-12-26 Todd C. MillerSet stdin to non-blocking mode early instead of in...
2009-12-23 Todd C. MillerEnable/disable all postprocessing instead of just nl...
2009-12-19 Todd C. MillerIf tty_tickets is enabled and there is no tty, prompt...
2009-12-19 Todd C. MillerDocument missing options: --with-efence and --with...
2009-12-19 Todd C. Millerusername -> user name
2009-12-19 Todd C. Millerfilename -> file name like the rest of the docs
2009-12-17 Todd C. MillerFix printing of entries with multiple host entries...
2009-12-14 Todd C. MillerMention that targetpw affects the timestamp file name.
2009-12-14 Todd C. MillerAdd compress_transcript option.
2009-12-13 Todd C. Millerbump to 1.7.3b2
2009-12-13 Todd C. MillerBetter split of membership vs. traditional group check...
2009-12-12 Todd C. MillerFix pasto and add default return value.
next