]> granicus.if.org Git - sudo/shortlog
sudo
2012-03-07 Todd C. MillerMove LOGIN_PATH and LOGIN_SETENV handling to plugin...
2012-03-07 Todd C. MillerInitial cut at a hooks implementation. The plugin...
2012-03-05 Todd C. MillerAdd Vietnamese sudo translation from translationproject.org
2012-03-02 Todd C. MillerList sudo_noexec.so not noexec.so in the sample sudo...
2012-03-02 Todd C. MillerAdd support for plugin args at the end of a Plugin...
2012-03-01 Todd C. Millerupdate depends
2012-03-01 Todd C. Millersecure_path.c is in common, not compat
2012-03-01 Todd C. MillerAdd check for variadic macro support in cpp.
2012-02-29 Todd C. MillerAdd type param to sudo_secure_path() and add sudo_secur...
2012-02-28 Todd C. MillerCheck the owner and mode in -c (check) mode unless...
2012-02-28 Todd C. MillerPrefer KERN_PROC2 over KERN_PROC. Fixes compilation...
2012-02-27 Todd C. MillerAdd Eric Lakin for patch in bug #538
2012-02-27 Todd C. MillerFix typo in safe_close() made while converting to debug...
2012-02-27 Todd C. MillerAdd some more debugging.
2012-02-27 Todd C. MillerWe need sysconfdir in compat/Makfile to get the proper...
2012-02-25 Todd C. MillerNew Lithuanian sudoers translation from translationproj...
2012-02-25 Todd C. MillerUpdate from translationproject.org
2012-02-24 Todd C. MillerWhen adding gids to the LDAP filter, only add the prima...
2012-02-24 Todd C. MillerAdd entry for AIX enhanced RBAC config.
2012-02-24 Todd C. MillerTarget Mac OS X 10.5 when building packages.
2012-02-22 Todd C. MillerRelax the user/group/mode checks on sudoers files....
2012-02-21 Todd C. MillerAdd AIX-specific version of permission setting code...
2012-02-21 Todd C. MillerCheck for LD_PRELOAD variants in configure instead...
2012-02-21 Todd C. MillerFix the description of noexec.
2012-02-21 Todd C. MillerThe "op" parameter to set_default() must be int, not...
2012-02-21 Todd C. MillerMake sure sudoers is writable before calling ed script.
2012-02-17 Todd C. MillerUpdate contributors. Now includes translators and autho...
2012-02-16 Todd C. Millerregen
2012-02-16 Todd C. MillerBuild flat packages, not package bundles, on Mac OS X.
2012-02-10 Todd C. MillerMove macos section to be with the other OS-specific...
2012-02-10 Todd C. MillerSync with translationproject.org
2012-02-10 Todd C. MillerDon't permanently add -D_FORTIFY_SOURCE=2 to CPPFLAGS
2012-02-10 Todd C. MillerAdd Mac OS X support, printing the latest chunk of...
2012-02-10 Todd C. MillerAdd explicit file modes that match those used by "make...
2012-02-10 Todd C. MillerSync with upstream for Mac OS X fixes.
2012-02-10 Todd C. MillerGot back to using "install-sh -M" for files installed...
2012-02-09 Todd C. MillerSync with translationproject.org
2012-02-09 Todd C. MillerUse -m not -M for install-sh for everything except...
2012-02-07 Todd C. MillerRe-sync with upstream; no longer need a local patch.
2012-02-07 Todd C. MillerAdd support for building Mac OS X packages.
2012-02-07 Todd C. MillerSync with upstream
2012-02-07 Todd C. MillerNo longer need to define _PATH_SUDO_CONF here.
2012-02-07 Todd C. MillerFix noexec for Mac OS X.
2012-02-06 Todd C. MillerMove _PATH_SUDO_CONF override to common to match sudo_d...
2012-02-06 Todd C. MillerMore complete fix for LDR_PRELOAD on AIX. The addition of
2012-02-06 Todd C. Millerregen
2012-02-06 Todd C. MillerSet real uid to root before calling sudo_edit() or...
2012-02-06 Todd C. MillerFor PERM_ROOT when using setreuid(), only set the euid...
2012-02-06 Todd C. MillerMake a copy of the struct passwd in exec_setup() to...
2012-02-05 Todd C. Millerupdate copyright
2012-02-05 Todd C. Millerg/c now-unused debug subsystems
2012-02-05 Todd C. MillerEnumerate the debug subsystems used by sudo and sudoers.
2012-02-03 Todd C. MillerNormally, sudo disables core dumps while it is running...
2012-02-03 Todd C. MillerMention Spanish translation
2012-02-03 Todd C. MillerMake sure we don't try to fall back to using the conver...
2012-02-03 Todd C. MillerAdd sudo Spanish translation from translationproject.org
2012-02-02 Todd C. MillerBetter debug subsystem usage
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...
next