aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-13don't drop the entire permit/deny list when an attempt is made to add an inva...kpfleming1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-01issue #4678kpfleming1-0/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-08portability fixes for NetBSD (issue #5151)kpfleming1-2/+8
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-1/+1
2005-08-14Fix build on OpenBSD (bug #4951)markster1-1/+1
2005-08-11Fix acl compile on solaris (bug #4932)markster1-0/+3
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)markster1-0/+21
2005-07-19formatting cleanup (bug #4750)kpfleming1-22/+21
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...kpfleming1-141/+2
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...kpfleming1-0/+16
2005-07-10more ast_copy_string conversionsrussell1-2/+2
2005-07-08make this call to socket() consistent with the rest of them in Asteriskrussell1-1/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-2/+2
2005-05-04fix build on FreeBSD (bug #4125)kpfleming1-0/+1
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-9/+13
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-7/+7
2005-03-09Make ACL be what SIP is going to need (bug #2358, just first part)markster1-9/+20
2005-02-13Don't lookup SRV's on IP addressesmarkster1-0/+2
2005-02-09Handle DNS failures on startup more gracefully (bug #3086)markster1-0/+29
2005-01-18Fix bindaddr on IAX (bug #3366)markster1-0/+1
2005-01-17Misc Grammer/formatting fixes - Thanks Corydon76! (bug #3361)twisted1-2/+2
2005-01-11Allow multiple bindaddrs so asterisk uses the same interface for tx as rxmarkster1-3/+114
2004-12-28Fix leak of file descriptors in odd networking situationsmarkster1-0/+2
2004-12-18Improve ACL performance (thanks sailer) (bug #3084)markster1-144/+15
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+5
2004-12-03Add *preliminary* per-peer outbound proxy (bug #2859, new patch though)markster1-1/+17
2004-10-23Fix BSD issue (bug #2668)markster1-3/+2
2004-10-14Fix some small typos (bug #2649)markster1-2/+2
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-8/+11
2004-06-29One more FreeBSD fixmarkster1-1/+1
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-4/+9
2004-06-22Misc formatting cleanupscitats1-12/+9
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-05-27Fix gross oversights in original ACL patchmarkster1-3/+4
2004-05-27Add ACL copy routines (bug #1733)markster1-2/+48
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats1-0/+1
2004-04-28Optimize inaddrcmp (a little) by making it inlinecitats1-6/+0
2004-04-22gethostbyname isn't reentrant, who knew...markster1-1/+2
2004-03-20Fix ACL for bizarre routing casesmarkster1-10/+12
2004-02-02More BSD enhancements (#970)markster1-2/+2
2004-01-10Oooooops, fix minor typomarkster1-1/+1
2004-01-10Allow /x for subnetmask identification (e.g. 192.168.0.0/16)markster1-4/+15
2004-01-10Fix minor typomarkster1-1/+1