Commit Graph

2201 Commits

Author SHA1 Message Date
Todd C. Miller
797a152c6e removed bogus alloca hack 1998-02-17 06:15:48 +00:00
Todd C. Miller
73e984f397 added AIX 4.x authenticate() support 1998-02-17 06:15:30 +00:00
Todd C. Miller
cd226d56c3 include alloca.h if using bison and not gcc and it exists.
fixes an alloca problem on hpux 10.x
1998-02-17 06:11:28 +00:00
Todd C. Miller
3b9b17cd5b mention --with-authenticate 1998-02-17 05:39:21 +00:00
Todd C. Miller
0111f5efc0 added AIX authenticate() support 1998-02-17 05:37:26 +00:00
Todd C. Miller
3ba4c7b26a add HAVE_AUTHENTICATE 1998-02-17 05:22:02 +00:00
Todd C. Miller
9719fa21ba dynamically size ifconf buffer 1998-02-17 04:58:33 +00:00
Todd C. Miller
12627050d5 quote '[' and ']' 1998-02-17 04:56:43 +00:00
Todd C. Miller
2fc787d5f6 updated version 1998-02-17 02:43:17 +00:00
Todd C. Miller
0bf1342c17 add ERRORS section 1998-02-17 00:06:03 +00:00
Todd C. Miller
2c18a14bd0 add busy stmp file explanation 1998-02-16 23:57:59 +00:00
Todd C. Miller
686c50ad32 the name of the cached var that signals whether or not you are
cross compiling changed.  It is now ac_cv_prog_cc_cross
1998-02-15 23:49:17 +00:00
Todd C. Miller
6ffcfb7527 mention glibc 2.07 is fixed wrt lsearch()\. 1998-02-11 21:26:59 +00:00
Todd C. Miller
a58e3f4b1b better example of su but not root su 1998-02-07 02:55:51 +00:00
Todd C. Miller
bc7803cd08 updated version 1998-02-06 20:49:24 +00:00
Todd C. Miller
e843aa9af2 correct regexp for updating version 1998-02-06 20:48:16 +00:00
Todd C. Miller
9cc65287f3 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
1998-02-06 19:05:19 +00:00
Todd C. Miller
b4c1c9190e fix bogus flush of stderr 1998-02-06 19:05:08 +00:00
Todd C. Miller
25ed56fba2 close fd's <=2 not <=3 and move that chunk of code up 1998-02-06 00:19:24 +00:00
Todd C. Miller
c8b7a421b0 support hpux1[0-9] not just hpux10 1998-02-06 00:18:23 +00:00
Todd C. Miller
3e52d3a117 set sudoers_fp to nil after closing 1998-01-30 19:59:03 +00:00
Todd C. Miller
ce5895467e updated from autoconf 2.12 1998-01-24 06:05:32 +00:00
Todd C. Miller
48aeb59d09 add *-*-svr4 rule 1998-01-24 05:50:08 +00:00
Todd C. Miller
0e8cf35a7b fix select usage for high fd's (dynamically allocate readfds) 1998-01-23 03:53:52 +00:00
Todd C. Miller
7baad7a52f kill extra whitespace 1998-01-23 03:49:54 +00:00
Todd C. Miller
7d5c340f98 do an initgroups() before running a command, unless the target user
is root.
1998-01-23 00:28:00 +00:00
Todd C. Miller
b51df9a118 tell people to use tabs, not spaces, in syslog.conf 1998-01-22 17:22:52 +00:00
Todd C. Miller
efbcdfe829 updated version 1998-01-21 06:56:41 +00:00
Todd C. Miller
0c362fb216 updated version 1998-01-21 06:33:06 +00:00
Todd C. Miller
ca5babc430 updated version 1998-01-21 06:29:42 +00:00
Todd C. Miller
a3e801b5cf more tweaks to update_version 1998-01-21 06:20:42 +00:00
Todd C. Miller
ab0c4bd973 fixed up update_version rule 1998-01-21 06:19:22 +00:00
Todd C. Miller
8dfd58be3d ++version 1998-01-21 05:55:45 +00:00
Todd C. Miller
9032779ac0 removed supe of check.c 1998-01-21 05:53:30 +00:00
Todd C. Miller
96c8ab7a1e ++version I missed 1998-01-21 05:51:43 +00:00
Todd C. Miller
59366d1b59 updated 1998-01-21 05:51:23 +00:00
Todd C. Miller
bb6a33e080 updated version 1998-01-21 05:50:58 +00:00
Todd C. Miller
82bf12933f updated for 1.5.5 1998-01-21 05:47:32 +00:00
Todd C. Miller
d899237059 add rules to update version stuff in files so I don't need to do it by hand 1998-01-21 05:35:53 +00:00
Todd C. Miller
acea5f29e9 sudoers_fp is now extern 1998-01-21 05:04:43 +00:00
Todd C. Miller
8de870a706 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.
1998-01-21 05:03:46 +00:00
Todd C. Miller
cae4b9d3e3 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.
1998-01-21 05:02:59 +00:00
Todd C. Miller
859e6d86ec mention that newer glibc is fixed 1998-01-16 16:43:23 +00:00
Todd C. Miller
7b3bc67b01 newer irix uses _RLDN32_* envariables for 32-bit binaries so ignore _RLD* instead of _RLD_* 1998-01-13 17:58:40 +00:00
Todd C. Miller
6523933184 typo 1998-01-13 15:32:41 +00:00
Todd C. Miller
6a2b6895f4 fix that bug for real 1998-01-13 15:19:08 +00:00
Todd C. Miller
46a2f512fd document Linux's libc6 brokenness. 1998-01-13 07:39:34 +00:00
Todd C. Miller
dd18f0def6 -Wall 1998-01-13 07:00:02 +00:00
Todd C. Miller
c627b8d2b3 updated 1998-01-13 06:22:44 +00:00
Todd C. Miller
e3b90fe98f remind people to HUP syslogd 1998-01-13 05:50:46 +00:00