]> granicus.if.org Git - sudo/shortlog
sudo
2011-03-10 Todd C. MillerMove check into its own rule since some versions of...
2011-03-10 Todd C. MillerUpdate to libtool 2.2.10
2011-03-09 Todd C. MillerIn handle_signals(), restart the read() on EINTR to...
2011-03-09 Todd C. MillerReorder functions to quiet a compiler warning.
2011-03-09 Todd C. MillerUse the Sun Studio C compiler on Solaris if possible
2011-03-08 Todd C. MillerFix default setting of osversion variable.
2011-03-08 Todd C. MillerMake two login_class entris consistent.
2011-03-08 Todd C. MillerAdd support for adding a utmp entry when allocating...
2011-03-08 Todd C. MillerAvoid pulling in headers we don't need on Linux
2011-03-08 Todd C. MillerAdd some more libs to SUDOERS_LIBS instead of relying...
2011-03-08 Todd C. MillerFix return value of "sudo -l command" when command...
2011-03-07 Todd C. MillerFix passing of login class back to sudo front end.
2011-03-07 Todd C. MillerAdd --osversion flag to specify OS instead of running...
2011-03-07 Todd C. MillerFix expr usage w/ GNU expr
2011-03-06 Todd C. MillerFix exit value for validate and list mode.
2011-03-06 Todd C. MillerFix non-interactive mode with sudoers plugin.
2011-03-05 Todd C. Millersudoreplay can now find IDs other than %{seq} and displ...
2011-03-05 Todd C. MillerAdd support for replaying sessions when iolog_file...
2011-03-04 Todd C. MillerIf we are killed by a signal, display the name of the...
2011-03-04 Todd C. MillerMove libs used for authentication from SUDO_LIBS to...
2011-03-04 Todd C. MillerFix bug in skey/opie check that could cause a shell...
2011-03-04 Todd C. MillerNo longer need sudo_getepw() stubs.
2011-03-03 Todd C. MillerFix exit value of "sudo -l command" in sudoers module.
2011-03-02 Todd C. MillerUse fgets() not fgetln() for portability.
2011-03-02 Todd C. MillerDon't use the beta or release candidate version as...
2011-02-25 Todd C. Millerversion 1.8.0 SUDO_1_8_0
2011-02-25 Todd C. Millerupdate sudo 1.8 section
2011-02-23 Todd C. Millerfix test description
2011-02-23 Todd C. Millerconvert test2 to use testsudoers
2011-02-23 Todd C. MillerMove struct generic_plugin to sudo_plugin_int.h
2011-02-23 Todd C. MillerAllow sudoers file name, mode, uid and gid to be specif...
2011-02-21 Todd C. Miller1.8.0rc1
2011-02-21 Todd C. Milleradd help text to sudo, visudo and sudoreplay for the...
2011-02-19 Todd C. Milleravoid using "howmany" for a parameter name since it...
2011-02-19 Todd C. Millermention group_plugin when describing nonunix_group
2011-02-19 Todd C. MillerAdd missing period at end of sentence
2011-02-19 Todd C. Milleradd localstatedir; closes bug 471
2011-02-19 Todd C. MillerThe howmany macro lives in sys/sysmacros.h on SVR5...
2011-02-19 Todd C. Milleradd missing AH_TEMPLATE for ENV_RESET
2011-02-19 Todd C. MillerSVR5 systems return non-zero for success on socketpair(),
2011-02-16 Todd C. Miller1.8.0b5
2011-02-16 Todd C. Millerregen
2011-02-16 Todd C. MillerDocument that a sudo.conf file with no Pligin lines...
2011-02-16 Todd C. MillerIf sudo.conf contains no Plugin lines, use the default...
2011-02-14 Todd C. MillerAvoid printing empty "Runas and Command-specific defaul...
2011-02-14 Todd C. MillerTruncate the buffer at buf.len before printing in the...
2011-02-14 Todd C. MillerRemove extra newline when the tty width is very small...
2011-02-11 Todd C. MillerRemove unneeded variable.
2011-02-09 Todd C. MillerPrefer getutxid over getutid
2011-02-09 Todd C. MillerInclude utmp.h / utmpx.h before missing.h as apparently...
2011-02-07 Todd C. Miller#include "foo.h", not <foo.h> for local includes.
2011-02-07 Todd C. Millerremove bogus XXX
2011-02-07 Todd C. MillerFix typo
2011-02-07 Todd C. Millerreturn foo not return(foo)
2011-02-06 Todd C. MillerRemove duplicate FD_SET of signal_pipe[0]
2011-02-05 Todd C. MillerUse "missing.h" not <missing.h> in generated code.
2011-02-04 Todd C. Millerfix --with-iologdir=no
2011-02-04 Todd C. Millerfix typo that broke --with-iologdir
2011-02-03 Todd C. MillerBump version to 1.8.0b4
2011-02-03 Todd C. Millersync
2011-02-03 Todd C. MillerAttempt to clarify how users and groups interact in...
2011-02-03 Todd C. MillerAdd test for quoted group that contains escaped double...
2011-02-03 Todd C. MillerPass SIGUSR1/SIGUSR2 through to the child.
2011-02-03 Todd C. MillerUse special values SIGCONT_FG and SIGCONT_BG instead...
2011-02-03 Todd C. MillerUse pid_t not int and check the return value of kill()
2011-02-02 Todd C. MillerRemove obsolete comment
2011-02-02 Todd C. MillerIn non-pty mode before continuing the child, make it...
2011-02-02 Todd C. MillerIf we get a signal other than SIGCHLD in the monitor...
2011-02-02 Todd C. MillerSave signal state before changing handlers and restore...
2011-02-01 Todd C. MillerUse a char array to map a number to a base36 digit.
2011-02-01 Todd C. MillerBe clear about what versions of sudo support new LDAP...
2011-01-31 Todd C. Millermatch quoted strings the same way whether in a Defaults...
2011-01-31 Todd C. Miller'make check' depends on visudo and testsudoers
2011-01-31 Todd C. MillerAdd sudoOrder attribute to each entry
2011-01-30 Todd C. MillerMention LDAP attribute compatibility status.
2011-01-28 Todd C. MillerMention phpQLAdmin
2011-01-28 Todd C. MillerAdd --disable-env-reset configure option.
2011-01-28 Todd C. MillerDocument that sudoers_locale also affects logging and...
2011-01-28 Todd C. MillerDo logging and email sending in the locale specified...
2011-01-27 Todd C. MillerFix indentation
2011-01-25 Todd C. MillerPerform command escaping for "sudo -s" and "sudo -i...
2011-01-24 Todd C. MillerPrepend "list " to the command logged when "sudo -l...
2011-01-24 Todd C. Millercosmetic change
2011-01-24 Todd C. Millerstandardize on "return foo;" rather than "return(foo...
2011-01-24 Todd C. MillerDo not reject sudoers file just because it is root...
2011-01-21 Todd C. Millersync
2011-01-21 Todd C. MillerFor "sudo -U user -l" if user is not authorized on...
2011-01-21 Todd C. MillerIn sudo_ldap_lookup(), always do the initial sudoers...
2011-01-20 Todd C. Milleradd parser fill tests
2011-01-20 Todd C. MillerDon't test features not supported by the bundled glob()
2011-01-20 Todd C. MillerUpdate copyright year to 2011
2011-01-20 Todd C. MillerWhen listing, use separate lbufs for the defaults and...
2011-01-20 Todd C. MillerStash pointer to user group vector in LDAP handle and...
2011-01-20 Todd C. MillerCheck initgroups() return value.
2011-01-20 Todd C. MillerAdd tests for the fill functions in toke_util.c
2011-01-19 Todd C. Millerfix copyright year
2011-01-19 Todd C. Millersync
2011-01-18 Todd C. MillerClear, don't set, OPOST in c_oflag as was intended...
2011-01-14 Todd C. MillerAdd Requires line for audit-libs >= 1.4 for RHEL5+
2011-01-14 Todd C. Millersync with git version
next