]> granicus.if.org Git - sudo/shortlog
sudo
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
2009-10-17 Todd C. MillerMove prototypes for missing libc functions to missing.h
2009-10-16 Todd C. MillerDisable transcript support if no tcsetpgrp until we...
2009-10-16 Todd C. MillerBreak out pty code into pty.c
2009-10-16 Todd C. Milleradd killpg macro if no killpg function
2009-10-16 Todd C. MillerPush ptem and ldterm for STERAMS-based systems when...
2009-10-15 Todd C. MillerSprinkle some more O_NOCTTY and call grantpt() before...
2009-10-15 Todd C. MillerCall tcgetpgrp() in the parent, not the child and have...
2009-10-15 Todd C. MillerOnly use TIOCNOTTY in the non-setsid case. If no TIOCS...
2009-10-14 Todd C. MillerIn script mode, if the command is killed by a signal...
2009-10-14 Todd C. MillerAdd check for strsignal() and a simple implementation...
2009-10-14 Todd C. MillerAdd missing WUNTRACED and store the signal that stopped...
2009-10-14 Todd C. Millerg/c unused code
2009-10-14 Todd C. MillerAssociate the grandchild's pgrp with the tty instead...
2009-10-12 Todd C. MillerMove setpgid() of child into the parent side of the...
2009-10-11 Todd C. Millerfix typo
2009-10-11 Todd C. MillerRun command in its own pgrp (like the shell does) for...
2009-10-11 Todd C. MillerBack out revision 1.34; the problem lies elsewhere.
2009-10-11 Todd C. MillerDon't set stdout to blocking mode when flushing remaini...
2009-10-11 Todd C. MillerHandle SIGTTOU and remove some debugging.
2009-10-11 Todd C. MillerBack out revision 1.10 as the signal that interrupts...
2009-10-11 Todd C. MillerApparently we need to send SIGSTOP to the command as...
2009-10-11 Todd C. MillerUse an extra process to act as the glue bewteen the...
2009-10-11 Todd C. MillerHandle getting/setting terminal attributes when the...
2009-10-07 Todd C. MillerAdd support for pausing and changing the speed in inter...
2009-10-07 Todd C. MillerAlready define O_NOCTTY in compat.h, don't need it...
2009-10-06 Todd C. MillerAdd missing protos
2009-09-30 Todd C. MillerAlways update the stashed mtime of the temp file instea...
2009-09-30 Todd C. MillerUse cbreak mode instead of raw mode and add signal...
next