Commit Graph

338 Commits

Author SHA1 Message Date
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
826fe213f2 add sudo tags 1999-01-17 23:16:20 +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
3b6a06a6ae check for -lnsl before -lsocket 1998-11-24 04:38:53 +00:00
Todd C. Miller
0c0b9b9d3c quote '[', ']' used in ranges correctly 1998-11-24 04:29:50 +00:00
Todd C. Miller
6bf40c3c0d add back check for sys/sockio.h but only use it if SIOCGIFCONF
is not defined
1998-11-18 20:31:25 +00:00
Todd C. Miller
bbcd21287f kill check for sockio,h 1998-11-18 04:10:26 +00:00
Todd C. Miller
1515dfb497 for kerb5, check for -lkerb4, fall back on -lkrb
for kerb, check for -ldes
1998-11-14 00:20:19 +00:00
Todd C. Miller
0900eabf3b go back to printing "command not found" unless --disable-path-info
specified.  Also, tell user when we ignore '.' in their path and
it would have been used but for --with-ignore-dot.
1998-11-08 20:56:52 +00:00
Todd C. Miller
4d1f46461d HP-UX's iscomsec is in -lsec, not libc 1998-11-04 22:07:12 +00:00
Todd C. Miller
4c017795d1 remove some entries in the OS case statement that did nothing 1998-11-04 03:24:55 +00:00
Todd C. Miller
8f6ba6258b add check for syslog(3) in -lsocket, -lnsl, -linet 1998-11-03 19:58:47 +00:00
Todd C. Miller
aff8524f0a add check for iscomsec in HP-UX 1998-11-03 19:55:39 +00:00
Todd C. Miller
a3d49aa081 check for issecure if we have getpwanam on SunOS
some options are incompatible with DUNIX SIA
check for dispcrypt on DUNIX
1998-11-03 19:51:36 +00:00
Todd C. Miller
015c75c4d1 SIA becomes the default on Digital UNIX
now havbe --disable-sia to turn it off...
1998-10-25 04:48:50 +00:00
Todd C. Miller
ce733cd8f7 fix two pastos 1998-10-22 00:35:32 +00:00
Todd C. Miller
23ede59eac fix typo 1998-10-22 00:30:26 +00:00
Todd C. Miller
48e0ca4a0a for secureware on dunix, use -lsecurity -ldb -laud -lm
but check for -ldb since DUNX < 4.0 lacks it
1998-10-22 00:15:50 +00:00
Todd C. Miller
7ffee3b997 getprpwuid is broken in HP-UX 10.20 at least (it sleeps for 2 minutes if the
shadow files don't exist).
1998-10-21 23:50:10 +00:00
Todd C. Miller
96286964eb add missing quotes around $with_editor 1998-10-20 20:22:09 +00:00
Todd C. Miller
4c28e57f8b typo in --with-editor bits 1998-10-20 18:00:17 +00:00
Todd C. Miller
bd320380bd add check for broken dunix prot.h (4.0 < 4.0D is bad) 1998-10-19 20:30:05 +00:00
Todd C. Miller
c68982b8fe quote "Sorry, try again." with [] since it has a comma in it
set LIBS when we add stuff to SUDO_LIBS
set SECUREWARE when we find getprpwuid() so we can check for bigcrypt,
set_auth_parameters, and initprivs later.
1998-10-19 18:28:47 +00:00
Todd C. Miller
1dffdd17c3 add SIA support 1998-10-19 00:22:38 +00:00
Todd C. Miller
eeaca5b704 when checking for -lsocket, -lnsl, and -linet, check for the specific
functions we need from them.
1998-10-18 23:42:52 +00:00
Todd C. Miller
136ab6b110 finished adding AC_MSG_CHECKING and AC_MSG_RESULT bits 1998-10-18 22:12:36 +00:00
Todd C. Miller
4e5978a372 move some --with options around
change a bunch of echo's to AC_MSG_CHECKING, AC_MSG_RESULT pairs
1998-10-18 21:45:02 +00:00
Todd C. Miller
5a62253b53 change $with_foo-bar -> $with_foo_bar
kill extra " that caused a syntax error
add some echo verbage
1998-10-18 05:09:37 +00:00
Todd C. Miller
a03196691b SUDOERS_MODE, SUDOERS_UID, and SUDOERS_GID now get substituted into the
Makefile, not config.h
1998-10-17 04:30:21 +00:00
Todd C. Miller
97f58b0e6b moved options from options.h to configure 1998-10-15 06:24:42 +00:00
Todd C. Miller
76486858e2 convert more options into --with and --enable 1998-10-15 03:31:26 +00:00
Todd C. Miller
d3d704681c no more --with-C2, now it is --disable-shadow 1998-09-21 04:06:55 +00:00
Todd C. Miller
1c66c857e4 new shadow password scheme. Always include shadow support if the
platform supports it and the user did not disable it via configure
1998-09-21 04:00:56 +00:00
Todd C. Miller
2de38e16c3 --with-getpass -> --{enable,disable}-tgetpass 1998-09-20 23:48:08 +00:00
Todd C. Miller
1e70f549cd munge pathnames.h.in -> pathnames.h
kill SUDO_PROG_PWD
1998-09-20 23:10:27 +00:00
Todd C. Miller
7266c9f0e6 fix typo in sysv4 matching case
/.
1998-09-19 00:20:07 +00:00
Todd C. Miller
d257d37b5b updated version 1998-09-17 16:28:57 +00:00
Todd C. Miller
eacb84a5f8 move --enable/--disable to be after --with 1998-09-12 00:30:44 +00:00
Todd C. Miller
6b213a75cc Add message for pam users 1998-09-11 23:47:29 +00:00
Todd C. Miller
218e76a059 pam support, from Gary Calvin <GCalvin@kenwoodusa.com> 1998-09-11 23:19:53 +00:00
Todd C. Miller
9c725b5034 add --enable-log-host and --enable-log-wrap 1998-09-10 22:37:17 +00:00
Todd C. Miller
48940fc5a0 add *-*-hiuxmpp*
add test for set_auth_parameters() if secureware
1998-09-07 16:41:48 +00:00
Todd C. Miller
57a7e0057f typo 1998-09-07 15:49:42 +00:00
Todd C. Miller
6dc57e6eaf pretend sunos doesn't have getcwd(3) since it opens a pipe to getpwd! 1998-09-07 02:49:41 +00:00
Todd C. Miller
1aa92f833f call SUDO_TYPE_DEV_T and SUDO_TYPE_INO_T 1998-09-07 02:28:45 +00:00
Todd C. Miller
a168f9c596 check for waitpid and wait3 or no waitpid 1998-05-19 03:32:05 +00:00