]> granicus.if.org Git - sudo/log
sudo
31 years agoadded dec syslog note
Todd C. Miller [Sun, 28 Nov 1993 00:46:01 +0000 (00:46 +0000)]
added dec syslog note

31 years agoadded real stuff in there
Todd C. Miller [Sun, 28 Nov 1993 00:25:23 +0000 (00:25 +0000)]
added real stuff in there

31 years agoadded a todo
Todd C. Miller [Sun, 28 Nov 1993 00:24:06 +0000 (00:24 +0000)]
added a todo

31 years agoadded one
Todd C. Miller [Sun, 28 Nov 1993 00:10:20 +0000 (00:10 +0000)]
added one

31 years agoInitial revision
Todd C. Miller [Sat, 27 Nov 1993 23:59:52 +0000 (23:59 +0000)]
Initial revision

31 years agoupdated with changes
Todd C. Miller [Sat, 27 Nov 1993 23:59:33 +0000 (23:59 +0000)]
updated with changes

31 years agoInitial revision
Todd C. Miller [Sat, 27 Nov 1993 23:52:58 +0000 (23:52 +0000)]
Initial revision

31 years agoInitial revision
Todd C. Miller [Sat, 27 Nov 1993 23:48:46 +0000 (23:48 +0000)]
Initial revision

31 years agoInitial revision
Todd C. Miller [Sat, 27 Nov 1993 23:48:09 +0000 (23:48 +0000)]
Initial revision

31 years agoupdated version number and took out jeff's old addr since it is no good
Todd C. Miller [Sat, 27 Nov 1993 23:46:33 +0000 (23:46 +0000)]
updated version number and took out jeff's old addr since it is no good

31 years agoupdated version number and took out jeff's email (since it is invalid)
Todd C. Miller [Sat, 27 Nov 1993 23:42:49 +0000 (23:42 +0000)]
updated version number and took out jeff's email (since it is invalid)

31 years agoadded fflush()
Todd C. Miller [Thu, 28 Oct 1993 13:36:13 +0000 (13:36 +0000)]
added fflush()

31 years agonow return NULL instead pf\b\bof exiting for nopn\b\bn-fatal errors
Todd C. Miller [Sat, 23 Oct 1993 00:46:05 +0000 (00:46 +0000)]
now return NULL instead pf\b\bof exiting for nopn\b\bn-fatal errors

31 years agonew banner
Todd C. Miller [Thu, 21 Oct 1993 20:57:14 +0000 (20:57 +0000)]
new banner

31 years agonow sudo.h gets included first
Todd C. Miller [Thu, 21 Oct 1993 20:42:37 +0000 (20:42 +0000)]
now sudo.h gets included first

31 years agonow can use flex
Todd C. Miller [Mon, 18 Oct 1993 00:31:49 +0000 (00:31 +0000)]
now can use flex

31 years agolinux patch
Todd C. Miller [Mon, 18 Oct 1993 00:31:05 +0000 (00:31 +0000)]
linux patch

31 years agohpux 9 fix, removes SHLIB_PATH
Todd C. Miller [Mon, 18 Oct 1993 00:30:35 +0000 (00:30 +0000)]
hpux 9 fix, removes SHLIB_PATH
linux patch

31 years agolinux diff
Todd C. Miller [Mon, 18 Oct 1993 00:30:16 +0000 (00:30 +0000)]
linux diff

31 years agostat now ignores EINVAL
Todd C. Miller [Fri, 15 Oct 1993 20:03:14 +0000 (20:03 +0000)]
stat now ignores EINVAL

31 years agonow declare strdup as extern
Todd C. Miller [Wed, 6 Oct 1993 01:48:53 +0000 (01:48 +0000)]
now declare strdup as extern

31 years agoreformatted with indent + by hand
Todd C. Miller [Mon, 4 Oct 1993 19:23:33 +0000 (19:23 +0000)]
reformatted with indent + by hand

31 years agoused indent to "fix" coding style
Todd C. Miller [Mon, 4 Oct 1993 19:10:33 +0000 (19:10 +0000)]
used indent to "fix" coding style

31 years agonow checks '.' or '.' or '' in PATH -- but does it LAST
Todd C. Miller [Mon, 4 Oct 1993 00:12:35 +0000 (00:12 +0000)]
now checks '.' or '.' or '' in PATH -- but does it LAST
should maybe move the code that does this into the loop body.
makes it messier tho.  hmmm.

31 years agoredid the fix for non-executable files in an easier to read way plus
Todd C. Miller [Wed, 8 Sep 1993 15:53:08 +0000 (15:53 +0000)]
redid the fix for non-executable files in an easier to read way plus
some minor aethetic changes

31 years agofixed bug with non-executable tings of same name in path introduced by checkig errno
Todd C. Miller [Wed, 8 Sep 1993 15:39:08 +0000 (15:39 +0000)]
fixed bug with non-executable tings of same name in path introduced by checkig errno
after stat(2).

31 years agofixed off by one error
Todd C. Miller [Sun, 5 Sep 1993 14:02:14 +0000 (14:02 +0000)]
fixed off by one error

31 years agonow handles decending below '/' correctly
Todd C. Miller [Sun, 5 Sep 1993 13:55:34 +0000 (13:55 +0000)]
now handles decending below '/' correctly

