]> granicus.if.org Git - sudo/shortlog
sudo
2011-03-16 Todd C. MillerAdd check for _PATH_UTMP
2011-03-16 Todd C. MillerAdapt check_iolog_path to sessid changes
2011-03-16 Todd C. MillerRedo utmp handling. If no getutent()/getutxent() is...
2011-03-16 Todd C. MillerMove utmp handling into utmp.c
2011-03-16 Todd C. MillerUpdate copyright years.
2011-03-15 Todd C. MillerAdd check for _PATH_UTMP
2011-03-14 Todd C. MillerAdapt check_iolog_path to sessid changes
2011-03-14 Todd C. MillerRedo utmp handling. If no getutent()/getutxent() is...
2011-03-11 Todd C. MillerMove utmp handling into utmp.c
2011-03-11 Todd C. MillerUpdate copyright years.
2011-03-11 Todd C. MillerAdd "user_shell" boolean as a way to indicate to the...
2011-03-11 Todd C. MillerAdd "user_shell" boolean as a way to indicate to the...
2011-03-11 Todd C. MillerMove sessid out of sudo_user.
2011-03-11 Todd C. MillerMove sessid out of sudo_user.
2011-03-11 Todd C. MillerLog the TSID even if it is not a simple session ID.
2011-03-11 Todd C. MillerLog the TSID even if it is not a simple session ID.
2011-03-11 Todd C. MillerDocument noexec in sample.sudo.conf and add back noexec...
2011-03-11 Todd C. MillerDocument noexec in sample.sudo.conf and add back noexec...
2011-03-11 Todd C. MillerFix running commands as non-root on systems where setre...
2011-03-11 Todd C. MillerFix running commands as non-root on systems where setre...
2011-03-10 Todd C. MillerMove noexec path into sudo.conf now that sudo itself...
2011-03-10 Todd C. MillerDocument "Path noexec ..." in sudo.conf.
2011-03-10 Todd C. MillerMove noexec handling to sudo front-end where it is...
2011-03-10 Todd C. MillerAdd support for disabling exec via solaris privileges.
2011-03-10 Todd C. MillerMove noexec path into sudo.conf now that sudo itself...
2011-03-10 Todd C. MillerDocument "Path noexec ..." in sudo.conf.
2011-03-10 Todd C. MillerMove noexec handling to sudo front-end where it is...
2011-03-10 Todd C. MillerAdd support for disabling exec via solaris privileges.
2011-03-10 Todd C. MillerOnly export the symbols corresponding to the plugin...
2011-03-10 Todd C. MillerOnly export the symbols corresponding to the plugin...
2011-03-10 Todd C. MillerInstall plugins manually instead of using libtool....
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-10 Todd C. MillerIn handle_signals(), restart the read() on EINTR to...
2011-03-10 Todd C. MillerReorder functions to quiet a compiler warning.
2011-03-10 Todd C. MillerUse the Sun Studio C compiler on Solaris if possible
2011-03-10 Todd C. MillerInstall plugins manually instead of using libtool....
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. 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. 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. 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-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. 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. MillerAdd --osversion flag to specify OS instead of running...
2011-03-07 Todd C. MillerFix expr usage w/ GNU expr
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 exit value for validate and list mode.
2011-03-06 Todd C. MillerFix non-interactive mode with sudoers plugin.
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-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. 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-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-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. MillerUse fgets() not fgetln() for portability.
2011-03-02 Todd C. MillerDon't use the beta or release candidate version as...
2011-03-02 Todd C. MillerDon't use the beta or release candidate version as...
2011-02-25 Todd C. MillerAdjust ChangeLog rule now that 1.8 is branched
2011-02-25 Todd C. MillerAdded tag SUDO_1_8_0 for changeset f6530d56f6ae
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
next