]> granicus.if.org Git - sudo/shortlog
sudo
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.
2009-12-12 Todd C. Millerrefactor group member checking into user_in_group()
2009-12-12 Todd C. MillerAdd support for mbr_check_membership() as present in...
2009-12-10 Todd C. MillerRename label to be accurate
2009-12-10 Todd C. MillerTreat timestamp files from before we booted as old...
2009-12-09 Todd C. MillerAllow the -u flag to be used in conjunction with the...
2009-12-09 Todd C. Millerfix typo in last commit
2009-12-08 Todd C. MillerConvert fmt_first and fmt_confd into macros.
2009-12-08 Todd C. Millertimeouts can be floats now
2009-12-08 Todd C. MillerAdd support for floating point timeout values (e.g...
2009-12-07 Todd C. MillerThe -L flag will be removed in sudo 1.7.4
2009-12-06 Todd C. MillerFix a bug due to order of operators.
2009-11-23 Todd C. Millercmnd_matches() already deals with negation so _cmndlist...
2009-11-22 Todd C. MillerDon't exit() from open_sudoers, just return NULL for...
2009-11-22 Todd C. MillerCan't rely on the shell sending us SIGCONT when transit...
2009-11-22 Todd C. MillerAdd missing extern def for parse_error
2009-11-21 Todd C. MillerAvoid a parse error when #includedir doesn't find any...
2009-11-21 Todd C. MillerInclude sudo.man.pl and sudoers.man.pl in the distribut...
2009-11-15 Todd C. MillerStart command out in foreground mode if stdout is a...
next