]> granicus.if.org Git - sudo/shortlog
sudo
2010-07-19 Todd C. MillerCheck return value of setdefs() but don't stop setting...
2010-07-19 Todd C. MillerIf env_reset is enabled, set the MAIL environment varia...
2010-07-17 Todd C. Millerdecode debian code names
2010-07-17 Todd C. Millerfix typo
2010-07-16 Todd C. MillerMerge with 1.7.4
2010-07-16 Todd C. MillerRestore RLIMIT_NPROC after the uid switch if it appears...
2010-07-16 Todd C. MillerRestore the dot removal in the os version reported...
2010-07-16 Todd C. Millerdocument --with-pam-login
2010-07-16 Todd C. MillerThe tag is NOSETENV, not UNSETENV. From Petr Uzel.
2010-07-15 Todd C. MillerInclude flavor in solaris package name
2010-07-15 Todd C. MillerOlder shells don't support IFS= so set explictly to...
2010-07-15 Todd C. MillerUse '=' not '==' in test
2010-07-15 Todd C. MillerFix typo that prevented debian from matching
2010-07-15 Todd C. MillerAdd missing prefix setting for debian
2010-07-15 Todd C. MillerUse tab indents to reduce the chance of problem with <<-
2010-07-15 Todd C. MillerAdd commented out env_keep entries, sample Aliases...
2010-07-15 Todd C. MillerMove zlib check later on in the script to avoid a stran...
2010-07-15 Todd C. MillerRemove check for egrep; configure has its own
2010-07-14 Todd C. MillerEnable zlib for linux distros
2010-07-14 Todd C. MillerAdd ldap flavor to default build
2010-07-14 Todd C. MillerSimplify rpm linux distro settings
2010-07-14 Todd C. MillerMove time stamp files from /var/run/sudo to /var/{db...
2010-07-14 Todd C. MillerFix ChangeLog creation from build dir
2010-07-14 Todd C. MillerHandle getcwd() failure.
2010-07-14 Todd C. MillerAdd ldap "flavor" for debian, controlled by the SUDO_FL...
2010-07-14 Todd C. MillerCreate sudo group on debian
2010-07-14 Todd C. MillerAdd debian 4/5/6 and use the dot when doing version...
2010-07-14 Todd C. MillerUse a loop when searching for mv, sendmail and sh
2010-07-14 Todd C. MillerRemove spurious "and"; from debian
2010-07-14 Todd C. MillerSubstitute the value of EDITOR into the sudoers and...
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
next