]> granicus.if.org Git - sudo/log
sudo
27 years agothe name of the cached var that signals whether or not you are
Todd C. Miller [Sun, 15 Feb 1998 23:49:17 +0000 (23:49 +0000)]
the name of the cached var that signals whether or not you are
cross compiling changed.  It is now ac_cv_prog_cc_cross

27 years agomention glibc 2.07 is fixed wrt lsearch()\.
Todd C. Miller [Wed, 11 Feb 1998 21:26:59 +0000 (21:26 +0000)]
mention glibc 2.07 is fixed wrt lsearch()\.

27 years agobetter example of su but not root su
Todd C. Miller [Sat, 7 Feb 1998 02:55:51 +0000 (02:55 +0000)]
better example of su but not root su

27 years agoupdated version
Todd C. Miller [Fri, 6 Feb 1998 20:49:24 +0000 (20:49 +0000)]
updated version

27 years agocorrect regexp for updating version
Todd C. Miller [Fri, 6 Feb 1998 20:48:16 +0000 (20:48 +0000)]
correct regexp for updating version

27 years agoremove bogus flush of stderr
Todd C. Miller [Fri, 6 Feb 1998 19:05:19 +0000 (19:05 +0000)]
remove bogus flush of stderr
spew prompt before turning off echo.  Seems to fix a weird problem where
if sudo complained about a bogus stamp file the user would sometimes
not have a chance to enter a password

27 years agofix bogus flush of stderr
Todd C. Miller [Fri, 6 Feb 1998 19:05:08 +0000 (19:05 +0000)]
fix bogus flush of stderr

27 years agoclose fd's <=2 not <=3 and move that chunk of code up
Todd C. Miller [Fri, 6 Feb 1998 00:19:24 +0000 (00:19 +0000)]
close fd's <=2 not <=3 and move that chunk of code up

27 years agosupport hpux1[0-9] not just hpux10
Todd C. Miller [Fri, 6 Feb 1998 00:18:23 +0000 (00:18 +0000)]
support hpux1[0-9] not just hpux10

27 years agoset sudoers_fp to nil after closing
Todd C. Miller [Fri, 30 Jan 1998 19:59:03 +0000 (19:59 +0000)]
set sudoers_fp to nil after closing

27 years agoupdated from autoconf 2.12
Todd C. Miller [Sat, 24 Jan 1998 06:05:32 +0000 (06:05 +0000)]
updated from autoconf 2.12

27 years agoadd *-*-svr4 rule
Todd C. Miller [Sat, 24 Jan 1998 05:50:08 +0000 (05:50 +0000)]
add *-*-svr4 rule

27 years agofix select usage for high fd's (dynamically allocate readfds)
Todd C. Miller [Fri, 23 Jan 1998 03:53:52 +0000 (03:53 +0000)]
fix select usage for high fd's (dynamically allocate readfds)

27 years agokill extra whitespace
Todd C. Miller [Fri, 23 Jan 1998 03:49:54 +0000 (03:49 +0000)]
kill extra whitespace

27 years agodo an initgroups() before running a command, unless the target user
Todd C. Miller [Fri, 23 Jan 1998 00:28:00 +0000 (00:28 +0000)]
do an initgroups() before running a command, unless the target user
is root.

27 years agotell people to use tabs, not spaces, in syslog.conf
Todd C. Miller [Thu, 22 Jan 1998 17:22:52 +0000 (17:22 +0000)]
tell people to use tabs, not spaces, in syslog.conf

27 years agoupdated version
Todd C. Miller [Wed, 21 Jan 1998 06:56:41 +0000 (06:56 +0000)]
updated version

27 years agoupdated version
Todd C. Miller [Wed, 21 Jan 1998 06:33:06 +0000 (06:33 +0000)]
updated version

27 years agoupdated version
Todd C. Miller [Wed, 21 Jan 1998 06:29:42 +0000 (06:29 +0000)]
updated version

