]> granicus.if.org Git - sudo/shortlog
sudo
2012-05-31 Todd C. MillerReplace out of date MAN_POSTINSTALL with MANCOMPRESS...
2012-05-31 Todd C. MillerBuild PIE executable on Mac OS X 10.5 and above.
2012-05-31 Todd C. MillerUse a debian-compliant package maintainer field.
2012-05-30 Todd C. MillerNo need to loop over atomic_writev(), it guarantees...
2012-05-29 Todd C. MillerInstead of doing extra write()s when replaying stdout...
2012-05-25 Todd C. MillerWhen replaying a log of stdout or stderr, do newline...
2012-05-24 Todd C. MillerDon't add -fstack-protector to CFLAGS if ld gets an...
2012-05-24 Todd C. MillerMention hardening by default and how to disable.
2012-05-23 Todd C. MillerWhen checking for -fstack-protector, treat warnings...
2012-05-23 Todd C. MillerUse TRUE/FALSE as 3rd argument to sudo_ttyname_scan()
2012-05-23 Todd C. Millerregen
2012-05-23 Todd C. Millermissing "and"
2012-05-23 Todd C. MillerUpdate for sudo 1.7.10
2012-05-23 Todd C. MillerDon't prompt for a password if the user is in the exemp...
2012-05-23 Todd C. MillerNo longer throw an error if sudoers is a symbolic link...
2012-05-23 Todd C. MillerTreat a tty read failure like EOF as it usually means...
2012-05-23 Todd C. MillerLinux select() may return ENOMEM if there is a kernel...
2012-05-23 Todd C. MillerIf select() return EBADF in the main event loop, one...
2012-05-23 Todd C. MillerFix compilation when I/O logging support is not compile...
2012-05-23 Todd C. MillerIgnore SIGTTIN and SIGTTOU in main sudo process when...
2012-05-23 Todd C. MillerDon't try to restore the terminal if we are not the...
2012-05-23 Todd C. MillerDon't need zero_bytes() after ecalloc()
2012-05-23 Todd C. MillerIn Solaris 11, /dev/pts under the "dev" filesystem...
2012-05-23 Todd C. MillerAllow the -k flag to be used along with the -i and...
2012-05-23 Todd C. MillerRototill code to determine the tty. For Linux, we...
2012-05-23 Todd C. MillerDon't try to erealloc() a potentially freed pointer.
2012-05-23 Todd C. MillerPrefer KERN_PROC2 over KERN_PROC. Fixes compilation...
2012-05-23 Todd C. MillerClarify what "sudoreplay -l" displays and mention that...
2012-05-23 Todd C. MilleriIf struct dirent has d_type, use it to avoid an extra...
2012-05-23 Todd C. MillerSort output of "sudoreplay -l"
2012-05-23 Todd C. MillerIf I/O log file includes rows + cols, warn if the user...
2012-05-23 Todd C. MillerFix printing of TSID in "sudoreplay -l"
2012-05-23 Todd C. MillerFix printf format warning (time_t vs. long)
2012-05-23 Todd C. MillerAdd support for replaying sessions from sudo 1.8 when...
2012-05-22 Todd C. Millertypo fix in comment
2012-05-22 Todd C. MillerAdd entry for SSL LDAP errors on Mozilla SDKs when...
2012-05-22 Todd C. MillerMatch CentOS 6.0
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...
next