aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-15Bug 7513 - ensure that each time we do a query, the results are returned in thetilghman1-36/+45
2006-07-12get rid of some more printf's (although most of these were ifdef-ed out)kpfleming1-10/+0
2006-05-19Backport of fix for issue #6654 that was fixed in trunk but not herefile1-2/+2
2006-05-18use unsigned counters for handling answer/IE lengths while processing DNS res...kpfleming1-6/+8
2006-04-05Issue #6654: Enum crash on ADDRESS record, possibly bad record, but still a c...oej1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-23fix some gcc4 pointer signedness warnings and clean up some formattingrussell1-144/+144
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+17
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function (issu...kpfleming1-57/+218
2005-08-11Extend enum buffer sizes (bug #4943)markster1-10/+10
2005-08-07more fixes for gcc4 warningsrussell1-14/+14
2005-07-10more ast_copy_string conversionsrussell1-10/+10
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-7/+7
2005-03-12Fix casting error (bug #3681, take 2)markster1-2/+2
2005-03-12Fix TXTCIDName app (bug #3681)markster1-3/+19
2005-03-02Fix ENUM documentation (bug #3698)markster1-32/+59
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2004-07-14Remaining rgagnon source audit improvements (bug #2011)markster1-7/+8
2004-07-02Fix TXT lookups so they dont strip off the last 2 characterscitats1-3/+2
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-05-16Add ability to look up callerid name by txt (bug #1442)markster1-0/+86
2004-05-04More strlen_zero checks (bug #1549)markster1-1/+2
2004-03-03Make DNS callbacks return -1 on error, so invalid records are ignoredcitats1-1/+3
2003-11-26Minor enum improvements for iax/iax2markster1-4/+6
2003-11-08While doing ENUM lookups, search all recordsmarkster1-3/+5
2003-10-27More cleanups and OSX fixes for 10.3markster1-0/+3
2003-10-26Make it build and run on MacOS Xmarkster1-0/+5
2003-10-04SRV and ENUM fixes (bug #'s 350 and 351)markster1-9/+9
2003-09-27update DNS resolvermarkster1-185/+38
2003-09-01Add H.323, SIP, IAX/IAX2 to ENUM Lookup (bug #202)markster1-1/+10
2003-08-14Merge ENUM fixes (bug #99)markster1-15/+113
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-5/+5
2003-06-12Add SRV code to SIP, cleanup ENUM and make IAX2 do the right thing on dialsmarkster1-4/+1
2003-05-16Include fixes for portabilitymarkster1-0/+4
2003-05-01Declare DNS header locally toomarkster1-4/+41
2003-05-01Add ENUM configurable search pathmarkster1-7/+93
2003-04-29Add missing enum filesmarkster1-0/+260