]> granicus.if.org Git - sudo/shortlog
sudo
2010-07-27 Todd C. MillerPass extra args on to configure
2010-07-27 Todd C. MillerUse the HP ANSI C compiler on HP-UX if possible
2010-07-27 Todd C. MillerSome getline() implementations (FreeBSD 8.0) do not...
2010-07-27 Todd C. MillerDon't need to check for *cp being non-zero, isdigit...
2010-07-27 Todd C. MillerAdd setlocale() so the command line arguments that...
2010-07-27 Todd C. MillerDo I/O logging in the C locale so the floating point...
2010-07-27 Todd C. MillerUse errorx() not error() for thingsthat don't set errno.
2010-07-26 Todd C. MillerBetter support for 1.2.3 style versions in Tru64 kits
2010-07-26 Todd C. MillerAdd Tru64 kit support
2010-07-26 Todd C. MillerRemove apparently unnecessary use of sudo
2010-07-26 Todd C. MillerCreate timedir as part of install-dirs target.
2010-07-26 Todd C. MillerHandle ENXIO from read/write which can occur when readi...
2010-07-26 Todd C. Millersudo_pwdup() was not expanding an empty pw_shell to...
2010-07-26 Todd C. Millerplatform is a pp flag not a variable
2010-07-26 Todd C. MillerAdd simple arg parsing for mkpkg so we can set debug...
2010-07-26 Todd C. MillerMake rpm backend work on AIX 5.x
2010-07-25 Todd C. MillerAdd commented out Defaults entry for log_output
2010-07-23 Todd C. MillerRemove sudo docdir completely
2010-07-23 Todd C. MillerAdd sample sudo.conf
2010-07-22 Todd C. MillerAdd PACKAGE_TARNAME for docdir
2010-07-23 Todd C. MillerPass install-sh -b~ here too.
2010-07-23 Todd C. MillerInstall binary files with -b~ to make a backup.
2010-07-23 Todd C. Miller"mv -f" on HP-UX doesn't unlink the destination first...
2010-07-23 Todd C. MillerSome more ${foo} -> $(foo) conversion for consistent...
2010-07-23 Todd C. MillerInstall sudoers2ldif in the doc dir
2010-07-22 Todd C. MillerAdd missing include of maillock.h for Solaris
2010-07-22 Todd C. MillerChange the default syslog facility from local2 to authp...
2010-07-22 Todd C. MillerInstall sudoers as /etc/sudoers on RPM and debian syste...
2010-07-22 Todd C. MillerRPM: use %config(noreplace) instead of %config for...
2010-07-21 Todd C. MillerInclude time.h for struct timeval
2010-07-21 Todd C. MillerThe return value of strsignal() may be const and should...
2010-07-21 Todd C. MillerMention that 127.0.0.1 will not match, nor will localho...
2010-07-21 Todd C. MillerRename WHATSNEW -> NEWS
2010-07-21 Todd C. MillerUpdated pp with latest patches
2010-07-21 Todd C. MillerSync with 1.7.4
2010-07-21 Todd C. MillerAdd commented out line to add HOME to env_keep and...
2010-07-20 Todd C. MillerAdd LINE_MAX define for those without it.
2010-07-20 Todd C. MillerThe tty_tickets option is now on by default.
2010-07-20 Todd C. MillerMention that AIX authdb support has been fixed.
2010-07-20 Todd C. Millersetauthdb() only sets the "old" registry if it was...
2010-07-19 Todd C. MillerReset HOME when env_reset is enabled unless it is in...
2010-07-19 Todd C. MillerThe default for set_logname has been "true" for some...
2010-07-19 Todd C. MillerAdd missing include of time.h
2010-07-19 Todd C. MillerFix check for dup2() return value.
2010-07-19 Todd C. MillerAdd PYTHONUSERBASE to initial_badenv_table
2010-07-19 Todd C. MillerTreat an unknown defaults entry as a parse error.
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
next