27 years agomore tweaks to update_version
Todd C. Miller [Wed, 21 Jan 1998 06:20:42 +0000 (06:20 +0000)]
more tweaks to update_version

27 years agofixed up update_version rule
Todd C. Miller [Wed, 21 Jan 1998 06:19:22 +0000 (06:19 +0000)]
fixed up update_version rule

27 years ago++version
Todd C. Miller [Wed, 21 Jan 1998 05:55:45 +0000 (05:55 +0000)]
++version

27 years agoremoved supe of check.c
Todd C. Miller [Wed, 21 Jan 1998 05:53:30 +0000 (05:53 +0000)]
removed supe of check.c

27 years ago++version I missed
Todd C. Miller [Wed, 21 Jan 1998 05:51:43 +0000 (05:51 +0000)]
++version I missed

27 years agoupdated
Todd C. Miller [Wed, 21 Jan 1998 05:51:23 +0000 (05:51 +0000)]
updated

27 years agoupdated version
Todd C. Miller [Wed, 21 Jan 1998 05:50:58 +0000 (05:50 +0000)]
updated version

27 years agoupdated for 1.5.5
Todd C. Miller [Wed, 21 Jan 1998 05:47:32 +0000 (05:47 +0000)]
updated for 1.5.5

27 years agoadd rules to update version stuff in files so I don't need to do it by hand
Todd C. Miller [Wed, 21 Jan 1998 05:35:53 +0000 (05:35 +0000)]
add rules to update version stuff in files so I don't need to do it by hand

27 years agosudoers_fp is now extern
Todd C. Miller [Wed, 21 Jan 1998 05:04:43 +0000 (05:04 +0000)]
sudoers_fp is now extern

27 years agoin check_sudoers, cache the sudoers file handle in sudoers_fp so
Todd C. Miller [Wed, 21 Jan 1998 05:03:46 +0000 (05:03 +0000)]
in check_sudoers, cache the sudoers file handle in sudoers_fp so
we don't have to open it again in the parse.  This may help
with weird solaris problems where EAGAIN sometime occurrs.

27 years agosudoers file open is now done only in check_sudoers() so
Todd C. Miller [Wed, 21 Jan 1998 05:02:59 +0000 (05:02 +0000)]
sudoers file open is now done only in check_sudoers() so
we just do a rewind() instead of an open.  May help people on
solaris who were getting EAGAIN.

27 years agomention that newer glibc is fixed
Todd C. Miller [Fri, 16 Jan 1998 16:43:23 +0000 (16:43 +0000)]
mention that newer glibc is fixed

27 years agonewer irix uses _RLDN32_* envariables for 32-bit binaries so ignore _RLD* instead...
Todd C. Miller [Tue, 13 Jan 1998 17:58:40 +0000 (17:58 +0000)]
newer irix uses _RLDN32_* envariables for 32-bit binaries so ignore _RLD* instead of _RLD_*

27 years agotypo
Todd C. Miller [Tue, 13 Jan 1998 15:32:41 +0000 (15:32 +0000)]
typo

27 years agofix that bug for real
Todd C. Miller [Tue, 13 Jan 1998 15:19:08 +0000 (15:19 +0000)]
fix that bug for real

27 years agodocument Linux's libc6 brokenness.
Todd C. Miller [Tue, 13 Jan 1998 07:39:34 +0000 (07:39 +0000)]
document Linux's libc6 brokenness.

27 years ago-Wall
Todd C. Miller [Tue, 13 Jan 1998 07:00:02 +0000 (07:00 +0000)]
-Wall

27 years agoupdated SUDO_1_5_4
Todd C. Miller [Tue, 13 Jan 1998 06:22:44 +0000 (06:22 +0000)]
updated

27 years agoremind people to HUP syslogd
Todd C. Miller [Tue, 13 Jan 1998 05:50:46 +0000 (05:50 +0000)]
remind people to HUP syslogd

