Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed PERM_FULL_ROOT | Todd C. Miller | 1996-04-28 | 1 | -5/+4 |
| | |||||
* | added support for NO_PASSWD and runas from garp@opustel.com | Todd C. Miller | 1996-04-28 | 1 | -3/+9 |
| | | | | replaced SUDOERS_OWNER with SUDOERS_UID and SUDOERS_GID and added support fro SUDOERS_MODE | ||||
* | now uses shost even if not FQDN | Todd C. Miller | 1996-03-11 | 1 | -3/+1 |
| | |||||
* | added support for shost if FQDN | Todd C. Miller | 1996-03-11 | 1 | -0/+3 |
| | |||||
* | added struct sudo_command, NewArgc, and NewArgv | Todd C. Miller | 1996-02-02 | 1 | -1/+12 |
| | | | | removed cmnd_args (no longer used) | ||||
* | ++version | Todd C. Miller | 1996-01-14 | 1 | -1/+1 |
| | |||||
* | ++version | Todd C. Miller | 1996-01-09 | 1 | -1/+1 |
| | |||||
* | ++version | Todd C. Miller | 1995-12-18 | 1 | -1/+1 |
| | |||||
* | removed prototype for sudo_getpwuid() since convex C | Todd C. Miller | 1995-11-25 | 1 | -1/+0 |
| | | | | compiler choked on it. | ||||
* | now uses user_pw_ent and simple macros to get at the contents | Todd C. Miller | 1995-11-24 | 1 | -1/+11 |
| | |||||
* | now uses sudo_pw_ent | Todd C. Miller | 1995-11-21 | 1 | -4/+2 |
| | |||||
* | updated version number | Todd C. Miller | 1995-11-19 | 1 | -1/+1 |
| | |||||
* | removed unecesary S/Key stuff | Todd C. Miller | 1995-11-19 | 1 | -4/+0 |
| | |||||
* | options.h is now <> instead of "" so shadow build trees can | Todd C. Miller | 1995-11-13 | 1 | -1/+1 |
| | | | | have a custom copy of options.h | ||||
* | no more MAXCOMMANDLENGTH | Todd C. Miller | 1995-09-02 | 1 | -6/+0 |
| | |||||
* | added decl of tty | Todd C. Miller | 1995-09-02 | 1 | -0/+1 |
| | |||||
* | MAXCOMMMANDLEN dropped down to 1K | Todd C. Miller | 1995-09-01 | 1 | -2/+2 |
| | |||||
* | increased MAXCOMMANDLENGTH to 8k | Todd C. Miller | 1995-09-01 | 1 | -4/+7 |
| | | | | HAVE_GETCWD -> HAVE_GETWD | ||||
* | removed MAXLOGLEN since it is no longer used | Todd C. Miller | 1995-08-14 | 1 | -19/+0 |
| | |||||
* | added cmnd_args | Todd C. Miller | 1995-08-13 | 1 | -0/+1 |
| | |||||
* | added shell extern | Todd C. Miller | 1995-07-31 | 1 | -8/+10 |
| | | | | changed MODE_* to be bit masks to allow for several options together | ||||
* | moved SPW_* to config.h.in | Todd C. Miller | 1995-07-18 | 1 | -10/+0 |
| | |||||
* | added SPW_* | Todd C. Miller | 1995-07-18 | 1 | -7/+17 |
| | | | | reordered error codes | ||||
* | added BAD_STAMPDIR and BAD_STAMPFILE | Todd C. Miller | 1995-07-06 | 1 | -0/+2 |
| | |||||
* | increaed MAXLOGLEN by MAXPATHLEN to account for ttyname | Todd C. Miller | 1995-06-18 | 1 | -1/+1 |
| | |||||
* | added SPOOF_ATTEMPT & cmnd_st | Todd C. Miller | 1995-06-15 | 1 | -0/+2 |
| | |||||
* | validate() now takes a flag | Todd C. Miller | 1995-06-14 | 1 | -1/+1 |
| | |||||
* | added prompt | Todd C. Miller | 1995-06-08 | 1 | -0/+1 |
| | |||||
* | added MODE_BACKGROUND | Todd C. Miller | 1995-06-03 | 1 | -0/+1 |
| | |||||
* | added load_interfaces() | Todd C. Miller | 1995-05-02 | 1 | -0/+1 |
| | |||||
* | added RCS id | Todd C. Miller | 1995-04-09 | 1 | -0/+2 |
| | |||||
* | removed crufty #defines that are no longer used | Todd C. Miller | 1995-04-09 | 1 | -17/+12 |
| | |||||
* | added PASSWORDS_NOT_CORRECT | Todd C. Miller | 1995-04-01 | 1 | -7/+8 |
| | |||||
* | added entries for new errors | Todd C. Miller | 1995-03-30 | 1 | -0/+5 |
| | |||||
* | removed ocmnd | Todd C. Miller | 1995-03-26 | 1 | -1/+0 |
| | |||||
* | no more sudo_realpath() and find_path() changed params | Todd C. Miller | 1995-03-26 | 1 | -2/+1 |
| | |||||
* | added prototype for sudo_goodpath | Todd C. Miller | 1995-03-26 | 1 | -0/+1 |
| | |||||
* | merged in utk changes | Todd C. Miller | 1995-03-24 | 1 | -12/+18 |
| | |||||
* | added ocmnd extern | Todd C. Miller | 1995-01-16 | 1 | -3/+4 |
| | | | | adjusted find_path() prototype | ||||
* | moved compatibility #defines to compat.h | Todd C. Miller | 1995-01-13 | 1 | -40/+1 |
| | |||||
* | pull user-configurable stuff out and put in options.h | Todd C. Miller | 1995-01-12 | 1 | -219/+11 |
| | |||||
* | changed PASSWORD_TIMEOUT to minutes | Todd C. Miller | 1995-01-11 | 1 | -2/+2 |
| | |||||
* | added set_perms() support | Todd C. Miller | 1994-11-10 | 1 | -6/+33 |
| | | | | | | added SUDOERS_OWNER so can have non-root own sudoers file added exempt group support added isc support | ||||
* | fixed typo | Todd C. Miller | 1994-11-08 | 1 | -6/+22 |
| | | | | | | added set_perms support added skey support added seteuid()/setegid() emulation for AIX | ||||
* | added MODE_LIST | Todd C. Miller | 1994-09-20 | 1 | -0/+1 |
| | |||||
* | changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.ed | Todd C. Miller | 1994-09-02 | 1 | -1/+1 |
| | |||||
* | added interfaces global | Todd C. Miller | 1994-08-12 | 1 | -3/+7 |
| | |||||
* | added ip_addrs def | Todd C. Miller | 1994-08-10 | 1 | -0/+4 |
| | | | | added load_ip_addrs prototype | ||||
* | took out environ extern | Todd C. Miller | 1994-08-08 | 1 | -1/+3 |
| | | | | added local declaratio of putenv() if local version is needed | ||||
* | rm'd s realp[ath | Todd C. Miller | 1994-08-06 | 1 | -3/+2 |
| | | | | added sudo_realpath and sudo_setenv |