summaryrefslogtreecommitdiff
path: root/sudo.h
Commit message (Collapse)AuthorAgeFilesLines
* removed PERM_FULL_ROOTTodd C. Miller1996-04-281-5/+4
|
* added support for NO_PASSWD and runas from garp@opustel.comTodd C. Miller1996-04-281-3/+9
| | | | replaced SUDOERS_OWNER with SUDOERS_UID and SUDOERS_GID and added support fro SUDOERS_MODE
* now uses shost even if not FQDNTodd C. Miller1996-03-111-3/+1
|
* added support for shost if FQDNTodd C. Miller1996-03-111-0/+3
|
* added struct sudo_command, NewArgc, and NewArgvTodd C. Miller1996-02-021-1/+12
| | | | removed cmnd_args (no longer used)
* ++versionTodd C. Miller1996-01-141-1/+1
|
* ++versionTodd C. Miller1996-01-091-1/+1
|
* ++versionTodd C. Miller1995-12-181-1/+1
|
* removed prototype for sudo_getpwuid() since convex CTodd C. Miller1995-11-251-1/+0
| | | | compiler choked on it.
* now uses user_pw_ent and simple macros to get at the contentsTodd C. Miller1995-11-241-1/+11
|
* now uses sudo_pw_entTodd C. Miller1995-11-211-4/+2
|
* updated version numberTodd C. Miller1995-11-191-1/+1
|
* removed unecesary S/Key stuffTodd C. Miller1995-11-191-4/+0
|
* options.h is now <> instead of "" so shadow build trees canTodd C. Miller1995-11-131-1/+1
| | | | have a custom copy of options.h
* no more MAXCOMMANDLENGTHTodd C. Miller1995-09-021-6/+0
|
* added decl of ttyTodd C. Miller1995-09-021-0/+1
|
* MAXCOMMMANDLEN dropped down to 1KTodd C. Miller1995-09-011-2/+2
|
* increased MAXCOMMANDLENGTH to 8kTodd C. Miller1995-09-011-4/+7
| | | | HAVE_GETCWD -> HAVE_GETWD
* removed MAXLOGLEN since it is no longer usedTodd C. Miller1995-08-141-19/+0
|
* added cmnd_argsTodd C. Miller1995-08-131-0/+1
|
* added shell externTodd C. Miller1995-07-311-8/+10
| | | | changed MODE_* to be bit masks to allow for several options together
* moved SPW_* to config.h.inTodd C. Miller1995-07-181-10/+0
|
* added SPW_*Todd C. Miller1995-07-181-7/+17
| | | | reordered error codes
* added BAD_STAMPDIR and BAD_STAMPFILETodd C. Miller1995-07-061-0/+2
|
* increaed MAXLOGLEN by MAXPATHLEN to account for ttynameTodd C. Miller1995-06-181-1/+1
|
* added SPOOF_ATTEMPT & cmnd_stTodd C. Miller1995-06-151-0/+2
|
* validate() now takes a flagTodd C. Miller1995-06-141-1/+1
|
* added promptTodd C. Miller1995-06-081-0/+1
|
* added MODE_BACKGROUNDTodd C. Miller1995-06-031-0/+1
|
* added load_interfaces()Todd C. Miller1995-05-021-0/+1
|
* added RCS idTodd C. Miller1995-04-091-0/+2
|
* removed crufty #defines that are no longer usedTodd C. Miller1995-04-091-17/+12
|
* added PASSWORDS_NOT_CORRECTTodd C. Miller1995-04-011-7/+8
|
* added entries for new errorsTodd C. Miller1995-03-301-0/+5
|
* removed ocmndTodd C. Miller1995-03-261-1/+0
|
* no more sudo_realpath() and find_path() changed paramsTodd C. Miller1995-03-261-2/+1
|
* added prototype for sudo_goodpathTodd C. Miller1995-03-261-0/+1
|
* merged in utk changesTodd C. Miller1995-03-241-12/+18
|
* added ocmnd externTodd C. Miller1995-01-161-3/+4
| | | | adjusted find_path() prototype
* moved compatibility #defines to compat.hTodd C. Miller1995-01-131-40/+1
|
* pull user-configurable stuff out and put in options.hTodd C. Miller1995-01-121-219/+11
|
* changed PASSWORD_TIMEOUT to minutesTodd C. Miller1995-01-111-2/+2
|
* added set_perms() supportTodd C. Miller1994-11-101-6/+33
| | | | | | added SUDOERS_OWNER so can have non-root own sudoers file added exempt group support added isc support
* fixed typoTodd C. Miller1994-11-081-6/+22
| | | | | | added set_perms support added skey support added seteuid()/setegid() emulation for AIX
* added MODE_LISTTodd C. Miller1994-09-201-0/+1
|
* changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edTodd C. Miller1994-09-021-1/+1
|
* added interfaces globalTodd C. Miller1994-08-121-3/+7
|
* added ip_addrs defTodd C. Miller1994-08-101-0/+4
| | | | added load_ip_addrs prototype
* took out environ externTodd C. Miller1994-08-081-1/+3
| | | | added local declaratio of putenv() if local version is needed
* rm'd s realp[athTodd C. Miller1994-08-061-3/+2
| | | | added sudo_realpath and sudo_setenv