]> granicus.if.org Git - sudo/shortlog
sudo
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...
2009-11-15 Todd C. MillerUse a socketpair to pass signals from parent to child...
2009-11-04 Todd C. MillerFix a few typos in the descriptions; from Jeff Makey
2009-11-03 Todd C. MillerRemove a spurious comma in the kerb5 bits.
2009-11-03 Todd C. MillerCall krb5_get_init_creds_opt_init() in our emulated
2009-11-01 Todd C. MillerAdd HAVE_ZLIB
2009-11-01 Todd C. MillerNeed to ignore SIGTT{IN,OU} in child when running the...
2009-10-31 Todd C. MillerInstead of calling sigsuspend when waiting for SIGUSR...
2009-10-31 Todd C. MillerPass along SIGHUP and SIGTERM from parent to child.
2009-10-31 Todd C. MillerClose unused bits of script_fds in processes that don...
2009-10-31 Todd C. MillerUpdate foreground/background status in SIGCONT handler...
2009-10-25 Todd C. MillerDefer setting terminal into raw mode until just before...
2009-10-24 Todd C. MillerFix handling of SIGTTOU/SIGTTIN in program being run...
2009-10-24 Todd C. MillerDon't bother with sudo_waitpid() here for now.
2009-10-24 Todd C. Millerfix non-zlib case
2009-10-23 Todd C. MillerRemove non-wroking code that crept into rev 1.55
2009-10-22 Todd C. MillerFirst pass at zlib support for transcript data files
2009-10-22 Todd C. Millerremove vestiges of ZLDFLAGS
2009-10-22 Todd C. MillerAdd missing variable declaration for when TIOCSCTTY...
2009-10-22 Todd C. Millerwhen resuming command, send SIGCONT to its pgrp not...
2009-10-22 Todd C. Millerremove unused variable
2009-10-22 Todd C. Millerinclude selinux.h for is_selinux_enabled() proto
2009-10-22 Todd C. MillerDon't use log_error() in the child process.
2009-10-22 Todd C. MillerDo I/O in parent instead of child since the parent...
2009-10-18 Todd C. MillerMove two struct forward declarations from sudo.h to...
2009-10-18 Todd C. MillerMake comment at the top of script_exec() match reality.
2009-10-18 Todd C. Millerif neither stdin nor stdout is a tty, check stderr
2009-10-18 Todd C. MillerAdd back dependecy of gram.h on gram.y
2009-10-18 Todd C. MillerMake transcript mode work as long as we can figure...
2009-10-17 Todd C. MillerAdd support for IRIX-style dynamic ptys
2009-10-17 Todd C. MillerMove alloc.c protos into alloc.h
2009-10-17 Todd C. MillerMove prototypes for missing libc functions to missing.h
next