]> granicus.if.org Git - sudo/log
sudo
30 years agouse __hpux not hpux
Todd C. Miller [Thu, 7 Jul 1994 00:08:14 +0000 (00:08 +0000)]
use __hpux not hpux

30 years agoconvex c2 stuff
Todd C. Miller [Thu, 7 Jul 1994 00:08:01 +0000 (00:08 +0000)]
convex c2 stuff

30 years agodefine ansi-ish cpp os defines if non-ansi are defined for
Todd C. Miller [Thu, 7 Jul 1994 00:07:19 +0000 (00:07 +0000)]
define ansi-ish cpp os defines if non-ansi are defined for
hpux & convex

30 years agoupdated to say we support sonvex C2
Todd C. Miller [Thu, 7 Jul 1994 00:07:02 +0000 (00:07 +0000)]
updated to say we support sonvex C2

30 years agoadded convex c2 support
Todd C. Miller [Thu, 7 Jul 1994 00:05:51 +0000 (00:05 +0000)]
added convex c2 support

31 years agono more ioctl
Todd C. Miller [Fri, 1 Jul 1994 16:06:43 +0000 (16:06 +0000)]
no more ioctl
never returns NULL
uses fgets() and select() to timeout

31 years agothings were testing -n "$GCC" instead of -z "$GCC"
Todd C. Miller [Wed, 29 Jun 1994 21:04:22 +0000 (21:04 +0000)]
things were testing -n "$GCC" instead of -z "$GCC"

31 years agonow works + uses fgets()
Todd C. Miller [Wed, 29 Jun 1994 20:39:27 +0000 (20:39 +0000)]
now works + uses fgets()

31 years agoselect doesn't seem to recognize a single '\n' as input waiting
Todd C. Miller [Tue, 28 Jun 1994 22:25:08 +0000 (22:25 +0000)]
select doesn't seem to recognize a single '\n' as input waiting
so we can;t use it, sigh.

31 years agoupdated tgetpass() blurb
Todd C. Miller [Sun, 26 Jun 1994 20:38:23 +0000 (20:38 +0000)]
updated tgetpass() blurb

31 years agoadded --with-getpass
Todd C. Miller [Sun, 26 Jun 1994 20:35:48 +0000 (20:35 +0000)]
added --with-getpass

31 years agoadded tgetpass stuff
Todd C. Miller [Sun, 26 Jun 1994 20:35:20 +0000 (20:35 +0000)]
added tgetpass stuff

31 years agonow uses stdio
Todd C. Miller [Sun, 26 Jun 1994 19:25:07 +0000 (19:25 +0000)]
now uses stdio

31 years ago++
Todd C. Miller [Sun, 26 Jun 1994 19:17:43 +0000 (19:17 +0000)]
++

31 years agoupdated
Todd C. Miller [Fri, 24 Jun 1994 23:48:08 +0000 (23:48 +0000)]
updated
,.

31 years agoadded USE_GETPASS && HAVE_C2_SECURITY
Todd C. Miller [Fri, 24 Jun 1994 23:46:04 +0000 (23:46 +0000)]
added USE_GETPASS && HAVE_C2_SECURITY

31 years agofixed a test
Todd C. Miller [Fri, 24 Jun 1994 23:45:39 +0000 (23:45 +0000)]
fixed a test
aded --with-C2 and --with-tgetpass

31 years agoadded hpux C2 shit
Todd C. Miller [Fri, 24 Jun 1994 23:45:28 +0000 (23:45 +0000)]
added hpux C2 shit

31 years agotook out tgetpass.*
Todd C. Miller [Fri, 24 Jun 1994 23:45:18 +0000 (23:45 +0000)]
took out tgetpass.*

31 years agoadded C2 blurb
Todd C. Miller [Fri, 24 Jun 1994 23:45:07 +0000 (23:45 +0000)]
added C2 blurb

31 years agono termio(s) for ultrix since it is broken
Todd C. Miller [Mon, 13 Jun 1994 19:54:58 +0000 (19:54 +0000)]
no termio(s) for ultrix since it is broken

31 years agoadded a space (yeah, anal)
Todd C. Miller [Mon, 13 Jun 1994 19:41:46 +0000 (19:41 +0000)]
added a space (yeah, anal)

31 years agofixed it (duh, rtfm)
Todd C. Miller [Mon, 13 Jun 1994 19:17:24 +0000 (19:17 +0000)]
fixed it (duh, rtfm)

