aboutsummaryrefslogtreecommitdiffstats
path: root/main/acl.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-14Add the ability for ast_find_ourip to return IPv4, IPv6 or both.pabelanger1-2/+2
2010-10-12Merged revisions 291264 via svnmerge from tilghman1-2/+2
2010-09-21Don't use ast_strdupa() from within the arguments to a function.russell1-4/+14
2010-07-19Make ACLs IPv6-capable.mmichelson1-48/+221
2010-07-14Fix errors where incorrect address information was printed.mmichelson1-2/+2
2010-07-08Add IPv6 to Asterisk.mmichelson1-38/+63
2010-06-16Set sin_family to AF_INET when doing lookups, also reset sin_port the first t...mnicholson1-0/+1
2010-02-25Fix incorrect ACL behavior when CIDR notation of "/0" is used.mmichelson1-1/+8
2010-01-21Add missing argument to ast_calloc calls.mmichelson1-2/+2
2010-01-21Make sure we initialize the ast_ha structure with ast_callocoej1-2/+2
2009-12-02Merged revisions 232350 via svnmerge from dvossel1-1/+1
2009-09-03Merge code associated with AST-2009-006dvossel1-1/+1
2009-08-10AST-2009-005tilghman1-3/+3
2009-03-04Spacing changes onlytilghman1-47/+56
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-5/+5
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-2/+2
2008-07-02Solaris fixtilghman1-1/+1
2008-03-27Merged revisions 111442 via svnmerge from tilghman1-1/+1
2008-02-01Merged revisions 101772 via svnmerge from tilghman1-1/+9
2008-01-24Merged revisions 100138 via svnmerge from qwell1-3/+6
2008-01-23Merged revisions 99718 via svnmerge from tilghman1-4/+1
2008-01-22Merged revisions 99643 via svnmerge from tilghman1-12/+17
2008-01-22Merged revisions 99540 via svnmerge from tilghman1-2/+157
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonestwilson1-5/+0
2007-11-24remove some unnecessary includesrizzo1-8/+0
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