mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
iana portlist updated
git-svn-id: file:///svn/unbound/trunk@2370 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
4a746142cf
commit
583eabb13e
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
12 January 2011: Wouter
|
||||||
|
- iana portlist updated.
|
||||||
|
|
||||||
11 January 2011: Wouter
|
11 January 2011: Wouter
|
||||||
- Fix insecure CNAME sequence marked as secure, reported by Bert
|
- Fix insecure CNAME sequence marked as secure, reported by Bert
|
||||||
Hubert.
|
Hubert.
|
||||||
|
|
|
||||||
|
|
@ -1610,7 +1610,7 @@ static int input (void );
|
||||||
/* This used to be an fputs(), but since the string might contain NUL's,
|
/* This used to be an fputs(), but since the string might contain NUL's,
|
||||||
* we now use fwrite().
|
* we now use fwrite().
|
||||||
*/
|
*/
|
||||||
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
|
#define ECHO fwrite( yytext, yyleng, 1, yyout )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
|
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
|
||||||
|
|
@ -1621,7 +1621,7 @@ static int input (void );
|
||||||
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
||||||
{ \
|
{ \
|
||||||
int c = '*'; \
|
int c = '*'; \
|
||||||
unsigned n; \
|
int n; \
|
||||||
for ( n = 0; n < max_size && \
|
for ( n = 0; n < max_size && \
|
||||||
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
||||||
buf[n] = (char) c; \
|
buf[n] = (char) c; \
|
||||||
|
|
|
||||||
|
|
@ -4855,6 +4855,7 @@
|
||||||
9283,
|
9283,
|
||||||
9284,
|
9284,
|
||||||
9285,
|
9285,
|
||||||
|
9286,
|
||||||
9287,
|
9287,
|
||||||
9292,
|
9292,
|
||||||
9293,
|
9293,
|
||||||
|
|
@ -5286,6 +5287,7 @@
|
||||||
43441,
|
43441,
|
||||||
44321,
|
44321,
|
||||||
44322,
|
44322,
|
||||||
|
44323,
|
||||||
44553,
|
44553,
|
||||||
44818,
|
44818,
|
||||||
45054,
|
45054,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue