Todd C. Miller
|
e4aed8e5e7
|
char * -> const char *
|
1995-12-18 22:32:45 +00:00 |
|
Todd C. Miller
|
6946bdb786
|
now looks in -lcompat for lsearch()
|
1995-12-18 22:29:06 +00:00 |
|
Todd C. Miller
|
16b1ecdb12
|
remove sudo.core visudo.core for clan target
|
1995-12-18 22:23:29 +00:00 |
|
Todd C. Miller
|
8e4308dc21
|
added UID_MAX support in check for MAX_UID_T_LEN
|
1995-12-18 03:53:33 +00:00 |
|
Todd C. Miller
|
332bab8e0d
|
fixed another occurence of sudo_getpwuid.*
|
1995-12-18 03:36:03 +00:00 |
|
Todd C. Miller
|
81a441aed9
|
sudo_getpwuid.c -> getspwuid.c
|
1995-12-18 03:31:10 +00:00 |
|
Todd C. Miller
|
481f1098c1
|
moved the "echo"
|
1995-12-18 03:22:10 +00:00 |
|
Todd C. Miller
|
6846377706
|
++version
|
1995-12-18 03:09:49 +00:00 |
|
Todd C. Miller
|
d606c291cc
|
added group support
|
1995-12-18 03:04:55 +00:00 |
|
Todd C. Miller
|
c5d1fb9fc9
|
added group entry
|
1995-12-18 03:00:43 +00:00 |
|
Todd C. Miller
|
db16084425
|
documented group support
|
1995-12-18 02:59:40 +00:00 |
|
Todd C. Miller
|
7617fde666
|
added group support
|
1995-12-18 02:51:30 +00:00 |
|
Todd C. Miller
|
e8b95038f5
|
tkfile was too short and overflowed the kerberos realm
|
1995-12-15 22:45:45 +00:00 |
|
Todd C. Miller
|
206899d1dd
|
now copy command args directly from Argv
|
1995-12-11 22:09:10 +00:00 |
|
Todd C. Miller
|
0e9f9c7a40
|
replaced code to copy cmnd_args so that is does not use realloc since
most realloc()'s really stink
|
1995-12-11 20:55:15 +00:00 |
|
Todd C. Miller
|
ef4e6fbfa9
|
syslog() fixed in hpux 10.01
|
1995-12-08 19:11:24 +00:00 |
|
Todd C. Miller
|
54d9ede9c8
|
AC_CHECK_LIB() now sets SUDO_LIBS (and VISUDO_LIBS if appropriate)
|
1995-12-06 22:45:01 +00:00 |
|
Todd C. Miller
|
4ef6206a12
|
better error if cannot find skey incs or libs
|
1995-12-06 22:30:54 +00:00 |
|
Todd C. Miller
|
23df4113ca
|
now use a temp file for determining max len of uid_t in string form.
the old hacky way broke on netbsd
|
1995-12-06 22:26:22 +00:00 |
|
Todd C. Miller
|
1d04bad9ca
|
added set of parens and a space
|
1995-12-06 00:02:13 +00:00 |
|
Todd C. Miller
|
c8b4baceea
|
fixes from Jeff Earickson <jaearick@colby.edu>
,
|
1995-12-05 23:58:21 +00:00 |
|
Todd C. Miller
|
ffbfd54340
|
modified a comment
|
1995-12-05 23:58:06 +00:00 |
|
Todd C. Miller
|
1c5b326ff6
|
fixed up testsudoers target
|
1995-12-05 23:57:47 +00:00 |
|
Todd C. Miller
|
792805deb5
|
DCE changes from Jeff Earickson <jaearick@colby.edu>
LIBS -> SUDO_LIBS and VISUDO_LIBS
LDFLAGS -> SUDO_FDFLAGS and VISUDO_LDFLAGS
|
1995-12-05 23:56:43 +00:00 |
|
Todd C. Miller
|
7f19f036bf
|
LIBS -> SUDO_LIBS , VISUDO_LIBS
LDFLAGS -> SUDO_LDFLAGS, VISUDO_LDFLAGS
|
1995-12-05 23:17:01 +00:00 |
|
Todd C. Miller
|
86159a83f1
|
fix for C2 on hpux 10
now uses -linet if it exists
|
1995-11-28 04:32:13 +00:00 |
|
Todd C. Miller
|
d135a0bd16
|
LONG_SKEY_PROMPT is less of a klusge
/
|
1995-11-28 04:17:27 +00:00 |
|
Todd C. Miller
|
17f4339894
|
fixed typos w/ dce stuff
|
1995-11-28 04:17:02 +00:00 |
|
Todd C. Miller
|
fa560d43b7
|
added dce_pwent.c
|
1995-11-28 04:14:54 +00:00 |
|
Todd C. Miller
|
d0dbdb84f6
|
amended section on combining authentication mechanisms
|
1995-11-26 18:48:40 +00:00 |
|
Todd C. Miller
|
3187d13ad2
|
minor updates for 1.3.6
|
1995-11-26 18:48:19 +00:00 |
|
Todd C. Miller
|
88dfd93ad6
|
added 2 more entries
|
1995-11-26 18:47:43 +00:00 |
|
Todd C. Miller
|
d3a01db5db
|
updated for 1.3.6
|
1995-11-26 18:39:52 +00:00 |
|
Todd C. Miller
|
cfc28644c6
|
overhauled
|
1995-11-26 18:39:42 +00:00 |
|
Todd C. Miller
|
c68baecaf1
|
rewrote for sudo 1.3.6
|
1995-11-26 02:23:46 +00:00 |
|
Todd C. Miller
|
c4e077ce01
|
added 3 entries
|
1995-11-26 02:23:40 +00:00 |
|
Todd C. Miller
|
d7716e975e
|
added explict casts for strdup since many includes don't prototype
it. gag me.
|
1995-11-25 18:53:22 +00:00 |
|
Todd C. Miller
|
6b80b1c56a
|
removed prototype for sudo_getpwuid() since convex C
compiler choked on it.
|
1995-11-25 18:23:55 +00:00 |
|
Todd C. Miller
|
9f8332a190
|
added prototype for sudo_getpwuid()
|
1995-11-25 18:23:40 +00:00 |
|
Todd C. Miller
|
808e27538e
|
now compiles on strict ANSI compilers
|
1995-11-25 18:23:25 +00:00 |
|
Todd C. Miller
|
6a414eaef4
|
added LONG_SKEY_PROMPT support
|
1995-11-25 04:56:05 +00:00 |
|
Todd C. Miller
|
06f7949828
|
added extra $'s for make to eat up, yum.
|
1995-11-25 04:55:36 +00:00 |
|
Todd C. Miller
|
b0deb3be44
|
added LONG_SKEY_PROMPT
|
1995-11-25 04:38:30 +00:00 |
|
Todd C. Miller
|
461d87164d
|
s/key support now works with normal s/key as well as logdaemon
|
1995-11-24 23:48:16 +00:00 |
|
Todd C. Miller
|
ba894df8bd
|
added SKEY_ONLY
|
1995-11-24 23:47:33 +00:00 |
|
Todd C. Miller
|
63a56ec6da
|
set _PASSWD_LEN to 256 for any of KERB4, DCE, SKEY
|
1995-11-24 23:46:33 +00:00 |
|
Todd C. Miller
|
7c1c3bf03b
|
added DCE note
added more AIX notes
|
1995-11-24 05:42:08 +00:00 |
|
Todd C. Miller
|
3ff093bde6
|
now include pthread.h for DCE support
|
1995-11-24 05:39:28 +00:00 |
|
Todd C. Miller
|
cd1efe7d21
|
dce_pwent() is ok after all
.,
|
1995-11-24 03:22:00 +00:00 |
|
Todd C. Miller
|
9dd72728e3
|
now uses SYSLOG() macro that equates to either syslog()
or syslog_wrapper
|
1995-11-24 03:21:25 +00:00 |
|