]> granicus.if.org Git - sudo/shortlog
sudo
2012-03-27 Todd C. MillerIf there is nothing to read from the askpass program...
2012-03-27 Todd C. MillerFetch the value of "askpass" from the sudo conf struct.
2012-03-27 Todd C. MillerFix matching of "Path askpass" and "Path noexec"
2012-03-26 Todd C. MillerQuiet a clang-analyzer dead store warning.
2012-03-26 Todd C. MillerIf the "timestampowner" user cannot be resolved, use...
2012-03-26 Todd C. MillerRemove the NO_EXIT flag to log_error() and add a log_fa...
2012-03-24 Todd C. Millersync with translationproject.org
2012-03-20 Todd C. Millersync with translationproject.org
2012-03-20 Todd C. Millersync with translationproject.org
2012-03-19 Todd C. Millersync with translationproject.org
2012-03-19 Todd C. MillerUse ecalloc() when allocating structs.
2012-03-19 Todd C. MillerAdd ecalloc() and commented out recalloc().
2012-03-18 Todd C. Millersync with translationproject.org
2012-03-17 Todd C. MillerRemove unused label
2012-03-16 Todd C. MillerDocument what changed in each plugin API revision
2012-03-16 Todd C. MillerRemove bogus optimization that could lead to a double...
2012-03-15 Todd C. MillerExpand AIX /etc/security/privcmds entry.
2012-03-15 Todd C. MillerUpdate for sudo 1.8.5
2012-03-15 Todd C. MillerRename plugin "args" to "options"
2012-03-15 Todd C. MillerAdd Lithuanian and Vietnamese translators
2012-03-15 Todd C. MillerIgnore comments when comparing new and old pot files.
2012-03-15 Todd C. Millerregen
2012-03-15 Todd C. Millerregen
2012-03-15 Todd C. MillerPass a pointer to user_env in to the init_session polic...
2012-03-15 Todd C. MillerAdd explicit NULL entries for init_session, register_ho...
2012-03-15 Todd C. MillerQuiet a gcc "used uninitialized in this function" false...
2012-03-15 Todd C. MillerWe should always call warning() with a format string...
2012-03-15 Todd C. MillerInclude sudo_exec.h for the sudo_execve() prototype.
2012-03-15 Todd C. MillerAdd check for pam_getenvlist()
2012-03-14 Todd C. MillerSet args to NULL in default plugin info struct when...
2012-03-14 Todd C. Millerregen
2012-03-14 Todd C. Millerregen
2012-03-14 Todd C. MillerBump version to 1.8.5
2012-03-14 Todd C. MillerDocument hooks API
2012-03-13 Todd C. MillerMake sudoersdir relative to PKG_INSTALL_ROOT for Solaris.
2012-03-13 Todd C. MillerUse sudo_hook_fn_t in struct sudo_hook.
2012-03-13 Todd C. MillerIf cross compiling, --host must include the OS in the...
2012-03-12 Todd C. MillerFix bogus int -> bool conversion; tags can have a value...
2012-03-12 Todd C. MillerAdd env_should_keep() and env_should_delete() wrapper...
2012-03-12 Todd C. MillerFix application of debian-specific sudoers mods when...
2012-03-12 Todd C. Millermatches_env_check() returns int, not boolean
2012-03-12 Todd C. MillerFix compilation when seteuid() is not available.
2012-03-12 Todd C. MillerSimply move the free of ki_proc outside the realloc...
2012-03-12 Todd C. MillerBring back the erealloc() for the ENOMEM loop and just...
2012-03-12 Todd C. MillerDon't try to erealloc() a potentially freed pointer...
2012-03-10 Todd C. MillerUse normal error path if unable to set sudoers gid.
2012-03-10 Todd C. MillerMake this work again on systems w/o seteuid().
2012-03-09 Todd C. MillerFix compilation if no seteuid/setreuid/setresuid available.
2012-03-09 Todd C. MillerBetter error messages, and added debugging throughout.
2012-03-09 Todd C. MillerFix format string warning on Solaris with gcc 3.4.3.
2012-03-09 Todd C. MillerAlways declare environ now that we swap it around unila...
2012-03-09 Todd C. MillerHonor LDFLAGS when linking sesh; from Vita Cizek
2012-03-09 Todd C. MillerInclude alloc.h for estrdup() prototype; from Vita...
2012-03-08 Todd C. MillerDon't read /etc/environment on Linux when using PAM...
2012-03-08 Todd C. MillerFix editor goof.
2012-03-08 Todd C. MillerDisable environment hooks after we get user_env back...
2012-03-08 Todd C. MillerAdd support for deregistering hooks. If an I/O log...
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.
next