Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-06 | Fix setting of $USER when env_reset is enabled. | Todd C. Miller | |
2005-02-05 | Update to Sudo 1.6.8p7 | Todd C. Miller | |
2005-02-04 | unfuck amd64 | Peter Valchev | |
2005-01-31 | Warn if the user tries to use the -u option w/o running a command. | Todd C. Miller | |
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith | |
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@ | |||
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2004-11-29 | The last item in an enum should not have a trailing comma | Todd C. Miller | |
2004-11-29 | update to sudo 1.6.8p5 | Todd C. Miller | |
2004-11-17 | Update to sudo 1.6.8p4 | Todd C. Miller | |
2004-11-12 | Update to sudo 1.6.8p2 | Todd C. Miller | |
2004-09-28 | Update to sudo 1.6.8p1 | Todd C. Miller | |
2004-08-11 | Clean up old mips stuff and add sgi. | Per Fogelstrom | |
ok deraadt@ | |||
2004-05-31 | #ifndef errno declaration. ok millert@ | Otto Moerbeek | |
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat | |
ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||
2004-04-05 | In Exit() when used as a signal handler, emsg is a pointer so | Todd C. Miller | |
sizeof() is wrong so make it a #define instead. Also avoid using a negative exit value. Found by aaron@ | |||
2004-01-15 | sudo on OpenBSD no longer runs configure. You will have to manually | Todd C. Miller | |
run "rm -f /usr/obj/usr.bin/sudo/*" or "make obj" will fail during your first build. | |||
2004-01-12 | Use closefrom() if it exists; from the sudo cvs repo | Todd C. Miller | |
2004-01-05 | Get rid of volatile variables that were a vain attempt to prevent the | Todd C. Miller | |
compiler from optimizing away memset() calls. Instead, add a new function, zero_bytes(), to clear buffers with sensitive contents. Taken from the sudo cvs repo, man. | |||
2003-12-23 | If we are in -k/-K mode, just spew to stderr. It is not unusual | Todd C. Miller | |
for users to place "sudo -k" in a .logout file which can cause sudo to be run during reboot after ypbind has died. Previously, this would result in useless mail and logging. Requested by mickey@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-06-21 | Add explicit declaration of printerr variable in function header | Todd C. Miller | |
(was defaulting to int which is OK but oh so K&R :-). From Theo. | |||
2003-06-09 | Also exit waitpid() loop when pid == 0. Fixes a problem where the sudo | Todd C. Miller | |
process would spin eating up CPU until sendmail finished when it has to send mail. | |||
2003-05-08 | Update to 1.6.7p5 | Todd C. Miller | |
2003-04-19 | sync w/ the sudo cvs tree and sudo 1.6.7p4 | Todd C. Miller | |
2003-04-14 | built in -> built-in; | Jason McIntyre | |
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@ | |||
2003-04-11 | support LDSTATIC | Todd C. Miller | |
2003-04-07 | Sync with sudo 1.6.7p3; fixes kerberos 5 compilation issues w/ MIT kerberos. | Todd C. Miller | |
2003-04-03 | Sync with my sudo cvs repo: | Todd C. Miller | |
o update to sudo 1.6.7p2 o use warn/err throughout | |||
2003-04-01 | Update to sudo 1.6.7p1; fixes false positives in the oflow detection | Todd C. Miller | |
of expand_prompt() introduced in sudo 1.6.7. | |||
2003-03-28 | g/c unused variable | Todd C. Miller | |
2003-03-20 | Fix boolean thinko in SIGCHLD reaper and call reapchild after sending | Todd C. Miller | |
mail instead of doing a conditional sudo_waitpid. | |||
2003-03-16 | sync w/ my tree | Todd C. Miller | |
2003-03-16 | Don't need to link in kerberos or skey libs anymore; we use BSD auth | Todd C. Miller | |
2003-03-15 | update to what will soon be sudo 1.6.7 | Todd C. Miller | |
2003-03-15 | re-run configure if it changes | Todd C. Miller | |
2003-03-10 | spelling fixes | David Krause | |
ok millert@ | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2003-02-14 | Pull in copyright info from the respective .pod files which gets lost | Todd C. Miller | |
in the conversion from pod -> man (since it is just a comment). This will probably get lost again the next time I update sudo but all the copyright info is in the LICENSE file anyway... | |||
2003-01-23 | typos; | Jason McIntyre | |
ok millert@ | |||
2003-01-07 | Better fix for sudoers files w/o a newline before EOF. It looks | Todd C. Miller | |
like the issue is that yyrestart() does not reset the start condition to INITIAL which is an issue since we parse sudoers multiple times. This is a cleaner fix for that problem and what will go in sudo 1.6.7. | |||
2003-01-06 | Work around what appears to be a flex bug when dealing with files | Todd C. Miller | |
that lack a final newline before EOF. This adds a rule to match EOF in the non-initial states which resets the state to INITIAL and throws an error. | |||
2002-07-20 | Error out if setusercontext() fails and the runas user is not root. | Todd C. Miller | |
Pointed out by deraadt@ | |||
2002-07-16 | add RCS Id; ok millert@ | Christian Weisgerber | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-04-26 | Strip sudo and visudo on install. Noticed by Camiel Dobbelaar. | Todd C. Miller | |
2002-04-25 | Update to sudo 1.6.6 | Todd C. Miller | |
2002-01-23 | update to sudo 1.6.5p2 | Todd C. Miller | |
2002-01-17 | update to sudo 1.6.5p1, sigh | Todd C. Miller | |
2002-01-17 | missed one | Todd C. Miller | |
2002-01-17 | update to sudo 1.6.5 | Todd C. Miller | |