Todd C. Miller
|
5276ab3a5f
|
Set yacc prefix to "sudoers" to avoid conflicts other yacc parsers.
|
2012-09-14 16:19:25 -04:00 |
|
Todd C. Miller
|
21a2f95821
|
Use stdbool.h instead of rolling our own TRUE/FALSE macros.
|
2011-12-02 11:27:33 -05:00 |
|
Todd C. Miller
|
09beba8259
|
Revert 003bdb078a15. We need to #include <gram.h> not "gram.h" and
<def_data.h> and not "def_data.h" when generating the parser in a
build dir.
|
2011-11-12 12:18:44 -05:00 |
|
Todd C. Miller
|
0bf68d2103
|
#include "gram.h" not <gram.h> and "def_data.h" and not <def_data.h>.
|
2011-11-08 14:09:48 -05:00 |
|
Todd C. Miller
|
839919566e
|
Add debug_decl/debug_return (almost) everywhere.
Remove old sudo_debug() and convert users to sudo_debug_printf().
|
2011-10-22 14:40:21 -04:00 |
|
Todd C. Miller
|
b643b190a7
|
Prepare sudoers module messages for translation.
|
2011-05-16 16:32:05 -04:00 |
|
Todd C. Miller
|
4294650039
|
#include "foo.h", not <foo.h> for local includes.
|
2011-02-07 10:51:43 -05:00 |
|
Todd C. Miller
|
ae2f7638f5
|
standardize on "return foo;" rather than "return(foo);" or "return (foo);"
|
2011-01-24 15:15:18 -05:00 |
|
Todd C. Miller
|
f7f8b6867e
|
Update copyright year to 2011
|
2011-01-20 16:46:56 -05:00 |
|
Todd C. Miller
|
e63849afb0
|
constify
|
2011-01-08 19:54:30 -05:00 |
|
Todd C. Miller
|
400b6ffe20
|
Split tokenizer utility functions out into toke_util.c
|
2011-01-08 15:42:39 -05:00 |
|