31 years agotook out bsd signal stuff for irix
Todd C. Miller [Wed, 8 Jun 1994 18:34:18 +0000 (18:34 +0000)]
took out bsd signal stuff for irix

31 years agocomments in #endif
Todd C. Miller [Wed, 8 Jun 1994 18:26:36 +0000 (18:26 +0000)]
comments in #endif

31 years agodon't define BSD signals for irix
Todd C. Miller [Wed, 8 Jun 1994 18:09:20 +0000 (18:09 +0000)]
don't define BSD signals for irix

31 years agodid some...
Todd C. Miller [Wed, 8 Jun 1994 16:57:56 +0000 (16:57 +0000)]
did some...

31 years agoupdated
Todd C. Miller [Wed, 8 Jun 1994 16:57:43 +0000 (16:57 +0000)]
updated

31 years agotook out unneeded code by changing where a strings was terminated
Todd C. Miller [Wed, 8 Jun 1994 16:56:37 +0000 (16:56 +0000)]
took out unneeded code by changing where a strings was terminated

31 years agofix bug where /dirname would return NULL
Todd C. Miller [Tue, 7 Jun 1994 23:21:23 +0000 (23:21 +0000)]
fix bug where /dirname would return NULL

31 years agomove __P to config.h
Todd C. Miller [Tue, 7 Jun 1994 21:40:35 +0000 (21:40 +0000)]
move __P to config.h

31 years agoadded errno definition
Todd C. Miller [Tue, 7 Jun 1994 21:40:22 +0000 (21:40 +0000)]
added errno definition

31 years agoadded __P
Todd C. Miller [Tue, 7 Jun 1994 21:40:06 +0000 (21:40 +0000)]
added __P

31 years agoadded HAVE_FCHDIR
Todd C. Miller [Tue, 7 Jun 1994 21:21:35 +0000 (21:21 +0000)]
added HAVE_FCHDIR

31 years agonow include stdio
Todd C. Miller [Tue, 7 Jun 1994 21:18:35 +0000 (21:18 +0000)]
now include stdio

31 years agonow works if no fchdir
Todd C. Miller [Tue, 7 Jun 1994 18:55:44 +0000 (18:55 +0000)]
now works if no fchdir

31 years agodefine SA_RESETHAND to null if not defined
Todd C. Miller [Tue, 7 Jun 1994 18:55:01 +0000 (18:55 +0000)]
define SA_RESETHAND to null if not defined

31 years agoadded check & replace
Todd C. Miller [Tue, 7 Jun 1994 18:54:38 +0000 (18:54 +0000)]
added check & replace

31 years agotook out -static for nextstep -- it doesn't work
Todd C. Miller [Tue, 7 Jun 1994 00:05:42 +0000 (00:05 +0000)]
took out -static for nextstep -- it doesn't work

31 years agomoved #endif to where it belongs
Todd C. Miller [Mon, 6 Jun 1994 23:59:12 +0000 (23:59 +0000)]
moved #endif to where it belongs

31 years agocorrection
Todd C. Miller [Mon, 6 Jun 1994 23:54:54 +0000 (23:54 +0000)]
correction

31 years agonow checks for strdup realpath getcwd bzero
Todd C. Miller [Mon, 6 Jun 1994 23:42:47 +0000 (23:42 +0000)]
now checks for strdup realpath getcwd bzero

31 years agoemulate bzero
Todd C. Miller [Mon, 6 Jun 1994 23:31:51 +0000 (23:31 +0000)]
emulate bzero

31 years agoadded posic signals
Todd C. Miller [Mon, 6 Jun 1994 20:57:59 +0000 (20:57 +0000)]
added posic signals

31 years agobzero cast
Todd C. Miller [Mon, 6 Jun 1994 20:57:35 +0000 (20:57 +0000)]
bzero cast

31 years agoadded posix signals
Todd C. Miller [Mon, 6 Jun 1994 20:57:25 +0000 (20:57 +0000)]
added posix signals

31 years agoremoved BROKEN_GETPASS
Todd C. Miller [Mon, 6 Jun 1994 20:56:58 +0000 (20:56 +0000)]
removed BROKEN_GETPASS
added  new srcs toreplace missing functions

31 years agoadded posix signal stuff
Todd C. Miller [Mon, 6 Jun 1994 20:56:40 +0000 (20:56 +0000)]
added posix signal stuff

