Commit Graph

56 Commits (1.8)

Author SHA1 Message Date
Mark Michelson 82a0a89d38 Fix error with mixed address family ACLs.
11 years ago
Kevin P. Fleming f83d1b98e8 Add support-level indications to many more source files.
13 years ago
Jonathan Rose ae528efea3 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Kinsey Moore 8417ceb751 Prevent outbound SIP NOTIFY packets from displaying a port of 0
13 years ago
Richard Mudgett 20e75b7ad2 Fix calls to ast_get_ip() not initializing the address family.
14 years ago
Richard Mudgett d63e58203a Fixed reference to incorrect variable if unknown host configured crash.
14 years ago
Sean Bright 45e00ac1c5 Restore some conditionals that we lost in r277814.
14 years ago
Paul Belanger a37956721c Add the ability for ast_find_ourip to return IPv4, IPv6 or both.
15 years ago
Tilghman Lesher c4ead286ef Merged revisions 291264 via svnmerge from
15 years ago
Russell Bryant d0581b8bbd Don't use ast_strdupa() from within the arguments to a function.
15 years ago
Mark Michelson 6fa79e8f77 Make ACLs IPv6-capable.
15 years ago
Mark Michelson 1e8c66e749 Fix errors where incorrect address information was printed.
15 years ago
Mark Michelson cd4ebd336f Add IPv6 to Asterisk.
15 years ago
Matthew Nicholson 9f1136143b Set sin_family to AF_INET when doing lookups, also reset sin_port the first time the ip address changes.
15 years ago
Mark Michelson a1af5f4f72 Fix incorrect ACL behavior when CIDR notation of "/0" is used.
15 years ago
Mark Michelson c8c4ea9bf4 Add missing argument to ast_calloc calls.
15 years ago
Olle Johansson fccf277864 Make sure we initialize the ast_ha structure with ast_calloc
15 years ago
David Vossel edf6605ae7 Merged revisions 232350 via svnmerge from
16 years ago
David Vossel d09f9fd00a Merge code associated with AST-2009-006
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Tilghman Lesher eb5bb03b82 Spacing changes only
16 years ago
Sean Bright b69c8e6ab5 Another big chunk of changes from the RSW branch. Bunch of stuff from main/
17 years ago
Brett Bryant d185405755 Janitor project to convert sizeof to ARRAY_LEN macro.
17 years ago
Tilghman Lesher 1bb7334fef Solaris fix
17 years ago
Tilghman Lesher 42358325a8 Merged revisions 111442 via svnmerge from
17 years ago
Tilghman Lesher 1ce6a2d5ec Merged revisions 101772 via svnmerge from
17 years ago
Jason Parker e88241c45b Merged revisions 100138 via svnmerge from
18 years ago
Tilghman Lesher 42ee3b5b74 Merged revisions 99718 via svnmerge from
18 years ago
Tilghman Lesher 3d92f97722 Merged revisions 99643 via svnmerge from
18 years ago
Tilghman Lesher 54fc5f984b Merged revisions 99540 via svnmerge from
18 years ago
Terry Wilson 3570ad103d Added a new module, res_phoneprov, which allows auto-provisioning of phones
18 years ago
Luigi Rizzo 49c0eaf803 remove some unnecessary includes
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
18 years ago
Olle Johansson cc0e8cc412 Add some debugging to the routines that finds our local IP address.
18 years ago
Luigi Rizzo 907c86a781 remove unnecessary includes
18 years ago
Luigi Rizzo 5663ff6518 fix breakage induced by previous mistake
18 years ago
Luigi Rizzo a0f06d0dd5 start using asterisk/network.h for network related headers.
18 years ago
Luigi Rizzo 04497db215 remove duplicate headers.
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Luigi Rizzo 7f8ecd2cd3 make the 'name' and 'value' fields in ast_variable const char *
18 years ago
Joshua Colp e4b75ab0e0 Merged revisions 86630 via svnmerge from
18 years ago
Tilghman Lesher 9203f4fedb Code cleanup of acl.c
18 years ago
Jason Parker ed690fc348 Switch dundi to new tos config format.
18 years ago
Luigi Rizzo 925ebbb2b3 expose struct ast_ha so external code can do things such as printing it
18 years ago
Russell Bryant f3b1eab2f3 Remove some debug code that was added in revision 75894, which removed some
18 years ago
Luigi Rizzo 20448013df comment out some terribly expensive debugging code
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Russell Bryant b419fc1134 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The
18 years ago