]> granicus.if.org Git - sudo/log
sudo
30 years agoadded visudoers/options.h
Todd C. Miller [Wed, 11 Jan 1995 23:41:23 +0000 (23:41 +0000)]
added visudoers/options.h

30 years agoInitial revision
Todd C. Miller [Wed, 11 Jan 1995 23:40:37 +0000 (23:40 +0000)]
Initial revision

30 years agoadded OPTIONS and options.h
Todd C. Miller [Wed, 11 Jan 1995 23:39:13 +0000 (23:39 +0000)]
added OPTIONS and options.h

30 years agochanged #ifdef's to use LOGGING and SLOG_SYSLOG/SLOG_FILE
Todd C. Miller [Wed, 11 Jan 1995 23:36:53 +0000 (23:36 +0000)]
changed #ifdef's to use LOGGING and SLOG_SYSLOG/SLOG_FILE

30 years agochanged PASSWORD_TIMEOUT to minutes
Todd C. Miller [Wed, 11 Jan 1995 16:02:47 +0000 (16:02 +0000)]
changed PASSWORD_TIMEOUT to minutes

30 years agonow only do Editor +line_num if line_num != 0
Todd C. Miller [Sat, 17 Dec 1994 23:18:26 +0000 (23:18 +0000)]
now only do Editor +line_num if line_num  != 0

30 years agonow use mv if rename(2) fails
Todd C. Miller [Fri, 16 Dec 1994 02:06:56 +0000 (02:06 +0000)]
now use mv if rename(2) fails

30 years agoadded a visudo bug
Todd C. Miller [Fri, 16 Dec 1994 01:32:14 +0000 (01:32 +0000)]
added a visudo bug

30 years agoexpanded comment
Todd C. Miller [Fri, 16 Dec 1994 00:46:28 +0000 (00:46 +0000)]
expanded comment

30 years agofixed user_is_exempt to return 0 if EXEMPTGROUP is not set
Todd C. Miller [Sat, 12 Nov 1994 23:33:24 +0000 (23:33 +0000)]
fixed user_is_exempt to return 0 if EXEMPTGROUP is not set

30 years agoadded mips & isc support
Todd C. Miller [Thu, 10 Nov 1994 00:49:53 +0000 (00:49 +0000)]
added mips & isc support

30 years agoadded support for non-root owned sudoers file
Todd C. Miller [Thu, 10 Nov 1994 00:49:19 +0000 (00:49 +0000)]
added support for non-root owned sudoers file

30 years agoadded exempt group support
Todd C. Miller [Thu, 10 Nov 1994 00:48:55 +0000 (00:48 +0000)]
added exempt group support

30 years agoadded set_perms() support
Todd C. Miller [Thu, 10 Nov 1994 00:47:51 +0000 (00:47 +0000)]
added set_perms() support
added SUDOERS_OWNER so can have non-root own sudoers file
added exempt group support
added isc support

30 years agonow copy sudoers to temp file via read/write (not stdio)
Todd C. Miller [Thu, 10 Nov 1994 00:46:21 +0000 (00:46 +0000)]
now copy sudoers to temp file via read/write (not stdio)
now chown new sudoers file to SUDOERS_OWNER

30 years agoadded skey support
Todd C. Miller [Tue, 8 Nov 1994 01:40:52 +0000 (01:40 +0000)]
added skey support

30 years agobe_* -> setperms()
Todd C. Miller [Tue, 8 Nov 1994 01:40:27 +0000 (01:40 +0000)]
be_* -> setperms()

30 years agofixed typo
Todd C. Miller [Tue, 8 Nov 1994 01:39:43 +0000 (01:39 +0000)]
fixed typo
added set_perms support
added skey support
added seteuid()/setegid() emulation for AIX

30 years agobe_* -> setperms()
Todd C. Miller [Tue, 8 Nov 1994 01:38:57 +0000 (01:38 +0000)]
be_* -> setperms()
now check to make sure sudoers file is owned by root nread/write by only
root

30 years agobe_* -> setperms()
Todd C. Miller [Tue, 8 Nov 1994 01:38:44 +0000 (01:38 +0000)]
be_* -> setperms()

30 years agobe_* -> set_perms()
Todd C. Miller [Tue, 8 Nov 1994 01:38:00 +0000 (01:38 +0000)]
be_* -> set_perms()
added skey support

30 years ago++version
Todd C. Miller [Sun, 6 Nov 1994 23:59:38 +0000 (23:59 +0000)]
++version

