]> granicus.if.org Git - sudo/shortlog
sudo
2004-04-05 Todd C. MillerIn Exit() when used as a signal handler, emsg is a...
2004-03-24 Todd C. MillerRemove bogus sentence about uids in a User_List. Docum...
2004-03-24 Todd C. MillerIf the user specified a uid with the -u flag and the...
2004-03-22 Todd C. Millerkrb5_mcc_ops should be const; Johnny C. Lam
2004-02-28 Aaron SpanglerAdded start_tls support
2004-02-14 Todd C. MillerClean up libtool stuff for 'make distclean' and add...
2004-02-14 Aaron SpanglerUn-Fix last license munge
2004-02-13 Todd C. Millerregen
2004-02-13 Todd C. Millercheckpoint
2004-02-13 Todd C. Millerregen
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Todd C. MillerMore to a less restrictive, ISC-style license.
2004-02-13 Aaron SpanglerMerged in LDAP Support
2004-02-13 Aaron SpanglerMerged in LDAP Support
2004-02-13 Aaron SpanglerMerged in LDAP Support
2004-02-13 Aaron SpanglerMerged in LDAP Support
2004-02-08 Todd C. MillerOnly do "extern int errno" if errno is not a macro.
2004-02-06 Todd C. Millersetreuid(0, 0) fails on QNX if the euid is not already...
2004-02-06 Todd C. MillerUse setresuid() and setreuid() for PERM_RUNAS when...
2004-02-04 Todd C. Miller2004
2004-02-04 Todd C. MillerAdd --with-pc-insults configure option
2004-02-04 Todd C. MillerPrefer VISUAL over EDITOR like old vipw did.
2004-02-01 Todd C. Millerregen
2004-02-01 Todd C. MillerAdd a note that noexec is not a cure-all.
2004-02-01 Todd C. MillerMention that disabling "root_sudo" is pretty pointless.
2004-02-01 Todd C. MillerSubstitute for root_sudo in sudoers.pod
2004-02-01 Todd C. MillerAdd sudoedit to the NAME section
2004-02-01 Todd C. MillerDocument that fact that setting ignore_dot in sudoers...
2004-01-30 Todd C. MillerDo not require _PATH_USRTMP to be set.
2004-01-30 Todd C. Millersync
2004-01-30 Todd C. Millerregen
2004-01-30 Todd C. MillerClarify that when sudo is run by root with the SUDO_USE...
2004-01-29 Todd C. MillerUse the SET, CLR and ISSET macros.
2004-01-29 Todd C. MillerUse the SET, CLR and ISSET macros.
2004-01-29 Todd C. MillerUse the SET, CLR and ISSET macros.
2004-01-29 Todd C. MillerMAIN was replaced with _SUDO_MAIN some time ago.
2004-01-29 Todd C. MillerDon't look at prev_user until after we've parsed sudoer...
2004-01-23 Todd C. MillerAdd a comment describing why we need to be notified...
2004-01-22 Todd C. MillerUpdate the noexec variable descriptions
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...
next