]> granicus.if.org Git - sudo/shortlog
sudo
2001-12-19 Todd C. Millerdef_data.c was missing
2001-12-18 Todd C. MillerFix setting of $USER and $LOGNAME in the non-reset_env...
2001-12-18 Todd C. MillerAnother TODO item
2001-12-18 Todd C. MillerAdd comment for Default section so folks know where...
2001-12-17 Todd C. MillerUse TCSETAF, not TCSETA to set terminal in termio case
2001-12-17 Todd C. Millerregen from sudoers.pod
2001-12-17 Todd C. Miller o Typo, Runas_User_List should be Runas_List
2001-12-15 Todd C. Millerregen
2001-12-15 Todd C. MillerFix listpw and verifypw sections, they were not being...
2001-12-15 Todd C. Millerregen
2001-12-15 Todd C. Millerfix typos
2001-12-15 Todd C. Millerregen
2001-12-15 Todd C. Milleruse AC_SYS_POSIX_TERMIOS instead of rolling our own
2001-12-15 Todd C. MillerReference sudo.ws not courtesan.com
2001-12-15 Todd C. MillerAdd notes on shadow passwords
2001-12-15 Todd C. MillerIn list mode (sudo -l), characters escaped with a backslash
2001-12-15 Todd C. MillerAdd simple examples from OpenBSD (Marc Espie)
2001-12-15 Todd C. MillerCatch SIGTTIN and SIGTTOU too and treat them like SIGTSTP.
2001-12-15 Todd C. Millerminor prettyification
2001-12-15 Todd C. MillerUpdated change log
2001-12-15 Todd C. MillerFix CIDR handling here too.
2001-12-15 Todd C. MillerApparently a NULL response is OK
2001-12-15 Todd C. MillerCheckpoint for upcoming beta release
2001-12-15 Todd C. MillerMany people believe that adding a runas spec should...
2001-12-15 Todd C. Millercheckpoint update for upcoming 1.6.4 beta
2001-12-15 Todd C. Millero Add HAVE_STDLIB_H and HAVE_MEMORY_H
2001-12-15 Todd C. MillerAdd signals section
2001-12-15 Todd C. Millerregen
2001-12-15 Todd C. MillerFix check for sigaction_t
2001-12-15 Todd C. MillerXXX - should call find_path() as runas user, not root...
2001-12-15 Todd C. MillerIf find_path() fails as root, try again as the invoking...
2001-12-15 Todd C. MillerRegenerate after pod file changes
2001-12-15 Todd C. MillerAdd new sudoers option "preserve_groups". Previously...
2001-12-14 Todd C. MillerUse new HAVE_SIGACTION_T define
2001-12-14 Todd C. MillerFix compilation on K&C
2001-12-14 Todd C. Millerregen
2001-12-14 Todd C. MillerAdd check for sigaction_t -- IRIX already defines this...
2001-12-14 Todd C. Millerfix typo
2001-12-14 Todd C. Millerneed stdlib.h here too
2001-12-14 Todd C. Millerregen
2001-12-14 Todd C. MillerRemove redundant checks for string.h, strings.h and...
2001-12-14 Todd C. MillerRegen from pod files
2001-12-14 Todd C. MillerUpdate for 1.6.4
2001-12-14 Todd C. Millerregen
2001-12-14 Todd C. MillerReturn EINVAL if errnum > sys_nerr
2001-12-14 Todd C. Millero Update copyright year
2001-12-14 Todd C. Millero Update copyright year
2001-12-14 Todd C. Millero Don't define STDC_HEADERS unconditionally for IRIX
2001-12-14 Todd C. Millerupdate version
2001-12-14 Todd C. Millero Reorder some headers and use STDC_HEADERS define...
2001-12-14 Todd C. Millero Reorder some headers and use STDC_HEADERS define...
2001-12-14 Todd C. Millero Reorder some headers and use STDC_HEADERS define...
2001-12-14 Todd C. Millero Reorder some headers and use STDC_HEADERS define...
2001-12-14 Todd C. Millero Reorder some headers and use STDC_HEADERS define...
2001-12-14 Todd C. Millerregen
2001-12-14 Todd C. Millerflags set in signal handlers should be volatile sig_ato...
2001-12-14 Todd C. MillerAdd checks for volatile and sig_atomic_t
2001-12-14 Todd C. Millerregen
2001-12-14 Todd C. MillerRemove "secure_path" Defaults option since it cannot...
2001-12-14 Todd C. MillerUnset "secure_path" if user_is_exempt()
2001-12-14 Todd C. Millero Remove assumption that PATH and TERM are not listed...
2001-12-14 Todd C. Miller_PATH_SENDMAIL -> _PATH_SUDO_SENDMAIL so --without...
2001-12-14 Todd C. MillerAdd support for skeyaccess(3) if it is present in libskey.
2001-12-13 Todd C. MillerOnly need to do 'lc = login_getclass(NULL)' if lc ...
2001-12-13 Todd C. Miller'\\' is a perfectly legal character to have in a comman...
2001-12-13 Todd C. Millero Defer call to set_fqdn() until it is safe to use...
2001-12-13 Todd C. MillerFix CIDR -> in_addr_t conversion.
2001-12-12 Todd C. MillerRemove an extra "User_List" in the User_Spec definition
2001-12-12 Todd C. MillerMake 'listpw=never' work for users who are not explicit...
2001-12-12 Todd C. MillerRemove gratuitous '=' in EBNF grammar; era AT iki.fi
2001-12-12 Todd C. MillerDocument new list Defaults type and convert env_keep...
2001-12-12 Todd C. Millerregen parser
2001-12-12 Todd C. MillerDon't let '#' appear in a {WORD} and restrict #foo...
2001-12-12 Todd C. Millerregen
2001-12-12 Todd C. MillerSimpler SUDO_FUNC_ISBLANK that uses AC_TRY_LINK
2001-12-12 Todd C. MillerAdd check for skeyaccess(3)
2001-12-12 Todd C. MillerDocument new -c, -f, and -q options
2001-12-12 Todd C. Millero Add -f option (alternate sudoers file)
2001-12-12 Todd C. Millerregen
2001-12-12 Todd C. MillerAdd check for isblank and a replacement macro if it...
2001-12-11 Todd C. MillerIn check-only mode, don't create sudoers if it does...
2001-12-11 Todd C. Miller o Add a new token, DEFVAR, to indicate a Defaults...
2001-12-11 Todd C. Miller o Use exclusive start conditions to remove some ambigu...
2001-12-11 Todd C. MillerPrototype init_envtables()
2001-12-11 Todd C. Miller o Convert environment handling to use lists instead...
2001-12-11 Todd C. Miller o Add a new LIST type and functions to manipulate it.
2001-12-11 Todd C. MillerConvert environment options to use the new LIST type...
2001-12-11 Todd C. MillerAdd dummy version of init_envtables()
2001-12-11 Todd C. Millerhonor quiet mode
2001-12-11 Todd C. MillerAdd check-only mode
2001-12-11 Todd C. MillerFix generation of entries with NULL descriptions.
2001-12-09 Todd C. MillerUse sigaction_t and quiet a gcc warning.
2001-12-09 Todd C. MillerMust reset signal handlers before we exec
2001-12-09 Todd C. MillerBe carefule now that tgetpass() can return NULL (user...
2001-12-09 Todd C. MillerAdd support for interrupting/suspending tgetpass via...
2001-12-09 Todd C. MillerDon't block keyboard interrupt signals, just set them...
2001-12-08 Todd C. Milleradd back HAVE_SIGACTION
2001-12-08 Todd C. Millerregen
2001-12-08 Todd C. MillerKill POSIX_SIGNALS define and old signal support now...
2001-12-08 Todd C. MillerDon't need config.h or "#ifndef HAVE_STRERROR" wrapper.
next