]> granicus.if.org Git - sudo/shortlog
sudo
2001-11-12 Todd C. MillerAdd support for '*' in env_keep when not resetting...
2001-11-12 Todd C. MillerAdd env_delete variable that lets the user replace...
2001-11-06 Todd C. MillerForce umask to 022 to guarantee sane directory permissions.
2001-11-02 Todd C. Milleradd sudo.tab.h and sudo.tab.c to sudo.tab.o dependency
2001-11-02 Todd C. Millerfix breakage in last commit
2001-11-02 Todd C. Milleracsite.m4 -> aclocal.m4
2001-11-02 Todd C. Millerfix I_TS_TIMEOUT vs. I_TIMESTAMP_TIMEOUT pasto in previ...
2001-11-02 Todd C. Millerregenerated from def_data.in
2001-11-02 Todd C. MillerAdd new T_UINT type that most things use instead of...
2001-11-02 Todd C. Millerchange most T_INT -> T_UINT
2001-11-02 Todd C. Millerfix warning when no args
2001-11-02 Todd C. MillerChange 2 Exit() -> exit()
2001-10-16 Todd C. Millerwhen setting up pipes in child process check for case...
2001-10-11 Todd C. MillerIgnore editor exit value since XPG4 says vi's exit...
2001-10-05 Todd C. Millerregen
2001-10-05 Todd C. Millersco now is identified by config.guess as *-sco-*
2001-10-05 Todd C. MillerCheck for getspnam() in -lgen if not in -lc for UnixWare.
2001-09-18 Todd C. Miller"upper case" -> "uppercase"
2001-09-18 Todd C. Millerfix typos and grammar; pjanzen@foatdi.harvard.edu
2001-08-28 Todd C. MillerMissing word (specify); krapht@secureops.com
2001-08-23 Todd C. MillerIf we fail to lookup a login class, apply the default...
2001-08-23 Todd C. MillerIn log_error() free message, not logline unconditionall...
2001-07-17 Todd C. Millerregenerate
2001-07-17 Todd C. Millerremove some backslash quotes that are unneeded
2001-07-17 Todd C. Millero Tweaks to make this work with autoconf-2.50
2001-07-17 Todd C. MillerUpdated from autoconf-2.50
2001-05-22 Todd C. MillerUpdate mailing list section. We use mailman now, not...
2001-05-10 Todd C. MillerUse setpwent()/endpwent() + all the shadow variants...
2001-04-13 Todd C. Millers/eg./e.g./
2001-04-13 Todd C. Millerselect() may return EAGAIN. If so, continue like we...
2001-04-13 Todd C. MillerFix a non-exploitable buffer overflow in the word split...
2001-04-13 Todd C. MillerFAQ link goes away
2001-04-13 Todd C. MillerTell people to look in sample.syslog.conf for examples...
2001-04-13 Todd C. MillerUpdate list of env vars that are cleared
2001-04-13 Todd C. Millerremove struct env_table decl since that stuff has all...
2001-04-04 Todd C. MillerFix a pasto in flock-style unlocking and include <sys...
2001-04-04 Todd C. Millerregen to get NeXT lockf/flock fix
2001-04-04 Todd C. Millerforce NeXT to use flock since lockf is broken
2001-03-30 Todd C. MillerUse stashed user_gid when checking against exempt gid...
2001-03-29 Todd C. Millerregen
2001-03-29 Todd C. Miller#include stdio.h in SUDO_CHECK_TYPE since IRIX 6 aparen...
2001-03-02 Todd C. MillerFix negation of paths in a boolean context. Problem...
2001-02-23 Todd C. Millerpasto
2001-02-17 Todd C. MillerSA_RESETHAND means the opposite of what I was thinking...
2001-02-04 Todd C. Millercoerce difference of pointers to int when used in a...
2001-01-17 Todd C. MillerBlock all signals in Exit() to avoid a signal race...
2001-01-07 Todd C. Millerglibc uses the LANGUAGE env var so clear that too;...
2001-01-07 Todd C. MillerRegenerate with a fix to flex.skl that preserves errno...
2000-12-31 Todd C. MillerSome defaults I_ defines got renamed.
2000-12-31 Todd C. MillerMove defaults info into its own files from which we...
2000-12-30 Todd C. Millerfix typo in last commit
2000-12-30 Todd C. MillerAdd check + emulation for setegid (like seteuid).
2000-12-30 Todd C. MillerMake env_keep override badenv_table as documented
2000-12-30 Todd C. MillerDon't try and build saved uid version of set_perms...
2000-12-30 Todd C. MillerPATH is also preserved when env_reset is in effect
2000-12-30 Todd C. MillerNew Defaults options:
2000-12-30 Todd C. MillerClear up --without-passwd description
2000-12-30 Todd C. MillerWe now build up a new environment from scratch and...
2000-12-19 Todd C. MillerGrammatical fixes from Paul Janzen
2000-12-15 Todd C. MillerIf there was a syntax error and the user just wants...
2000-12-15 Todd C. Miller'Q' means ignore parse error, not 'q'
2000-12-15 Todd C. MillerOpen sudoers for writing with mode SUDOERS_MODE
2000-12-13 Todd C. MillerAdd missing #ifdef HAVE_LOGIN_CAP_H; ayamura@ayamura.org
2000-12-09 Todd C. MillerDarwin / Mac OS X support from Wilfredo Sanchez <wsanch...
2000-11-03 Todd C. MillerUse exit(127), not exit(-1)
2000-11-03 Todd C. MillerMove set_perms() to its own file and use POSIX saved...
2000-11-03 Todd C. Millerstrip more bits from the environment and add a facility...
2000-11-02 Todd C. Millerregen
2000-11-02 Todd C. MillerFor NCR, add -lc89 to LIBS, not SUDO_LIBS and cache...
2000-11-02 Todd C. Millerregen
2000-11-02 Todd C. MillerCheck for strcasecmp(3) in -lc89 for NCR Unix
2000-11-01 Todd C. MillerDefine HAVE_INNETGR #ifdef HAVE__INNETGR
2000-11-01 Todd C. Millerregen
2000-11-01 Todd C. MillerAdd check for _innetgr(3) since NCR systems have that...
2000-10-31 Todd C. Millercheck return value of creadcfg()
2000-10-30 Todd C. Millerdocument --with-bsdauth
2000-10-30 Todd C. Millerregen
2000-10-30 Todd C. Miller--with-bsdauth assumes --with-logincap
2000-10-30 Todd C. MillerWhen prompting for a response to a challenge, if the...
2000-10-29 Todd C. MillerRemove debugging code that should not have been committ...
2000-10-29 Todd C. MillerUse lower-level routines and get the password ourselves.
2000-10-29 Todd C. Millerminor housekeeping, no real code changes
2000-10-27 Todd C. MillerFix a coredump in the logging functions if gethostname...
2000-10-27 Todd C. MillerFix errant ';' (typo) that broken MSG_ONLY
2000-10-26 Todd C. Millerregen
2000-10-26 Todd C. MillerDocument -a flag
2000-10-26 Todd C. MillerAdd support for BSD authentication.
2000-10-19 Todd C. MillerFix typo; from sato@complex.eng.hokudai.ac.jp
2000-10-12 Todd C. MillerMention negating umask
2000-10-12 Todd C. MillerAllow user to specify umask of 0777 (same as !umask)
2000-10-09 Todd C. MillerFix a typo and give a URL for the sudo history.
2000-10-08 Todd C. Millerfix typos; pepper@reppep.com
2000-09-14 Todd C. Millersudo_setenv() now exits on memory alloc failure instead...
2000-09-07 Todd C. MillerStrip out NLSPATH and PATH_LOCALE from the environment...
2000-09-07 Todd C. MillerDon't use vsyslog(3) since HP-UX (and others?) lack...
2000-09-07 Todd C. MillerAdd always_set_home variable
2000-09-07 Todd C. MillerHave to hard code default values in help since the...
2000-08-31 Todd C. MillerAllow special characters (including '#') to be embedded...
2000-08-13 Todd C. MillerBetter path searching for programs we need.
2000-08-13 Todd C. MillerAdd section on "C compiler cannot create executables...
next