]> granicus.if.org Git - sudo/shortlog
sudo
2010-07-13 Todd C. MillerInitial support for debian 4.0
2010-07-13 Todd C. MillerSome platforms need -fPIE instead of -fpie
2010-07-13 Todd C. MillerOnly set PAM_RHOST for Solaris, where it is needed...
2010-07-13 Todd C. MillerUpdate MANIFEST to match packaging changes
2010-07-13 Todd C. MillerWe now use pp to generate HP-UX packages
2010-07-13 Todd C. MillerRemove vestiges of old binary package bits.
2010-07-13 Todd C. Millerinstall-man -> install-doc
2010-07-13 Todd C. MillerUse http://rc.quest.com/topics/polypkg/ for packaging
2010-07-13 Todd C. MillerJust ignore the -c option, it is the default
2010-07-12 Todd C. MillerUse _PATH_STDPATH instead of _PATH_DEFPATH
2010-07-12 Todd C. MillerDo not strip binaries.
2010-07-12 Todd C. MillerAdd --insults=disabled configure option to allow people...
2010-07-12 Todd C. MillerAdd prototype for gettime()
2010-07-12 Todd C. MillerAdd support for a sudo-i pam.d file to be used for...
2010-07-09 Todd C. MillerFix mkstemps() prototype
2010-07-09 Todd C. MillerUse mkstemps() instead of mkstemp() in sudoedit. This...
2010-07-08 Todd C. MillerTLS_CACERT is now an alias for TLS_CACERTFILE. OpenLDA...
2010-07-07 Todd C. MillerMake sudo_plugin format a bit more like a man page
2010-07-07 Todd C. MillerAdd suport for negated user/host/command lists in a...
2010-07-07 Todd C. MillerAdd uninstall target
2010-07-07 Todd C. MillerRemove unused AR, SED and RANLIB variables
2010-07-07 Todd C. MillerDo not install sample plugins
2010-07-06 Todd C. MillerNow that sudoers is a dynamically loaded module we...
2010-07-06 Todd C. MillerLink testsudoers with -ldl when needed
2010-07-06 Todd C. MillerRemove unused time.h and add limits.h for PATH_MAX
2010-07-06 Todd C. MillerFix typo.
2010-07-05 Todd C. MillerDo not depend on strlcpy/strlcat
2010-07-05 Todd C. MillerStandalone test driver for sudoers group plugin.
2010-07-02 Todd C. MillerUse RTLD_LAZY instead of RTLD_NOW; was using RTLD_NOW...
2010-07-02 Todd C. MillerFix style nit in function declarations
2010-07-02 Todd C. MillerDocument group_plugin syntax.
2010-07-02 Todd C. MillerDocument the sudoers group plugin.
2010-07-02 Todd C. MillerReplace built-in non-unix group support with a sudoers...
2010-07-02 Todd C. MillerAdd a trailing slash to _PATH_SUDO_PLUGIN_DIR to simpli...
2010-07-01 Todd C. MillerMove sudoers-specific bits out of sudo(8) and into...
2010-07-01 Todd C. MillerSubstitute @io_logdir@ for the sudoers I/O log directory.
2010-06-29 Todd C. MillerSet usrinfo for AIX
2010-06-29 Todd C. MillerAdd a separate all target for AIX make which was using...
2010-06-29 Todd C. MillerDo not rely on env.env_len when unsetting a variable...
2010-06-29 Todd C. MillerIn unsetenv() check for NULL or empty name as per POSIX...
2010-06-25 Todd C. MillerUse warningx() instead of log_error() since the latter...
2010-06-25 Todd C. MillerDefer call to sudo_nonunix_groupcheck_cleanup() until...
2010-06-25 Todd C. MillerIgnore case when matching user/group names in the cache...
2010-06-24 Todd C. MillerAdd check for setkeycreatecon() when --with-selinux...
2010-06-24 Todd C. MillerError out if libaudit.h is missing or ununable when...
2010-06-24 Todd C. MillerAdd =head3 entries, mostly for the html version
2010-06-22 Todd C. MillerMention when LDAP was incorporate.
2010-06-21 Todd C. MillerDefine _LINUX_SOURCE_COMPAT on AIX for strsignal()...
2010-06-18 Todd C. MillerAdd a cast to quiet a compiler warning.
2010-06-18 Todd C. MillerQuiet a compiler warning.
2010-06-18 Todd C. MillerCall set_fqdn() after sudoers has parsed instead of...
2010-06-18 Todd C. MillerDo not call set_fqdn() until sudoers parses (where...
2010-06-18 Todd C. Millermention the change in tty ticket behavior when there...
2010-06-18 Todd C. MillerDo not update tty ticket if there is no tty.
2010-06-18 Todd C. MillerUpdate copyright year
2010-06-18 Todd C. MillerDo not rely on BSD make's $>
2010-06-18 Todd C. MillerSet timedir to /var/db/sudo for darwin to match Apple...
2010-06-16 Todd C. MillerAdd stub declarations for struct stat and struct timeval
2010-06-16 Todd C. MillerRemove compat/sigaction.c
2010-06-16 Todd C. MillerCheck for zlib.h in addition to libz.
2010-06-16 Todd C. MillerMove functions and symbols shared between exec.c and...
2010-06-16 Todd C. MillerComment out rules to build .man.in and .cat files unles...
2010-06-16 Todd C. MillerComment out rules to build .man.in and .cat files unles...
2010-06-16 Todd C. MillerQuote any non-alphanumeric characters other than '_...
2010-06-16 Todd C. MillerAdd back .man suffix
2010-06-16 Todd C. MillerAdd Linux audit support.
2010-06-15 Todd C. MillerRemove an XXX
2010-06-15 Todd C. MillerAdd -f (filter) option to sudoreplay to allow certain...
2010-06-15 Todd C. MillerFix -A flag when askpass is specified in sudo.conf...
2010-06-15 Todd C. MillerClean up some XXXs
2010-06-15 Todd C. MillerAdd support for multiple sudoers_base entries in ldap...
2010-06-15 Todd C. Millerremove setsid check, we require a POSIX system
2010-06-15 Todd C. MillerCheck for dup2() failure.
2010-06-15 Todd C. MillerRemove dup2() check, it is not optional.
2010-06-14 Todd C. Millersync with sudo 1.7.3
2010-06-14 Todd C. MillerSunOS does not ship with an ANSI compiler
2010-06-14 Todd C. MillerUpdate OS specific notes. Delete some really ancient...
2010-06-14 Todd C. MillerSudo can be downloaded from the web site too
2010-06-14 Todd C. MillerCall selinux_restore_tty() as part of cleanup() so...
2010-06-14 Todd C. MillerRemove obsolete porting guide
2010-06-14 Todd C. MillerMove union sudo_in_addr_un into interfaces.h
2010-06-14 Todd C. MillerRemove useless circular dependencies
2010-06-14 Todd C. MillerConvert to ANSI C function declarations
2010-06-14 Todd C. MillerUpdate copyright year
2010-06-14 Todd C. MillerFix commented DEVDOCS when not in devel mode.
2010-06-14 Todd C. MillerQuiet a compiler warning.
2010-06-14 Todd C. MillerQuiet a compiler warning.
2010-06-14 Todd C. MillerMake all functions in ldap.c static
2010-06-14 Todd C. MillerUpdates from Alain Roy to provide better examples for...
2010-06-11 Todd C. MillerLeave rules to build .man.in and .cat files uncommented...
2010-06-11 Todd C. MillerBump sudo version to 1.8.0b1
2010-06-11 Todd C. MillerPrint configure args with verbose version information.
2010-06-11 Todd C. MillerRemove tfd from struct sudoersfile; it is not used.
2010-06-10 Todd C. MillerDescribe tty timestamp improvements
2010-06-10 Todd C. MillerA comment character may not be part of a command line...
2010-06-10 Todd C. MillerMake this read a little bit better when passwd_timeout...
2010-06-10 Todd C. MillerAttempt to handle a default password prompt timeout...
2010-06-10 Todd C. MillerDo not override value of keepopen global, instead resto...
2010-06-10 Todd C. MillerAdd dependency for utility programs on libreplace and...
2010-06-10 Todd C. MillerRemove sigaction emulation
next