aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
AgeCommit message (Collapse)AuthorFilesLines
2006-07-10Whitespace changes onlytilghman1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming1-1/+0
install asterisk.h include the system's default include directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32860 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming1-4/+4
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11remove unused variable (discovered by the compiler)rizzo1-4/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28Fix typo (thanks, North) and update docs for IP-tos settingsoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15614 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28remove trailing whitespacerizzo1-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15519 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28use proper file namekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ↵kpfleming1-5/+76
modifications) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15435 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14more memory allocation wrapper conversion (issue #6365)kpfleming1-6/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10066 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 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-11-01issue #4678kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6936 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-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-08portability fixes for NetBSD (issue #5151)kpfleming1-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6549 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-1/+1
convert pbx_dundi to use ast_copy_string) (issue #5134) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6540 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-14Fix build on OpenBSD (bug #4951)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6330 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-11Fix acl compile on solaris (bug #4932)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6319 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)markster1-0/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6315 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-19formatting cleanup (bug #4750)kpfleming1-22/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6167 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-19split acl and netsock code into separate files, in preparation for new ↵kpfleming1-141/+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/+16
minor mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10more ast_copy_string conversionsrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6073 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08make this call to socket() consistent with the rest of them in Asteriskrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6057 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06remove experimental module version tagskpfleming1-0/+4
add per-file revision tags and 'show version files' CLI command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04fix build on FreeBSD (bug #4125)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5569 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29don't use '%i' at all, since we have no current use cases that need non ↵kpfleming1-1/+1
base-10 parsing (bug #4110) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-9/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5498 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-7/+7
(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-9/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5155 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-13Don't lookup SRV's on IP addressesmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5022 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-09Handle DNS failures on startup more gracefully (bug #3086)markster1-0/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4989 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-18Fix bindaddr on IAX (bug #3366)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4833 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-17Misc Grammer/formatting fixes - Thanks Corydon76! (bug #3361)twisted1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4827 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-11Allow multiple bindaddrs so asterisk uses the same interface for tx as rxmarkster1-3/+114
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4756 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-28Fix leak of file descriptors in odd networking situationsmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4564 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-18Improve ACL performance (thanks sailer) (bug #3084)markster1-144/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4477 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4446 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-03Add *preliminary* per-peer outbound proxy (bug #2859, new patch though)markster1-1/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4383 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-23Fix BSD issue (bug #2668)markster1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4065 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-14Fix some small typos (bug #2649)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4004 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-8/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3364 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-29One more FreeBSD fixmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3355 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ↵markster1-4/+9
ast_inet_ntoa's (but #1944) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3345 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Misc formatting cleanupscitats1-12/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3279 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ↵citats1-1/+1
instead (except in asterisk/lock.h). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3276 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3176 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-27Fix gross oversights in original ACL patchmarkster1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3096 f38db490-d61c-443f-a65b-d21fe96a405b