]>
granicus.if.org Git - sudo/log
Todd C. Miller [Mon, 15 Aug 1994 01:22:12 +0000 (01:22 +0000)]
added check for -lsocket and sys/sockio.h
Todd C. Miller [Mon, 15 Aug 1994 01:21:47 +0000 (01:21 +0000)]
took out libshadow check and added in sys/sockio.h check
Todd C. Miller [Mon, 15 Aug 1994 01:21:02 +0000 (01:21 +0000)]
now include sockio.h instead of ioctl.h if it exists
"sudo -" now gets a better error message
Todd C. Miller [Mon, 15 Aug 1994 00:47:48 +0000 (00:47 +0000)]
now has a dir and subnet entry
Todd C. Miller [Sat, 13 Aug 1994 22:15:43 +0000 (22:15 +0000)]
removed if_ether.h
Todd C. Miller [Sat, 13 Aug 1994 21:16:28 +0000 (21:16 +0000)]
added an item
Todd C. Miller [Sat, 13 Aug 1994 21:15:52 +0000 (21:15 +0000)]
added network and ip addresses to man page
Todd C. Miller [Sat, 13 Aug 1994 21:09:05 +0000 (21:09 +0000)]
no error if can't get interfaces or netmask since networking may not be in
the kernel.
Todd C. Miller [Sat, 13 Aug 1994 21:08:53 +0000 (21:08 +0000)]
nwo check for interfaces == NULL
Todd C. Miller [Sat, 13 Aug 1994 01:22:10 +0000 (01:22 +0000)]
fixed a bug that caused directory specs in a Cmnd_Alias to fail if the
last entry in the spec failed (ie: it was only looking at the last entry).
CLeaned things up by adding the cmndcmp() function--all neat & tidy
Todd C. Miller [Sat, 13 Aug 1994 01:21:49 +0000 (01:21 +0000)]
added one
Todd C. Miller [Fri, 12 Aug 1994 03:42:27 +0000 (03:42 +0000)]
now do two passes to skip bogus interfaces (lo0, etc)
Todd C. Miller [Fri, 12 Aug 1994 02:00:39 +0000 (02:00 +0000)]
added include of netinet/in.h
Todd C. Miller [Fri, 12 Aug 1994 01:58:58 +0000 (01:58 +0000)]
added ninclude of netinet/in.h
Todd C. Miller [Fri, 12 Aug 1994 01:58:03 +0000 (01:58 +0000)]
added include of netinet/in.h
Todd C. Miller [Fri, 12 Aug 1994 01:57:19 +0000 (01:57 +0000)]
++
Todd C. Miller [Fri, 12 Aug 1994 01:57:03 +0000 (01:57 +0000)]
added interfaces global
Todd C. Miller [Fri, 12 Aug 1994 01:56:47 +0000 (01:56 +0000)]
now uses new interfaces global
Todd C. Miller [Fri, 12 Aug 1994 01:56:22 +0000 (01:56 +0000)]
now ip addresses are gleaned fw/o dns
Todd C. Miller [Wed, 10 Aug 1994 23:21:47 +0000 (23:21 +0000)]
added load_ip_addrs() to load the ip_addrs global var
Todd C. Miller [Wed, 10 Aug 1994 23:21:22 +0000 (23:21 +0000)]
added hostcmp() to compare hostnames, ip addrs, and network addrs
Todd C. Miller [Wed, 10 Aug 1994 23:20:48 +0000 (23:20 +0000)]
added ip_addrs def
added load_ip_addrs prototype
Todd C. Miller [Mon, 8 Aug 1994 20:03:40 +0000 (20:03 +0000)]
updated
Todd C. Miller [Mon, 8 Aug 1994 19:57:16 +0000 (19:57 +0000)]
removed multiple entries in DISTFILES
Todd C. Miller [Mon, 8 Aug 1994 17:05:35 +0000 (17:05 +0000)]
ansified the !STDC_HEADERS decls
Todd C. Miller [Mon, 8 Aug 1994 17:05:22 +0000 (17:05 +0000)]
don't do malloc decl if gnuc
Todd C. Miller [Mon, 8 Aug 1994 17:04:19 +0000 (17:04 +0000)]
can't use getopt(3) since it munges args to the command to be run as root
don't do malloc decl if gnuc
Todd C. Miller [Mon, 8 Aug 1994 04:41:20 +0000 (04:41 +0000)]
ansi-fied !STDC_HEADER function prottypes
Todd C. Miller [Mon, 8 Aug 1994 04:27:34 +0000 (04:27 +0000)]
added missing paren
Todd C. Miller [Mon, 8 Aug 1994 04:23:32 +0000 (04:23 +0000)]
added putenv.c to DISTFILES
Todd C. Miller [Mon, 8 Aug 1994 04:08:43 +0000 (04:08 +0000)]
added params to func decls when STDC_HEADERS is not defined
now can count on putenv() being there
Todd C. Miller [Mon, 8 Aug 1994 04:08:00 +0000 (04:08 +0000)]
took out errno decl since sudo.h does it for us
fixed up a next cc warning
added params to func decls when STDC_HEADERS is not defined
Todd C. Miller [Mon, 8 Aug 1994 04:07:00 +0000 (04:07 +0000)]
took out environ extern
added local declaratio of putenv() if local version is needed
Todd C. Miller [Mon, 8 Aug 1994 04:06:48 +0000 (04:06 +0000)]
added params to func decls when STDC_HEADERS is not defined
Todd C. Miller [Mon, 8 Aug 1994 04:04:40 +0000 (04:04 +0000)]
added memcpy check
check to see that ansi vs bsd macros are ntot already defiend before
defining (ie: avoid redefinition)
Todd C. Miller [Mon, 8 Aug 1994 04:03:19 +0000 (04:03 +0000)]
removed fluff
setenv check plus check w/ replace for putenv if also no setenv
Todd C. Miller [Mon, 8 Aug 1994 04:01:06 +0000 (04:01 +0000)]
Initial revision
Todd C. Miller [Sat, 6 Aug 1994 23:19:50 +0000 (23:19 +0000)]
Initial revision
Todd C. Miller [Sat, 6 Aug 1994 23:19:27 +0000 (23:19 +0000)]
rm'd s realp[ath
added sudo_realpath and sudo_setenv
Todd C. Miller [Sat, 6 Aug 1994 23:19:12 +0000 (23:19 +0000)]
now use sudo_setenvc
Todd C. Miller [Sat, 6 Aug 1994 23:18:51 +0000 (23:18 +0000)]
added puteenv and setenv, removed realpath
Todd C. Miller [Sat, 6 Aug 1994 23:18:38 +0000 (23:18 +0000)]
added putenv & setenv
Todd C. Miller [Sat, 6 Aug 1994 23:18:18 +0000 (23:18 +0000)]
added sudo_setenv
Todd C. Miller [Sat, 6 Aug 1994 23:16:29 +0000 (23:16 +0000)]
++
Todd C. Miller [Fri, 5 Aug 1994 23:43:56 +0000 (23:43 +0000)]
added MAN_POSTINSTALL and /usr/share/catman for irix
Todd C. Miller [Fri, 5 Aug 1994 23:43:32 +0000 (23:43 +0000)]
added MAN_POSTINSTALL
Todd C. Miller [Fri, 5 Aug 1994 23:43:18 +0000 (23:43 +0000)]
added
Todd C. Miller [Fri, 5 Aug 1994 23:10:28 +0000 (23:10 +0000)]
added SUDO_* plus new options
Todd C. Miller [Fri, 5 Aug 1994 23:10:16 +0000 (23:10 +0000)]
added one
Todd C. Miller [Fri, 5 Aug 1994 23:07:55 +0000 (23:07 +0000)]
took out shadow lib
Todd C. Miller [Fri, 5 Aug 1994 22:35:56 +0000 (22:35 +0000)]
adde done
Todd C. Miller [Fri, 5 Aug 1994 21:52:12 +0000 (21:52 +0000)]
now use yyrestart() if flex
now reset yylineno to 0
Todd C. Miller [Fri, 5 Aug 1994 21:49:33 +0000 (21:49 +0000)]
support for installing a cat page instead of a man page if no nroff
Todd C. Miller [Fri, 5 Aug 1994 21:48:56 +0000 (21:48 +0000)]
now defines HAVE_FLEX
fixed up man stuff so that it looks for nroff to determine whether or
not to install a cat or man page
Todd C. Miller [Fri, 5 Aug 1994 21:48:42 +0000 (21:48 +0000)]
added HAVE_FLEX
Todd C. Miller [Fri, 5 Aug 1994 20:14:59 +0000 (20:14 +0000)]
not set ret to MODE_RUN initially
Todd C. Miller [Fri, 5 Aug 1994 20:12:09 +0000 (20:12 +0000)]
made command (and therefor cmnd dynamically allocated)
Todd C. Miller [Fri, 5 Aug 1994 00:25:02 +0000 (00:25 +0000)]
did #8
Todd C. Miller [Fri, 5 Aug 1994 00:24:45 +0000 (00:24 +0000)]
++
Todd C. Miller [Fri, 5 Aug 1994 00:24:28 +0000 (00:24 +0000)]
changed bufs from MAXPATHLEN to MAXPATHLEN+1
Todd C. Miller [Fri, 5 Aug 1994 00:24:07 +0000 (00:24 +0000)]
added MODE_
removed validate_only and added remove_timestamp()
Todd C. Miller [Fri, 5 Aug 1994 00:22:15 +0000 (00:22 +0000)]
usage() now takes an int (exit value)
added parse_args() to parse command line arguments
moved call to find_path() from load_globals to new function load_cmnd()
removed validate_only global -- now use the concept of "modes"
added -h and -k options
Todd C. Miller [Fri, 5 Aug 1994 00:21:04 +0000 (00:21 +0000)]
no longer use global validate_only
now checks for command called "validate"
removed check for non-fully qualified commands since that is
done by find_path
Todd C. Miller [Fri, 5 Aug 1994 00:20:17 +0000 (00:20 +0000)]
changed MAXPATHLEN r to MAXPATHLEN+1
Todd C. Miller [Fri, 5 Aug 1994 00:17:47 +0000 (00:17 +0000)]
fixed off by one error with MAXPATHLEN and fixed a comment
Todd C. Miller [Fri, 5 Aug 1994 00:17:22 +0000 (00:17 +0000)]
check_timestamp no longer runs reminder(), it is implied in the return val
added remove_timestamp()
Todd C. Miller [Fri, 5 Aug 1994 00:16:17 +0000 (00:16 +0000)]
updated
Todd C. Miller [Thu, 4 Aug 1994 20:38:20 +0000 (20:38 +0000)]
fixed on
Todd C. Miller [Thu, 4 Aug 1994 20:38:01 +0000 (20:38 +0000)]
took out old_errno
Todd C. Miller [Thu, 4 Aug 1994 20:37:38 +0000 (20:37 +0000)]
updated
Todd C. Miller [Wed, 3 Aug 1994 16:08:49 +0000 (16:08 +0000)]
moved send_mail to after syslog
Todd C. Miller [Wed, 3 Aug 1994 02:41:55 +0000 (02:41 +0000)]
now set SUDO_ envariables
Todd C. Miller [Mon, 1 Aug 1994 17:40:58 +0000 (17:40 +0000)]
++
Todd C. Miller [Mon, 1 Aug 1994 17:39:53 +0000 (17:39 +0000)]
now print error if chdir fails
Todd C. Miller [Mon, 1 Aug 1994 17:39:33 +0000 (17:39 +0000)]
removed an XXX
Todd C. Miller [Tue, 26 Jul 1994 00:40:06 +0000 (00:40 +0000)]
updated
Todd C. Miller [Tue, 26 Jul 1994 00:36:54 +0000 (00:36 +0000)]
no more static binaries for aix
Todd C. Miller [Mon, 25 Jul 1994 22:37:22 +0000 (22:37 +0000)]
fixed typo
Todd C. Miller [Mon, 25 Jul 1994 22:33:25 +0000 (22:33 +0000)]
took out stuff not needed for sudo
now does be_root/be_user itself
now uses cwd global
Todd C. Miller [Mon, 25 Jul 1994 22:32:46 +0000 (22:32 +0000)]
+=2
Todd C. Miller [Mon, 25 Jul 1994 22:32:30 +0000 (22:32 +0000)]
be_root/be_user is now down in sudo_realpath()
Todd C. Miller [Mon, 25 Jul 1994 22:26:33 +0000 (22:26 +0000)]
now works with 4.2BSD syslog (blech)
Todd C. Miller [Mon, 25 Jul 1994 22:25:58 +0000 (22:25 +0000)]
now use sudo_realpath()
Todd C. Miller [Mon, 25 Jul 1994 22:25:32 +0000 (22:25 +0000)]
took out realpth() stuff since we now use sudo_realpath()
Todd C. Miller [Mon, 25 Jul 1994 22:25:15 +0000 (22:25 +0000)]
ultrix enhanced sec
Todd C. Miller [Mon, 25 Jul 1994 22:25:00 +0000 (22:25 +0000)]
added ultrix enhanced sec.
Todd C. Miller [Mon, 25 Jul 1994 22:24:53 +0000 (22:24 +0000)]
updated
Todd C. Miller [Mon, 25 Jul 1994 22:21:55 +0000 (22:21 +0000)]
ultrix enhanced security suport
Todd C. Miller [Mon, 25 Jul 1994 22:20:12 +0000 (22:20 +0000)]
added sudo_realpath.c
Todd C. Miller [Mon, 25 Jul 1994 22:18:47 +0000 (22:18 +0000)]
updated
Todd C. Miller [Mon, 25 Jul 1994 18:28:31 +0000 (18:28 +0000)]
increased passwd len to 24 for c2 security
Todd C. Miller [Mon, 25 Jul 1994 17:17:56 +0000 (17:17 +0000)]
updated BUGS
Todd C. Miller [Fri, 15 Jul 1994 15:49:56 +0000 (15:49 +0000)]
now use user global var
Todd C. Miller [Fri, 15 Jul 1994 15:48:41 +0000 (15:48 +0000)]
took out -ls
Todd C. Miller [Thu, 14 Jul 1994 23:11:06 +0000 (23:11 +0000)]
added AFS libs
Todd C. Miller [Thu, 14 Jul 1994 21:45:01 +0000 (21:45 +0000)]
user is now a char *
added epasswd
Todd C. Miller [Thu, 14 Jul 1994 21:43:58 +0000 (21:43 +0000)]
added tzset() to load_globals
added epasswd (encrypted password) global
made user dynamically allocated
Todd C. Miller [Thu, 14 Jul 1994 21:43:24 +0000 (21:43 +0000)]
added tzset test
Todd C. Miller [Thu, 14 Jul 1994 21:43:09 +0000 (21:43 +0000)]
added HAVE_TZSET
Todd C. Miller [Thu, 14 Jul 1994 21:42:32 +0000 (21:42 +0000)]
cleaned up encrypted passwd grab somewhat