summaryrefslogtreecommitdiff
path: root/main/acl.c
AgeCommit message (Expand)Author
2010-02-25Fix incorrect ACL behavior when CIDR notation of "/0" is used.Mark Michelson
2010-01-21Add missing argument to ast_calloc calls.Mark Michelson
2010-01-21Make sure we initialize the ast_ha structure with ast_callocOlle Johansson
2009-12-02Merged revisions 232350 via svnmerge from David Vossel
2009-09-03Merge code associated with AST-2009-006David Vossel
2009-08-10AST-2009-005Tilghman Lesher
2009-03-04Spacing changes onlyTilghman Lesher
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-02Solaris fixTilghman Lesher
2008-03-27Merged revisions 111442 via svnmerge from Tilghman Lesher
2008-02-01Merged revisions 101772 via svnmerge from Tilghman Lesher
2008-01-24Merged revisions 100138 via svnmerge from Jason Parker
2008-01-23Merged revisions 99718 via svnmerge from Tilghman Lesher
2008-01-22Merged revisions 99643 via svnmerge from Tilghman Lesher
2008-01-22Merged revisions 99540 via svnmerge from Tilghman Lesher
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonesTerry Wilson
2007-11-24remove some unnecessary includesLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-19Add some debugging to the routines that finds our local IP address.Olle Johansson
2007-11-17remove unnecessary includesLuigi Rizzo
2007-11-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-16remove duplicate headers.Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-10-22Merged revisions 86630 via svnmerge from Joshua Colp
2007-10-18Code cleanup of acl.cTilghman Lesher
2007-10-15Switch dundi to new tos config format.Jason Parker
2007-07-20expose struct ast_ha so external code can do things such as printing itLuigi Rizzo
2007-07-19Remove some debug code that was added in revision 75894, which removed someRussell Bryant
2007-07-19comment out some terribly expensive debugging codeLuigi Rizzo
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. TheRussell Bryant
2007-02-16Rely on ast_gethostbyname to handle IP addresses, not inet_aton. (issue #9056...Joshua Colp
2007-02-11Fix debug handling in acl.cOlle Johansson
2007-01-01- Implement error handling in ast_append_haOlle Johansson
2006-10-13Merged revisions 45125 via svnmerge from Kevin P. Fleming
2006-09-21And some deprecated APIs and modifications to documentationTilghman Lesher
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming