Todd C. Miller
3bce9860fb
sync
2004-05-31 23:18:39 +00:00
Todd C. Miller
13b900c844
Add some entries that were mailed in a while ago
2004-05-31 23:10:12 +00:00
Todd C. Miller
2f323ada7f
o sysconf returns a long, not an int.
...
o check for negative return value from sysconf/getdtablesize and use
OPEN_MAX in this case.
o define OPEN_MAX to 256 for those without it (a fair guess...)
2004-05-31 18:16:34 +00:00
Todd C. Miller
8d8bc778d1
Mention change in parse order for RunAs entries.
2004-05-30 16:25:19 +00:00
Todd C. Miller
2d8fab3078
regen
2004-05-30 16:15:26 +00:00
Todd C. Miller
f64a92347d
o --with-ldap now takes an optional dir as a parameter
...
o added check for ldap_initialize() and start_tls_s()
2004-05-29 22:29:42 +00:00
Todd C. Miller
286f747801
Fix some typos, word choice and formatting issues.
2004-05-29 18:54:53 +00:00
Todd C. Miller
f8176ceda2
Use SA_INTERRUPT so SunOS works correctly, avoid stdio and just use read/write
...
as it is simpler.
2004-05-28 22:06:50 +00:00
Todd C. Miller
1a76be42f6
Remove hack overriding cross-compiler check. It should no longer be needed.
2004-05-28 20:27:41 +00:00
Todd C. Miller
c0ee2095b9
Remove select() compat bits since we no longer use select().
2004-05-28 20:26:08 +00:00
Todd C. Miller
47b833d4c2
Use alarm() instead of select() for the timeout for systems that don't
...
fully/properly implement select().
2004-05-28 20:24:13 +00:00
Todd C. Miller
97f43c49fe
synbc
2004-05-27 23:14:43 +00:00
Todd C. Miller
051826c8c4
update
2004-05-27 23:12:37 +00:00
Todd C. Miller
b5376f8d21
Deal with systems that have no way of setting the effective uid such as
...
nsr-tandem-nsk.
2004-05-27 23:12:02 +00:00
Todd C. Miller
e4506e81a3
Define NO_SAVED_IDS if we don't find seteuid()
2004-05-27 23:01:39 +00:00
Todd C. Miller
224f05ad1a
Add back check for setreuid() since NSK doesn't have it.
2004-05-27 22:21:47 +00:00
Todd C. Miller
d94c6f36b0
regen
2004-05-27 19:57:53 +00:00
Todd C. Miller
4ffe050bc1
sync
2004-05-27 19:56:03 +00:00
Todd C. Miller
76fa9ce506
sync
2004-05-27 19:56:03 +00:00
Todd C. Miller
5150db1db3
In sudoers_lookup() return VALIDATE_NOT_OK if the runas user was
...
explicitly denied and the command matched. This fixes a long-standing
bug and makes:
foo machine = (ALL) /usr/bin/blah
foo machine = (!bar) /usr/bin/blah
equivalent to:
foo machine = (ALL, !bar) /usr/bin/blah
2004-05-27 19:55:06 +00:00
Todd C. Miller
406db89f13
Clarify mail_noperm
2004-05-27 19:52:50 +00:00
Aaron Spangler
12411c9c0e
Missing DESTDIR in make install for sudo_noexec.la
2004-05-20 01:25:50 +00:00
Todd C. Miller
1a998e47d0
regen
2004-05-17 22:33:01 +00:00
Todd C. Miller
034ae50b87
sync
2004-05-17 22:31:54 +00:00
Todd C. Miller
d0f638db71
Remove fastboot/fasthalt (who still remembers these?) and add a minimal
...
sudoedit example.
2004-05-17 22:31:35 +00:00
Todd C. Miller
46e6dcf795
Remove fastboot/fasthalt (who still remembers these?) and add a minimal
...
sudoedit example.
2004-05-17 22:31:35 +00:00
Todd C. Miller
e6f074282f
filesystem -> file system
2004-05-17 22:21:15 +00:00
Todd C. Miller
2778555f3b
filesystem -> file system
2004-05-17 22:21:15 +00:00
Todd C. Miller
1ba185ee60
filesystem -> file system
2004-05-17 22:21:15 +00:00
Todd C. Miller
c7d5a998d3
Fix some minor typos and formatting goofs
2004-05-17 22:19:56 +00:00
Todd C. Miller
b96c5e559e
regen
2004-05-17 22:10:20 +00:00
Todd C. Miller
e4e12a8fe6
remove my email addr
2004-05-17 21:57:44 +00:00
Todd C. Miller
d5e0c4d825
Use @mansectform@ and @mansectsu@ everywhere
...
Make man page references links with L<>
2004-05-17 21:55:52 +00:00
Todd C. Miller
53d91bcce6
Accept quoted globbing characters and pass them verbatim for fnmatch()
2004-05-17 20:51:13 +00:00
Todd C. Miller
f6f6c0b798
Document that /tmp/.odus is gone.
2004-05-17 20:50:36 +00:00
Todd C. Miller
4467a95f43
No longer use /tmp/.odus as a possible timestamp dir unless specifically
...
configured to do so. Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.
2004-05-17 20:28:54 +00:00
Todd C. Miller
ed9475a8c2
No longer use /tmp/.odus as a possible timestamp dir unless specifically
...
configured to do so. Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.
2004-05-17 20:28:53 +00:00
Todd C. Miller
233fdc787c
No longer use /tmp/.odus as a possible timestamp dir unless specifically
...
configured to do so. Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.
2004-05-17 20:28:53 +00:00
Todd C. Miller
13050dc4d5
No longer use /tmp/.odus as a possible timestamp dir unless specifically
...
configured to do so. Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.
2004-05-17 20:28:53 +00:00
Todd C. Miller
a6849607c9
Preliminary changes to support nsr-tandem-nsk. Based on patches from
...
Tom Bates.
2004-05-17 20:08:46 +00:00
Todd C. Miller
b0a49825eb
Preliminary changes to support nsr-tandem-nsk. Based on patches from
...
Tom Bates.
2004-05-17 20:08:46 +00:00
Todd C. Miller
51c9ed3198
Preliminary changes to support nsr-tandem-nsk. Based on patches from
...
Tom Bates.
2004-05-17 20:08:46 +00:00
Todd C. Miller
1e7afec7f6
There was no 1.6.7p6.
2004-05-16 22:47:20 +00:00
Todd C. Miller
1862f550f6
sync
2004-05-16 20:38:06 +00:00
Todd C. Miller
59de2968f5
add missing files to DISTFILES
2004-05-16 20:36:07 +00:00
Todd C. Miller
f4d073b89e
regen
2004-05-16 20:24:28 +00:00
Todd C. Miller
7366ce4dac
regen
2004-05-16 20:23:17 +00:00
Todd C. Miller
52d63d6d78
Fix some line wrap and update (c) year
2004-05-16 20:20:41 +00:00
Aaron Spangler
93bf2196c6
Build Note
2004-04-28 19:05:33 +00:00
Aaron Spangler
fe449ba2b6
Fix install-dirs
2004-04-07 02:03:16 +00:00