summaryrefslogtreecommitdiff
path: root/main/acl.c
AgeCommit message (Expand)Author
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