Commit Graph

1198 Commits

Author SHA1 Message Date
Todd C. Miller
813ac511d2 ++version 1996-01-14 20:19:56 +00:00
Todd C. Miller
ed5fcdccca added STUB_LOAD_INTERFACES
++version
1996-01-14 20:16:46 +00:00
Todd C. Miller
d58db6c2c4 ++version 1996-01-14 20:16:01 +00:00
Todd C. Miller
d107878402 added info about fd_set in tgetpass
added info on interfaces.c
1996-01-14 20:13:39 +00:00
Todd C. Miller
b05ce03eba added sudo header 1996-01-11 18:22:32 +00:00
Todd C. Miller
d9a1d14258 fixed a typo 1996-01-11 18:04:43 +00:00
Todd C. Miller
2d066db856 tgetpass.o is now only linked in with sudo (not visudo) 1996-01-11 18:01:19 +00:00
Todd C. Miller
6e0dec3326 ++version 1996-01-09 17:57:06 +00:00
Todd C. Miller
da7d049fe2 added copyright notice 1996-01-09 17:54:32 +00:00
Todd C. Miller
a90d2d478e ++version 1996-01-09 17:52:49 +00:00
Todd C. Miller
38e76816a7 minor cleanup and now includes sys/bsdtypes for svr4'ish boxen 1996-01-09 17:46:38 +00:00
Todd C. Miller
73bb405bfc ISC now gets -lcrypt
now check for sys/bsdtypes.h
1996-01-09 17:42:06 +00:00
Todd C. Miller
3b6e55a85c added check for sys/bsdtypes.h 1996-01-09 17:41:38 +00:00
Todd C. Miller
c509bec0cd removed debugging stuff (setting freed ptr to NULL) 1996-01-07 21:00:45 +00:00
Todd C. Miller
14ebaab3bc added 2 entries 1996-01-07 20:55:54 +00:00
Todd C. Miller
3e2876d44b added FAQ 1996-01-07 20:55:27 +00:00
Todd C. Miller
dc7ee76025 added section on syslog 1996-01-07 19:26:25 +00:00
Todd C. Miller
90596667f0 added AC_ISC_POSIX for better ISC support 1996-01-07 19:25:50 +00:00
Todd C. Miller
ab99db6cc9 fixed typo 1996-01-07 19:25:22 +00:00
Todd C. Miller
16bdc95c26 added define for _POSIX_SOURCE 1996-01-07 19:25:06 +00:00
Todd C. Miller
e59decf054 fixed check for lsearch() 1996-01-04 05:41:19 +00:00
Todd C. Miller
3aba9c4785 fixed for AIX
now deal if num_interfaces == 0 (should not happen)
1995-12-22 02:53:12 +00:00
Todd C. Miller
fe1e64dcb4 now only define HAVE_LSEARCH if there is a corresponding search.h 1995-12-20 22:02:49 +00:00
Todd C. Miller
6d0d2c8bad works on ISC again 1995-12-20 20:52:17 +00:00
Todd C. Miller
479248730a now define HAVE_LSEARCH if we find lsearch() in libcompat 1995-12-18 22:36:21 +00:00
Todd C. Miller
e4aed8e5e7 char * -> const char * 1995-12-18 22:32:45 +00:00
Todd C. Miller
6946bdb786 now looks in -lcompat for lsearch() 1995-12-18 22:29:06 +00:00
Todd C. Miller
16b1ecdb12 remove sudo.core visudo.core for clan target 1995-12-18 22:23:29 +00:00
Todd C. Miller
8e4308dc21 added UID_MAX support in check for MAX_UID_T_LEN 1995-12-18 03:53:33 +00:00
Todd C. Miller
332bab8e0d fixed another occurence of sudo_getpwuid.* 1995-12-18 03:36:03 +00:00
Todd C. Miller
81a441aed9 sudo_getpwuid.c -> getspwuid.c 1995-12-18 03:31:10 +00:00
Todd C. Miller
481f1098c1 moved the "echo" 1995-12-18 03:22:10 +00:00
Todd C. Miller
6846377706 ++version 1995-12-18 03:09:49 +00:00
Todd C. Miller
d606c291cc added group support 1995-12-18 03:04:55 +00:00
Todd C. Miller
c5d1fb9fc9 added group entry 1995-12-18 03:00:43 +00:00
Todd C. Miller
db16084425 documented group support 1995-12-18 02:59:40 +00:00
Todd C. Miller
7617fde666 added group support 1995-12-18 02:51:30 +00:00
Todd C. Miller
e8b95038f5 tkfile was too short and overflowed the kerberos realm 1995-12-15 22:45:45 +00:00
Todd C. Miller
206899d1dd now copy command args directly from Argv 1995-12-11 22:09:10 +00:00
Todd C. Miller
0e9f9c7a40 replaced code to copy cmnd_args so that is does not use realloc since
most realloc()'s really stink
1995-12-11 20:55:15 +00:00
Todd C. Miller
ef4e6fbfa9 syslog() fixed in hpux 10.01 1995-12-08 19:11:24 +00:00
Todd C. Miller
54d9ede9c8 AC_CHECK_LIB() now sets SUDO_LIBS (and VISUDO_LIBS if appropriate) 1995-12-06 22:45:01 +00:00
Todd C. Miller
4ef6206a12 better error if cannot find skey incs or libs 1995-12-06 22:30:54 +00:00
Todd C. Miller
23df4113ca now use a temp file for determining max len of uid_t in string form.
the old hacky way broke on netbsd
1995-12-06 22:26:22 +00:00
Todd C. Miller
1d04bad9ca added set of parens and a space 1995-12-06 00:02:13 +00:00
Todd C. Miller
c8b4baceea fixes from Jeff Earickson <jaearick@colby.edu>
,
1995-12-05 23:58:21 +00:00
Todd C. Miller
ffbfd54340 modified a comment 1995-12-05 23:58:06 +00:00
Todd C. Miller
1c5b326ff6 fixed up testsudoers target 1995-12-05 23:57:47 +00:00
Todd C. Miller
792805deb5 DCE changes from Jeff Earickson <jaearick@colby.edu>
LIBS -> SUDO_LIBS and VISUDO_LIBS
LDFLAGS -> SUDO_FDFLAGS and VISUDO_LDFLAGS
1995-12-05 23:56:43 +00:00
Todd C. Miller
7f19f036bf LIBS -> SUDO_LIBS , VISUDO_LIBS
LDFLAGS -> SUDO_LDFLAGS, VISUDO_LDFLAGS
1995-12-05 23:17:01 +00:00