2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00
Commit Graph

734 Commits

Author SHA1 Message Date
Todd C. Miller
8dc823861f darwin has a broken setreuid() in at least some versions 2003-05-06 04:53:21 +00:00
Todd C. Miller
e6ec7f3374 builtin -> built-in; Jason McIntyre 2003-04-13 19:48:15 +00:00
Todd C. Miller
fab224f42f Check for heimdal even if we found krb5-config and define HAVE_HEIMDAL. 2003-04-04 17:45:24 +00:00
Todd C. Miller
c184860696 ++version 2003-04-02 18:45:35 +00:00
Todd C. Miller
7a15e5079c use krb5-config to determine Kerberos V details if it exists 2003-04-02 18:44:52 +00:00
Todd C. Miller
d64a83b41e Add checks for getprognam(), __progname and err.h 2003-04-02 18:15:25 +00:00
Todd C. Miller
aa698f905e use man sections 8 and 5 for csops 2003-03-24 16:05:59 +00:00
Todd C. Miller
8cc257b596 Add -lskey or -lopie directly to SUDO_LIBS instead of having AC_CHECK_LIB()
add them to LIBS.  Fixes visudo linkage.
2003-03-21 20:10:22 +00:00
Todd C. Miller
ed7cfdc1cf Add --with-blibpath for AIX. An alternate libpath may be specified or
-blibpath support can be disabled.  Also change conifgure such that
-blibpath is not specified if no -L libpaths were added to SUDO_LDFLAGS.
2003-03-21 19:01:05 +00:00
Todd C. Miller
0a2de952a2 add AIX blibpath support 2003-03-21 03:05:50 +00:00
Todd C. Miller
e7759a8b07 --with-skey and --with-opie now take an option directory argument
This obsoletes a --with-csops hack (/tools/cs/skey)

Also remove the remaining direct uses of "echo"
2003-03-21 01:28:41 +00:00
Todd C. Miller
67837e50c4 Detect KTH Kerberos IV and deal with it. Also make -lroken optional
for KTH Kerberos IV and V.
2003-03-20 22:44:41 +00:00
Todd C. Miller
9e6f380620 Add -R/path/to/libs for Solaris and SVR4. There is a new configure
option, --with-rpath to control this behavior.
2003-03-20 19:40:58 +00:00
Todd C. Miller
a41cbc597a for kerb4 put libdes after libkrb on the link line 2003-03-20 04:50:01 +00:00
Todd C. Miller
0343559c5a fix kerberos lib check when a path is specified 2003-03-20 04:33:21 +00:00
Todd C. Miller
a23a3d77b6 replace =DIR with [=DIR] where sensible 2003-03-19 21:19:53 +00:00
Todd C. Miller
02cde46459 o Use AC_MSG_* instead of "echo"
o New Kerberos include/lib detection based on openssh's configure.in
2003-03-19 21:16:57 +00:00
Todd C. Miller
48229cbac6 update copyright year 2003-03-15 20:31:02 +00:00
Todd C. Miller
bc400ffbfa correct error messages for --with-sudoers-{mode,uid,gid} 2003-03-15 20:16:58 +00:00
Todd C. Miller
7b124c5dea Add support for --with-stow based on patches from Robert Uhl 2003-03-15 18:01:39 +00:00
Todd C. Miller
18f3cfdf6d back out rev 1.352 2003-03-15 05:21:43 +00:00
Todd C. Miller
50b049dcc9 put -ldl after -lpam, not before; fixes static linking on Linux 2003-03-14 02:38:06 +00:00
Todd C. Miller
285791c42f Add stlc{at,py} for those w/o it. 2003-03-12 22:07:26 +00:00
Todd C. Miller
450a561933 fix a typo; David Krause 2003-03-10 00:34:09 +00:00
Todd C. Miller
7a7a5fe2e0 not not; Anil Madhavapeddy 2003-03-01 18:21:20 +00:00
Todd C. Miller
cf76450aef Add some more square backets to make autoconf 2.57 happy 2003-01-20 20:57:51 +00:00
Todd C. Miller
c8fa231120 Fix IRIX fallout from name changes in man dir/sect Makefile variables.
Patch from erici AT motown DOT cc DOT utexas DOT edu
2002-12-13 17:48:11 +00:00
Todd C. Miller
736660571d Add checks for setresuid() and a way to disable using it 2002-11-22 19:07:04 +00:00
Todd C. Miller
9c2e0aedab Fix SecurID API test 2002-05-20 20:50:41 +00:00
Todd C. Miller
ef8c99a5f7 securid5 stuff needs pthreads. Just adding -lpthread is suboptimal
but I don't see a better way at the moment.
2002-05-17 17:20:09 +00:00
Todd C. Miller
1039ff788c Add check for SecurID 5.0 API 2002-05-17 17:02:35 +00:00
Todd C. Miller
80f50dbc43 Don't set sysconfdir to '/etc' if the user has specified a --prefix. 2002-05-05 20:25:10 +00:00
Todd C. Miller
ac8ca82f0e Some fixes for autoconf 2.53 from Robert Uhl
o don't AC_SUBST LIBOBJS
 o force a 4th arg for AC_CHECK_HEADER() to workaround a bug
