summaryrefslogtreecommitdiff
path: root/usr.bin/sudo
AgeCommit message (Collapse)Author
2001-11-02Change 2 Exit() -> exit()Todd C. Miller
Avoid stdio in Exit() and call _exit() if we are a signal handler. We no longer print the signal number but the user can just check the exit value for that.
2001-09-28semicolon -> colonJan-Uwe Finck
detected by mihaak@lecturax.tmfweb.nl
2001-09-25let configure script use GNUSYSTEM_AUX_DIRMarc Espie
2001-09-19occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
2001-09-17Typo and grammar fixes, one from PR/2058 (Dennis Schwarz); ok millert@Paul Janzen
2001-08-23If we fail to lookup a login class, apply the default one.Todd C. Miller
2001-08-23Remove an errant ';' that caused a duplicate free(). Fix from my sudoTodd C. Miller
devel tree after prompting from Angelos who noticed this.
2001-08-16Flesh it out.Marc Espie
Common additions to sudoers, commented out. To avoid gobbling aspirin while reading sudoers(5) ok millert@
2001-05-29build with BSD auth supportTodd C. Miller
2001-03-30Use stashed user_gid when checking against exempt gid since sudoTodd C. Miller
sets its gid to SUDOERS_GID, making getgid() return that, not the real gid. FIxes problem with setting exempt group == SUDOERS_GID. Fix from Paul Kranenburg.
2001-03-02Update to sudo 1.6.3p7Todd C. Miller
Fixes negation of path-type Defaults entries in a boolean context.
2001-02-19Update to sudo-1.6.3p6Todd C. Miller
2001-02-04please the alphaTheo de Raadt
2001-01-19mark remaining signal races which are difficult to fix, and fix a few partiallyTheo de Raadt
2001-01-09Typos: 'eg.' -> 'e.g.'Kenneth R Westerback
2000-12-15If there was a syntax error and the user just wants to exit, unlinkTodd C. Miller
sudoers if it is zero length since visudo probably just created it. From the sudo cvs repo.
2000-12-15Give sensible error messaage for a zero-length sudoers file.Todd C. Miller
From the sudo cvs repo.
2000-12-15'Q' means ignore parse error, not 'q'Todd C. Miller
2000-12-15When opening /etc/sudoers for writing, use SUDOERS_MODE for the mode.Todd C. Miller
Otherwise if the user creates a new sudoers file, makes a syntax error, and quits, sudoers will have a random file mode. However, since it is also zero-length, there is no information exposed. Closes PR 1559.
2000-11-21A few updates from the sudo developement tree:Todd C. Miller
- Add bsd authentication support (currently disabled) - Always check setenv() return value - Fix umask disabling
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class.
2000-08-13update to sudo 1.6.3p5Todd C. Miller
2000-06-09When looking for chown, check in /sbin too.Todd C. Miller
2000-06-05Update to sudo 1.6.3p4Todd C. Miller
2000-04-28Make the -H option work again.Todd C. Miller
2000-04-10Remove extra backslash, noted by marc@snafu.orgTodd C. Miller
2000-04-05Keep configure from complaining about missing *.man.inTodd C. Miller
2000-03-27sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a listTodd C. Miller
of changes.
2000-02-27Fixed a bug that caused an infinite loop when the passwordTodd C. Miller
timeout was disabled.
2000-02-02eight spaces does not make a tabDavid Leonard
2000-01-31remove unnecessary, ignored error. ok millert@David Leonard
2000-01-281.6.2p1Todd C. Miller
2000-01-24sudo 1.6.2Todd C. Miller
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
Tom Christiansen <tchrist@perl.com>).
1999-12-10sudo 1.6.1Todd C. Miller
1999-11-25Pull in latest files from the sudo cvs tree. We now wrap scripts withTodd C. Miller
a call to /bin/sh for the benefit of ctm. Closes PR 989
1999-11-19Add --disable-path-info to configure flags to match options usedTodd C. Miller
in sudo 1.5.9.
1999-11-18Use ${INSTALL} and ${INSTALL_COPY}Todd C. Miller
1999-11-18Don't install empty /etc/sudoers here. If we want to do so it should go in ↵Todd C. Miller
src/etc.
1999-11-18sudo 1.6, now with a BSD licenseTodd C. Miller