31 years agoadded new srcs
Todd C. Miller [Mon, 6 Jun 1994 20:56:26 +0000 (20:56 +0000)]
added new srcs

31 years agoupdated useag
Todd C. Miller [Mon, 6 Jun 1994 16:53:55 +0000 (16:53 +0000)]
updated useag

31 years agonow uses posix signals
Todd C. Miller [Mon, 6 Jun 1994 16:39:49 +0000 (16:39 +0000)]
now uses posix signals

31 years agoupdated sto reflect major changes
Todd C. Miller [Mon, 6 Jun 1994 00:17:25 +0000 (00:17 +0000)]
updated sto reflect major changes

31 years agoupdated
Todd C. Miller [Mon, 6 Jun 1994 00:05:23 +0000 (00:05 +0000)]
updated

31 years agouses sysconf() if available
Todd C. Miller [Mon, 6 Jun 1994 00:04:55 +0000 (00:04 +0000)]
uses sysconf() if available

31 years agoadded PASSWORD_TIMEOUT + prototypes for new functions
Todd C. Miller [Mon, 6 Jun 1994 00:04:27 +0000 (00:04 +0000)]
added PASSWORD_TIMEOUT + prototypes for new functions

31 years agofor those w/o this in libc
Todd C. Miller [Mon, 6 Jun 1994 00:04:06 +0000 (00:04 +0000)]
for those w/o this in libc

31 years agoInitial revision
Todd C. Miller [Mon, 6 Jun 1994 00:03:49 +0000 (00:03 +0000)]
Initial revision

31 years agorewrote to use realpath(3) - nis now all my code
Todd C. Miller [Mon, 6 Jun 1994 00:03:26 +0000 (00:03 +0000)]
rewrote to use realpath(3) - nis now all my code

31 years agoadded HAVE_REALPATH
Todd C. Miller [Mon, 6 Jun 1994 00:02:49 +0000 (00:02 +0000)]
added HAVE_REALPATH

31 years agonow use tgetpass
Todd C. Miller [Mon, 6 Jun 1994 00:02:34 +0000 (00:02 +0000)]
now use tgetpass

31 years agoadded LIBOBJS
Todd C. Miller [Mon, 6 Jun 1994 00:02:02 +0000 (00:02 +0000)]
added LIBOBJS
use tgetpass.c

31 years agoworks now :-)
Todd C. Miller [Sun, 5 Jun 1994 22:55:31 +0000 (22:55 +0000)]
works now :-)

31 years agoInitial revision
Todd C. Miller [Sun, 5 Jun 1994 22:27:42 +0000 (22:27 +0000)]
Initial revision

31 years agoadded /dev/tty
Todd C. Miller [Sun, 5 Jun 1994 21:17:18 +0000 (21:17 +0000)]
added /dev/tty

31 years agoincremented
Todd C. Miller [Sat, 4 Jun 1994 21:12:00 +0000 (21:12 +0000)]
incremented

31 years agoalways use getcwd
Todd C. Miller [Sat, 4 Jun 1994 19:29:49 +0000 (19:29 +0000)]
always use getcwd

31 years agoadded check for getwd
Todd C. Miller [Sat, 4 Jun 1994 18:49:49 +0000 (18:49 +0000)]
added check for getwd

31 years agoreplace strdup & realpath & getcwd if missing
Todd C. Miller [Sat, 4 Jun 1994 18:48:19 +0000 (18:48 +0000)]
replace strdup & realpath & getcwd if missing

31 years agoadded _PATH_PWD
Todd C. Miller [Sat, 4 Jun 1994 18:47:00 +0000 (18:47 +0000)]
added _PATH_PWD

31 years agoadded SUDO_PROG_PWD
Todd C. Miller [Sat, 4 Jun 1994 18:46:49 +0000 (18:46 +0000)]
added SUDO_PROG_PWD

31 years agoInitial revision
Todd C. Miller [Sat, 4 Jun 1994 18:39:23 +0000 (18:39 +0000)]
Initial revision

31 years agoInitial revision
Todd C. Miller [Sat, 4 Jun 1994 18:37:49 +0000 (18:37 +0000)]
Initial revision

31 years agoquoted quare brackets
Todd C. Miller [Fri, 3 Jun 1994 15:31:18 +0000 (15:31 +0000)]
quoted quare brackets

31 years agono need to strdup() a constant
Todd C. Miller [Thu, 2 Jun 1994 21:49:11 +0000 (21:49 +0000)]
no need to strdup() a constant

