Commit Graph

1665 Commits

Author SHA1 Message Date
Todd C. Miller
bb6a33e080 updated version 1998-01-21 05:50:58 +00:00
Todd C. Miller
82bf12933f updated for 1.5.5 1998-01-21 05:47:32 +00:00
Todd C. Miller
d899237059 add rules to update version stuff in files so I don't need to do it by hand 1998-01-21 05:35:53 +00:00
Todd C. Miller
acea5f29e9 sudoers_fp is now extern 1998-01-21 05:04:43 +00:00
Todd C. Miller
8de870a706 in check_sudoers, cache the sudoers file handle in sudoers_fp so
we don't have to open it again in the parse.  This may help
with weird solaris problems where EAGAIN sometime occurrs.
1998-01-21 05:03:46 +00:00
Todd C. Miller
cae4b9d3e3 sudoers file open is now done only in check_sudoers() so
we just do a rewind() instead of an open.  May help people on
solaris who were getting EAGAIN.
1998-01-21 05:02:59 +00:00
Todd C. Miller
859e6d86ec mention that newer glibc is fixed 1998-01-16 16:43:23 +00:00
Todd C. Miller
7b3bc67b01 newer irix uses _RLDN32_* envariables for 32-bit binaries so ignore _RLD* instead of _RLD_* 1998-01-13 17:58:40 +00:00
Todd C. Miller
6523933184 typo 1998-01-13 15:32:41 +00:00
Todd C. Miller
6a2b6895f4 fix that bug for real 1998-01-13 15:19:08 +00:00
Todd C. Miller
46a2f512fd document Linux's libc6 brokenness. 1998-01-13 07:39:34 +00:00
Todd C. Miller
dd18f0def6 -Wall 1998-01-13 07:00:02 +00:00
Todd C. Miller
c627b8d2b3 updated 1998-01-13 06:22:44 +00:00
Todd C. Miller
e3b90fe98f remind people to HUP syslogd 1998-01-13 05:50:46 +00:00
Todd C. Miller
df6c6d30bf add -O flag to tar 1998-01-13 05:05:48 +00:00
Todd C. Miller
fe5b5de20e updated 1998-01-13 05:02:54 +00:00
Todd C. Miller
b93a31eda4 updated 1998-01-13 05:00:39 +00:00
Todd C. Miller
a703659c39 remove author's email addr. people should mail sudo-bugs 1998-01-13 04:59:54 +00:00
Todd C. Miller
994d39953c fix version 1998-01-13 04:49:20 +00:00
Todd C. Miller
166789a1dd ++version 1998-01-13 04:48:42 +00:00
Todd C. Miller
3068ee5354 updated 1998-01-13 04:44:21 +00:00
Todd C. Miller
b1d52793c2 ++version 1998-01-13 04:42:58 +00:00
Todd C. Miller
1c5372b88c updated fort 1.5.4 1998-01-13 04:41:31 +00:00
Todd C. Miller
a74348f171 exit(1) if user enters no passwd 1998-01-13 04:41:21 +00:00
Todd C. Miller
9b05743b62 ++version 1998-01-13 04:37:14 +00:00
Todd C. Miller
ab9b352455 commands can start with ./* not just /* -- fixes a serious security hole. 1998-01-13 04:10:08 +00:00
Todd C. Miller
07e09b16f2 Don't set the tty variable to NULL when we lack a tty, leave it as
"unknown".
1997-12-21 23:17:48 +00:00
Todd C. Miller
687434bc96 fix usage of (username) in conjunction with , and ! 1997-11-23 18:29:24 +00:00
Todd C. Miller
82654611c3 catch the case where the user is not in the passwd file 1997-11-23 18:28:09 +00:00
Todd C. Miller
ea498e61d3 use fileno(input) + 1 instead of getdtablesize() as the nfds arg to select(2) 1997-11-23 18:24:31 +00:00
Todd C. Miller
4b4e2b7929 define tty global to an initial value to avoid dumping core in logging
functions when passwd file is unavailable.
1997-11-23 06:53:37 +00:00
Todd C. Miller
ff05eaccfa do the set_perms(PERM_USER, sudo_mode) after we have gotten the passwd entry 1997-11-23 06:51:49 +00:00
Todd C. Miller
52fb34f921 talk about problem of ALL 1997-11-23 05:21:20 +00:00
Todd C. Miller
c035f8e809 new web location 1997-10-10 04:54:50 +00:00
Todd C. Miller
ad6df9f511 fdesc bug is fixed in Open/Net BSD 1997-10-10 04:54:00 +00:00
Todd C. Miller
ce0fc83332 updates from Nieusma 1997-10-10 04:52:47 +00:00
Todd C. Miller
671e941d5f move compat.h after the system includes 1997-10-09 22:37:07 +00:00
Todd C. Miller
b5f54d7740 save errno from being clobbered by wait(). From Theo 1997-08-06 18:58:06 +00:00
Todd C. Miller
8b28002ef3 fix an occurence of setresuid -> setreuid (typo) 1997-05-21 15:57:26 +00:00
Todd C. Miller
abeaf95238 check for path to strip 1997-03-19 22:45:02 +00:00
Todd C. Miller
0caa3cc557 deal with maxfilelen < 0 case 1997-01-16 00:05:55 +00:00
Todd C. Miller
f842ab526b fixed descriptin 1997-01-16 00:05:23 +00:00
Todd C. Miller
b0192afc35 correct error message if mode/owner wrong and not statable by owner
but is statable by root.
1996-12-12 04:10:19 +00:00
Todd C. Miller
294b7f4965 autoconf 2.11 1996-11-23 07:18:24 +00:00
Todd C. Miller
a36ba7b5cc sudo 1.5.3. 1996-11-16 19:42:46 +00:00
Todd C. Miller
23b2719a37 command_alias -> generic_alias 1996-11-14 20:09:12 +00:00
Todd C. Miller
33f9387f3a added Runas_Alias example and fixed syntax errors 1996-11-14 03:50:55 +00:00
Todd C. Miller
e5b84ec225 updated MAILSUBJECT 1996-11-14 03:50:03 +00:00
Todd C. Miller
773ec24a37 added %h expansion 1996-11-14 03:49:50 +00:00
Todd C. Miller
5e723efe75 ++version 1996-11-14 02:37:56 +00:00