aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/acl.h
AgeCommit message (Collapse)AuthorFilesLines
2007-07-20expose struct ast_ha so external code can do things such as printing itrizzo1-1/+15
(e.g. chan_sip.c in a subsequent commit). Obviously exposing the internals of a data structure is far from ideal (especially in a case like this where the implementation is very inefficient and will need to be changed at some point). On the other hand, it was also unclear what additional APIs should we provide instead, and because exposing the stucture has no impact on source and binary compatibility, this seemed to me the best option at this time. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@76034 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-0/+3
file doc/qos.tex has been updated to document the new functionality. (issue #9540, patch submitted by IgorG) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62457 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-01- Implement error handling in ast_append_haoej1-2/+13
- Use this in chan_sip - Document ha functions in acl.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49092 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21And some deprecated APIs and modifications to documentationtilghman1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43458 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ↵kpfleming1-11/+12
modifications) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15435 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-6/+15
remove deprecated config_old.c/config_old.h remove unused cvsid.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6454 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6315 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-19split acl and netsock code into separate files, in preparation for new ↵kpfleming1-26/+2
netsock implementation various minor cleanups git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6165 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12allow explicit source address/port selection for peers (bug #4257, with ↵kpfleming1-0/+2
minor mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-2/+2
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-09Make ACL be what SIP is going to need (bug #2358, just first part)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5155 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-09Handle DNS failures on startup more gracefully (bug #3086)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4989 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4806 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-11Allow multiple bindaddrs so asterisk uses the same interface for tx as rxmarkster1-3/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4756 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-03Add *preliminary* per-peer outbound proxy (bug #2859, new patch though)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4383 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-27Add ACL copy routines (bug #1733)markster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3095 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-28Optimize inaddrcmp (a little) by making it inlinecitats1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2800 f38db490-d61c-443f-a65b-d21fe96a405b
2003-06-11Fix minor ACL declarationmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1084 f38db490-d61c-443f-a65b-d21fe96a405b
2003-05-06Merge Karl's MGCP call feature listmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@966 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-08Make all address comparisons explicitmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@789 f38db490-d61c-443f-a65b-d21fe96a405b
2002-05-30Version 0.1.12 from FTPmarkster1-0/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@454 f38db490-d61c-443f-a65b-d21fe96a405b