]> granicus.if.org Git - sudo/shortlog
sudo
2010-06-08 Todd C. MillerDefer call to pam_close_session() until after the comma...
2010-06-08 Todd C. MillerAdd use_pty sudoers option to force use of a pty even...
2010-06-08 Todd C. MillerInstead of trying to keep the global environment in...
2010-06-08 Todd C. MillerFix typo
2010-06-07 Todd C. MillerRename pty.c -> get_pty.c
2010-06-07 Todd C. MillerAdd #define for maximum session id
2010-06-07 Todd C. MillerSplit exec.c into exec.c and exec_pty.c
2010-06-07 Todd C. MillerRename pty.c -> get_pty.c
2010-06-07 Todd C. MillerFix --without-iologdir
2010-06-06 Todd C. MillerOnly use I/O input log file if def_log_input is set...
2010-06-05 Todd C. MillerInclude sudo_usage.h after sudo.h now that it has funct...
2010-06-04 Todd C. MillerDo signal setup after turning off echo, not before...
2010-06-04 Todd C. MillerReorg function prototypes a bit
2010-06-04 Todd C. MillerMove argument parsing into parse_args.c
2010-06-04 Todd C. MillerBuild our own sys_siglist for systems that lack it.
2010-06-04 Todd C. MillerK&R fixes
2010-06-04 Todd C. MillerLog sudoedit sessions as well; adapted from trunk
2010-06-04 Todd C. Millerregen
2010-06-04 Todd C. MillerMerge I/O logging changes from trunk. Disabling I...
2010-06-03 Todd C. MillerAdd --enable-warnings configure option
2010-06-03 Todd C. MillerFix K&R compilation issues on HP-UX.
2010-06-03 Todd C. MillerPass in output function to lbuf_init() instead of writi...
2010-06-03 Todd C. MillerUse numeric registers to handle conditionals instead...
2010-06-03 Todd C. MillerDocument per-command SELinux settings
2010-06-03 Todd C. Millertimestamp -> time stamp
2010-06-03 Todd C. MillerSet close on exec flag in private versions of setpwent...
2010-06-03 Todd C. MillerMake send_mail() take a printf-style argument list
2010-06-03 Todd C. MillerUpdate to autoconf 2.65 and libtool 2.2.6b
2010-06-03 Todd C. MillerDon't use TRUE/FALSE which may not be defined.
2010-06-03 Todd C. MillerDocument new tty_ticket behavior
2010-06-03 Todd C. MillerMake find_path() a little more generic by not checking...
2010-06-03 Todd C. MillerStore info from stat(2)ing the tty in the tty ticket...
2010-06-03 Todd C. Millerget_boottime() now fills in a timeval struct
2010-06-02 Todd C. MillerUse timeval directly instead of converting to timespec...
2010-06-02 Todd C. MillerFix OpenPAM detection for newer versions.
2010-06-02 Todd C. MillerSync with Quest sudo git repo
2010-06-02 Todd C. MillerHP-UX ld uses +b instead or -R or -rpath
2010-06-02 Todd C. MillerFix typos; from Quest Sudo
2010-06-02 Todd C. MillerUse value of SHELL from configure in Makefile
2010-05-28 Todd C. MillerHandle duplicate variables in the environment. For...
2010-04-29 Todd C. MillerFix a crash when checking a sudoers file that has alias...
2010-04-15 Todd C. MillerFix use after free in error message when a duplicate...
2010-04-14 Todd C. MillerSet errorfile to the sudoers path if we set parse_error...
2010-04-12 Todd C. MillerFix typo
2010-04-09 Todd C. MillerQualify the command even if it is in the current workin...
2010-04-07 Todd C. MillerAdd a note about the security implications of the fast_...
2010-04-07 Todd C. MillerRemove duplicate includes
2010-03-22 Todd C. MillerFix installation of sudoers.ldap in "make install"...
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-02-22 Todd C. MillerCheck for pseudo-command by looking at the first charac...
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...
next