27 years agoadd -O flag to tar
Todd C. Miller [Tue, 13 Jan 1998 05:05:48 +0000 (05:05 +0000)]
add -O flag to tar

27 years agoupdated
Todd C. Miller [Tue, 13 Jan 1998 05:02:54 +0000 (05:02 +0000)]
updated

27 years agoupdated
Todd C. Miller [Tue, 13 Jan 1998 05:00:39 +0000 (05:00 +0000)]
updated

27 years agoremove author's email addr. people should mail sudo-bugs
Todd C. Miller [Tue, 13 Jan 1998 04:59:54 +0000 (04:59 +0000)]
remove author's email addr.  people should mail sudo-bugs

27 years agofix version
Todd C. Miller [Tue, 13 Jan 1998 04:49:20 +0000 (04:49 +0000)]
fix version

27 years ago++version
Todd C. Miller [Tue, 13 Jan 1998 04:48:42 +0000 (04:48 +0000)]
++version

27 years agoupdated
Todd C. Miller [Tue, 13 Jan 1998 04:44:21 +0000 (04:44 +0000)]
updated

27 years ago++version
Todd C. Miller [Tue, 13 Jan 1998 04:42:58 +0000 (04:42 +0000)]
++version

27 years agoupdated fort 1.5.4
Todd C. Miller [Tue, 13 Jan 1998 04:41:31 +0000 (04:41 +0000)]
updated fort 1.5.4

27 years agoexit(1) if user enters no passwd
Todd C. Miller [Tue, 13 Jan 1998 04:41:21 +0000 (04:41 +0000)]
exit(1) if user enters no passwd

27 years ago++version
Todd C. Miller [Tue, 13 Jan 1998 04:37:14 +0000 (04:37 +0000)]
++version

