]> granicus.if.org Git - sudo/shortlog
sudo
2007-07-22 Todd C. MillerSort SYNOPSIS and sync usage. From Igor Sobrado.
2007-07-22 Todd C. MillerOnly need sudo_setenv/sudo_unsetenv if we are going...
2007-07-22 Todd C. Millerrebuild without branch info
2007-07-22 Todd C. MillerAdd ChangeLog target
2007-07-22 Todd C. MillerRun cleanup code if the user hits ^C at the password...
2007-07-22 Todd C. MillerSome versions of pam_lastlog have a bug that will cause...
2007-07-20 Todd C. MillerChageLog not Changelog
2007-07-20 Todd C. Millersync
2007-07-20 Todd C. MillerCHANGE -> Changelog
2007-07-20 Todd C. Millersync
2007-07-19 Todd C. MillerAdd configure hooks for gss_krb5_ccache_name() and...
2007-07-18 Todd C. Millerrebuild_env() and insert_env_vars() no longer return...
2007-07-18 Todd C. MillerSplit sudo_setenv() into an external version and a...
2007-07-16 Todd C. MillerAdd support for using gss_krb5_ccache_name() instead...
2007-07-16 Todd C. Milleradd krb5_ccname
2007-07-16 Todd C. MillerAdd support for sasl_secprops in ldap.conf
2007-07-16 Todd C. MillerAdd sudo_unsetenv() and refactor private env syncing...
2007-07-16 Todd C. MillerThe ldap.conf variable is sasl_auth_id not sasl_authid.
2007-07-15 Todd C. MillerAdd support for krb5_ccname in ldap.conf. If specified...
2007-07-15 Todd C. MillerRemove format_env()
2007-07-15 Todd C. MillerFix use_sasl vs. rootuse_sasl logic.
2007-07-15 Todd C. MillerAdd support for SASL auth when connecting to an LDAP...
2007-07-14 Todd C. MillerOnly enable AIX or BSD auth if no other exclusive auth...
2007-07-11 Todd C. MillerGenerate HISTORY from history.pod (which is also used...
2007-07-09 Todd C. Millerregen
2007-07-09 Todd C. MillerBetter explanation of environment handling in the sudo...
2007-07-09 Todd C. MillerDefer setting user-specified env vars until after authe...
2007-07-09 Todd C. Millerhonor def_default_path for PATH set on the command...
2007-07-09 Todd C. MillerAllow user to set environment variables on the command...
2007-07-08 Todd C. MillerCall rebuild_env() in call cases.
2007-07-08 Todd C. Millerwarn -> warning
2007-07-08 Todd C. Milleradd -c option to sudoedit synopsis
2007-07-08 Todd C. Millerudpate to reality
2007-07-08 Todd C. MillerUse ALLOW/DENY instead of TRUE/FALSE when dealing with...
2007-07-08 Todd C. MillerMove setting of FLAG_NO_CHECK into the if(pwflag) block.
2007-07-08 Todd C. Milleradd SETENV tag
2007-07-06 Todd C. MillerMake pwcheck local to the pwflag block.
2007-07-06 Todd C. MillerDo not update timestamp if user not validated by sudoers.
2007-07-06 Todd C. Millerfor PERM_RUNAS, set the egid to the runas user's gid...
2007-07-06 Todd C. MillerPERM_FULL_ROOT is now no different than PERM_ROOT so...
2007-07-06 Todd C. Millerdon't check timestamp mtime if we are just going to...
2007-07-06 Todd C. MillerMove sudoers defaults parameters into their own section.
2007-07-06 Todd C. MillerReduce a level of indent by a few placed continue state...
2007-07-06 Todd C. MillerMake matching but negated commands/hosts/runas entries...
2007-07-05 Todd C. MillerPrint default runas in "sudo -l" if sudoers don't speci...
2007-07-05 Todd C. MillerLess hacky way of testing whether the domain was set.
2007-07-04 Todd C. MillerMention pam-devel and openldap-devel for Linux
2007-07-03 Todd C. Milleror vs. are
2007-07-01 Todd C. Millerfix typo in Solaris project support
2007-07-01 Todd C. Millerupdate
2007-07-01 Todd C. MillerMake -- on the command line match the manual page.
2007-06-28 Todd C. Milleradd simplistic support for sudoRunas; note that if...
2007-06-28 Todd C. Millerhonor SETENV and NOSETENV tags
2007-06-24 Todd C. MillerRedo setting of user_args. We now build up a private...
2007-06-24 Todd C. Millergetcwd() returns NULL on failure, not 0 on success
2007-06-24 Todd C. Millerallow chunksiz to reach 1 before erroring out
2007-06-24 Todd C. Millerregen
2007-06-23 Todd C. MillerAdd support for setting environment variables on the...
2007-06-23 Todd C. Millerreplace Aaron's email address with the sudo-workers...
2007-06-23 Todd C. Millerregen
2007-06-22 Todd C. MillerBreak schema out into separate files.
2007-06-22 Todd C. MillerBreak schema out into separate files.
2007-06-21 Todd C. Millerfree message if set by authenticate()
2007-06-21 Todd C. Millerdeal with NULL gr_mem
2007-06-20 Todd C. Millerregen
2007-06-20 Todd C. Milleradd template for HAVE_PROJECT_H
2007-06-20 Todd C. Millerinclude fcntl.h
2007-06-19 Todd C. Millermention --with-project
2007-06-19 Todd C. MillerAdd Solaris 10 "project" support. From Michael Brantley.
2007-06-19 Todd C. Millerfix typo
2007-06-19 Todd C. Millerregen
2007-06-19 Todd C. MillerFix preservation of LDFLAGS in the LDAP case.
2007-06-19 Todd C. MillerRemove dependecy on NULL
2007-06-19 Todd C. Millerregen
2007-06-19 Todd C. MillerCan't use the regular autoconf fnmatch() check since...
2007-06-19 Todd C. MillerFix preserving of variables in env_keep.
2007-06-19 Todd C. Milleradd XAUTHORIZATION
2007-06-19 Todd C. Millerexpand upon env resetting and mention that it began...
2007-06-19 Todd C. MillerUpdate descriptions of env_keep and env_check to match...
2007-06-18 Todd C. MillerAdd LINGUAS to initial_checkenv_table.
2007-06-18 Todd C. MillerTreat USERNAME environemnt variable like LOGNAME/USER
2007-06-18 Todd C. MillerDon't need to populate keepenv table with the contents...
2007-06-18 Todd C. MillerDon't force sudo into the C locale.
2007-06-18 Todd C. MillerMake env_check apply when env_reset it true. Environme...
2007-06-16 Todd C. MillerRemove an duplicate lock_file() call and add a comment.
2007-06-16 Todd C. MillerAdd sudo 1.6.9 upgrade note.
2007-06-14 Todd C. MillerSolaris will return EINVAL if the buffer used in SIOCGI...
2007-06-14 Todd C. MillerRedo the long syslog line splitting based on a patch...
2007-06-14 Todd C. MillerRedo the long syslog line splitting based on a patch...
2007-06-14 Todd C. MillerRedo the long syslog line splitting based on a patch...
2007-06-14 Todd C. MillerSince we need to be able to convert timespec to timeval for
2007-06-13 Todd C. MillerAdd SUDO_ADD_AUTH macro to deal with adding things...
2007-06-12 Todd C. Millermkstemp.c is BSD code too.
2007-06-12 Todd C. MillerNo commercial support for now.
2007-06-11 Todd C. Millercleanenv() is no more.
2007-06-10 Todd C. MillerDisplay branch info in Changelog
2007-06-10 Todd C. MillerInclude config.h early so we have it for TIME_WITH_SYS_TIME
2007-06-10 Todd C. MillerFix Changelog generation and update.
2007-06-09 Todd C. MillerUse /proc/self/fd instead of /proc/$$/fd
2007-06-09 Todd C. Miller o use krb5_verify_user() if available instead of doing...
next