Todd C. Miller
5236ceedf7
regen
2002-01-15 22:47:38 +00:00
Todd C. Miller
62233923e0
regen
2002-01-15 20:48:40 +00:00
Todd C. Miller
5849db069c
regen
2002-01-07 18:59:59 +00:00
Todd C. Miller
b05c753da6
regen
2002-01-02 22:40:04 +00:00
Todd C. Miller
ed6b129d8e
regen
2002-01-01 19:01:21 +00:00
Todd C. Miller
c0b31d5886
regen with autoconf 2.52
2001-12-31 21:57:37 +00:00
Todd C. Miller
7ceda8c9bd
regen
2001-12-19 15:56:56 +00:00
Todd C. Miller
b4b65750ec
regen
2001-12-15 15:57:06 +00:00
Todd C. Miller
ab70cc89b8
regen
2001-12-15 01:00:45 +00:00
Todd C. Miller
82a1cba52c
regen
2001-12-14 23:14:47 +00:00
Todd C. Miller
df5df978db
regen
2001-12-14 20:31:33 +00:00
Todd C. Miller
722cebb5c4
regen
2001-12-14 19:59:57 +00:00
Todd C. Miller
38a8900974
regen
2001-12-14 06:53:49 +00:00
Todd C. Miller
b0095c2f92
regen
2001-12-14 06:43:06 +00:00
Todd C. Miller
40840e10cd
regen
2001-12-12 19:55:36 +00:00
Todd C. Miller
4073b477f2
regen
2001-12-12 00:31:16 +00:00
Todd C. Miller
c570580e42
regen
2001-12-08 19:44:55 +00:00
Todd C. Miller
d17da315a1
regen
2001-10-05 20:39:13 +00:00
Todd C. Miller
944044e30d
regenerate
2001-07-17 03:33:57 +00:00
Todd C. Miller
6fcf09f562
regen to get NeXT lockf/flock fix
2001-04-04 17:14:52 +00:00
Todd C. Miller
4f1ff9a1ea
regen
2001-03-29 18:14:55 +00:00
Todd C. Miller
4ca4d65152
fix typo in last commit
2000-12-30 21:58:11 +00:00
Todd C. Miller
5481e22892
Add check + emulation for setegid (like seteuid).
2000-12-30 21:55:21 +00:00
Todd C. Miller
998631b73a
New Defaults options:
...
o stay_setuid - sudo will remain setuid if system has saved uids or setreuid(2)
o env_reset - reset the environment to a sane default
o env_keep - preserve environment variables that would otherwise be cleared
No longer use getenv/putenv/setenv functions--do environment munging by hand.
Potentially dangerous environment variables can be cleared only if they
contain '/' pr '%' characters to protect buggy programs.
Moved environment routines into env.c (new file)
2000-12-30 03:29:47 +00:00
Todd C. Miller
c3233194c1
regen
2000-11-02 17:55:13 +00:00
Todd C. Miller
9ea228b399
regen
2000-11-02 17:46:39 +00:00
Todd C. Miller
ff9bbf0bde
regen
2000-11-01 15:17:36 +00:00
Todd C. Miller
60c1253c8c
regen
2000-10-30 03:57:04 +00:00
Todd C. Miller
0208b22686
Add support for BSD authentication.
2000-10-26 16:42:40 +00:00
Todd C. Miller
4f743f06be
Have to hard code default values in help since the defaults
...
are set _after_ the help stuff.
2000-09-07 01:24:45 +00:00
Todd C. Miller
fafefc1df9
Substitute values from configure into man pages.
2000-08-13 21:09:22 +00:00
Todd C. Miller
576ea0ed17
Fix --with-badpri help line
2000-04-19 19:30:28 +00:00
Todd C. Miller
fc6fe43af5
Don't bother checking for the path to vi if user specified --with-editor
2000-04-02 15:44:06 +00:00
Todd C. Miller
e736ad4a55
OSF/1 puts file formats in section 4, not 5.
2000-03-24 20:14:05 +00:00
Todd C. Miller
1f343c7a0f
If there is no inet_addr but there *is* an __inet_addr that's ok since
...
inet_addr is probably just a macro then. The better thing to do would
be to look for the macro, but this is fine for now.
2000-03-24 01:23:05 +00:00
Todd C. Miller
6814458ab3
Don't use shlicc for BSD/OS 4.x
2000-03-24 00:50:30 +00:00
Todd C. Miller
b0bbcfc187
*.man lives in cwd, *.cat lives in $(srcdir), add a @mansrcdir@
...
configure variable so we can deal with this.
Also, only remove *.man for 'distclean' not 'clean'.
2000-03-24 00:40:55 +00:00
Todd C. Miller
4fc832c6c2
Pull in newer fnmatch(3) that supports FNM_CASEFOLD
...
Check for FNM_CASEFOLD in configure
2000-03-23 15:11:50 +00:00
Todd C. Miller
d168a21cee
Add FreeBSD login.conf support (untested on BSD/OS) based on a patch from
...
Michael D. Marchionna.
configure now does substitution on the man pages, allowing us to
fix up the paths and set the section correctly. Based on an idea
from Michael D. Marchionna.
2000-03-23 00:35:59 +00:00
Todd C. Miller
935a51e76a
FreeBSD login class (login.conf) support.
2000-03-07 04:29:46 +00:00
Todd C. Miller
73946622ba
crank versino to 1.6.3
2000-02-16 00:07:28 +00:00
Todd C. Miller
82b60ddc2f
Fix thinko, some && should have been || in the last commit
2000-02-13 18:38:14 +00:00
Todd C. Miller
26b93e27fb
Don't initialized Makefile variables to be NULL since the user may
...
want to import variables from their environment.
2000-02-13 18:28:04 +00:00
Todd C. Miller
36a249399c
typo
2000-02-04 02:09:02 +00:00
Todd C. Miller
a4f529eaec
Make pam work on HP-UX 11.0;jaearick@colby.edu
2000-01-27 20:01:37 +00:00
Todd C. Miller
d9790399b3
Fix sudoers locking in visudo. We now lock the sudoers file itself, not
...
the temp file (since locking the temp file can foul up editors). The
previous locking scheme didn't work because the fd was closed too early.
2000-01-19 19:07:24 +00:00
Todd C. Miller
90371b1c03
Don't need test for ftruncate() any more.
2000-01-19 18:37:51 +00:00
Todd C. Miller
f63b8d3211
Add a test for the -Aa flag w/ HP-UX's cc. Fixes compilation with the
...
unbundled HP-UX cc.
2000-01-19 02:23:48 +00:00
Todd C. Miller
5d24e69ba4
Crank version to 1.6.2
2000-01-17 23:11:26 +00:00
Todd C. Miller
26f5aa6f24
For HP-UX cc, add -Aa to CPPFLAGS.
...
For HP-UX always add -D_HPUX_SOURCE to CPPFLAGS.
2000-01-14 17:39:00 +00:00