Todd C. Miller
|
929aef0754
|
Make interfaces pointer private to interfaces.c and add get_interfaces()
accessor.
|
2012-10-25 13:15:52 -04:00 |
|
Todd C. Miller
|
0d5a941319
|
Add missing break between AF_INET and AF_INET6 in addr_matches_if_netmask()
|
2012-05-14 14:47:48 -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
|
51e45647ae
|
Use HAVE_STRUCT_TIMESPEC and HAVE_STRUCT_IN6_ADDR instead of
HAVE_TIMESPEC and HAVE_IN6_ADDR respectively.
|
2011-12-01 11:07:17 -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
|
1a259de176
|
Split out address matching into its own file and add regression
tests for it.
|
2011-08-29 14:10:18 -04:00 |
|