]> granicus.if.org Git - sudo/shortlog
sudo
2004-01-22 Todd C. Millernoexec now replaces more than just execve()
2004-01-22 Todd C. MillerAlas, all the world does not go through execve(2)....
2004-01-22 Todd C. MillerFix suspending the editor in -e mode. Because we do...
2004-01-22 Todd C. MillerUse WIFEXITED and WEXITSTATUS macros. If there are...
2004-01-22 Todd C. Millerregen
2004-01-22 Todd C. MillerDocument sudo -e / sudoedit
2004-01-22 Todd C. Millerfix typo
2004-01-22 Todd C. MillerAdd SET/CLR/ISSET
2004-01-21 Todd C. MillerAllow non-exclusive flags when invoked as sudoedit.
2004-01-21 Todd C. MillerIf sudo is invoked as "sudoedit" the -e flag is implied...
2004-01-21 Todd C. MillerAdd a new flag, -e, that makes it possible to give...
2004-01-21 Todd C. MillerAdd a new flag, -e, that makes it possible to give...
2004-01-21 Todd C. MillerIf real uid == 0 and the SUDO_USER environment variable...
2004-01-21 Todd C. MillerAdd _PATH_TMP, _PATH_VARTMP and _PATH_USRTMP
2004-01-21 Todd C. MillerAdd check for fchown(2)
2004-01-20 Todd C. MillerBack out portions of the -i commit that set NewArgv...
2004-01-20 Todd C. MillerPrefer VISUAL over EDITOR like old vipw did.
2004-01-19 Todd C. MillerIn -i mode always set new environment based on the...
2004-01-18 Todd C. MillerDocument the new -i flag and sync SYNOPSIS section...
2004-01-18 Todd C. Millero Add -i that acts similar to "su -", based on patches...
2004-01-18 Todd C. MillerAdd a missing @runas_default@ substitution.
2004-01-17 Todd C. MillerChange euid to runas user before calling find_path...
2004-01-17 Todd C. MillerAdd missing defintion of Parameter_List and use single...
2004-01-17 Todd C. MillerFix a bug when set_runaspw() is used as a callback...
2004-01-16 Todd C. MillerAdd Stan Lee / Uncle Ben quote to the lecture from...
2004-01-16 Todd C. MillerUpdate sudo_getepw() proto and add one for set_runaspw()
2004-01-16 Todd C. MillerIf we can't stat the command as root, try as the runas...
2004-01-16 Todd C. MillerAdd stub set_runaspw() function
2004-01-16 Todd C. MillerAdd set_runaspw() function to fill in runas_pw. This...
2004-01-16 Todd C. MillerPERM_RUNAS -> PERM_FULL_RUNAS
2004-01-16 Todd C. MillerRename PERM_RUNAS -> PERM_FULL_RUNAS and add a PERM_RUN...
2004-01-16 Todd C. MillerMake sudo_pwdup() act like OpenBSD pw_dup() and allocat...
2004-01-16 Todd C. MillerAdd callback support
2004-01-16 Todd C. MillerAdd a callback field and use it for runas_default
2004-01-16 Todd C. MillerAdd a callback field and use it for runas_default
2004-01-15 Todd C. MillerAdd support for chalnecho and display server responses...
2004-01-12 Todd C. Millerld.so is ld.so.1 on solaris
2004-01-12 Todd C. MillerUse closefrom() instead of doing the equivalent inline.
2004-01-12 Todd C. Millerclosefrom(3) for systems w/o it
2004-01-09 Todd C. MillerUpdate from .pod file.
2004-01-09 Todd C. MillerSubstitute noexec_file for the sudoers man page
2004-01-09 Todd C. MillerMention noexec
2004-01-09 Todd C. MillerDocument noexec
2004-01-09 Todd C. MillerMove PAM_CONST macro definition from config.h to pam...
2004-01-09 Todd C. MillerSome PAM implementations put their headers in /usr...
2004-01-09 Todd C. MillerI missed changing the EXEC macro -> EXECV here when...
2004-01-09 Todd C. MillerOpenBSD vax/m88k/hppa don't do shared libs
2004-01-09 Todd C. Millero merge the hpux case entries into a single entry w...
2004-01-09 Todd C. Millereval $shrext so that it expands nicely on MacOS X
2004-01-09 Todd C. MillerDon't lie about making a module, it does the wrong...
2004-01-09 Todd C. MillerRemove requirement that libs must begin with "lib"...
2004-01-09 Todd C. MillerDisable support for c++, f77 and java. We don't need...
2004-01-09 Todd C. Millerregen
2004-01-09 Todd C. MillerCall AC_ENABLE_SHARED and check the status of enable_sh...
2004-01-09 Todd C. MillerDuh, OpenBSD suports shared libs too
2004-01-09 Todd C. MillerOnly OpenPAM and Linux PAM use const qualifiers.
2004-01-09 Todd C. Millero No need to check for sed, libtool config does that...
2004-01-09 Todd C. MillerDon't print a bunch of crap about library installs...
2004-01-09 Todd C. MillerMake format_env() varargs
2004-01-09 Todd C. MillerUpdate to libtool 1.5 with local changes:
2004-01-09 Todd C. MillerFix compilation under K&R
2004-01-06 Todd C. Millercheckpoint
2004-01-06 Todd C. Millerstub execve() that just returns EACCES; used for noexec...
2004-01-06 Todd C. MillerRegen w/ updated byacc from OpenBSD; fixes a gcc 3...
2004-01-06 Todd C. MillerRegen w/ updated byacc from OpenBSD; fixes a gcc 3...
2004-01-05 Todd C. MillerMove the environment defaults to the end and shorten...
2004-01-05 Todd C. Millerno shared libs on ultris or convexos
2004-01-05 Todd C. MillerBuild sudo_noexec shared object using libtool; could...
2004-01-05 Todd C. Millerlibtool scaffolding
2004-01-05 Todd C. MillerMerge the NOPASSWD/PASSWD and NOEXEC/EXEC rules so...
2004-01-05 Todd C. Millerupdate copyright year
2004-01-05 Todd C. MillerAdd _PATH_SUDO_NOEXEC and corresponding --with-noexec...
2004-01-05 Todd C. MillerAdd support for preloading a shared object containing...
2004-01-05 Todd C. Milleradd missing newline to usage statement
2004-01-05 Todd C. MillerRename EXEC macro -> EXECV
2004-01-05 Todd C. MillerDon't truncate usernames to 8 characters in the log...
2004-01-05 Todd C. MillerUpdate copyright year
2004-01-05 Todd C. MillerAdd a new option, lecture_file, that can be used to...
2003-12-31 Todd C. MillerAdd a zero_bytes() function to do the equivalent of...
2003-12-31 Todd C. MillerAdd a zero_bytes() function to do the equivalent of...
2003-12-31 Todd C. MillerAdd a zero_bytes() function to do the equivalent of...
2003-12-31 Todd C. MillerUse #ifdef __STDC__, not #if __STDC__.
2003-12-30 Todd C. MillerAlways put at least one space between the def_* macro...
2003-12-30 Todd C. MillerAdjust code for --without-lecture to match new values.
2003-12-30 Todd C. Millerregen after pasto fix
2003-12-30 Todd C. MillerDocument that "lecture" has changed from a flag to...
2003-12-30 Todd C. MillerAdd support for tuples in def_data.in; these are implem...
2003-12-30 Todd C. MillerCreate def_* macros for each defaults value so we no...
2003-12-30 Todd C. Millercheckpoint
2003-12-23 Todd C. MillerIf we are in -k/-K mode, just spew to stderr. It is...
2003-12-16 Todd C. Millerfix pasto in VISUAL description
2003-12-10 Todd C. Millerregen
2003-12-10 Todd C. Millercheckpoint
2003-12-10 Todd C. MillerSome OSes (like Solaris) allow export w/ nosuid too
2003-08-12 Todd C. MillerWe don't use FD_ZERO anymore so just define FD_SET...
2003-06-29 Todd C. MillerFix a core dump on Solaris by preserving the pam_handle...
2003-06-21 Todd C. MillerAdd explicit declaration of printerr variable in functi...
2003-06-09 Todd C. Millers/HAVE_STOW/USE_STOW/
2003-06-09 Todd C. MillerAlso exit waitpid() loop when pid == 0. Fixes a proble...
2003-05-30 Todd C. MillerRemove advertising clause, UCB has disavowed it
next