30 years ago++
Todd C. Miller [Sun, 6 Nov 1994 23:59:26 +0000 (23:59 +0000)]
++

30 years agonow sets IFS
Todd C. Miller [Fri, 21 Oct 1994 17:16:33 +0000 (17:16 +0000)]
now sets IFS

30 years agofixed typo
Todd C. Miller [Fri, 21 Oct 1994 16:02:33 +0000 (16:02 +0000)]
fixed typo

30 years agoadded HAVE_SKEY
Todd C. Miller [Sat, 15 Oct 1994 19:48:44 +0000 (19:48 +0000)]
added HAVE_SKEY

30 years agoupdated
Todd C. Miller [Tue, 4 Oct 1994 17:00:31 +0000 (17:00 +0000)]
updated

30 years ago++version
Todd C. Miller [Tue, 4 Oct 1994 16:57:22 +0000 (16:57 +0000)]
++version

30 years ago++
Todd C. Miller [Tue, 4 Oct 1994 16:57:10 +0000 (16:57 +0000)]
++

30 years agonow bail if ARgv[1] > MAXPATHLEN
Todd C. Miller [Tue, 4 Oct 1994 16:56:40 +0000 (16:56 +0000)]
now bail if ARgv[1] > MAXPATHLEN

30 years agoadded function check for tcgetattr(3)
Todd C. Miller [Tue, 4 Oct 1994 16:56:25 +0000 (16:56 +0000)]
added function check for tcgetattr(3)

30 years agoonly define HAVE_TERMIOS_H if you have tcgetattr(3)
Todd C. Miller [Tue, 4 Oct 1994 16:55:50 +0000 (16:55 +0000)]
only define HAVE_TERMIOS_H if you have tcgetattr(3)

30 years agoadded check for tcgetattr
Todd C. Miller [Tue, 4 Oct 1994 16:53:54 +0000 (16:53 +0000)]
added check for tcgetattr

30 years agoupdated
Todd C. Miller [Mon, 26 Sep 1994 21:38:43 +0000 (21:38 +0000)]
updated

30 years agonow only include unistd.h for linux
Todd C. Miller [Thu, 22 Sep 1994 17:30:19 +0000 (17:30 +0000)]
now only include unistd.h for linux

30 years agoadded visudo.8 generation
Todd C. Miller [Wed, 21 Sep 1994 18:29:32 +0000 (18:29 +0000)]
added visudo.8 generation

30 years agoadded -Wl,-bI:./aixcrypt.exp to aix flags
Todd C. Miller [Wed, 21 Sep 1994 18:07:03 +0000 (18:07 +0000)]
added -Wl,-bI:./aixcrypt.exp to aix flags

30 years agoadded one
Todd C. Miller [Tue, 20 Sep 1994 23:39:41 +0000 (23:39 +0000)]
added one

30 years agoupdated
Todd C. Miller [Tue, 20 Sep 1994 23:39:16 +0000 (23:39 +0000)]
updated

30 years agoadded mailing list info
Todd C. Miller [Tue, 20 Sep 1994 23:38:23 +0000 (23:38 +0000)]
added mailing list info

30 years agonow use sudolineno instead of yylineno
Todd C. Miller [Tue, 20 Sep 1994 23:37:53 +0000 (23:37 +0000)]
now use sudolineno instead of yylineno
fixed bison warnings

30 years agonow use -no_library_replacement for osf
Todd C. Miller [Tue, 20 Sep 1994 23:37:13 +0000 (23:37 +0000)]
now use -no_library_replacement for osf
don't make a static binary for hpux >= 9.0

30 years agoadded string.h/strings.h inclusion
Todd C. Miller [Tue, 20 Sep 1994 23:21:26 +0000 (23:21 +0000)]
added string.h/strings.h inclusion

30 years agoadded ssize_t def
Todd C. Miller [Tue, 20 Sep 1994 23:21:14 +0000 (23:21 +0000)]
added ssize_t def

30 years agoadded inclusion of string.h/strings.h
Todd C. Miller [Tue, 20 Sep 1994 23:18:15 +0000 (23:18 +0000)]
added inclusion of string.h/strings.h

30 years agofixed uname | sed (needed to quote the '[')
Todd C. Miller [Tue, 20 Sep 1994 22:48:59 +0000 (22:48 +0000)]
fixed uname | sed (needed to quote the '[')

30 years agoreplaced yylineno with sudolineno
Todd C. Miller [Tue, 20 Sep 1994 22:42:21 +0000 (22:42 +0000)]
replaced yylineno with sudolineno
fixed bison syntax errors

