aboutsummaryrefslogtreecommitdiffstats
path: root/main/acl.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-19Add some debugging to the routines that finds our local IP address.oej1-1/+7
2007-11-17remove unnecessary includesrizzo1-5/+0
2007-11-17fix breakage induced by previous mistakerizzo1-0/+6
2007-11-17start using asterisk/network.h for network related headers.rizzo1-7/+0
2007-11-16remove duplicate headers.rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-1/+1
2007-10-22Merged revisions 86630 via svnmerge from file1-1/+1
2007-10-18Code cleanup of acl.ctilghman1-41/+48
2007-10-15Switch dundi to new tos config format.qwell1-9/+0
2007-07-20expose struct ast_ha so external code can do things such as printing itrizzo1-8/+0
2007-07-19Remove some debug code that was added in revision 75894, which removed somerussell1-5/+0
2007-07-19comment out some terribly expensive debugging coderizzo1-1/+7
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-4/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-3/+3
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-0/+14
2007-02-16Rely on ast_gethostbyname to handle IP addresses, not inet_aton. (issue #9056...file1-2/+0
2007-02-11Fix debug handling in acl.coej1-1/+2
2007-01-01- Implement error handling in ast_append_haoej1-2/+7
2006-10-13Merged revisions 45125 via svnmerge from kpfleming1-2/+2
2006-09-21And some deprecated APIs and modifications to documentationtilghman1-58/+4
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+425