summaryrefslogtreecommitdiff
path: root/acl.c
AgeCommit message (Expand)Author
2006-04-11remove unused variable (discovered by the compiler)Luigi Rizzo
2006-03-28Fix typo (thanks, North) and update docs for IP-tos settingsOlle Johansson
2006-03-28remove trailing whitespaceLuigi Rizzo
2006-03-28use proper file nameKevin P. Fleming
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...Kevin P. Fleming
2006-02-14more memory allocation wrapper conversion (issue #6365)Kevin P. Fleming
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-08portability fixes for NetBSD (issue #5151)Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-08-14Fix build on OpenBSD (bug #4951)Mark Spencer
2005-08-11Fix acl compile on solaris (bug #4932)Mark Spencer
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)Mark Spencer
2005-07-19formatting cleanup (bug #4750)Kevin P. Fleming
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...Kevin P. Fleming
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-07-08make this call to socket() consistent with the rest of them in AsteriskRussell Bryant
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-05-04fix build on FreeBSD (bug #4125)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-09Make ACL be what SIP is going to need (bug #2358, just first part)Mark Spencer
2005-02-13Don't lookup SRV's on IP addressesMark Spencer
2005-02-09Handle DNS failures on startup more gracefully (bug #3086)Mark Spencer
2005-01-18Fix bindaddr on IAX (bug #3366)Mark Spencer
2005-01-17Misc Grammer/formatting fixes - Thanks Corydon76! (bug #3361)Josh Roberson
2005-01-11Allow multiple bindaddrs so asterisk uses the same interface for tx as rxMark Spencer
2004-12-28Fix leak of file descriptors in odd networking situationsMark Spencer
2004-12-18Improve ACL performance (thanks sailer) (bug #3084)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-12-03Add *preliminary* per-peer outbound proxy (bug #2859, new patch though)Mark Spencer
2004-10-23Fix BSD issue (bug #2668)Mark Spencer
2004-10-14Fix some small typos (bug #2649)Mark Spencer
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-29One more FreeBSD fixMark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-22Misc formatting cleanupsJames Golovich
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-27Fix gross oversights in original ACL patchMark Spencer
2004-05-27Add ACL copy routines (bug #1733)Mark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich
2004-04-28Optimize inaddrcmp (a little) by making it inlineJames Golovich