27 years agocommands can start with ./* not just /* -- fixes a serious security hole.
Todd C. Miller [Tue, 13 Jan 1998 04:10:08 +0000 (04:10 +0000)]
commands can start with ./* not just /* -- fixes a serious security hole.

27 years agoDon't set the tty variable to NULL when we lack a tty, leave it as
Todd C. Miller [Sun, 21 Dec 1997 23:17:48 +0000 (23:17 +0000)]
Don't set the tty variable to NULL when we lack a tty, leave it as
"unknown".

27 years agofix usage of (username) in conjunction with , and !
Todd C. Miller [Sun, 23 Nov 1997 18:29:24 +0000 (18:29 +0000)]
fix usage of (username) in conjunction with , and !

27 years agocatch the case where the user is not in the passwd file
Todd C. Miller [Sun, 23 Nov 1997 18:28:09 +0000 (18:28 +0000)]
catch the case where the user is not in the passwd file

27 years agouse fileno(input) + 1 instead of getdtablesize() as the nfds arg to select(2)
Todd C. Miller [Sun, 23 Nov 1997 18:24:31 +0000 (18:24 +0000)]
use fileno(input) + 1 instead of getdtablesize() as the nfds arg to select(2)

27 years agodefine tty global to an initial value to avoid dumping core in logging
Todd C. Miller [Sun, 23 Nov 1997 06:53:37 +0000 (06:53 +0000)]
define tty global to an initial value to avoid dumping core in logging
functions when passwd file is unavailable.

27 years agodo the set_perms(PERM_USER, sudo_mode) after we have gotten the passwd entry
Todd C. Miller [Sun, 23 Nov 1997 06:51:49 +0000 (06:51 +0000)]
do the set_perms(PERM_USER, sudo_mode) after we have gotten the passwd entry

27 years agotalk about problem of ALL
Todd C. Miller [Sun, 23 Nov 1997 05:21:20 +0000 (05:21 +0000)]
talk about problem of ALL

27 years agonew web location
Todd C. Miller [Fri, 10 Oct 1997 04:54:50 +0000 (04:54 +0000)]
new web location

27 years agofdesc bug is fixed in Open/Net BSD
Todd C. Miller [Fri, 10 Oct 1997 04:54:00 +0000 (04:54 +0000)]
fdesc bug is fixed in Open/Net BSD

27 years agoupdates from Nieusma
Todd C. Miller [Fri, 10 Oct 1997 04:52:47 +0000 (04:52 +0000)]
updates from Nieusma

27 years agomove compat.h after the system includes
Todd C. Miller [Thu, 9 Oct 1997 22:37:07 +0000 (22:37 +0000)]
move compat.h after the system includes

27 years agosave errno from being clobbered by wait(). From Theo
Todd C. Miller [Wed, 6 Aug 1997 18:58:06 +0000 (18:58 +0000)]
save errno from being clobbered by wait().  From Theo

27 years agofix an occurence of setresuid -> setreuid (typo)
Todd C. Miller [Wed, 21 May 1997 15:57:26 +0000 (15:57 +0000)]
fix an occurence of setresuid -> setreuid (typo)

27 years agocheck for path to strip
Todd C. Miller [Wed, 19 Mar 1997 22:45:02 +0000 (22:45 +0000)]
check for path to strip

28 years agodeal with maxfilelen < 0 case
Todd C. Miller [Thu, 16 Jan 1997 00:05:55 +0000 (00:05 +0000)]
deal with maxfilelen < 0 case

28 years agofixed descriptin
Todd C. Miller [Thu, 16 Jan 1997 00:05:23 +0000 (00:05 +0000)]
fixed descriptin

28 years agocorrect error message if mode/owner wrong and not statable by owner
Todd C. Miller [Thu, 12 Dec 1996 04:10:19 +0000 (04:10 +0000)]
correct error message if mode/owner wrong and not statable by owner
but is statable by root.

28 years agoautoconf 2.11
Todd C. Miller [Sat, 23 Nov 1996 07:18:24 +0000 (07:18 +0000)]
autoconf 2.11

28 years agosudo 1.5.3.
Todd C. Miller [Sat, 16 Nov 1996 19:42:46 +0000 (19:42 +0000)]
sudo 1.5.3.

28 years agocommand_alias -> generic_alias SUDO_1_5_3
Todd C. Miller [Thu, 14 Nov 1996 20:09:12 +0000 (20:09 +0000)]
command_alias -> generic_alias

28 years agoadded Runas_Alias example and fixed syntax errors
Todd C. Miller [Thu, 14 Nov 1996 03:50:55 +0000 (03:50 +0000)]
added Runas_Alias example and fixed syntax errors

28 years agoupdated MAILSUBJECT
Todd C. Miller [Thu, 14 Nov 1996 03:50:03 +0000 (03:50 +0000)]
updated MAILSUBJECT

28 years agoadded %h expansion
Todd C. Miller [Thu, 14 Nov 1996 03:49:50 +0000 (03:49 +0000)]
added %h expansion

28 years ago++version
Todd C. Miller [Thu, 14 Nov 1996 02:37:56 +0000 (02:37 +0000)]
++version

28 years ago++version
Todd C. Miller [Thu, 14 Nov 1996 01:02:22 +0000 (01:02 +0000)]
++version

28 years agodocument Runas_Alias
Todd C. Miller [Thu, 14 Nov 1996 00:45:07 +0000 (00:45 +0000)]
document Runas_Alias

28 years agoq (uid) -> Q
Todd C. Miller [Thu, 14 Nov 1996 00:22:22 +0000 (00:22 +0000)]
q (uid) -> Q

28 years agobuffer oflow checking
Todd C. Miller [Thu, 14 Nov 1996 00:21:35 +0000 (00:21 +0000)]
buffer oflow checking
q (uit) -> Q
if yyparse() fails drop into whatnow

28 years agoadd size params to sprintf
Todd C. Miller [Thu, 14 Nov 1996 00:05:21 +0000 (00:05 +0000)]
add size params to sprintf

28 years agoallow trailing space after '\\' but before '\n'
Todd C. Miller [Thu, 14 Nov 1996 00:04:30 +0000 (00:04 +0000)]
allow trailing space after '\\' but before '\n'

28 years agooff by one error in path size check
Todd C. Miller [Thu, 14 Nov 1996 00:04:11 +0000 (00:04 +0000)]
off by one error in path size check

28 years agosprintf paranoia
Todd C. Miller [Thu, 14 Nov 1996 00:03:53 +0000 (00:03 +0000)]
sprintf paranoia

28 years agofixed more_aliases
Todd C. Miller [Tue, 12 Nov 1996 16:59:02 +0000 (16:59 +0000)]
fixed more_aliases

28 years agonow warns if killed by signal
Todd C. Miller [Tue, 12 Nov 1996 16:58:35 +0000 (16:58 +0000)]
now warns if killed by signal
./

28 years agofix Runas_Alias stuff
Todd C. Miller [Mon, 11 Nov 1996 15:49:11 +0000 (15:49 +0000)]
fix Runas_Alias stuff
Alias's in runas list now get expanded (but it is gross)

28 years agoCan now deal with SUDOERS_UID == 0 and SUDOERS_MODE == 0400
Todd C. Miller [Mon, 11 Nov 1996 01:32:33 +0000 (01:32 +0000)]
Can now deal with SUDOERS_UID == 0 and SUDOERS_MODE == 0400

28 years agoadd Runas_Alias support
Todd C. Miller [Mon, 11 Nov 1996 01:08:22 +0000 (01:08 +0000)]
add Runas_Alias support
change FOO to FOO_ALIAS (ie: USER_ALIAS)

28 years agoAdd Runas_Alias and simplify a rule.
Todd C. Miller [Mon, 11 Nov 1996 01:02:32 +0000 (01:02 +0000)]
Add Runas_Alias and simplify a rule.

28 years agoalways store User_Alias's since they can be used inside of a runas list. Sigh. ...
Todd C. Miller [Mon, 11 Nov 1996 00:15:21 +0000 (00:15 +0000)]
always store User_Alias's since they can be used inside of a runas list.  Sigh.  Really need a Runas_Alias instead.

28 years agodeal with case where there is no sudoers file
Todd C. Miller [Wed, 30 Oct 1996 23:04:02 +0000 (23:04 +0000)]
deal with case where there is no sudoers file

28 years agoadded one
Todd C. Miller [Sat, 12 Oct 1996 03:01:34 +0000 (03:01 +0000)]
added one

28 years agodevelopement -> development
Todd C. Miller [Fri, 11 Oct 1996 02:11:43 +0000 (02:11 +0000)]
developement -> development

28 years agoadded a note
Todd C. Miller [Fri, 11 Oct 1996 02:08:44 +0000 (02:08 +0000)]
added a note

28 years agofor 1.5.2
Todd C. Miller [Fri, 11 Oct 1996 00:36:40 +0000 (00:36 +0000)]
for 1.5.2

28 years agoupdated
Todd C. Miller [Fri, 11 Oct 1996 00:36:31 +0000 (00:36 +0000)]
updated

28 years agoremoved seteuid() notes SUDO_1_5_2
Todd C. Miller [Thu, 10 Oct 1996 04:56:38 +0000 (04:56 +0000)]
removed seteuid() notes

28 years agobetter seteuid() emulatino
Todd C. Miller [Wed, 9 Oct 1996 17:37:18 +0000 (17:37 +0000)]
better seteuid() emulatino

28 years agoadded check for seteuid
Todd C. Miller [Wed, 9 Oct 1996 17:36:56 +0000 (17:36 +0000)]
added check for seteuid

28 years agoadded HAVE_SETEUID
Todd C. Miller [Wed, 9 Oct 1996 17:36:47 +0000 (17:36 +0000)]
added HAVE_SETEUID