30 years agochanged yylineno to sudolineno since yylineno cannot be counted upon.
Todd C. Miller [Tue, 20 Sep 1994 22:13:55 +0000 (22:13 +0000)]
changed yylineno to sudolineno since yylineno cannot be counted upon.

30 years agoupdated
Todd C. Miller [Tue, 20 Sep 1994 22:10:33 +0000 (22:10 +0000)]
updated

30 years agoadded code to support command listings
Todd C. Miller [Tue, 20 Sep 1994 21:52:47 +0000 (21:52 +0000)]
added code to support command listings

30 years agoadded code for -l flag
Todd C. Miller [Tue, 20 Sep 1994 21:36:32 +0000 (21:36 +0000)]
added code for -l flag

30 years agofixed typo
Todd C. Miller [Tue, 20 Sep 1994 21:35:43 +0000 (21:35 +0000)]
fixed typo
added info for -l flag

30 years agoAC_SSIZE_T -> SUDO_SSIZE_T
Todd C. Miller [Tue, 20 Sep 1994 18:45:36 +0000 (18:45 +0000)]
AC_SSIZE_T -> SUDO_SSIZE_T

30 years agoadded SUDO_SSIZE_T
Todd C. Miller [Tue, 20 Sep 1994 18:45:18 +0000 (18:45 +0000)]
added SUDO_SSIZE_T

30 years agoadded MODE_LIST
Todd C. Miller [Tue, 20 Sep 1994 18:44:41 +0000 (18:44 +0000)]
added MODE_LIST

30 years agoadded AC_SSIZE_T
Todd C. Miller [Tue, 20 Sep 1994 18:43:51 +0000 (18:43 +0000)]
added AC_SSIZE_T

30 years agoreadlink() is now declared as returning ssize~_t
Todd C. Miller [Tue, 20 Sep 1994 00:53:34 +0000 (00:53 +0000)]
readlink() is now declared as returning ssize~_t

30 years agoadded -laud for OSF c2
Todd C. Miller [Tue, 20 Sep 1994 00:44:22 +0000 (00:44 +0000)]
added -laud for OSF c2

30 years agochanged sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edu
Todd C. Miller [Fri, 2 Sep 1994 19:57:37 +0000 (19:57 +0000)]
changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edu

30 years agochanged sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edu
Todd C. Miller [Fri, 2 Sep 1994 19:55:56 +0000 (19:55 +0000)]
changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edu

30 years agochanged sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.ed
Todd C. Miller [Fri, 2 Sep 1994 19:54:28 +0000 (19:54 +0000)]
changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.ed

30 years ago++version
Todd C. Miller [Thu, 1 Sep 1994 19:56:09 +0000 (19:56 +0000)]
++version

30 years ago++
Todd C. Miller [Thu, 1 Sep 1994 19:55:57 +0000 (19:55 +0000)]
++

30 years agoadded host to alertmail messages
Todd C. Miller [Thu, 1 Sep 1994 19:55:28 +0000 (19:55 +0000)]
added host to alertmail messages

30 years agoudpated
Todd C. Miller [Thu, 1 Sep 1994 19:55:05 +0000 (19:55 +0000)]
udpated

30 years agofixed logging problem where mail would not say which user it was
Todd C. Miller [Thu, 1 Sep 1994 19:26:37 +0000 (19:26 +0000)]
fixed logging problem where mail would not say which user it was

30 years agoadded -laud for gcc if osf & c2
Todd C. Miller [Thu, 1 Sep 1994 17:45:16 +0000 (17:45 +0000)]
added -laud for gcc if osf & c2

30 years agomoved set_auth_parameters to sudo.c
Todd C. Miller [Thu, 1 Sep 1994 17:39:12 +0000 (17:39 +0000)]
moved set_auth_parameters to sudo.c

30 years agoadded set_auth_parameters for osf
Todd C. Miller [Thu, 1 Sep 1994 17:38:55 +0000 (17:38 +0000)]
added set_auth_parameters for osf

30 years agocleaned up -static stuff
Todd C. Miller [Thu, 1 Sep 1994 17:22:02 +0000 (17:22 +0000)]
cleaned up -static stuff

30 years ago++version
Todd C. Miller [Thu, 1 Sep 1994 17:15:51 +0000 (17:15 +0000)]
++version

30 years ago++
Todd C. Miller [Thu, 1 Sep 1994 17:15:32 +0000 (17:15 +0000)]
++

