Todd C. Miller
|
d6282d154a
|
Update copyright years.
|
2013-04-24 09:35:02 -04:00 |
|
Todd C. Miller
|
4bde57b8b2
|
Rename warning2()/error2() -> warning_nodebug()/error_nodebug().
|
2012-11-25 09:34:10 -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
|
53da5e8cdf
|
Update copyright years.
|
2011-03-11 15:34:35 -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
|
10c3bb62c4
|
Make local includes consistent; use double quotes for local includes
except for generated ones where we use angle brackets.
Also g/c unused compat.h.
|
2010-09-07 16:45:19 -04:00 |
|
Todd C. Miller
|
f454727bb8
|
Merge compat.h and missing.h into missing.h
|
2010-08-16 14:05:44 -04:00 |
|
Todd C. Miller
|
b72a530fd0
|
Update copyright year
|
2010-06-14 12:19:49 -04:00 |
|
Todd C. Miller
|
b8b006a885
|
Move code common to sudo and the sudoers plugin to a convenience library,
libcommon. Removes the need to make links in the sudoers plugin dir
and reduces re-compilation of duplicate object files.
|
2010-05-27 17:27:36 -04:00 |
|