31 years agonow actually builds Envp instead of munging envp
Todd C. Miller [Sun, 5 Sep 1993 12:35:37 +0000 (12:35 +0000)]
now actually builds Envp instead of munging envp

31 years agonow includes sys/param.h
Todd C. Miller [Sat, 4 Sep 1993 19:42:19 +0000 (19:42 +0000)]
now  includes sys/param.h

31 years agonow includes sys/param.h
Todd C. Miller [Sat, 4 Sep 1993 19:41:31 +0000 (19:41 +0000)]
now includes sys/param.h

31 years agofixed ifndef -> ifdef
Todd C. Miller [Sat, 4 Sep 1993 19:30:18 +0000 (19:30 +0000)]
fixed ifndef -> ifdef

31 years agomake more like find_path.c
Todd C. Miller [Sat, 4 Sep 1993 19:19:32 +0000 (19:19 +0000)]
make more like find_path.c

31 years agorewritten by millert
Todd C. Miller [Sat, 4 Sep 1993 19:18:57 +0000 (19:18 +0000)]
rewritten by millert

31 years agofixed MAXCOMMANDLENGTH
Todd C. Miller [Sat, 4 Sep 1993 19:17:17 +0000 (19:17 +0000)]
fixed MAXCOMMANDLENGTH
now uses USE_CWD and NEED_STRDUP
added info about new defines in the comment

31 years agonow uses USE_CWD
Todd C. Miller [Sat, 4 Sep 1993 19:15:46 +0000 (19:15 +0000)]
now uses USE_CWD

31 years agoadded delc for clean_envp() and Envp
Todd C. Miller [Sat, 4 Sep 1993 18:10:16 +0000 (18:10 +0000)]
added delc for clean_envp() and Envp

31 years agonow rips LD_* env vars out of envp and passed sanitized Envp to exec
Todd C. Miller [Sat, 4 Sep 1993 18:09:35 +0000 (18:09 +0000)]
now rips LD_* env vars out of envp and passed sanitized Envp to exec

31 years agonow uses execve()
Todd C. Miller [Sat, 4 Sep 1993 18:09:20 +0000 (18:09 +0000)]
now uses execve()

31 years agoENOTDIR is ok now too (in case part of the path is bogus)
Todd C. Miller [Sat, 4 Sep 1993 18:08:15 +0000 (18:08 +0000)]
ENOTDIR is ok now too (in case part of the path is bogus)

31 years agonow works correctly (ttaltotal rewrite)
Todd C. Miller [Sat, 4 Sep 1993 12:17:33 +0000 (12:17 +0000)]
now works correctly (ttaltotal rewrite)

31 years agonow includes sys/param.h
Todd C. Miller [Sat, 4 Sep 1993 11:59:36 +0000 (11:59 +0000)]
now includes sys/param.h
didn't match trailing / -- fix from rouilj@cs.umb.edu

31 years agomoved around the #ifndef _AIX
Todd C. Miller [Fri, 11 Jun 1993 22:04:22 +0000 (22:04 +0000)]
moved around the #ifndef _AIX

31 years agoInitial revision
Todd C. Miller [Fri, 11 Jun 1993 22:03:45 +0000 (22:03 +0000)]
Initial revision

31 years agoInitial revision
Todd C. Miller [Sat, 20 Mar 1993 12:57:46 +0000 (12:57 +0000)]
Initial revision

31 years agonow works if you do sudo bin/test
Todd C. Miller [Sat, 13 Mar 1993 20:09:38 +0000 (20:09 +0000)]
now works if you do sudo bin/test

31 years agoworks
Todd C. Miller [Sat, 13 Mar 1993 19:20:15 +0000 (19:20 +0000)]
works

32 years agoInitial revision
Todd C. Miller [Tue, 2 Mar 1993 23:28:50 +0000 (23:28 +0000)]
Initial revision

32 years agoInitial revision
Todd C. Miller [Tue, 2 Mar 1993 16:35:47 +0000 (16:35 +0000)]
Initial revision

32 years agoInitial revision
Todd C. Miller [Tue, 2 Mar 1993 16:33:11 +0000 (16:33 +0000)]
Initial revision

32 years agotook out errno.h
Todd C. Miller [Tue, 16 Feb 1993 18:24:05 +0000 (18:24 +0000)]
took out errno.h

32 years agonow spews error if exec fails and exits with -1
Todd C. Miller [Tue, 16 Feb 1993 18:22:52 +0000 (18:22 +0000)]
now spews error if exec fails and exits with -1

32 years agoInitial revision
Todd C. Miller [Tue, 16 Feb 1993 17:07:38 +0000 (17:07 +0000)]
Initial revision

32 years agonow only execs files with (an) executable bit set.
Todd C. Miller [Tue, 16 Feb 1993 03:27:57 +0000 (03:27 +0000)]
now only execs files with (an) executable bit set.

32 years agoInitial revision
Todd C. Miller [Tue, 16 Feb 1993 03:01:06 +0000 (03:01 +0000)]
Initial revision

32 years agoadded nice comment
Todd C. Miller [Mon, 15 Feb 1993 19:32:18 +0000 (19:32 +0000)]
added nice comment

32 years agonow works on sgi's
Todd C. Miller [Mon, 15 Feb 1993 19:19:45 +0000 (19:19 +0000)]
now works on sgi's

32 years agoInitial revision
Todd C. Miller [Mon, 15 Feb 1993 18:57:44 +0000 (18:57 +0000)]
Initial revision