2002-05-05 20:14:59 +00:00
Todd C. Miller
ed4f749c7b ++version 2002-05-05 01:31:57 +00:00
Todd C. Miller
e0a5ce9780 Fix two typo/pastos; from jrj@purdue.edu 2002-04-26 19:12:34 +00:00
Todd C. Miller
d9bb746dff crank version to 1.6.6 2002-04-18 15:41:30 +00:00
Todd C. Miller
5a186c346c Add --disable-setreuid flag 2002-01-22 02:01:09 +00:00
Todd C. Miller
1c91394578 o BSDi also has a bogus setreuid()
o Old FreeBSD has a bogus setreuid()
o new NetBSD has a real setreuid()
o add check for freeifaddrs() if getifaddrs() exists.
2002-01-18 19:18:39 +00:00
Todd C. Miller
b72dadcb95 version 1.6.5 2002-01-16 23:37:34 +00:00
Todd C. Miller
0aac4f03b7 Add --disable-root-mailer option to run the mailer as the user and not root. 2002-01-16 21:26:13 +00:00
Todd C. Miller
f039427253 Add a configure option to turn off use of POSIX saved IDs 2002-01-15 22:47:29 +00:00
Todd C. Miller
495dc92488 add --with-efence option 2002-01-15 20:48:34 +00:00
Todd C. Miller
de7c188450 Use -O not -O2 for m88k-motorola-sysv* since motorola gcc-derived
compiler doesn't recognise -O2.
2002-01-07 18:59:47 +00:00
Todd C. Miller
5baef4dad8 Add info for autoheader. 2002-01-02 22:36:50 +00:00
Todd C. Miller
513605df42 allow user to always override mansectsu and mansectform 2002-01-01 19:00:41 +00:00
Todd C. Miller
1ae422826e o Call AC_PROG_CC_STDC to find out how to run the compiler in ANSI mode
o Remove compiler-specific checks for HP-UX now that we use AC_PROG_CC_STDC
2001-12-31 21:57:16 +00:00
Todd C. Miller
83c2e51bad avoid the -g flag unless --with-devel was specified 2001-12-19 15:56:47 +00:00
Todd C. Miller
313bbae1d3 use AC_SYS_POSIX_TERMIOS instead of rolling our own 2001-12-15 15:57:03 +00:00
Todd C. Miller
947573dbea Fix check for sigaction_t 2001-12-15 01:00:38 +00:00
Todd C. Miller
1f20e80b96 Add check for sigaction_t -- IRIX already defines this so don't redefine it. 2001-12-14 23:14:36 +00:00