Todd C. Miller
b7da5ec518
Add explicit cast to (VOID *) on malloc/realloc. Seems to be needed
...
on AIX which for some reason isn't pulling in the malloc prototype.
2002-01-09 16:56:04 +00:00
Todd C. Miller
a82e7a8efe
(c) 2002
2002-01-08 15:00:18 +00:00
Todd C. Miller
d0847eb01f
checkpoint
2002-01-08 14:21:14 +00:00
Todd C. Miller
53299b78a0
Defer assigning new environment until right before the exec.
2002-01-08 14:20:57 +00:00
Todd C. Miller
bd74bbdfb0
kill extra blank line
2002-01-08 14:08:23 +00:00
Todd C. Miller
5849db069c
regen
2002-01-07 18:59:59 +00:00
Todd C. Miller
de7c188450
Use -O not -O2 for m88k-motorola-sysv* since motorola gcc-derived
...
compiler doesn't recognise -O2.
2002-01-07 18:59:47 +00:00
Todd C. Miller
0910f8203b
Clarify origins of Root Group sudo a bit based on info from billp@rootgroup.com
2002-01-07 04:02:04 +00:00
Todd C. Miller
1ac8e6f385
2002
2002-01-03 03:41:25 +00:00
Todd C. Miller
45a28b58aa
checkpoint for 1.6.4rc1
2002-01-03 03:26:24 +00:00
Todd C. Miller
ce95eb80b6
now generated via autoheader
2002-01-02 22:40:14 +00:00
Todd C. Miller
b05c753da6
regen
2002-01-02 22:40:04 +00:00
Todd C. Miller
a3e429aed9
Move in some stuff that was previously in config.h.
2002-01-02 22:37:19 +00:00
Todd C. Miller
5baef4dad8
Add info for autoheader.
2002-01-02 22:36:50 +00:00
Todd C. Miller
edbdf215f2
o Add DESTDIR support
...
o Use -M, -O, and -G instead of -m, -o, and -g to facilitate non-root installs
2002-01-01 21:53:12 +00:00
Todd C. Miller
76b2f1a321
Add -M option (like -m but only for root)
...
If we can't find "whoami", use "id" w/ some sed.
2002-01-01 21:48:26 +00:00
Todd C. Miller
ed6b129d8e
regen
2002-01-01 19:01:21 +00:00
Todd C. Miller
513605df42
allow user to always override mansectsu and mansectform
2002-01-01 19:00:41 +00:00
Todd C. Miller
eecc076ef1
update from autoconf 2.52
2001-12-31 22:05:23 +00:00
Todd C. Miller
360f4d01f6
Update from autoconf 2.52
2001-12-31 22:03:48 +00:00
Todd C. Miller
c0b31d5886
regen with autoconf 2.52
2001-12-31 21:57:37 +00:00
Todd C. Miller
1ae422826e
o Call AC_PROG_CC_STDC to find out how to run the compiler in ANSI mode
...
o Remove compiler-specific checks for HP-UX now that we use AC_PROG_CC_STDC
2001-12-31 21:57:16 +00:00
Todd C. Miller
24995ea370
Checkpoint
2001-12-31 17:19:24 +00:00
Todd C. Miller
9a78f6e759
o Add pam_prep_user function to call pam_setcred() for the target user;
...
on Linux this often sets resource limits.
o When calling pam_end(), try to convert the auth->result to a PAM_FOO
value. This is a hack--we really need to stash the last PAM_FOO
value received and use that instead.
2001-12-31 17:18:12 +00:00
Todd C. Miller
a55e6898e1
o Add pam_prep_user function to call pam_setcred() for the target user;
...
on Linux this often sets resource limits.
2001-12-31 17:18:05 +00:00
Todd C. Miller
705c4c7515
Fix off by one error in number of bytes allocated via malloc (does not
...
affected any released version of sudo).
2001-12-31 05:53:23 +00:00
Todd C. Miller
8aa5f6850e
regen
2001-12-30 22:12:17 +00:00
Todd C. Miller
5d5c6783d9
Allow '@', '(', ')', ':' in arguments to a defaults variable
...
w/o requiring that they be quoted.
2001-12-30 22:12:06 +00:00
Todd C. Miller
412819b40a
Mention that no double quotes are needed when adding/deleting/assigning
...
a single value to a list.
2001-12-30 19:26:22 +00:00
Todd C. Miller
e69a33b472
Don't rely on mkdefaults being executable, call perl explicitly.
2001-12-30 18:58:34 +00:00
Todd C. Miller
e86de64967
regen
2001-12-30 18:45:41 +00:00
Todd C. Miller
cf2952dd83
Remove some XXX that are no longer relevant.
2001-12-30 18:41:12 +00:00
Todd C. Miller
8dc87eeb22
o Roll our own loop instead of using strpbrk() for better grokability
...
o When adding to a list we must malloc() and use memcpy(), not strdup()
since we must only copy len bytes from str.
2001-12-30 18:40:09 +00:00
Todd C. Miller
53320cadda
regen
2001-12-21 21:49:28 +00:00
Todd C. Miller
ac4aa81153
typo in comment
2001-12-21 21:49:05 +00:00
Todd C. Miller
b961b88af4
checkpoint
2001-12-19 16:50:22 +00:00
Todd C. Miller
7ceda8c9bd
regen
2001-12-19 15:56:56 +00:00
Todd C. Miller
83c2e51bad
avoid the -g flag unless --with-devel was specified
2001-12-19 15:56:47 +00:00
Todd C. Miller
e69dc38fd1
mkdefaults, def_data.in and sigaction.c were missing from the tarball
2001-12-19 15:04:46 +00:00
Todd C. Miller
21de57f549
def_data.c was missing
2001-12-19 14:46:05 +00:00
Todd C. Miller
087f5a7d56
Fix setting of $USER and $LOGNAME in the non-reset_env case.
...
Also allow HOME, SHELL, LOGNAME, and USER to be specified in keep_env
2001-12-18 17:42:37 +00:00
Todd C. Miller
fdae7ed9da
Another TODO item
2001-12-18 01:48:51 +00:00
Todd C. Miller
2403f24a2b
Add comment for Default section so folks know where it should go.
2001-12-18 00:50:06 +00:00
Todd C. Miller
0cc2362d4c
Use TCSETAF, not TCSETA to set terminal in termio case
2001-12-17 23:56:47 +00:00
Todd C. Miller
a459e6a31d
regen from sudoers.pod
2001-12-17 23:35:57 +00:00
Todd C. Miller
9a33007630
o Typo, Runas_User_List should be Runas_List
...
o a User_List can not contain a uid
o mention that the Defaults section should come after Alias
definitions but before the user specifications
2001-12-17 23:33:47 +00:00
Todd C. Miller
b42400d77d
regen
2001-12-15 16:51:28 +00:00
Todd C. Miller
16912179e5
Fix listpw and verifypw sections, they were not being formatted properly.
2001-12-15 16:51:11 +00:00
Todd C. Miller
df7144394c
regen
2001-12-15 16:39:51 +00:00
Todd C. Miller
d24eac7fd2
fix typos
2001-12-15 16:38:21 +00:00