31 years agoupdated
Todd C. Miller [Thu, 2 Jun 1994 19:45:20 +0000 (19:45 +0000)]
updated

31 years agoadded validate
Todd C. Miller [Thu, 2 Jun 1994 19:44:34 +0000 (19:44 +0000)]
added validate

31 years agoadded -v to usage
Todd C. Miller [Thu, 2 Jun 1994 19:42:08 +0000 (19:42 +0000)]
added -v to usage

31 years agoadded validate_only stuff
Todd C. Miller [Thu, 2 Jun 1994 19:41:33 +0000 (19:41 +0000)]
added validate_only stuff

31 years agonow finds sed
Todd C. Miller [Mon, 30 May 1994 01:29:00 +0000 (01:29 +0000)]
now finds sed

31 years ago$OSREV is now an int
Todd C. Miller [Mon, 30 May 1994 01:28:45 +0000 (01:28 +0000)]
$OSREV is now an int

31 years agoadded mtxinu to caser
Todd C. Miller [Sun, 29 May 1994 23:13:18 +0000 (23:13 +0000)]
added mtxinu to caser

31 years agoadded EXEC macro
Todd C. Miller [Sun, 29 May 1994 22:37:13 +0000 (22:37 +0000)]
added EXEC macro

31 years agonow use the EXEC nmacro
Todd C. Miller [Sun, 29 May 1994 22:36:44 +0000 (22:36 +0000)]
now use the EXEC nmacro
now only do a gethostbyname() if FQDN is set

31 years agochanged mail_argv[] def
Todd C. Miller [Sun, 29 May 1994 22:36:19 +0000 (22:36 +0000)]
changed mail_argv[] def
now use EXEC() macro

31 years agotook out crypt() definition
Todd C. Miller [Sun, 29 May 1994 22:35:53 +0000 (22:35 +0000)]
took out crypt() definition

31 years agoupped the version
Todd C. Miller [Sun, 29 May 1994 21:23:21 +0000 (21:23 +0000)]
upped the version

31 years agoalways look for -lnsl
Todd C. Miller [Sun, 29 May 1994 19:52:11 +0000 (19:52 +0000)]
always look for -lnsl

31 years agoadded an echo
Todd C. Miller [Sun, 29 May 1994 19:29:51 +0000 (19:29 +0000)]
added an echo

31 years agoSHORT_MESSAGE is now the default
Todd C. Miller [Sun, 29 May 1994 19:25:08 +0000 (19:25 +0000)]
SHORT_MESSAGE is now the default

31 years agofixed typo
Todd C. Miller [Sun, 29 May 1994 19:18:32 +0000 (19:18 +0000)]
fixed typo

31 years agoadded missing AC_DEFINE(SVR4) for solaris
Todd C. Miller [Sun, 29 May 1994 05:29:06 +0000 (05:29 +0000)]
added missing AC_DEFINE(SVR4) for solaris

31 years agodocumented the -v flag
Todd C. Miller [Sun, 29 May 1994 00:42:08 +0000 (00:42 +0000)]
documented the -v flag

31 years agoupdated
Todd C. Miller [Sun, 29 May 1994 00:34:12 +0000 (00:34 +0000)]
updated

31 years agoproto-ized crypt()
Todd C. Miller [Sun, 29 May 1994 00:31:34 +0000 (00:31 +0000)]
proto-ized crypt()

31 years agoadded LIBSHADOW undef
Todd C. Miller [Sun, 29 May 1994 00:28:57 +0000 (00:28 +0000)]
added LIBSHADOW undef

31 years agonwo set OS to be lowercase
Todd C. Miller [Sun, 29 May 1994 00:18:13 +0000 (00:18 +0000)]
nwo set OS to be lowercase

31 years agonow use SUDO_OSTYPE to set $OS
Todd C. Miller [Sat, 28 May 1994 23:36:22 +0000 (23:36 +0000)]
now use SUDO_OSTYPE to set $OS

31 years agonow use uname to determine os
Todd C. Miller [Sat, 28 May 1994 23:36:08 +0000 (23:36 +0000)]
now use uname to determine os

31 years agoadded prototypes & moved sig handler around
Todd C. Miller [Sat, 28 May 1994 20:23:46 +0000 (20:23 +0000)]
added prototypes & moved sig handler around

31 years agoadded prototyppes
Todd C. Miller [Sat, 28 May 1994 19:13:44 +0000 (19:13 +0000)]
added prototyppes