Commit Graph

33 Commits

Author SHA1 Message Date
Todd C. Miller
d2dcea30cb regen 1999-08-09 14:08:19 +00:00
Todd C. Miller
76148d5316 o Move lock_file() and touch() into fileops.c so visudo can use them
o Visudo now locks the sudoers temp file instead of bailing when
the temp file already exists.  This fixes the problem of stale
temp files but it does *require* that you not try to put the
temp file in a world-writable directory.  This shoud not be
an issue as the temp file should live in the same dir as sudoers.
o Visudo now only installs the temp file as sudoers if it changed.
1999-08-07 09:59:43 +00:00
Todd C. Miller
925f4eabc2 Lock the log file. 1999-08-06 13:33:03 +00:00
Todd C. Miller
7c53b74961 o Kill *_MESSAGE and replace with NO_LECTURE
o Add more things to root sudo -V config reporting
1999-08-05 21:38:19 +00:00
Todd C. Miller
61dc1ddf61 aix_auth.o not authenticate.o 1999-08-05 14:56:07 +00:00
Todd C. Miller
d47ddf6a9d Add --with-goodpri and --with-badpri configure options to specify the
syslog priority to use.
1999-08-05 14:30:57 +00:00
Todd C. Miller
e966a6b3e0 Add check for syslog facilities and priorities tables in syslog.h 1999-08-05 10:21:28 +00:00
Todd C. Miller
1a4ebcf2f5 Solais pam doesn't require anye xtra setup 1999-08-04 14:54:34 +00:00
Todd C. Miller
5a51e05e63 Sudo, not CU Sudo 1999-07-31 16:31:27 +00:00
Todd C. Miller
0368b9e612 Fix getprpwnam() checking on SCO. Need to link with "-lprot -lx" when
linking test program, not just -lprot.  Also add check for getspnam().
The SCO docs indicate that /etc/shadow can be used but this may be a lie.
1999-07-28 09:17:14 +00:00
Todd C. Miller
4c7239fd97 regen 1999-07-22 13:11:16 +00:00
Todd C. Miller
0f648f1069 kludge around cross-compiler false positives 1999-07-05 20:15:44 +00:00
Todd C. Miller
8e30e833f5 for kerberos V < version, fall back on old kerb4 auth code 1999-06-22 13:30:25 +00:00
Todd C. Miller
c4cb29099d regen 1999-06-03 16:06:20 +00:00
Todd C. Miller
0d67007d1b In estrdup(), do the malloc ourselves so we don't need to rely on the
system strdup(3) which may or may not exist.  There is now no need to
provide strdup() for those w/o it.  Also, the prototype for estrdup()
was wrong, it returns char * and its param is const.
1999-04-06 17:55:01 +00:00
Todd C. Miller
e6deacb6c4 Crank version to 1.6 and combine copyright statements 1999-04-05 20:57:25 +00:00
Todd C. Miller
79c46d1c81 ++version 1999-03-29 04:05:15 +00:00
Todd C. Miller
07b9914ed0 regen 1999-03-26 18:10:25 +00:00
Todd C. Miller
3e14f7237a add missing case statement so --without-sendmail works 1999-02-24 00:43:51 +00:00
Todd C. Miller
6bf7f60c2d only search for -lsun in irix <= 4.x 1999-02-22 20:10:51 +00:00
Todd C. Miller
89bdafdc36 back out last configure.in change now that I've hacked autoconf to fix the real problem and add a missing newline 1999-02-22 20:01:47 +00:00
Todd C. Miller
d3730e35f1 When falling back to checking for socket() when linking with "-lsocket -lnsl" check for main() instead since autoconf has already cached the results of checking for socket() in -lsocket. This is really an autoconf bug as it should use the extra libs as part of the cache variable name. 1999-02-22 15:58:11 +00:00
Todd C. Miller
6993389719 define for_BSD_TYPES irix 1999-02-09 18:11:51 +00:00
Todd C. Miller
97d36a72d4 When linking with both -lsocket and -lnsl be sure to do so in that order. Also, when we can't find socket() or inet_addr() and have to try linking with both libs, issue a warning. 1999-02-01 00:46:13 +00:00
Todd C. Miller
4633962703 fix and correctly document --with-umask; problem noted by adap@adap.org 1999-01-22 18:13:16 +00:00
Todd C. Miller
fe4f974b38 only use /usr/{man,catman}/local to store man pages if suer didn't override prefix or mandir 1999-01-20 01:38:25 +00:00
Todd C. Miller
94026c212c fix typo, make --with-SecurID take an arg 1999-01-20 01:24:41 +00:00
Todd C. Miller
cefcc04d60 FWTK 'authsrv' support from Kevin Kadow <kadow@MSG.NET> 1999-01-19 02:04:41 +00:00
Todd C. Miller
55a5687a36 better fix for the problem of unresolved symbols in -lnsl or -lsocket 1999-01-19 01:00:20 +00:00
Todd C. Miller
0ca93567b2 when checking for functions in -lnsl and -lsocket link with both of them to avoid unresolved symbols on some weirdo systems 1999-01-19 00:39:15 +00:00
Todd C. Miller
d3aaf52283 crank version and regen files 1999-01-17 22:40:55 +00:00
Todd C. Miller
3983a7a651 kerb5 support from fcusack@iconnet.net 1999-01-17 22:08:55 +00:00
Todd C. Miller
ab576d5bd4 regen based on configure.in 1999-01-17 21:32:35 +00:00