]> granicus.if.org Git - sudo/shortlog
sudo
2012-02-02 Todd C. MillerRemove duplicate function prototypes
2012-02-01 Todd C. MillerError out if user specified --with-pam but we can't...
2012-01-31 Todd C. MillerFix the sudoers permission check when the expected...
2012-01-30 Todd C. MillerVerify that we can link executables built with -D_FORTI...
2012-01-30 Todd C. MillerFix potential off-by-one when making a copy of the...
2012-01-30 Todd C. MillerAdd rudimentary check for _FORTIFY_SOURCE support by...
2012-01-30 Todd C. MillerUse AC_HEADER_STDBOOL instead of checking for stdbool...
2012-01-29 Todd C. Millerregen
2012-01-25 Todd C. MillerThe change in 818e82ecbbfc that caused to exit when...
2012-01-25 Todd C. MillerRefactor disable_execute() and my_execve() into exec_co...
2012-01-20 Todd C. MillerAdd custom version of AC_CHECK_LIB that uses the extra...
2012-01-19 Todd C. MillerBetter handling of network functions that need -lsocket...
2012-01-19 Todd C. MillerWhen setting up the execution environment, set groups...
2012-01-19 Todd C. MillerRemove "WARNING: unable to find foo() trying -lsocket...
2012-01-19 Todd C. MillerFor "sudo -g" prepend the specified group ID to the...
2012-01-17 Todd C. MillerFix sh warning; use "test" instead of "["
2012-01-17 Todd C. MillerWhen not logging I/O, use a signal handler that only...
2012-01-17 Todd C. MillerBack out change that put the command in its own pgrp...
2012-01-16 Todd C. MillerOnly run compat regress tests on compat objects we...
2012-01-14 Todd C. MillerUpdate po files from translationproject.org
2012-01-13 Todd C. MillerInclude parent directories in case they don't already...
2012-01-13 Todd C. Millersync with git version
2012-01-13 Todd C. Millerregen dependencies
2012-01-13 Todd C. MillerMove tty name lookup code to its own file.
2012-01-12 Todd C. MillerUpdate with latest sudo 1.8.4 changes.
2012-01-12 Todd C. MillerRemove obsolete template for HAVE_TIMESPEC
2012-01-12 Todd C. MillerAdd a check for devname() returning a fully-qualified...
2012-01-11 Todd C. MillerFor "visudo -c" also list include files that were check...
2012-01-11 Todd C. MillerThe device name returned by devname() does not include...
2012-01-11 Todd C. MillerAdd debug warning if KERN_PROC sysctl fails or devname...
2012-01-11 Todd C. MillerThe result of writev() is never checked so just cast...
2012-01-11 Todd C. MillerUpdate Esperanto, Finnish, Polish and Ukrainian transla...
2012-01-10 Todd C. MillerAdd support for determining tty via sysctl on other...
2012-01-10 Todd C. MillerOnly check for struct kinfo_proc.ki_tdev on systems...
2012-01-10 Todd C. MillerFor FreeBSD, try the KERN_PROC_PID sysctl() first,...
2012-01-09 Todd C. MillerOn newer FreeBSD we can get the parent's tty name via...
2012-01-09 Todd C. MillerInclude locale.h
2012-01-09 Todd C. MillerSilence a gcc warning.
2012-01-09 Todd C. MillerNeed to include gettext.h and sudo_debug.h; from John...
2012-01-09 Todd C. MillerInitialize the debug framework from the I/O plugin...
2012-01-08 Todd C. MillerEnable debugging via sudo.conf.
2012-01-07 Todd C. MillerUse SUDO_DEBUG_ALIAS for alias checking functions.
2012-01-07 Todd C. MillerMore complete test for getaddrinfo() that doesn't rely...
2012-01-07 Todd C. MillerAdd debug support.
2012-01-07 Todd C. MillerNeed -lsocket -lnsl for getaddrinfo(3) on Solaris at...
2012-01-07 Todd C. MillerInclude errno.h and missing.h
2012-01-06 Todd C. Millerignore doc/varsub
2012-01-06 Todd C. MillerUpdate copyright year.
2012-01-06 Todd C. MillerUpdate for sudo 1.8.4
2012-01-06 Todd C. Millerregen pot files
2012-01-06 Todd C. MillerEnable debugging via sudo.conf.
2012-01-06 Todd C. MillerEnable debugging via sudo.conf.
2012-01-06 Todd C. MillerAllow "visudo -c" to work when we only have read-only...
2012-01-06 Todd C. MillerMention the CONTRIBUTORS file, not HISTORY in AUTHOR...
2012-01-06 Todd C. MillerDocument Debug setting in sudo.conf and debug_flags...
2012-01-05 Todd C. MillerDo not include GLOB_MARK in the flags we pass to glob...
2012-01-05 Todd C. MillerAdd --enable-kerb5-instance configure option to allow...
2012-01-05 Todd C. MillerRemove -D debug_level option.
2012-01-05 Todd C. MillerUpdate copyright year.
2012-01-04 Todd C. Millerparse_error is now bool, not int
2012-01-04 Todd C. MillerPrint a more sensible error if yyparse() returns non...
2012-01-04 Todd C. MillerReplace y.tab.c with the correct filename in #line...
2012-01-03 Todd C. MillerWhen trying to determine the tty, fall back on /proc...
2012-01-03 Todd C. MillerWhen not logging I/O, put command in its own pgrp and...
2011-12-20 Todd C. MillerQuiet a bogus gcc warning.
2011-12-20 Todd C. MillerFix warnings related to sudo.conf accessors.
2011-12-20 Todd C. MillerSeparate sudo.conf parsing from plugin loading and...
2011-12-20 Todd C. MillerSeparate sudo.conf parsing from plugin loading and...
2011-12-20 Todd C. MillerRemove support for noexec_file in sudoers and the plugi...
2011-12-20 Todd C. MillerDon't dump interfaces if there are none.
2011-12-20 Todd C. MillerAdd missing %s printf escape to the group_plugin, iolog...
2011-12-18 Todd C. MillerFix typo in visiblepw description; from Joel Pickett
2011-12-08 Todd C. MillerWhen running a login shell with a login_class specified...
2011-12-08 Todd C. MillerIf srcdir is "." just use the basename of the yacc...
2011-12-08 Todd C. MillerClean up the DEVEL noise
2011-12-08 Todd C. MillerHandle different Unix domain socket (actually socketpai...
2011-12-08 Todd C. MillerCatch common signals in the monitor process so they...
2011-12-08 Todd C. MillerMention how to configure pam_hpsec on HP-UX to play...
2011-12-07 Todd C. MillerEscape values in the search expression as per RFC 4515.
2011-12-07 Todd C. MillerNo need for install target to depend explicitly on...
2011-12-05 Todd C. Millerignore src/sesh
2011-12-05 Todd C. MillerAdd support for setenv entries in login.conf. We can...
2011-12-02 Todd C. MillerAdd getaddrinfo() for those without it, written by...
2011-12-02 Todd C. MillerRestore PACKAGE_TARNAME, it is used in docdir
2011-12-02 Todd C. MillerSunPro C Compiler also has a _Bool builtin.
2011-12-02 Todd C. MillerRemove duplicate return statements.
2011-12-02 Todd C. MillerRemove inaccurate comment
2011-12-02 Todd C. MillerFetch the login class for the user we authenticate...
2011-12-02 Todd C. MillerReplace @DEV@ prefix with DEVEL variable so we can...
2011-12-02 Todd C. MillerFix "make check" fallout from the sudo_conv changes...
2011-12-02 Todd C. MillerUse stdbool.h instead of rolling our own TRUE/FALSE...
2011-12-01 Todd C. MillerAdd stdbool.h for systems without it.
2011-12-01 Todd C. MillerNo longer need SUDO_CHECK_TYPE and SUDO_TYPE_* now...
2011-12-01 Todd C. MillerUse HAVE_STRUCT_TIMESPEC and HAVE_STRUCT_IN6_ADDR inste...
2011-12-01 Todd C. MillerNo longer need to include time.h here as missing.h...
2011-11-30 Todd C. MillerFix mode on sudoers as needed when the -f option is...
2011-11-30 Todd C. MillerAdd Serbian translation for sudo from translationprojec...
2011-11-30 Todd C. MillerNo longer pass debug_file to plugin, plugins must now...
2011-11-30 Todd C. MillerBuild PIE executables for newer Debian and Ubuntu
2011-11-30 Todd C. MillerInclude time.h for ctime() prototype.
next