]> granicus.if.org Git - sudo/shortlog
sudo
2012-04-23 Todd C. MillerDebian sudo has not been built with --with-exempt=sudo...
2012-04-23 Todd C. MillerOnly build Mac intel universal binary on an intel machine.
2012-04-23 Todd C. MillerAdd missing initialization of a sigaction structure...
2012-04-08 Todd C. MillerDo not use GLOB_BRACE or GLOB_TILDE flags to glob(...
2012-03-30 Todd C. Millerfix typo in last commit
2012-03-30 Todd C. MillerUse ecalloc() when allocating structs.
2012-03-30 Todd C. MillerAdd ecalloc().
2012-03-30 Todd C. MillerUse error() instead of log_fatal()
2012-03-30 Todd C. Millerg/c __unused which is no longer used
2012-03-30 Todd C. MillerRemove the NO_EXIT flag to log_error() and add a log_fa...
2012-03-30 Todd C. Millercast ctype(3) function/macro arguments from char to...
2012-03-30 Todd C. MillerWhen initializing the environment for env_reset, start...
2012-03-30 Todd C. MillerAdd entry for AIX enhanced RBAC config.
2012-03-30 Todd C. MillerIf we are not running with an effective uid of 0, try...
2012-03-30 Todd C. MillerIf the "timestampowner" user cannot be resolved, use...
2012-03-30 Todd C. MillerFor PAM authentication, merge the PAM environment with...
2012-03-30 Todd C. MillerQuiet compiler warning when SELinux is enabled.
2012-03-30 Todd C. MillerDon't read /etc/environment on Linux when using PAM...
2012-03-30 Todd C. MillerAdd check for pam_getenvlist()
2012-03-30 Todd C. MillerUse normal error path if unable to set sudoers gid.
2012-03-30 Todd C. MillerMake sudoersdir relative to PKG_INSTALL_ROOT for Solaris.
2012-03-30 Todd C. MillerAdd execvpe(), exect(), posix_spawn() and posix_spawnp...
2012-03-29 Todd C. MillerUpdate zlib to version 1.2.6
2012-03-27 Todd C. MillerIf there is nothing to read from the askpass program...
2012-02-17 Todd C. MillerAdded tag SUDO_1_7_9 for changeset d896e8043fe6
2012-02-16 Todd C. MillerBuild flat packages, not package bundles, on Mac OS X. SUDO_1_7_9
2012-02-10 Todd C. MillerMake sudo_goodpath() return value boolean
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. 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-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. MillerAdd rudimentary check for _FORTIFY_SOURCE support by...
2012-01-30 Todd C. Milleradd 1.7.8p2
2012-01-26 Todd C. MillerUpdate
2012-01-26 Todd C. MillerWe need to init the auth system regardless of whether...
2012-01-25 Todd C. MillerThe change in a1e7e31519ec that caused to exit when...
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-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-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. MillerMove tty name lookup code to its own file.
2012-01-12 Todd C. MillerUpdate for sudo 1.7.9
2012-01-12 Todd C. Millerregen
2012-01-12 Todd C. MillerFor "visudo -c" also list include files that were check...
2012-01-12 Todd C. MillerUpdate copyright year.
2012-01-12 Todd C. MillerAllow "visudo -c" to work when we only have read-only...
2012-01-12 Todd C. MillerDo not include GLOB_MARK in the flags we pass to glob...
2012-01-12 Todd C. MillerPrint a more sensible error if yyparse() returns non...
2012-01-12 Todd C. MillerWhen trying to determine the tty, fall back on /proc...
2012-01-12 Todd C. MillerWhen not logging I/O, put command in its own pgrp and...
2012-01-12 Todd C. MillerAdd missing %s printf escape to the iolog_dir description.
2012-01-12 Todd C. MillerHandle different Unix domain socket (actually socketpai...
2012-01-12 Todd C. MillerCatch common signals in the monitor process so they...
2012-01-12 Todd C. MillerMention how to configure pam_hpsec on HP-UX to play...
2012-01-12 Todd C. MillerEscape values in the search expression as per RFC 4515
2012-01-12 Todd C. MillerBump version to 1.7.9
2012-01-12 Todd C. MillerRemove unwanted login_close() in last commit.
2012-01-12 Todd C. MillerFetch the login class for the user we authenticate...
2012-01-12 Todd C. MillerNo longer need SUDO_CHECK_TYPE and SUDO_TYPE_* now...
2012-01-12 Todd C. MillerUse HAVE_STRUCT_TIMESPEC and HAVE_STRUCT_IN6_ADDR inste...
2012-01-12 Todd C. MillerFix mode on sudoers as needed when the -f option is...
2012-01-12 Todd C. MillerBuild PIE executables for newer Debian and Ubuntu
2012-01-12 Todd C. MillerDo not close error pipe or debug fd via closefrom(...
2012-01-12 Todd C. MillerOlder Netscape LDAP SDKs don't prototype ldapssl_set_st...
2012-01-12 Todd C. MillerReplace UCB fnmatch.c with a non-recursive version...
2012-01-12 Todd C. MillerMake the env_reset descriptions consistent.
2012-01-12 Todd C. MillerDo multiple expansion when expanding paths to the noexe...
2012-01-12 Todd C. MillerAdd ignore file
2012-01-12 Todd C. MillerUpdate to libtool 2.4.2
2012-01-12 Todd C. MillerAdd support for relative paths in #include and #includedir
2012-01-12 Todd C. MillerAdd missing word in HOME security note.
2012-01-12 Todd C. MillerKeep track of the last token returned. On error, if...
2011-12-18 Todd C. MillerFix typo in visiblepw description; from Joel Pickett
2011-11-08 Todd C. MillerMark libexec files as optional. If there is no support...
2011-10-26 Todd C. MillerMake alias_remove_recursive() return TRUE/FALSE as...
2011-10-25 Todd C. MillerWhen matching a RunasAlias for a runas group, pass...
2011-10-21 Todd C. MillerAdded tag SUDO_1_7_8 for changeset 571f47a3e08c
2011-10-21 Todd C. MillerRevert unintended commit of version change to 1.7.8rc1 SUDO_1_7_8
2011-10-10 Todd C. MillerAdd sudoedit fix
2011-10-10 Todd C. MillerIgnore set_logname (which is now the default) for sudoe...
2011-09-27 Todd C. MillerModify the authentication API such that the init and...
2011-09-24 Todd C. MillerIf the invoking user cannot be resolved by uid fake...
2011-09-22 Todd C. MillerAdded tag SUDO_1_7_7 for changeset 9fba0207f99a
2011-09-21 Todd C. MillerUpdate to current reality and add bit about ssh auth
2011-09-21 Todd C. MillerMake "verbose" static; fixes a namespace clash with...
2011-09-21 Todd C. MillerFreeBSD has libutil.h not util.h
2011-09-21 Todd C. MillerDefine _BSD_SOURCE on FreeBSD, OpenBSD and DragonflyBSD
2011-09-17 Todd C. MillerApply MODE_MASK to sudo_mode in the switch statement...
2011-09-17 Todd C. MillerUpdate for version 1.7.8
next