30 years agochanged setenv() to sudo_setenv()
Todd C. Miller [Thu, 1 Sep 1994 17:15:07 +0000 (17:15 +0000)]
changed setenv() to sudo_setenv()

30 years agofixed osf problem
Todd C. Miller [Thu, 1 Sep 1994 17:12:48 +0000 (17:12 +0000)]
fixed osf problem

30 years agoadded OSF C2 stuff
Todd C. Miller [Thu, 1 Sep 1994 02:17:20 +0000 (02:17 +0000)]
added OSF C2 stuff

30 years agoupdated
Todd C. Miller [Thu, 1 Sep 1994 02:00:27 +0000 (02:00 +0000)]
updated

30 years agoadded osf auth support & removed some extra spaces
Todd C. Miller [Thu, 1 Sep 1994 01:56:15 +0000 (01:56 +0000)]
added osf auth support & removed some extra spaces

30 years agoadded osf C2 stuff
Todd C. Miller [Thu, 1 Sep 1994 01:52:59 +0000 (01:52 +0000)]
added osf C2 stuff

30 years agoadded 2 suggestions
Todd C. Miller [Wed, 31 Aug 1994 23:52:59 +0000 (23:52 +0000)]
added 2 suggestions

30 years agoremoved README.v1.3.1 and added VERSION stuff
Todd C. Miller [Wed, 31 Aug 1994 23:33:40 +0000 (23:33 +0000)]
removed README.v1.3.1 and added VERSION stuff

30 years agopl1
Todd C. Miller [Wed, 31 Aug 1994 22:48:03 +0000 (22:48 +0000)]
pl1

30 years ago1.3.1final
Todd C. Miller [Tue, 30 Aug 1994 22:31:34 +0000 (22:31 +0000)]
1.3.1final

30 years agoadded HISTORY
Todd C. Miller [Tue, 30 Aug 1994 22:30:46 +0000 (22:30 +0000)]
added HISTORY

30 years agomention HISTPRY file
Todd C. Miller [Tue, 30 Aug 1994 22:30:37 +0000 (22:30 +0000)]
mention HISTPRY file

30 years agouse sizeof instead of a constant in 1 place
Todd C. Miller [Tue, 30 Aug 1994 22:30:17 +0000 (22:30 +0000)]
use sizeof instead of a constant in 1 place

30 years agoadded unistd.h
Todd C. Miller [Tue, 30 Aug 1994 22:30:00 +0000 (22:30 +0000)]
added  unistd.h

30 years agoadded unistd.h
Todd C. Miller [Tue, 30 Aug 1994 22:29:48 +0000 (22:29 +0000)]
added unistd.h

30 years agoudpated
Todd C. Miller [Tue, 30 Aug 1994 22:27:56 +0000 (22:27 +0000)]
udpated

30 years agoInitial revision
Todd C. Miller [Tue, 30 Aug 1994 22:15:36 +0000 (22:15 +0000)]
Initial revision

30 years ago++ SUDO_1_3_1
Todd C. Miller [Wed, 17 Aug 1994 16:45:55 +0000 (16:45 +0000)]
++

30 years agoupdated
Todd C. Miller [Wed, 17 Aug 1994 16:39:19 +0000 (16:39 +0000)]
updated

30 years agoadded unistd.h include
Todd C. Miller [Wed, 17 Aug 1994 16:36:31 +0000 (16:36 +0000)]
added unistd.h include

30 years agoadded sys/time.h for AIX
Todd C. Miller [Tue, 16 Aug 1994 19:46:08 +0000 (19:46 +0000)]
added sys/time.h for AIX

30 years agoadded check for -lsocket and sys/sockio.h
Todd C. Miller [Mon, 15 Aug 1994 01:22:12 +0000 (01:22 +0000)]
added check for -lsocket and sys/sockio.h

30 years agotook out libshadow check and added in sys/sockio.h check
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

30 years agonow include sockio.h instead of ioctl.h if it exists
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

30 years agonow has a dir and subnet entry
Todd C. Miller [Mon, 15 Aug 1994 00:47:48 +0000 (00:47 +0000)]
now has a dir and subnet entry

30 years agoremoved if_ether.h
Todd C. Miller [Sat, 13 Aug 1994 22:15:43 +0000 (22:15 +0000)]
removed if_ether.h

30 years agoadded an item
Todd C. Miller [Sat, 13 Aug 1994 21:16:28 +0000 (21:16 +0000)]
added an item

30 years agoadded network and ip addresses to man page
Todd C. Miller [Sat, 13 Aug 1994 21:15:52 +0000 (21:15 +0000)]
added network and ip addresses to man page