]> granicus.if.org Git - sudo/shortlog
sudo
2012-05-30 Todd C. MillerNo need to loop over atomic_writev(), it guarantees...
2012-05-29 Todd C. MillerUpdate for sudo 1.8.5p2
2012-05-29 Todd C. MillerInstead of doing extra write()s when replaying stdout...
2012-05-27 Todd C. MillerProvide unhooked version of getenv() and use it when...
2012-05-25 Todd C. MillerWhen replaying a log of stdout or stderr, do newline...
2012-05-24 Todd C. MillerWhen checking for -fstack-protector, treat warnings...
2012-05-22 Todd C. MillerFix test for -z relro
2012-05-22 Todd C. MillerAdd m4/ax_check_compile_flag.m4 and m4/ax_check_link_fl...
2012-05-22 Todd C. MillerBuild with -fstack-protector and link with -zrelo where...
2012-05-21 Todd C. MillerAdd tests for sudoers mode, owner and group checks.
2012-05-21 Todd C. MillerIf sudoers_mode is group-readable but the actual sudoer...
2012-05-21 Todd C. MillerNo longer throw an error if sudoers is a symbolic link...
2012-05-18 Todd C. MillerAdd basic tests for #include and #includedir
2012-05-18 Todd C. MillerAdd -U sudoers_uid option to testsudoers.
2012-05-17 Todd C. MillerUpdate for 1.8.5p1
2012-05-17 Todd C. MillerFix #includedir; from Mike Frysinger
2012-05-17 Todd C. MillerDon't prompt for a password if the user is in the exemp...
2012-05-15 Todd C. MillerFix capitalization
2012-05-15 Todd C. MillerBuild PIE executable on Mac OS X 10.5 and above.
2012-05-14 Todd C. MillerUpdate for sudo 1.8.4p5
2012-05-14 Todd C. MillerAdd missing break between AF_INET and AF_INET6 in addr_...
2012-05-14 Todd C. MillerMove systrace monitor code to the attic
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-10 Todd C. Milleradd system_group plugin
2012-05-09 Todd C. MillerImplement RTLD_NEXT and fix RTLD_DEFAULT for HP-UX.
2012-05-08 Todd C. MillerMention system_group plugin
2012-05-08 Todd C. Millerupdate depends
2012-05-08 Todd C. MillerOnly call gr_delref() when use sudo's password caching...
2012-05-08 Todd C. MillerAdd missing dependency on libreplace.la
2012-05-08 Todd C. MillerEmulate RTLD_DEFAULT and RTLD_SELF w/ shl_findsym(...
2012-05-08 Todd C. MillerAdd group plugin that does lookups by name using the...
2012-05-08 Todd C. Millersync with translationproject.org
2012-05-03 Todd C. Millersync with translationproject.org
2012-05-01 Todd C. MillerAdd mode for docdir and use '-' (default) for localedir...
2012-04-30 Todd C. MillerMatch CentOS 6.0
2012-04-24 Todd C. MillerUpdate with recent changes
2012-04-24 Todd C. MillerFix version check on AIX
2012-04-24 Todd C. Millerregen
2012-04-24 Todd C. MillerNeed to call ldapssl_clientauth_init() for start_tls...
2012-04-24 Todd C. MillerFix printing of invalid uri
2012-04-24 Todd C. MillerPass PAM_SILENT when deleting creds to remove an annoyi...
2012-04-24 Todd C. MillerFix the setutxent and endutxent compatibility defines...
2012-04-23 Todd C. Millersudo_ldap_set_options_global() should not take an LDAP...
2012-04-23 Todd C. MillerDebian sudo has not been built with --with-exempt=sudo...
2012-04-23 Todd C. MillerCall the policy's init_session() function before we...
2012-04-23 Todd C. MillerAdd entry for SSL LDAP errors on Mozilla SDKs when...
2012-04-23 Todd C. MillerDelete creds after closing the PAM session.
2012-04-23 Todd C. MillerProvide a more useful error message if using a Mozilla...
2012-04-23 Todd C. MillerAdd missing initialization of a sigaction structure...
2012-04-23 Todd C. MillerSplit global and per-connection LDAP options into separ...
2012-04-23 Todd C. Millersync with translationproject.org
2012-04-21 Todd C. MillerMove struct passwd pointer into struct command details.
2012-04-20 Todd C. MillerSync with upstream for Mac OS X (and other) fixes.
2012-04-20 Todd C. MillerOnly built Mac intel universal binary on an intel machine.
2012-04-20 Todd C. MillerDo not pass libtool the -static-libtool-libs option...
2012-04-19 Todd C. MillerAdd German translation for sudo
2012-04-19 Todd C. Millertypo fix in comment
2012-04-16 Todd C. MillerUpdate with recent changes
2012-04-16 Todd C. MillerSort xgettext output by file name.
2012-04-16 Todd C. MillerClarify what "sudoreplay -l" displays and mention that...
2012-04-16 Todd C. MillerUse AC_HEADER_MAJOR to determine where major/minor...
2012-04-16 Todd C. MillerInclude sys/mkdev.h if present instead of sys/sysmacros...
2012-04-16 Todd C. MillerWhen building on Mac OS X, only set SDK_FLAGS if specif...
2012-04-15 Todd C. MillerAdd back buf and tty variables for _ttyname() case...
2012-04-13 Todd C. Millerregen
2012-04-13 Todd C. MillerRemove b8 from version number.
2012-04-13 Todd C. Millerremove some XXX
2012-04-13 Todd C. MillerWhen looking for a device match, do a breadth-first...
2012-04-13 Todd C. MillerPass pid, ppid, sid, pgid and tcpgid to plugin in user_...
2012-04-13 Todd C. Millersync with translationproject.org
2012-04-13 Todd C. MillerNew Croatian and Galician translations from translation...
2012-04-13 Todd C. MillerAdd depth-first traversal of /dev/ for the /proc case...
2012-04-13 Todd C. MillerIf struct dirent has d_type, use it to avoid an extra...
2012-04-13 Todd C. MillerSort output of "sudoreplay -l"
2012-04-12 Todd C. MillerFix duplicate free introduced in last rev
2012-04-11 Todd C. MillerInstead of treating ^C from tgetpass() specially, always
2012-04-11 Todd C. MillerRototill code to determine the tty. For Linux, we...
2012-04-10 Todd C. MillerDefine PRNODEV for those w/o it.
2012-04-10 Todd C. MillerCheck for SVR4-style struct psinfo.pr_ttydev and use...
2012-04-10 Todd C. MillerBetter support for SVR4-style /proc entries where we...
2012-04-10 Todd C. MillerWhen trying to determine the tty name, check parent...
2012-04-10 Todd C. MillerTreat a tty read failure like EOF as it usually means...
2012-04-10 Todd C. MillerLinux select() may return ENOMEM if there is a kernel...
2012-04-10 Todd C. MillerOpen /proc/pid/fd/[0-2] in non-blocking mode just in...
2012-04-09 Todd C. MillerFix restoration of AIX permissions.
2012-04-09 Todd C. MillerAllow the -k flag to be used along with the -i and...
2012-04-09 Todd C. MillerPlug memory leak in parse_logfile() in the error path.
2012-04-09 Todd C. Millersync with translationproject.org
2012-04-08 Todd C. MillerDo not use GLOB_BRACE or GLOB_TILDE flags to glob(...
2012-04-06 Todd C. MillerMove ttysize.c to common so sudoreplay can use it.
2012-04-06 Todd C. MillerIf I/O log file includes rows + cols, warn if the user...
2012-04-06 Todd C. MillerFix printing of TSID in "sudoreplay -l"
2012-04-06 Todd C. MillerLog the process id in the debug file output. Since...
2012-04-06 Todd C. MillerIgnore SIGTTIN and SIGTTOU in main sudo process when...
2012-04-06 Todd C. MillerDistinguish between signals we received from the parent...
2012-04-05 Todd C. MillerIn Solaris 11, /dev/pts under the "dev" filesystem...
2012-04-05 Todd C. MillerAlways pass __func__, __FILE__ and __LINE__ in sudo_deb...
2012-04-05 Todd C. MillerMake this compile after last change.
next