]> granicus.if.org Git - sudo/shortlog
sudo
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...
2000-08-13 Todd C. MillerCrank version
2000-08-13 Todd C. MillerSubstitute values from configure into man pages.
2000-08-12 Todd C. MillerThe listpw and verifypw sudoers options would not take...
2000-08-11 Todd C. MillerWhen writing prompt, no need to write the NUL as well...
2000-06-09 Todd C. MillerWhen looking for chown, check in /sbin too
2000-06-05 Todd C. MillerRemove extraneous call to init_defaults() and set runas...
2000-06-04 Todd C. MillerAdd support for using getifaddrs() to get the list...
2000-06-04 Todd C. MillerAdd a missing check for UserEditor == NULL
2000-05-12 Todd C. MillerCall clean_env very early in main() for paranoia's...
2000-05-10 Todd C. MillerUpdate proto for evasprintf and easprintf
2000-05-10 Todd C. MillerMake easprintf() and evasprintf() return an int.
2000-05-10 Todd C. MillerIf the targetpw flag is set, use target username as...
2000-05-09 Todd C. MillerBackout part of last change; setting PAM_USER to the...
2000-05-09 Todd C. Millerset tty and username via pam_set_item
2000-05-09 Todd C. MillerFix root, runas, and target authentication for non...
2000-04-22 Todd C. MillerUse B<-Z> not C<-Z> for command line flags in all place...
2000-04-22 Todd C. MillerFix an occurence of 'semicolon' that should be 'colon'
2000-04-19 Todd C. MillerFix --with-badpri help line
2000-04-17 Todd C. MillerBracket calls to syslog with an openlog() and closelog...
2000-04-15 Todd C. MillerFix -H flag. runas_homedir is only valid after set_per...
2000-04-12 Todd C. MillerClarify the fact that insults are not enabled just...
2000-04-07 Todd C. MillerRegenerated with perl 5.6.0 pod2man
2000-04-07 Todd C. MillerGive date string to pod2man since its default is ugly...
2000-04-07 Todd C. MillerDo section substitution on the output of pod2man and...
2000-04-07 Todd C. MillerPut back real man sections, we will do the substitution...
2000-04-02 Todd C. MillerDon't bother checking for the path to vi if user specif...
2000-04-01 Todd C. MillerVisudo now does its own fork/exec instead of calling...
2000-04-01 Todd C. MillerVisudo now checks for the existence of an editor and...
2000-04-01 Todd C. MillerClear up confusion wrt sudo's return value.
2000-03-27 Todd C. MillerStrip sudo and visudo for bindist target
next