index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
sudo
Age
Commit message (
Expand
)
Author
1999-03-30
minor parser bugfix; amazing what you find when you get in the right mindset
Todd C. Miller
1999-03-30
Final changes for real 1.5.9 release
Todd C. Miller
1999-03-29
sudo 1.5.9--fixes some parser bugs
Todd C. Miller
1999-03-08
sudo 1.5.8p2
Todd C. Miller
1999-02-19
sudo 1.5.8
Todd C. Miller
1999-02-17
Grammar
Marc Espie
1998-12-07
fd leak; oops
Todd C. Miller
1998-11-21
missed this in previous commit
Todd C. Miller
1998-11-21
sudo 1.5.7
Todd C. Miller
1998-11-13
update to sudo 1.5.6p6
Todd C. Miller
1998-09-17
get version from version.h for long message
Todd C. Miller
1998-09-15
sudo 1.5.6
Todd C. Miller
1998-06-27
Require a password before telling user "command not found".
Todd C. Miller
1998-06-24
include stdlib.h for malloc proto; noted by Theo
Todd C. Miller
1998-04-08
Don't bitch about kerberos not being setup--it often is not.
Todd C. Miller
1998-03-31
sudo 1.5.5
Todd C. Miller
1998-02-06
Remove bogus flush of stderr
Todd C. Miller
1998-01-23
Fix usage of select(2) to deal correctly with a high-numbered fd.
Todd C. Miller
1998-01-13
Missed a case in that bug fix.
Todd C. Miller
1998-01-13
-Wall
Todd C. Miller
1998-01-13
sudo 1.5.4
Todd C. Miller
1998-01-13
Fix bug wrt exclusion lists and relative pathnames.
Todd C. Miller
1997-12-21
Don't set the tty variable to NULL when we lack a tty, leave it as
Todd C. Miller
1997-11-23
OpenBSD tags (and preserve sudo tags)
Todd C. Miller
1997-11-23
define tty global to an initial value to avoid dumping core in logging
Todd C. Miller
1997-10-06
Re-enable PASSWORD_TIMEOUT now that the fdesc bug is fixed.
Todd C. Miller
1997-08-04
save errno in sigchld handlers
Theo de Raadt
1997-04-19
Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Todd C. Miller
1997-04-12
Fixed coredump when passwd file is missing or unavailable.
Todd C. Miller
1997-03-18
Added ${DESTDIR} in -I/usr/include/kerberosIV. -moj
Mats O Jansson
1997-03-02
set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy.
Todd C. Miller
1997-02-21
Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around.
Todd C. Miller
1997-02-21
FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com):
Todd C. Miller
1996-12-15
Log to LOG_AUTHPRIV not LOG_LOCAL2 (which conflicts with chat)
Todd C. Miller
1996-11-23
undo last fix, sorry
Michael Shalayeff
1996-11-22
correct krb.h include
Michael Shalayeff
1996-11-17
Updated to sudo 1.5.3
Todd C. Miller
1996-11-12
Fix bug with > 32 saved aliases. Don't overshadow global var with
Todd C. Miller
1996-11-11
Back out last change.
Todd C. Miller
1996-11-11
Fix User_Alias's in the runas list. Kind of kludgy, a better fix
Todd C. Miller
1996-10-31
Correct kerb header location.
Todd C. Miller
1996-10-30
deal with case where there is no sudoers file--pointed out by downsj
Todd C. Miller
1996-10-14
sudo 1.5.2
Todd C. Miller