]> granicus.if.org Git - sudo/shortlog
sudo
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
2000-03-27 Todd C. MillerUse @mansectsu@ and @mansectform@ in the man page bodie... SUDO_1_6_3
2000-03-27 Todd C. MillerTypo: @sysconf@ -> @sysconfdir@
2000-03-27 Todd C. Miller'make dist' should not cause any files to be modified...
2000-03-27 Todd C. MillerWhoops, forgot to add release marker
2000-03-26 Todd C. MillerFinal change for 1.6.3 (or so I hope)
2000-03-26 Todd C. MillerUse SYSV man sections since BSD systems will have nroff...
2000-03-24 Todd C. MillerWhen checking to see if the host/user matches in a...
2000-03-24 Todd C. MillerOSF/1 puts file formats in section 4, not 5.
2000-03-24 Todd C. MillerMake login class support work on BSD/OS
2000-03-24 Todd C. MillerUpdate for 1.6.3
2000-03-24 Todd C. MillerIf there is no inet_addr but there *is* an __inet_addr...
2000-03-24 Todd C. MillerDon't use shlicc for BSD/OS 4.x
2000-03-24 Todd C. Miller*.man lives in cwd, *.cat lives in $(srcdir), add a...
2000-03-24 Todd C. Millerset_loginclass() should be static like the proto says
2000-03-23 Todd C. MillerAdd #ifdef __STDC__ around the rangematch function...
2000-03-23 Todd C. MillerPull in newer fnmatch(3) that supports FNM_CASEFOLD
2000-03-23 Todd C. MillerPull in newer fnmatch(3) that supports FNM_CASEFOLD
2000-03-23 Todd C. Millerupdate for 1.6.3
2000-03-23 Todd C. MillerFully qualified hosts w/ wildcards were not matching...
2000-03-23 Todd C. MillerFully qualified hosts w/ wildcards were not matching...
next