]> granicus.if.org Git - sudo/shortlog
sudo
2012-05-22 Todd C. MillerFix test for -z relro
2012-05-22 Todd C. MillerBuild with -fstack-protector and link with -zrelo where...
2012-05-21 Todd C. MillerIf sudoers_mode is group-readable but the actual sudoer...
2012-05-17 Todd C. MillerFix #includedir; from Mike Frysinger
2012-05-17 Todd C. MillerRelax the user/group/mode checks on sudoers files....
2012-05-17 Todd C. MillerRelax the user/group/mode checks on sudoers files....
2012-05-17 Todd C. MillerDelete creds after closing the PAM session.
2012-05-17 Todd C. MillerFix typo in last commit
2012-05-17 Todd C. MillerInstead of treating ^C from tgetpass() specially, always
2012-05-17 Todd C. MillerNeed to call ldapssl_clientauth_init() for start_tls...
2012-05-17 Todd C. MillerFix printing of invalid uri
2012-05-17 Todd C. MillerProvide a more useful error message if using a Mozilla...
2012-05-17 Todd C. MillerSplit global and per-connection LDAP options into separ...
2012-05-16 Todd C. MillerQuiet some compiler warnings
2012-05-16 Todd C. MillerFix compiler warnings on some platforms and provide...
2012-05-15 Todd C. MillerAdded tag SUDO_1_7_9p1 for changeset 26d9603eb5af
2012-05-14 Todd C. MillerUpdate for sudo 1.7.9p1 SUDO_1_7_9p1
2012-05-14 Todd C. MillerAdd missing break between AF_INET and AF_INET6 in addr_...
2012-05-11 Todd C. MillerThe pointer to the siginfo_t struct in a signal handler...
2012-05-10 Todd C. MillerFix an alignment problem on NetBSD systems with a 64...
2012-05-10 Todd C. MillerAdd offsetof macro for those without it.
2012-05-01 Todd C. MillerAdd mode for docdir. Fixes a problem on Linux when...
2012-04-24 Todd C. MillerSync with upstream for Mac OS X (and other) fixes.
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.
next