2007-10-18 18:49:08 -04:00
|
|
|
|
/* A Bison parser, made by GNU Bison 2.3. */
|
|
|
|
|
|
|
|
|
|
|
|
/* Skeleton implementation for Bison's Yacc-like parsers in C
|
|
|
|
|
|
|
|
|
|
|
|
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
|
|
|
|
|
|
Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
|
|
the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
|
|
any later version.
|
|
|
|
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
|
|
Boston, MA 02110-1301, USA. */
|
|
|
|
|
|
|
|
|
|
|
|
/* As a special exception, you may create a larger work that contains
|
|
|
|
|
|
part or all of the Bison parser skeleton and distribute that work
|
|
|
|
|
|
under terms of your choice, so long as that work isn't itself a
|
|
|
|
|
|
parser generator using the skeleton or a modified version thereof
|
|
|
|
|
|
as a parser skeleton. Alternatively, if you modify or redistribute
|
|
|
|
|
|
the parser skeleton itself, you may (at your option) remove this
|
|
|
|
|
|
special exception, which will cause the skeleton and the resulting
|
|
|
|
|
|
Bison output files to be licensed under the GNU General Public
|
|
|
|
|
|
License without this special exception.
|
|
|
|
|
|
|
|
|
|
|
|
This special exception was added by the Free Software Foundation in
|
|
|
|
|
|
version 2.2 of Bison. */
|
|
|
|
|
|
|
|
|
|
|
|
/* C LALR(1) parser skeleton written by Richard Stallman, by
|
|
|
|
|
|
simplifying the original so-called "semantic" parser. */
|
|
|
|
|
|
|
|
|
|
|
|
/* All symbols defined below should begin with yy or YY, to avoid
|
|
|
|
|
|
infringing on user name space. This should be done even for local
|
|
|
|
|
|
variables, as they might otherwise be expanded by user macros.
|
|
|
|
|
|
There are some unavoidable exceptions within include files to
|
|
|
|
|
|
define necessary library symbols; they are noted "INFRINGES ON
|
|
|
|
|
|
USER NAME SPACE" below. */
|
|
|
|
|
|
|
|
|
|
|
|
/* Identify Bison output. */
|
|
|
|
|
|
#define YYBISON 1
|
|
|
|
|
|
|
|
|
|
|
|
/* Bison version. */
|
|
|
|
|
|
#define YYBISON_VERSION "2.3"
|
|
|
|
|
|
|
|
|
|
|
|
/* Skeleton name. */
|
|
|
|
|
|
#define YYSKELETON_NAME "yacc.c"
|
|
|
|
|
|
|
|
|
|
|
|
/* Pure parsers. */
|
|
|
|
|
|
#define YYPURE 0
|
|
|
|
|
|
|
|
|
|
|
|
/* Using locations. */
|
|
|
|
|
|
#define YYLSP_NEEDED 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Tokens. */
|
|
|
|
|
|
#ifndef YYTOKENTYPE
|
|
|
|
|
|
# define YYTOKENTYPE
|
|
|
|
|
|
/* Put the tokens into the symbol table, so that GDB and other debuggers
|
|
|
|
|
|
know about them. */
|
|
|
|
|
|
enum yytokentype {
|
|
|
|
|
|
SPACE = 258,
|
|
|
|
|
|
LETTER = 259,
|
|
|
|
|
|
NEWLINE = 260,
|
|
|
|
|
|
COMMENT = 261,
|
|
|
|
|
|
COLON = 262,
|
|
|
|
|
|
ANY = 263,
|
|
|
|
|
|
ZONESTR = 264,
|
|
|
|
|
|
STRING = 265,
|
|
|
|
|
|
VAR_SERVER = 266,
|
|
|
|
|
|
VAR_VERBOSITY = 267,
|
|
|
|
|
|
VAR_NUM_THREADS = 268,
|
|
|
|
|
|
VAR_PORT = 269,
|
|
|
|
|
|
VAR_OUTGOING_PORT = 270,
|
|
|
|
|
|
VAR_OUTGOING_RANGE = 271,
|
|
|
|
|
|
VAR_INTERFACE = 272,
|
|
|
|
|
|
VAR_DO_IP4 = 273,
|
|
|
|
|
|
VAR_DO_IP6 = 274,
|
|
|
|
|
|
VAR_DO_UDP = 275,
|
|
|
|
|
|
VAR_DO_TCP = 276,
|
|
|
|
|
|
VAR_CHROOT = 277,
|
|
|
|
|
|
VAR_USERNAME = 278,
|
|
|
|
|
|
VAR_DIRECTORY = 279,
|
|
|
|
|
|
VAR_LOGFILE = 280,
|
|
|
|
|
|
VAR_PIDFILE = 281,
|
|
|
|
|
|
VAR_MSG_CACHE_SIZE = 282,
|
|
|
|
|
|
VAR_MSG_CACHE_SLABS = 283,
|
|
|
|
|
|
VAR_NUM_QUERIES_PER_THREAD = 284,
|
|
|
|
|
|
VAR_RRSET_CACHE_SIZE = 285,
|
|
|
|
|
|
VAR_RRSET_CACHE_SLABS = 286,
|
|
|
|
|
|
VAR_OUTGOING_NUM_TCP = 287,
|
|
|
|
|
|
VAR_INFRA_HOST_TTL = 288,
|
|
|
|
|
|
VAR_INFRA_LAME_TTL = 289,
|
|
|
|
|
|
VAR_INFRA_CACHE_SLABS = 290,
|
|
|
|
|
|
VAR_INFRA_CACHE_NUMHOSTS = 291,
|
|
|
|
|
|
VAR_INFRA_CACHE_LAME_SIZE = 292,
|
|
|
|
|
|
VAR_NAME = 293,
|
|
|
|
|
|
VAR_STUB_ZONE = 294,
|
|
|
|
|
|
VAR_STUB_HOST = 295,
|
|
|
|
|
|
VAR_STUB_ADDR = 296,
|
|
|
|
|
|
VAR_TARGET_FETCH_POLICY = 297,
|
|
|
|
|
|
VAR_HARDEN_SHORT_BUFSIZE = 298,
|
|
|
|
|
|
VAR_HARDEN_LARGE_QUERIES = 299,
|
|
|
|
|
|
VAR_FORWARD_ZONE = 300,
|
|
|
|
|
|
VAR_FORWARD_HOST = 301,
|
|
|
|
|
|
VAR_FORWARD_ADDR = 302,
|
|
|
|
|
|
VAR_DO_NOT_QUERY_ADDRESS = 303,
|
|
|
|
|
|
VAR_HIDE_IDENTITY = 304,
|
|
|
|
|
|
VAR_HIDE_VERSION = 305,
|
|
|
|
|
|
VAR_IDENTITY = 306,
|
|
|
|
|
|
VAR_VERSION = 307,
|
|
|
|
|
|
VAR_HARDEN_GLUE = 308,
|
|
|
|
|
|
VAR_MODULE_CONF = 309,
|
|
|
|
|
|
VAR_TRUST_ANCHOR_FILE = 310,
|
|
|
|
|
|
VAR_TRUST_ANCHOR = 311,
|
|
|
|
|
|
VAR_VAL_OVERRIDE_DATE = 312,
|
|
|
|
|
|
VAR_BOGUS_TTL = 313,
|
|
|
|
|
|
VAR_VAL_CLEAN_ADDITIONAL = 314,
|
|
|
|
|
|
VAR_VAL_PERMISSIVE_MODE = 315,
|
|
|
|
|
|
VAR_INCOMING_NUM_TCP = 316,
|
|
|
|
|
|
VAR_MSG_BUFFER_SIZE = 317,
|
|
|
|
|
|
VAR_KEY_CACHE_SIZE = 318,
|
|
|
|
|
|
VAR_KEY_CACHE_SLABS = 319,
|
|
|
|
|
|
VAR_TRUSTED_KEYS_FILE = 320,
|
|
|
|
|
|
VAR_VAL_NSEC3_KEYSIZE_ITERATIONS = 321,
|
2007-10-19 04:32:36 -04:00
|
|
|
|
VAR_USE_SYSLOG = 322,
|
2007-10-19 10:02:53 -04:00
|
|
|
|
VAR_OUTGOING_INTERFACE = 323,
|
2007-10-22 02:25:46 -04:00
|
|
|
|
VAR_ROOT_HINTS = 324,
|
2007-10-31 03:46:30 -04:00
|
|
|
|
VAR_DO_NOT_QUERY_LOCALHOST = 325,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
VAR_CACHE_MAX_TTL = 326,
|
|
|
|
|
|
VAR_HARDEN_DNNSEC_STRIPPED = 327
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
#endif
|
|
|
|
|
|
/* Tokens. */
|
|
|
|
|
|
#define SPACE 258
|
|
|
|
|
|
#define LETTER 259
|
|
|
|
|
|
#define NEWLINE 260
|
|
|
|
|
|
#define COMMENT 261
|
|
|
|
|
|
#define COLON 262
|
|
|
|
|
|
#define ANY 263
|
|
|
|
|
|
#define ZONESTR 264
|
|
|
|
|
|
#define STRING 265
|
|
|
|
|
|
#define VAR_SERVER 266
|
|
|
|
|
|
#define VAR_VERBOSITY 267
|
|
|
|
|
|
#define VAR_NUM_THREADS 268
|
|
|
|
|
|
#define VAR_PORT 269
|
|
|
|
|
|
#define VAR_OUTGOING_PORT 270
|
|
|
|
|
|
#define VAR_OUTGOING_RANGE 271
|
|
|
|
|
|
#define VAR_INTERFACE 272
|
|
|
|
|
|
#define VAR_DO_IP4 273
|
|
|
|
|
|
#define VAR_DO_IP6 274
|
|
|
|
|
|
#define VAR_DO_UDP 275
|
|
|
|
|
|
#define VAR_DO_TCP 276
|
|
|
|
|
|
#define VAR_CHROOT 277
|
|
|
|
|
|
#define VAR_USERNAME 278
|
|
|
|
|
|
#define VAR_DIRECTORY 279
|
|
|
|
|
|
#define VAR_LOGFILE 280
|
|
|
|
|
|
#define VAR_PIDFILE 281
|
|
|
|
|
|
#define VAR_MSG_CACHE_SIZE 282
|
|
|
|
|
|
#define VAR_MSG_CACHE_SLABS 283
|
|
|
|
|
|
#define VAR_NUM_QUERIES_PER_THREAD 284
|
|
|
|
|
|
#define VAR_RRSET_CACHE_SIZE 285
|
|
|
|
|
|
#define VAR_RRSET_CACHE_SLABS 286
|
|
|
|
|
|
#define VAR_OUTGOING_NUM_TCP 287
|
|
|
|
|
|
#define VAR_INFRA_HOST_TTL 288
|
|
|
|
|
|
#define VAR_INFRA_LAME_TTL 289
|
|
|
|
|
|
#define VAR_INFRA_CACHE_SLABS 290
|
|
|
|
|
|
#define VAR_INFRA_CACHE_NUMHOSTS 291
|
|
|
|
|
|
#define VAR_INFRA_CACHE_LAME_SIZE 292
|
|
|
|
|
|
#define VAR_NAME 293
|
|
|
|
|
|
#define VAR_STUB_ZONE 294
|
|
|
|
|
|
#define VAR_STUB_HOST 295
|
|
|
|
|
|
#define VAR_STUB_ADDR 296
|
|
|
|
|
|
#define VAR_TARGET_FETCH_POLICY 297
|
|
|
|
|
|
#define VAR_HARDEN_SHORT_BUFSIZE 298
|
|
|
|
|
|
#define VAR_HARDEN_LARGE_QUERIES 299
|
|
|
|
|
|
#define VAR_FORWARD_ZONE 300
|
|
|
|
|
|
#define VAR_FORWARD_HOST 301
|
|
|
|
|
|
#define VAR_FORWARD_ADDR 302
|
|
|
|
|
|
#define VAR_DO_NOT_QUERY_ADDRESS 303
|
|
|
|
|
|
#define VAR_HIDE_IDENTITY 304
|
|
|
|
|
|
#define VAR_HIDE_VERSION 305
|
|
|
|
|
|
#define VAR_IDENTITY 306
|
|
|
|
|
|
#define VAR_VERSION 307
|
|
|
|
|
|
#define VAR_HARDEN_GLUE 308
|
|
|
|
|
|
#define VAR_MODULE_CONF 309
|
|
|
|
|
|
#define VAR_TRUST_ANCHOR_FILE 310
|
|
|
|
|
|
#define VAR_TRUST_ANCHOR 311
|
|
|
|
|
|
#define VAR_VAL_OVERRIDE_DATE 312
|
|
|
|
|
|
#define VAR_BOGUS_TTL 313
|
|
|
|
|
|
#define VAR_VAL_CLEAN_ADDITIONAL 314
|
|
|
|
|
|
#define VAR_VAL_PERMISSIVE_MODE 315
|
|
|
|
|
|
#define VAR_INCOMING_NUM_TCP 316
|
|
|
|
|
|
#define VAR_MSG_BUFFER_SIZE 317
|
|
|
|
|
|
#define VAR_KEY_CACHE_SIZE 318
|
|
|
|
|
|
#define VAR_KEY_CACHE_SLABS 319
|
|
|
|
|
|
#define VAR_TRUSTED_KEYS_FILE 320
|
|
|
|
|
|
#define VAR_VAL_NSEC3_KEYSIZE_ITERATIONS 321
|
|
|
|
|
|
#define VAR_USE_SYSLOG 322
|
2007-10-19 04:32:36 -04:00
|
|
|
|
#define VAR_OUTGOING_INTERFACE 323
|
2007-10-19 10:02:53 -04:00
|
|
|
|
#define VAR_ROOT_HINTS 324
|
2007-10-22 02:25:46 -04:00
|
|
|
|
#define VAR_DO_NOT_QUERY_LOCALHOST 325
|
2007-10-31 03:46:30 -04:00
|
|
|
|
#define VAR_CACHE_MAX_TTL 326
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#define VAR_HARDEN_DNNSEC_STRIPPED 327
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Copy the first part of user declarations. */
|
|
|
|
|
|
#line 38 "util/configparser.y"
|
|
|
|
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
#include <string.h>
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
|
|
|
|
|
|
|
#include "util/configyyrename.h"
|
|
|
|
|
|
#include "util/config_file.h"
|
|
|
|
|
|
#include "util/net_help.h"
|
|
|
|
|
|
|
|
|
|
|
|
int ub_c_lex(void);
|
|
|
|
|
|
void ub_c_error(const char *message);
|
|
|
|
|
|
|
|
|
|
|
|
/* these need to be global, otherwise they cannot be used inside yacc */
|
|
|
|
|
|
extern struct config_parser_state* cfg_parser;
|
|
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
|
|
#define OUTYY(s) printf s /* used ONLY when debugging */
|
|
|
|
|
|
#else
|
|
|
|
|
|
#define OUTYY(s)
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Enabling traces. */
|
|
|
|
|
|
#ifndef YYDEBUG
|
|
|
|
|
|
# define YYDEBUG 0
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* Enabling verbose error messages. */
|
|
|
|
|
|
#ifdef YYERROR_VERBOSE
|
|
|
|
|
|
# undef YYERROR_VERBOSE
|
|
|
|
|
|
# define YYERROR_VERBOSE 1
|
|
|
|
|
|
#else
|
|
|
|
|
|
# define YYERROR_VERBOSE 0
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* Enabling the token table. */
|
|
|
|
|
|
#ifndef YYTOKEN_TABLE
|
|
|
|
|
|
# define YYTOKEN_TABLE 0
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
|
|
|
|
|
typedef union YYSTYPE
|
|
|
|
|
|
#line 64 "util/configparser.y"
|
|
|
|
|
|
{
|
|
|
|
|
|
char* str;
|
|
|
|
|
|
}
|
|
|
|
|
|
/* Line 187 of yacc.c. */
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#line 271 "util/configparser.c"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
YYSTYPE;
|
|
|
|
|
|
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
|
|
|
|
|
# define YYSTYPE_IS_DECLARED 1
|
|
|
|
|
|
# define YYSTYPE_IS_TRIVIAL 1
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Copy the second part of user declarations. */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Line 216 of yacc.c. */
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#line 284 "util/configparser.c"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
|
|
#ifdef short
|
|
|
|
|
|
# undef short
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef YYTYPE_UINT8
|
|
|
|
|
|
typedef YYTYPE_UINT8 yytype_uint8;
|
|
|
|
|
|
#else
|
|
|
|
|
|
typedef unsigned char yytype_uint8;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef YYTYPE_INT8
|
|
|
|
|
|
typedef YYTYPE_INT8 yytype_int8;
|
|
|
|
|
|
#elif (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
typedef signed char yytype_int8;
|
|
|
|
|
|
#else
|
|
|
|
|
|
typedef short int yytype_int8;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef YYTYPE_UINT16
|
|
|
|
|
|
typedef YYTYPE_UINT16 yytype_uint16;
|
|
|
|
|
|
#else
|
|
|
|
|
|
typedef unsigned short int yytype_uint16;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef YYTYPE_INT16
|
|
|
|
|
|
typedef YYTYPE_INT16 yytype_int16;
|
|
|
|
|
|
#else
|
|
|
|
|
|
typedef short int yytype_int16;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef YYSIZE_T
|
|
|
|
|
|
# ifdef __SIZE_TYPE__
|
|
|
|
|
|
# define YYSIZE_T __SIZE_TYPE__
|
|
|
|
|
|
# elif defined size_t
|
|
|
|
|
|
# define YYSIZE_T size_t
|
|
|
|
|
|
# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
|
|
# define YYSIZE_T size_t
|
|
|
|
|
|
# else
|
|
|
|
|
|
# define YYSIZE_T unsigned int
|
|
|
|
|
|
# endif
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef YY_
|
|
|
|
|
|
# if YYENABLE_NLS
|
|
|
|
|
|
# if ENABLE_NLS
|
|
|
|
|
|
# include <libintl.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
|
|
# define YY_(msgid) dgettext ("bison-runtime", msgid)
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# ifndef YY_
|
|
|
|
|
|
# define YY_(msgid) msgid
|
|
|
|
|
|
# endif
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* Suppress unused-variable warnings by "using" E. */
|
|
|
|
|
|
#if ! defined lint || defined __GNUC__
|
|
|
|
|
|
# define YYUSE(e) ((void) (e))
|
|
|
|
|
|
#else
|
|
|
|
|
|
# define YYUSE(e) /* empty */
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* Identity function, used to suppress warnings about constant conditions. */
|
|
|
|
|
|
#ifndef lint
|
|
|
|
|
|
# define YYID(n) (n)
|
|
|
|
|
|
#else
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
static int
|
|
|
|
|
|
YYID (int i)
|
|
|
|
|
|
#else
|
|
|
|
|
|
static int
|
|
|
|
|
|
YYID (i)
|
|
|
|
|
|
int i;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
{
|
|
|
|
|
|
return i;
|
|
|
|
|
|
}
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if ! defined yyoverflow || YYERROR_VERBOSE
|
|
|
|
|
|
|
|
|
|
|
|
/* The parser invokes alloca or malloc; define the necessary symbols. */
|
|
|
|
|
|
|
|
|
|
|
|
# ifdef YYSTACK_USE_ALLOCA
|
|
|
|
|
|
# if YYSTACK_USE_ALLOCA
|
|
|
|
|
|
# ifdef __GNUC__
|
|
|
|
|
|
# define YYSTACK_ALLOC __builtin_alloca
|
|
|
|
|
|
# elif defined __BUILTIN_VA_ARG_INCR
|
|
|
|
|
|
# include <alloca.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
|
|
# elif defined _AIX
|
|
|
|
|
|
# define YYSTACK_ALLOC __alloca
|
|
|
|
|
|
# elif defined _MSC_VER
|
|
|
|
|
|
# include <malloc.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
|
|
# define alloca _alloca
|
|
|
|
|
|
# else
|
|
|
|
|
|
# define YYSTACK_ALLOC alloca
|
|
|
|
|
|
# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
|
|
# ifndef _STDLIB_H
|
|
|
|
|
|
# define _STDLIB_H 1
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
# ifdef YYSTACK_ALLOC
|
|
|
|
|
|
/* Pacify GCC's `empty if-body' warning. */
|
|
|
|
|
|
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
|
|
|
|
|
|
# ifndef YYSTACK_ALLOC_MAXIMUM
|
|
|
|
|
|
/* The OS might guarantee only one guard page at the bottom of the stack,
|
|
|
|
|
|
and a page size can be as small as 4096 bytes. So we cannot safely
|
|
|
|
|
|
invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
|
|
|
|
|
|
to allow for a few compiler-allocated temporary stack slots. */
|
|
|
|
|
|
# define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# else
|
|
|
|
|
|
# define YYSTACK_ALLOC YYMALLOC
|
|
|
|
|
|
# define YYSTACK_FREE YYFREE
|
|
|
|
|
|
# ifndef YYSTACK_ALLOC_MAXIMUM
|
|
|
|
|
|
# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# if (defined __cplusplus && ! defined _STDLIB_H \
|
|
|
|
|
|
&& ! ((defined YYMALLOC || defined malloc) \
|
|
|
|
|
|
&& (defined YYFREE || defined free)))
|
|
|
|
|
|
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
|
|
# ifndef _STDLIB_H
|
|
|
|
|
|
# define _STDLIB_H 1
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# ifndef YYMALLOC
|
|
|
|
|
|
# define YYMALLOC malloc
|
|
|
|
|
|
# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# ifndef YYFREE
|
|
|
|
|
|
# define YYFREE free
|
|
|
|
|
|
# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
void free (void *); /* INFRINGES ON USER NAME SPACE */
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
#endif /* ! defined yyoverflow || YYERROR_VERBOSE */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if (! defined yyoverflow \
|
|
|
|
|
|
&& (! defined __cplusplus \
|
|
|
|
|
|
|| (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
|
|
|
|
|
|
|
|
|
|
|
|
/* A type that is properly aligned for any stack member. */
|
|
|
|
|
|
union yyalloc
|
|
|
|
|
|
{
|
|
|
|
|
|
yytype_int16 yyss;
|
|
|
|
|
|
YYSTYPE yyvs;
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* The size of the maximum gap between one aligned stack and the next. */
|
|
|
|
|
|
# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
|
|
|
|
|
|
|
|
|
|
|
|
/* The size of an array large to enough to hold all stacks, each with
|
|
|
|
|
|
N elements. */
|
|
|
|
|
|
# define YYSTACK_BYTES(N) \
|
|
|
|
|
|
((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
|
|
|
|
|
|
+ YYSTACK_GAP_MAXIMUM)
|
|
|
|
|
|
|
|
|
|
|
|
/* Copy COUNT objects from FROM to TO. The source and destination do
|
|
|
|
|
|
not overlap. */
|
|
|
|
|
|
# ifndef YYCOPY
|
|
|
|
|
|
# if defined __GNUC__ && 1 < __GNUC__
|
|
|
|
|
|
# define YYCOPY(To, From, Count) \
|
|
|
|
|
|
__builtin_memcpy (To, From, (Count) * sizeof (*(From)))
|
|
|
|
|
|
# else
|
|
|
|
|
|
# define YYCOPY(To, From, Count) \
|
|
|
|
|
|
do \
|
|
|
|
|
|
{ \
|
|
|
|
|
|
YYSIZE_T yyi; \
|
|
|
|
|
|
for (yyi = 0; yyi < (Count); yyi++) \
|
|
|
|
|
|
(To)[yyi] = (From)[yyi]; \
|
|
|
|
|
|
} \
|
|
|
|
|
|
while (YYID (0))
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
/* Relocate STACK from its old location to the new one. The
|
|
|
|
|
|
local variables YYSIZE and YYSTACKSIZE give the old and new number of
|
|
|
|
|
|
elements in the stack, and YYPTR gives the new location of the
|
|
|
|
|
|
stack. Advance YYPTR to a properly aligned location for the next
|
|
|
|
|
|
stack. */
|
|
|
|
|
|
# define YYSTACK_RELOCATE(Stack) \
|
|
|
|
|
|
do \
|
|
|
|
|
|
{ \
|
|
|
|
|
|
YYSIZE_T yynewbytes; \
|
|
|
|
|
|
YYCOPY (&yyptr->Stack, Stack, yysize); \
|
|
|
|
|
|
Stack = &yyptr->Stack; \
|
|
|
|
|
|
yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
|
|
|
|
|
yyptr += yynewbytes / sizeof (*yyptr); \
|
|
|
|
|
|
} \
|
|
|
|
|
|
while (YYID (0))
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* YYFINAL -- State number of the termination state. */
|
|
|
|
|
|
#define YYFINAL 2
|
|
|
|
|
|
/* YYLAST -- Last index in YYTABLE. */
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#define YYLAST 125
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
|
|
/* YYNTOKENS -- Number of terminals. */
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#define YYNTOKENS 73
|
2007-10-18 18:49:08 -04:00
|
|
|
|
/* YYNNTS -- Number of nonterminals. */
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#define YYNNTS 72
|
2007-10-18 18:49:08 -04:00
|
|
|
|
/* YYNRULES -- Number of rules. */
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#define YYNRULES 135
|
2007-10-18 18:49:08 -04:00
|
|
|
|
/* YYNRULES -- Number of states. */
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#define YYNSTATES 196
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
|
|
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
|
|
|
|
|
|
#define YYUNDEFTOK 2
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#define YYMAXUTOK 327
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
|
|
#define YYTRANSLATE(YYX) \
|
|
|
|
|
|
((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
|
|
|
|
|
|
|
|
|
|
|
|
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
|
|
|
|
|
|
static const yytype_uint8 yytranslate[] =
|
|
|
|
|
|
{
|
|
|
|
|
|
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 1, 2, 3, 4,
|
|
|
|
|
|
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
|
|
|
|
|
|
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
|
|
|
|
|
|
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
|
|
|
|
|
|
35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
|
|
|
|
|
|
45, 46, 47, 48, 49, 50, 51, 52, 53, 54,
|
|
|
|
|
|
55, 56, 57, 58, 59, 60, 61, 62, 63, 64,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
65, 66, 67, 68, 69, 70, 71, 72
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#if YYDEBUG
|
|
|
|
|
|
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
|
|
|
|
|
|
YYRHS. */
|
|
|
|
|
|
static const yytype_uint16 yyprhs[] =
|
|
|
|
|
|
{
|
|
|
|
|
|
0, 0, 3, 4, 7, 10, 13, 16, 18, 21,
|
|
|
|
|
|
22, 24, 26, 28, 30, 32, 34, 36, 38, 40,
|
|
|
|
|
|
42, 44, 46, 48, 50, 52, 54, 56, 58, 60,
|
|
|
|
|
|
62, 64, 66, 68, 70, 72, 74, 76, 78, 80,
|
|
|
|
|
|
82, 84, 86, 88, 90, 92, 94, 96, 98, 100,
|
|
|
|
|
|
102, 104, 106, 108, 110, 112, 114, 116, 118, 120,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
122, 124, 126, 128, 130, 132, 135, 136, 138, 140,
|
|
|
|
|
|
142, 144, 147, 148, 150, 152, 154, 157, 160, 163,
|
|
|
|
|
|
166, 169, 172, 175, 178, 181, 184, 187, 190, 193,
|
|
|
|
|
|
196, 199, 202, 205, 208, 211, 214, 217, 220, 223,
|
|
|
|
|
|
226, 229, 232, 235, 238, 241, 244, 247, 250, 253,
|
|
|
|
|
|
256, 259, 262, 265, 268, 271, 274, 277, 280, 283,
|
|
|
|
|
|
286, 289, 292, 295, 298, 301, 304, 307, 310, 313,
|
|
|
|
|
|
316, 319, 322, 325, 328, 331
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
|
|
|
|
|
|
static const yytype_int16 yyrhs[] =
|
|
|
|
|
|
{
|
2007-11-01 11:32:27 -04:00
|
|
|
|
74, 0, -1, -1, 74, 75, -1, 76, 77, -1,
|
|
|
|
|
|
79, 80, -1, 82, 83, -1, 11, -1, 77, 78,
|
|
|
|
|
|
-1, -1, 85, -1, 86, -1, 87, -1, 90, -1,
|
|
|
|
|
|
91, -1, 94, -1, 95, -1, 96, -1, 97, -1,
|
|
|
|
|
|
88, -1, 99, -1, 100, -1, 101, -1, 102, -1,
|
|
|
|
|
|
103, -1, 113, -1, 114, -1, 115, -1, 116, -1,
|
|
|
|
|
|
117, -1, 92, -1, 118, -1, 119, -1, 122, -1,
|
|
|
|
|
|
120, -1, 121, -1, 123, -1, 124, -1, 125, -1,
|
|
|
|
|
|
128, -1, 108, -1, 109, -1, 110, -1, 111, -1,
|
|
|
|
|
|
126, -1, 130, -1, 105, -1, 107, -1, 131, -1,
|
|
|
|
|
|
133, -1, 134, -1, 135, -1, 93, -1, 112, -1,
|
|
|
|
|
|
137, -1, 138, -1, 106, -1, 136, -1, 98, -1,
|
|
|
|
|
|
89, -1, 104, -1, 129, -1, 132, -1, 127, -1,
|
|
|
|
|
|
39, -1, 80, 81, -1, -1, 139, -1, 140, -1,
|
|
|
|
|
|
141, -1, 45, -1, 83, 84, -1, -1, 142, -1,
|
|
|
|
|
|
143, -1, 144, -1, 13, 10, -1, 12, 10, -1,
|
|
|
|
|
|
14, 10, -1, 17, 10, -1, 68, 10, -1, 15,
|
|
|
|
|
|
10, -1, 16, 10, -1, 32, 10, -1, 61, 10,
|
|
|
|
|
|
-1, 18, 10, -1, 19, 10, -1, 20, 10, -1,
|
|
|
|
|
|
21, 10, -1, 67, 10, -1, 22, 10, -1, 23,
|
|
|
|
|
|
10, -1, 24, 10, -1, 25, 10, -1, 26, 10,
|
|
|
|
|
|
-1, 69, 10, -1, 55, 10, -1, 65, 10, -1,
|
|
|
|
|
|
56, 10, -1, 49, 10, -1, 50, 10, -1, 51,
|
|
|
|
|
|
10, -1, 52, 10, -1, 62, 10, -1, 27, 10,
|
|
|
|
|
|
-1, 28, 10, -1, 29, 10, -1, 30, 10, -1,
|
|
|
|
|
|
31, 10, -1, 33, 10, -1, 34, 10, -1, 36,
|
|
|
|
|
|
10, -1, 37, 10, -1, 35, 10, -1, 42, 10,
|
|
|
|
|
|
-1, 43, 10, -1, 44, 10, -1, 53, 10, -1,
|
|
|
|
|
|
72, 10, -1, 48, 10, -1, 70, 10, -1, 54,
|
|
|
|
|
|
10, -1, 57, 10, -1, 71, 10, -1, 58, 10,
|
|
|
|
|
|
-1, 59, 10, -1, 60, 10, -1, 66, 10, -1,
|
|
|
|
|
|
63, 10, -1, 64, 10, -1, 38, 10, -1, 40,
|
|
|
|
|
|
10, -1, 41, 10, -1, 38, 10, -1, 46, 10,
|
|
|
|
|
|
-1, 47, 10, -1
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
|
|
|
|
|
|
static const yytype_uint16 yyrline[] =
|
|
|
|
|
|
{
|
2007-10-31 03:46:30 -04:00
|
|
|
|
0, 92, 92, 92, 93, 93, 94, 98, 103, 104,
|
|
|
|
|
|
105, 105, 105, 106, 106, 106, 107, 107, 107, 108,
|
|
|
|
|
|
108, 108, 109, 109, 109, 110, 110, 111, 111, 112,
|
|
|
|
|
|
112, 113, 113, 114, 114, 115, 115, 116, 116, 117,
|
|
|
|
|
|
117, 118, 118, 118, 119, 119, 119, 120, 120, 120,
|
|
|
|
|
|
121, 121, 122, 122, 123, 123, 124, 124, 125, 125,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
125, 126, 126, 127, 129, 141, 142, 143, 143, 143,
|
|
|
|
|
|
145, 157, 158, 159, 159, 159, 161, 170, 179, 188,
|
|
|
|
|
|
201, 216, 225, 234, 243, 252, 261, 270, 279, 288,
|
|
|
|
|
|
302, 309, 316, 323, 331, 338, 345, 353, 361, 368,
|
|
|
|
|
|
377, 386, 393, 400, 411, 420, 433, 442, 451, 464,
|
|
|
|
|
|
473, 482, 491, 500, 513, 520, 530, 540, 550, 560,
|
|
|
|
|
|
567, 577, 584, 602, 611, 620, 630, 640, 647, 656,
|
|
|
|
|
|
669, 676, 683, 690, 697, 704
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
|
|
|
|
|
|
/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
|
|
|
|
|
|
First, the terminals, then, starting at YYNTOKENS, nonterminals. */
|
|
|
|
|
|
static const char *const yytname[] =
|
|
|
|
|
|
{
|
|
|
|
|
|
"$end", "error", "$undefined", "SPACE", "LETTER", "NEWLINE", "COMMENT",
|
|
|
|
|
|
"COLON", "ANY", "ZONESTR", "STRING", "VAR_SERVER", "VAR_VERBOSITY",
|
|
|
|
|
|
"VAR_NUM_THREADS", "VAR_PORT", "VAR_OUTGOING_PORT", "VAR_OUTGOING_RANGE",
|
|
|
|
|
|
"VAR_INTERFACE", "VAR_DO_IP4", "VAR_DO_IP6", "VAR_DO_UDP", "VAR_DO_TCP",
|
|
|
|
|
|
"VAR_CHROOT", "VAR_USERNAME", "VAR_DIRECTORY", "VAR_LOGFILE",
|
|
|
|
|
|
"VAR_PIDFILE", "VAR_MSG_CACHE_SIZE", "VAR_MSG_CACHE_SLABS",
|
|
|
|
|
|
"VAR_NUM_QUERIES_PER_THREAD", "VAR_RRSET_CACHE_SIZE",
|
|
|
|
|
|
"VAR_RRSET_CACHE_SLABS", "VAR_OUTGOING_NUM_TCP", "VAR_INFRA_HOST_TTL",
|
|
|
|
|
|
"VAR_INFRA_LAME_TTL", "VAR_INFRA_CACHE_SLABS",
|
|
|
|
|
|
"VAR_INFRA_CACHE_NUMHOSTS", "VAR_INFRA_CACHE_LAME_SIZE", "VAR_NAME",
|
|
|
|
|
|
"VAR_STUB_ZONE", "VAR_STUB_HOST", "VAR_STUB_ADDR",
|
|
|
|
|
|
"VAR_TARGET_FETCH_POLICY", "VAR_HARDEN_SHORT_BUFSIZE",
|
|
|
|
|
|
"VAR_HARDEN_LARGE_QUERIES", "VAR_FORWARD_ZONE", "VAR_FORWARD_HOST",
|
|
|
|
|
|
"VAR_FORWARD_ADDR", "VAR_DO_NOT_QUERY_ADDRESS", "VAR_HIDE_IDENTITY",
|
|
|
|
|
|
"VAR_HIDE_VERSION", "VAR_IDENTITY", "VAR_VERSION", "VAR_HARDEN_GLUE",
|
|
|
|
|
|
"VAR_MODULE_CONF", "VAR_TRUST_ANCHOR_FILE", "VAR_TRUST_ANCHOR",
|
|
|
|
|
|
"VAR_VAL_OVERRIDE_DATE", "VAR_BOGUS_TTL", "VAR_VAL_CLEAN_ADDITIONAL",
|
|
|
|
|
|
"VAR_VAL_PERMISSIVE_MODE", "VAR_INCOMING_NUM_TCP", "VAR_MSG_BUFFER_SIZE",
|
|
|
|
|
|
"VAR_KEY_CACHE_SIZE", "VAR_KEY_CACHE_SLABS", "VAR_TRUSTED_KEYS_FILE",
|
2007-10-19 04:32:36 -04:00
|
|
|
|
"VAR_VAL_NSEC3_KEYSIZE_ITERATIONS", "VAR_USE_SYSLOG",
|
2007-10-22 02:25:46 -04:00
|
|
|
|
"VAR_OUTGOING_INTERFACE", "VAR_ROOT_HINTS", "VAR_DO_NOT_QUERY_LOCALHOST",
|
2007-11-01 11:32:27 -04:00
|
|
|
|
"VAR_CACHE_MAX_TTL", "VAR_HARDEN_DNNSEC_STRIPPED", "$accept",
|
|
|
|
|
|
"toplevelvars", "toplevelvar", "serverstart", "contents_server",
|
|
|
|
|
|
"content_server", "stubstart", "contents_stub", "content_stub",
|
|
|
|
|
|
"forwardstart", "contents_forward", "content_forward",
|
|
|
|
|
|
"server_num_threads", "server_verbosity", "server_port",
|
|
|
|
|
|
"server_interface", "server_outgoing_interface", "server_outgoing_port",
|
|
|
|
|
|
"server_outgoing_range", "server_outgoing_num_tcp",
|
|
|
|
|
|
"server_incoming_num_tcp", "server_do_ip4", "server_do_ip6",
|
|
|
|
|
|
"server_do_udp", "server_do_tcp", "server_use_syslog", "server_chroot",
|
|
|
|
|
|
"server_username", "server_directory", "server_logfile",
|
2007-10-19 10:02:53 -04:00
|
|
|
|
"server_pidfile", "server_root_hints", "server_trust_anchor_file",
|
|
|
|
|
|
"server_trusted_keys_file", "server_trust_anchor",
|
|
|
|
|
|
"server_hide_identity", "server_hide_version", "server_identity",
|
|
|
|
|
|
"server_version", "server_msg_buffer_size", "server_msg_cache_size",
|
|
|
|
|
|
"server_msg_cache_slabs", "server_num_queries_per_thread",
|
|
|
|
|
|
"server_rrset_cache_size", "server_rrset_cache_slabs",
|
|
|
|
|
|
"server_infra_host_ttl", "server_infra_lame_ttl",
|
|
|
|
|
|
"server_infra_cache_numhosts", "server_infra_cache_lame_size",
|
|
|
|
|
|
"server_infra_cache_slabs", "server_target_fetch_policy",
|
|
|
|
|
|
"server_harden_short_bufsize", "server_harden_large_queries",
|
2007-11-01 11:32:27 -04:00
|
|
|
|
"server_harden_glue", "server_harden_dnssec_stripped",
|
|
|
|
|
|
"server_do_not_query_address", "server_do_not_query_localhost",
|
|
|
|
|
|
"server_module_conf", "server_val_override_date", "server_cache_max_ttl",
|
|
|
|
|
|
"server_bogus_ttl", "server_val_clean_additional",
|
|
|
|
|
|
"server_val_permissive_mode", "server_val_nsec3_keysize_iterations",
|
|
|
|
|
|
"server_key_cache_size", "server_key_cache_slabs", "stub_name",
|
|
|
|
|
|
"stub_host", "stub_addr", "forward_name", "forward_host", "forward_addr", 0
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
# ifdef YYPRINT
|
|
|
|
|
|
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
|
|
|
|
|
|
token YYLEX-NUM. */
|
|
|
|
|
|
static const yytype_uint16 yytoknum[] =
|
|
|
|
|
|
{
|
|
|
|
|
|
0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
|
|
|
|
|
|
265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
|
|
|
|
|
|
275, 276, 277, 278, 279, 280, 281, 282, 283, 284,
|
|
|
|
|
|
285, 286, 287, 288, 289, 290, 291, 292, 293, 294,
|
|
|
|
|
|
295, 296, 297, 298, 299, 300, 301, 302, 303, 304,
|
|
|
|
|
|
305, 306, 307, 308, 309, 310, 311, 312, 313, 314,
|
2007-10-22 02:25:46 -04:00
|
|
|
|
315, 316, 317, 318, 319, 320, 321, 322, 323, 324,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
325, 326, 327
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
|
|
|
|
|
|
static const yytype_uint8 yyr1[] =
|
|
|
|
|
|
{
|
2007-11-01 11:32:27 -04:00
|
|
|
|
0, 73, 74, 74, 75, 75, 75, 76, 77, 77,
|
|
|
|
|
|
78, 78, 78, 78, 78, 78, 78, 78, 78, 78,
|
|
|
|
|
|
78, 78, 78, 78, 78, 78, 78, 78, 78, 78,
|
|
|
|
|
|
78, 78, 78, 78, 78, 78, 78, 78, 78, 78,
|
|
|
|
|
|
78, 78, 78, 78, 78, 78, 78, 78, 78, 78,
|
|
|
|
|
|
78, 78, 78, 78, 78, 78, 78, 78, 78, 78,
|
|
|
|
|
|
78, 78, 78, 78, 79, 80, 80, 81, 81, 81,
|
|
|
|
|
|
82, 83, 83, 84, 84, 84, 85, 86, 87, 88,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
|
|
|
|
|
|
99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
|
|
|
|
|
|
109, 110, 111, 112, 113, 114, 115, 116, 117, 118,
|
|
|
|
|
|
119, 120, 121, 122, 123, 124, 125, 126, 127, 128,
|
2007-10-22 02:25:46 -04:00
|
|
|
|
129, 130, 131, 132, 133, 134, 135, 136, 137, 138,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
139, 140, 141, 142, 143, 144
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
|
|
|
|
|
|
static const yytype_uint8 yyr2[] =
|
|
|
|
|
|
{
|
|
|
|
|
|
0, 2, 0, 2, 2, 2, 2, 1, 2, 0,
|
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
1, 1, 1, 1, 1, 2, 0, 1, 1, 1,
|
|
|
|
|
|
1, 2, 0, 1, 1, 1, 2, 2, 2, 2,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2007-10-22 02:25:46 -04:00
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
2, 2, 2, 2, 2, 2
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
|
|
|
|
|
|
STATE-NUM when YYTABLE doesn't specify something else to do. Zero
|
|
|
|
|
|
means the default is an error. */
|
|
|
|
|
|
static const yytype_uint8 yydefact[] =
|
|
|
|
|
|
{
|
2007-11-01 11:32:27 -04:00
|
|
|
|
2, 0, 1, 7, 64, 70, 3, 9, 66, 72,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
4, 5, 6, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 8, 10, 11,
|
|
|
|
|
|
12, 19, 59, 13, 14, 30, 52, 15, 16, 17,
|
|
|
|
|
|
18, 58, 20, 21, 22, 23, 24, 60, 46, 56,
|
|
|
|
|
|
47, 40, 41, 42, 43, 53, 25, 26, 27, 28,
|
|
|
|
|
|
29, 31, 32, 34, 35, 33, 36, 37, 38, 44,
|
|
|
|
|
|
63, 39, 61, 45, 48, 62, 49, 50, 51, 57,
|
|
|
|
|
|
54, 55, 0, 0, 0, 65, 67, 68, 69, 0,
|
|
|
|
|
|
0, 0, 71, 73, 74, 75, 77, 76, 78, 81,
|
|
|
|
|
|
82, 79, 85, 86, 87, 88, 90, 91, 92, 93,
|
|
|
|
|
|
94, 104, 105, 106, 107, 108, 83, 109, 110, 113,
|
|
|
|
|
|
111, 112, 114, 115, 116, 119, 99, 100, 101, 102,
|
|
|
|
|
|
117, 121, 96, 98, 122, 124, 125, 126, 84, 103,
|
|
|
|
|
|
128, 129, 97, 127, 89, 80, 95, 120, 123, 118,
|
|
|
|
|
|
130, 131, 132, 133, 134, 135
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* YYDEFGOTO[NTERM-NUM]. */
|
2007-10-19 10:02:53 -04:00
|
|
|
|
static const yytype_int16 yydefgoto[] =
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
2007-11-01 11:32:27 -04:00
|
|
|
|
-1, 1, 6, 7, 10, 67, 8, 11, 125, 9,
|
|
|
|
|
|
12, 132, 68, 69, 70, 71, 72, 73, 74, 75,
|
|
|
|
|
|
76, 77, 78, 79, 80, 81, 82, 83, 84, 85,
|
|
|
|
|
|
86, 87, 88, 89, 90, 91, 92, 93, 94, 95,
|
|
|
|
|
|
96, 97, 98, 99, 100, 101, 102, 103, 104, 105,
|
|
|
|
|
|
106, 107, 108, 109, 110, 111, 112, 113, 114, 115,
|
|
|
|
|
|
116, 117, 118, 119, 120, 121, 126, 127, 128, 133,
|
|
|
|
|
|
134, 135
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
|
|
|
|
|
|
STATE-NUM. */
|
|
|
|
|
|
#define YYPACT_NINF -13
|
|
|
|
|
|
static const yytype_int8 yypact[] =
|
|
|
|
|
|
{
|
2007-11-01 11:32:27 -04:00
|
|
|
|
-13, 61, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-12, 25, 24, 16, 17, 18, 19, 23, 54, 57,
|
|
|
|
|
|
58, 59, 63, 64, 65, 66, 67, 68, 69, 70,
|
|
|
|
|
|
71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
|
|
|
|
|
|
81, 82, 83, 84, 85, 86, 87, 88, 89, 91,
|
|
|
|
|
|
92, 93, 94, 95, 97, 98, 99, 100, 101, 102,
|
|
|
|
|
|
103, 104, 105, 106, 107, 108, 109, -13, -13, -13,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
-13, -13, 110, 111, 112, -13, -13, -13, -13, 113,
|
|
|
|
|
|
114, 115, -13, -13, -13, -13, -13, -13, -13, -13,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
2007-10-31 03:46:30 -04:00
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
-13, -13, -13, -13, -13, -13
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* YYPGOTO[NTERM-NUM]. */
|
|
|
|
|
|
static const yytype_int8 yypgoto[] =
|
|
|
|
|
|
{
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
|
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
2007-10-31 03:46:30 -04:00
|
|
|
|
-13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
-13, -13
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
|
|
|
|
|
|
positive, shift that token. If negative, reduce the rule which
|
|
|
|
|
|
number is the opposite. If zero, do what YYDEFACT says.
|
|
|
|
|
|
If YYTABLE_NINF, syntax error. */
|
|
|
|
|
|
#define YYTABLE_NINF -1
|
|
|
|
|
|
static const yytype_uint8 yytable[] =
|
|
|
|
|
|
{
|
|
|
|
|
|
13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
|
|
|
|
|
|
23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
33, 34, 35, 36, 37, 38, 136, 137, 138, 139,
|
|
|
|
|
|
39, 40, 41, 140, 0, 0, 42, 43, 44, 45,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
46, 47, 48, 49, 50, 51, 52, 53, 54, 55,
|
2007-10-31 03:46:30 -04:00
|
|
|
|
56, 57, 58, 59, 60, 61, 62, 63, 64, 65,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
66, 2, 129, 122, 141, 123, 124, 142, 143, 144,
|
|
|
|
|
|
130, 131, 3, 145, 146, 147, 148, 149, 150, 151,
|
|
|
|
|
|
152, 153, 154, 155, 156, 157, 158, 159, 160, 161,
|
|
|
|
|
|
162, 163, 164, 165, 166, 167, 168, 169, 170, 171,
|
|
|
|
|
|
4, 172, 173, 174, 175, 176, 5, 177, 178, 179,
|
|
|
|
|
|
180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
|
|
|
|
|
190, 191, 192, 193, 194, 195
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
2007-10-22 02:25:46 -04:00
|
|
|
|
static const yytype_int8 yycheck[] =
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
|
|
|
|
|
|
22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
|
2007-10-19 04:32:36 -04:00
|
|
|
|
32, 33, 34, 35, 36, 37, 10, 10, 10, 10,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
42, 43, 44, 10, -1, -1, 48, 49, 50, 51,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
52, 53, 54, 55, 56, 57, 58, 59, 60, 61,
|
2007-10-31 03:46:30 -04:00
|
|
|
|
62, 63, 64, 65, 66, 67, 68, 69, 70, 71,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
72, 0, 38, 38, 10, 40, 41, 10, 10, 10,
|
|
|
|
|
|
46, 47, 11, 10, 10, 10, 10, 10, 10, 10,
|
|
|
|
|
|
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
39, 10, 10, 10, 10, 10, 45, 10, 10, 10,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
10, 10, 10, 10, 10, 10
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
|
|
|
|
|
|
symbol of state STATE-NUM. */
|
|
|
|
|
|
static const yytype_uint8 yystos[] =
|
|
|
|
|
|
{
|
2007-11-01 11:32:27 -04:00
|
|
|
|
0, 74, 0, 11, 39, 45, 75, 76, 79, 82,
|
|
|
|
|
|
77, 80, 83, 12, 13, 14, 15, 16, 17, 18,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
|
|
|
|
|
|
29, 30, 31, 32, 33, 34, 35, 36, 37, 42,
|
|
|
|
|
|
43, 44, 48, 49, 50, 51, 52, 53, 54, 55,
|
|
|
|
|
|
56, 57, 58, 59, 60, 61, 62, 63, 64, 65,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
66, 67, 68, 69, 70, 71, 72, 78, 85, 86,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
87, 88, 89, 90, 91, 92, 93, 94, 95, 96,
|
|
|
|
|
|
97, 98, 99, 100, 101, 102, 103, 104, 105, 106,
|
|
|
|
|
|
107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
|
|
|
|
|
|
117, 118, 119, 120, 121, 122, 123, 124, 125, 126,
|
2007-10-31 03:46:30 -04:00
|
|
|
|
127, 128, 129, 130, 131, 132, 133, 134, 135, 136,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
137, 138, 38, 40, 41, 81, 139, 140, 141, 38,
|
|
|
|
|
|
46, 47, 84, 142, 143, 144, 10, 10, 10, 10,
|
2007-10-31 03:46:30 -04:00
|
|
|
|
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
|
|
|
|
|
|
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
|
|
|
|
|
|
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
|
|
|
|
|
|
10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
|
2007-11-01 11:32:27 -04:00
|
|
|
|
10, 10, 10, 10, 10, 10
|
2007-10-18 18:49:08 -04:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#define yyerrok (yyerrstatus = 0)
|
|
|
|
|
|
#define yyclearin (yychar = YYEMPTY)
|
|
|
|
|
|
#define YYEMPTY (-2)
|
|
|
|
|
|
#define YYEOF 0
|
|
|
|
|
|
|
|
|
|
|
|
#define YYACCEPT goto yyacceptlab
|
|
|
|
|
|
#define YYABORT goto yyabortlab
|
|
|
|
|
|
#define YYERROR goto yyerrorlab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Like YYERROR except do call yyerror. This remains here temporarily
|
|
|
|
|
|
to ease the transition to the new meaning of YYERROR, for GCC.
|
|
|
|
|
|
Once GCC version 2 has supplanted version 1, this can go. */
|
|
|
|
|
|
|
|
|
|
|
|
#define YYFAIL goto yyerrlab
|
|
|
|
|
|
|
|
|
|
|
|
#define YYRECOVERING() (!!yyerrstatus)
|
|
|
|
|
|
|
|
|
|
|
|
#define YYBACKUP(Token, Value) \
|
|
|
|
|
|
do \
|
|
|
|
|
|
if (yychar == YYEMPTY && yylen == 1) \
|
|
|
|
|
|
{ \
|
|
|
|
|
|
yychar = (Token); \
|
|
|
|
|
|
yylval = (Value); \
|
|
|
|
|
|
yytoken = YYTRANSLATE (yychar); \
|
|
|
|
|
|
YYPOPSTACK (1); \
|
|
|
|
|
|
goto yybackup; \
|
|
|
|
|
|
} \
|
|
|
|
|
|
else \
|
|
|
|
|
|
{ \
|
|
|
|
|
|
yyerror (YY_("syntax error: cannot back up")); \
|
|
|
|
|
|
YYERROR; \
|
|
|
|
|
|
} \
|
|
|
|
|
|
while (YYID (0))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define YYTERROR 1
|
|
|
|
|
|
#define YYERRCODE 256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
|
|
|
|
|
|
If N is 0, then set CURRENT to the empty location which ends
|
|
|
|
|
|
the previous symbol: RHS[0] (always defined). */
|
|
|
|
|
|
|
|
|
|
|
|
#define YYRHSLOC(Rhs, K) ((Rhs)[K])
|
|
|
|
|
|
#ifndef YYLLOC_DEFAULT
|
|
|
|
|
|
# define YYLLOC_DEFAULT(Current, Rhs, N) \
|
|
|
|
|
|
do \
|
|
|
|
|
|
if (YYID (N)) \
|
|
|
|
|
|
{ \
|
|
|
|
|
|
(Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
|
|
|
|
|
|
(Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
|
|
|
|
|
|
(Current).last_line = YYRHSLOC (Rhs, N).last_line; \
|
|
|
|
|
|
(Current).last_column = YYRHSLOC (Rhs, N).last_column; \
|
|
|
|
|
|
} \
|
|
|
|
|
|
else \
|
|
|
|
|
|
{ \
|
|
|
|
|
|
(Current).first_line = (Current).last_line = \
|
|
|
|
|
|
YYRHSLOC (Rhs, 0).last_line; \
|
|
|
|
|
|
(Current).first_column = (Current).last_column = \
|
|
|
|
|
|
YYRHSLOC (Rhs, 0).last_column; \
|
|
|
|
|
|
} \
|
|
|
|
|
|
while (YYID (0))
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* YY_LOCATION_PRINT -- Print the location on the stream.
|
|
|
|
|
|
This macro was not mandated originally: define only if we know
|
|
|
|
|
|
we won't break user code: when these are the locations we know. */
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef YY_LOCATION_PRINT
|
|
|
|
|
|
# if YYLTYPE_IS_TRIVIAL
|
|
|
|
|
|
# define YY_LOCATION_PRINT(File, Loc) \
|
|
|
|
|
|
fprintf (File, "%d.%d-%d.%d", \
|
|
|
|
|
|
(Loc).first_line, (Loc).first_column, \
|
|
|
|
|
|
(Loc).last_line, (Loc).last_column)
|
|
|
|
|
|
# else
|
|
|
|
|
|
# define YY_LOCATION_PRINT(File, Loc) ((void) 0)
|
|
|
|
|
|
# endif
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* YYLEX -- calling `yylex' with the right arguments. */
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef YYLEX_PARAM
|
|
|
|
|
|
# define YYLEX yylex (YYLEX_PARAM)
|
|
|
|
|
|
#else
|
|
|
|
|
|
# define YYLEX yylex ()
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* Enable debugging if requested. */
|
|
|
|
|
|
#if YYDEBUG
|
|
|
|
|
|
|
|
|
|
|
|
# ifndef YYFPRINTF
|
|
|
|
|
|
# include <stdio.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
|
|
# define YYFPRINTF fprintf
|
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
# define YYDPRINTF(Args) \
|
|
|
|
|
|
do { \
|
|
|
|
|
|
if (yydebug) \
|
|
|
|
|
|
YYFPRINTF Args; \
|
|
|
|
|
|
} while (YYID (0))
|
|
|
|
|
|
|
|
|
|
|
|
# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
|
|
|
|
|
|
do { \
|
|
|
|
|
|
if (yydebug) \
|
|
|
|
|
|
{ \
|
|
|
|
|
|
YYFPRINTF (stderr, "%s ", Title); \
|
|
|
|
|
|
yy_symbol_print (stderr, \
|
|
|
|
|
|
Type, Value); \
|
|
|
|
|
|
YYFPRINTF (stderr, "\n"); \
|
|
|
|
|
|
} \
|
|
|
|
|
|
} while (YYID (0))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------------.
|
|
|
|
|
|
| Print this symbol on YYOUTPUT. |
|
|
|
|
|
|
`--------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
/*ARGSUSED*/
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
static void
|
|
|
|
|
|
yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
|
|
|
|
|
|
#else
|
|
|
|
|
|
static void
|
|
|
|
|
|
yy_symbol_value_print (yyoutput, yytype, yyvaluep)
|
|
|
|
|
|
FILE *yyoutput;
|
|
|
|
|
|
int yytype;
|
|
|
|
|
|
YYSTYPE const * const yyvaluep;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
{
|
|
|
|
|
|
if (!yyvaluep)
|
|
|
|
|
|
return;
|
|
|
|
|
|
# ifdef YYPRINT
|
|
|
|
|
|
if (yytype < YYNTOKENS)
|
|
|
|
|
|
YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
|
|
|
|
|
|
# else
|
|
|
|
|
|
YYUSE (yyoutput);
|
|
|
|
|
|
# endif
|
|
|
|
|
|
switch (yytype)
|
|
|
|
|
|
{
|
|
|
|
|
|
default:
|
|
|
|
|
|
break;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------------.
|
|
|
|
|
|
| Print this symbol on YYOUTPUT. |
|
|
|
|
|
|
`--------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
static void
|
|
|
|
|
|
yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
|
|
|
|
|
|
#else
|
|
|
|
|
|
static void
|
|
|
|
|
|
yy_symbol_print (yyoutput, yytype, yyvaluep)
|
|
|
|
|
|
FILE *yyoutput;
|
|
|
|
|
|
int yytype;
|
|
|
|
|
|
YYSTYPE const * const yyvaluep;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
{
|
|
|
|
|
|
if (yytype < YYNTOKENS)
|
|
|
|
|
|
YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
|
|
|
|
|
|
else
|
|
|
|
|
|
YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
|
|
|
|
|
|
|
|
|
|
|
|
yy_symbol_value_print (yyoutput, yytype, yyvaluep);
|
|
|
|
|
|
YYFPRINTF (yyoutput, ")");
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------.
|
|
|
|
|
|
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
|
|
|
|
|
|
| TOP (included). |
|
|
|
|
|
|
`------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
static void
|
|
|
|
|
|
yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
|
|
|
|
|
|
#else
|
|
|
|
|
|
static void
|
|
|
|
|
|
yy_stack_print (bottom, top)
|
|
|
|
|
|
yytype_int16 *bottom;
|
|
|
|
|
|
yytype_int16 *top;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
{
|
|
|
|
|
|
YYFPRINTF (stderr, "Stack now");
|
|
|
|
|
|
for (; bottom <= top; ++bottom)
|
|
|
|
|
|
YYFPRINTF (stderr, " %d", *bottom);
|
|
|
|
|
|
YYFPRINTF (stderr, "\n");
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# define YY_STACK_PRINT(Bottom, Top) \
|
|
|
|
|
|
do { \
|
|
|
|
|
|
if (yydebug) \
|
|
|
|
|
|
yy_stack_print ((Bottom), (Top)); \
|
|
|
|
|
|
} while (YYID (0))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------.
|
|
|
|
|
|
| Report that the YYRULE is going to be reduced. |
|
|
|
|
|
|
`------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
static void
|
|
|
|
|
|
yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
|
|
|
|
|
|
#else
|
|
|
|
|
|
static void
|
|
|
|
|
|
yy_reduce_print (yyvsp, yyrule)
|
|
|
|
|
|
YYSTYPE *yyvsp;
|
|
|
|
|
|
int yyrule;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
{
|
|
|
|
|
|
int yynrhs = yyr2[yyrule];
|
|
|
|
|
|
int yyi;
|
|
|
|
|
|
unsigned long int yylno = yyrline[yyrule];
|
|
|
|
|
|
YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
|
|
|
|
|
|
yyrule - 1, yylno);
|
|
|
|
|
|
/* The symbols being reduced. */
|
|
|
|
|
|
for (yyi = 0; yyi < yynrhs; yyi++)
|
|
|
|
|
|
{
|
|
|
|
|
|
fprintf (stderr, " $%d = ", yyi + 1);
|
|
|
|
|
|
yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
|
|
|
|
|
|
&(yyvsp[(yyi + 1) - (yynrhs)])
|
|
|
|
|
|
);
|
|
|
|
|
|
fprintf (stderr, "\n");
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# define YY_REDUCE_PRINT(Rule) \
|
|
|
|
|
|
do { \
|
|
|
|
|
|
if (yydebug) \
|
|
|
|
|
|
yy_reduce_print (yyvsp, Rule); \
|
|
|
|
|
|
} while (YYID (0))
|
|
|
|
|
|
|
|
|
|
|
|
/* Nonzero means print parse trace. It is left uninitialized so that
|
|
|
|
|
|
multiple parsers can coexist. */
|
|
|
|
|
|
int yydebug;
|
|
|
|
|
|
#else /* !YYDEBUG */
|
|
|
|
|
|
# define YYDPRINTF(Args)
|
|
|
|
|
|
# define YY_SYMBOL_PRINT(Title, Type, Value, Location)
|
|
|
|
|
|
# define YY_STACK_PRINT(Bottom, Top)
|
|
|
|
|
|
# define YY_REDUCE_PRINT(Rule)
|
|
|
|
|
|
#endif /* !YYDEBUG */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* YYINITDEPTH -- initial size of the parser's stacks. */
|
|
|
|
|
|
#ifndef YYINITDEPTH
|
|
|
|
|
|
# define YYINITDEPTH 200
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
|
|
|
|
|
if the built-in stack extension method is used).
|
|
|
|
|
|
|
|
|
|
|
|
Do not make this value too large; the results are undefined if
|
|
|
|
|
|
YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
|
|
|
|
|
|
evaluated with infinite-precision integer arithmetic. */
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef YYMAXDEPTH
|
|
|
|
|
|
# define YYMAXDEPTH 10000
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if YYERROR_VERBOSE
|
|
|
|
|
|
|
|
|
|
|
|
# ifndef yystrlen
|
|
|
|
|
|
# if defined __GLIBC__ && defined _STRING_H
|
|
|
|
|
|
# define yystrlen strlen
|
|
|
|
|
|
# else
|
|
|
|
|
|
/* Return the length of YYSTR. */
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
static YYSIZE_T
|
|
|
|
|
|
yystrlen (const char *yystr)
|
|
|
|
|
|
#else
|
|
|
|
|
|
static YYSIZE_T
|
|
|
|
|
|
yystrlen (yystr)
|
|
|
|
|
|
const char *yystr;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
{
|
|
|
|
|
|
YYSIZE_T yylen;
|
|
|
|
|
|
for (yylen = 0; yystr[yylen]; yylen++)
|
|
|
|
|
|
continue;
|
|
|
|
|
|
return yylen;
|
|
|
|
|
|
}
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
# ifndef yystpcpy
|
|
|
|
|
|
# if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
|
|
|
|
|
|
# define yystpcpy stpcpy
|
|
|
|
|
|
# else
|
|
|
|
|
|
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
|
|
|
|
|
|
YYDEST. */
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
static char *
|
|
|
|
|
|
yystpcpy (char *yydest, const char *yysrc)
|
|
|
|
|
|
#else
|
|
|
|
|
|
static char *
|
|
|
|
|
|
yystpcpy (yydest, yysrc)
|
|
|
|
|
|
char *yydest;
|
|
|
|
|
|
const char *yysrc;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
{
|
|
|
|
|
|
char *yyd = yydest;
|
|
|
|
|
|
const char *yys = yysrc;
|
|
|
|
|
|
|
|
|
|
|
|
while ((*yyd++ = *yys++) != '\0')
|
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
|
|
return yyd - 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
# endif
|
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
# ifndef yytnamerr
|
|
|
|
|
|
/* Copy to YYRES the contents of YYSTR after stripping away unnecessary
|
|
|
|
|
|
quotes and backslashes, so that it's suitable for yyerror. The
|
|
|
|
|
|
heuristic is that double-quoting is unnecessary unless the string
|
|
|
|
|
|
contains an apostrophe, a comma, or backslash (other than
|
|
|
|
|
|
backslash-backslash). YYSTR is taken from yytname. If YYRES is
|
|
|
|
|
|
null, do not copy; instead, return the length of what the result
|
|
|
|
|
|
would have been. */
|
|
|
|
|
|
static YYSIZE_T
|
|
|
|
|
|
yytnamerr (char *yyres, const char *yystr)
|
|
|
|
|
|
{
|
|
|
|
|
|
if (*yystr == '"')
|
|
|
|
|
|
{
|
|
|
|
|
|
YYSIZE_T yyn = 0;
|
|
|
|
|
|
char const *yyp = yystr;
|
|
|
|
|
|
|
|
|
|
|
|
for (;;)
|
|
|
|
|
|
switch (*++yyp)
|
|
|
|
|
|
{
|
|
|
|
|
|
case '\'':
|
|
|
|
|
|
case ',':
|
|
|
|
|
|
goto do_not_strip_quotes;
|
|
|
|
|
|
|
|
|
|
|
|
case '\\':
|
|
|
|
|
|
if (*++yyp != '\\')
|
|
|
|
|
|
goto do_not_strip_quotes;
|
|
|
|
|
|
/* Fall through. */
|
|
|
|
|
|
default:
|
|
|
|
|
|
if (yyres)
|
|
|
|
|
|
yyres[yyn] = *yyp;
|
|
|
|
|
|
yyn++;
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case '"':
|
|
|
|
|
|
if (yyres)
|
|
|
|
|
|
yyres[yyn] = '\0';
|
|
|
|
|
|
return yyn;
|
|
|
|
|
|
}
|
|
|
|
|
|
do_not_strip_quotes: ;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (! yyres)
|
|
|
|
|
|
return yystrlen (yystr);
|
|
|
|
|
|
|
|
|
|
|
|
return yystpcpy (yyres, yystr) - yyres;
|
|
|
|
|
|
}
|
|
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
/* Copy into YYRESULT an error message about the unexpected token
|
|
|
|
|
|
YYCHAR while in state YYSTATE. Return the number of bytes copied,
|
|
|
|
|
|
including the terminating null byte. If YYRESULT is null, do not
|
|
|
|
|
|
copy anything; just return the number of bytes that would be
|
|
|
|
|
|
copied. As a special case, return 0 if an ordinary "syntax error"
|
|
|
|
|
|
message will do. Return YYSIZE_MAXIMUM if overflow occurs during
|
|
|
|
|
|
size calculation. */
|
|
|
|
|
|
static YYSIZE_T
|
|
|
|
|
|
yysyntax_error (char *yyresult, int yystate, int yychar)
|
|
|
|
|
|
{
|
|
|
|
|
|
int yyn = yypact[yystate];
|
|
|
|
|
|
|
|
|
|
|
|
if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
else
|
|
|
|
|
|
{
|
|
|
|
|
|
int yytype = YYTRANSLATE (yychar);
|
|
|
|
|
|
YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
|
|
|
|
|
|
YYSIZE_T yysize = yysize0;
|
|
|
|
|
|
YYSIZE_T yysize1;
|
|
|
|
|
|
int yysize_overflow = 0;
|
|
|
|
|
|
enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
|
|
|
|
|
|
char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
|
|
|
|
|
|
int yyx;
|
|
|
|
|
|
|
|
|
|
|
|
# if 0
|
|
|
|
|
|
/* This is so xgettext sees the translatable formats that are
|
|
|
|
|
|
constructed on the fly. */
|
|
|
|
|
|
YY_("syntax error, unexpected %s");
|
|
|
|
|
|
YY_("syntax error, unexpected %s, expecting %s");
|
|
|
|
|
|
YY_("syntax error, unexpected %s, expecting %s or %s");
|
|
|
|
|
|
YY_("syntax error, unexpected %s, expecting %s or %s or %s");
|
|
|
|
|
|
YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
|
|
|
|
|
|
# endif
|
|
|
|
|
|
char *yyfmt;
|
|
|
|
|
|
char const *yyf;
|
|
|
|
|
|
static char const yyunexpected[] = "syntax error, unexpected %s";
|
|
|
|
|
|
static char const yyexpecting[] = ", expecting %s";
|
|
|
|
|
|
static char const yyor[] = " or %s";
|
|
|
|
|
|
char yyformat[sizeof yyunexpected
|
|
|
|
|
|
+ sizeof yyexpecting - 1
|
|
|
|
|
|
+ ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
|
|
|
|
|
|
* (sizeof yyor - 1))];
|
|
|
|
|
|
char const *yyprefix = yyexpecting;
|
|
|
|
|
|
|
|
|
|
|
|
/* Start YYX at -YYN if negative to avoid negative indexes in
|
|
|
|
|
|
YYCHECK. */
|
|
|
|
|
|
int yyxbegin = yyn < 0 ? -yyn : 0;
|
|
|
|
|
|
|
|
|
|
|
|
/* Stay within bounds of both yycheck and yytname. */
|
|
|
|
|
|
int yychecklim = YYLAST - yyn + 1;
|
|
|
|
|
|
int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
|
|
|
|
|
|
int yycount = 1;
|
|
|
|
|
|
|
|
|
|
|
|
yyarg[0] = yytname[yytype];
|
|
|
|
|
|
yyfmt = yystpcpy (yyformat, yyunexpected);
|
|
|
|
|
|
|
|
|
|
|
|
for (yyx = yyxbegin; yyx < yyxend; ++yyx)
|
|
|
|
|
|
if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
|
|
|
|
|
|
{
|
|
|
|
|
|
if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
|
|
|
|
|
|
{
|
|
|
|
|
|
yycount = 1;
|
|
|
|
|
|
yysize = yysize0;
|
|
|
|
|
|
yyformat[sizeof yyunexpected - 1] = '\0';
|
|
|
|
|
|
break;
|
|
|
|
|
|
}
|
|
|
|
|
|
yyarg[yycount++] = yytname[yyx];
|
|
|
|
|
|
yysize1 = yysize + yytnamerr (0, yytname[yyx]);
|
|
|
|
|
|
yysize_overflow |= (yysize1 < yysize);
|
|
|
|
|
|
yysize = yysize1;
|
|
|
|
|
|
yyfmt = yystpcpy (yyfmt, yyprefix);
|
|
|
|
|
|
yyprefix = yyor;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
yyf = YY_(yyformat);
|
|
|
|
|
|
yysize1 = yysize + yystrlen (yyf);
|
|
|
|
|
|
yysize_overflow |= (yysize1 < yysize);
|
|
|
|
|
|
yysize = yysize1;
|
|
|
|
|
|
|
|
|
|
|
|
if (yysize_overflow)
|
|
|
|
|
|
return YYSIZE_MAXIMUM;
|
|
|
|
|
|
|
|
|
|
|
|
if (yyresult)
|
|
|
|
|
|
{
|
|
|
|
|
|
/* Avoid sprintf, as that infringes on the user's name space.
|
|
|
|
|
|
Don't have undefined behavior even if the translation
|
|
|
|
|
|
produced a string with the wrong number of "%s"s. */
|
|
|
|
|
|
char *yyp = yyresult;
|
|
|
|
|
|
int yyi = 0;
|
|
|
|
|
|
while ((*yyp = *yyf) != '\0')
|
|
|
|
|
|
{
|
|
|
|
|
|
if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
|
|
|
|
|
|
{
|
|
|
|
|
|
yyp += yytnamerr (yyp, yyarg[yyi++]);
|
|
|
|
|
|
yyf += 2;
|
|
|
|
|
|
}
|
|
|
|
|
|
else
|
|
|
|
|
|
{
|
|
|
|
|
|
yyp++;
|
|
|
|
|
|
yyf++;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
return yysize;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
#endif /* YYERROR_VERBOSE */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-----------------------------------------------.
|
|
|
|
|
|
| Release the memory associated to this symbol. |
|
|
|
|
|
|
`-----------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
/*ARGSUSED*/
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
static void
|
|
|
|
|
|
yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
|
|
|
|
|
|
#else
|
|
|
|
|
|
static void
|
|
|
|
|
|
yydestruct (yymsg, yytype, yyvaluep)
|
|
|
|
|
|
const char *yymsg;
|
|
|
|
|
|
int yytype;
|
|
|
|
|
|
YYSTYPE *yyvaluep;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
{
|
|
|
|
|
|
YYUSE (yyvaluep);
|
|
|
|
|
|
|
|
|
|
|
|
if (!yymsg)
|
|
|
|
|
|
yymsg = "Deleting";
|
|
|
|
|
|
YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
|
|
|
|
|
|
|
|
|
|
|
|
switch (yytype)
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
|
break;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Prevent warnings from -Wmissing-prototypes. */
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef YYPARSE_PARAM
|
|
|
|
|
|
#if defined __STDC__ || defined __cplusplus
|
|
|
|
|
|
int yyparse (void *YYPARSE_PARAM);
|
|
|
|
|
|
#else
|
|
|
|
|
|
int yyparse ();
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#else /* ! YYPARSE_PARAM */
|
|
|
|
|
|
#if defined __STDC__ || defined __cplusplus
|
|
|
|
|
|
int yyparse (void);
|
|
|
|
|
|
#else
|
|
|
|
|
|
int yyparse ();
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#endif /* ! YYPARSE_PARAM */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* The look-ahead symbol. */
|
|
|
|
|
|
int yychar;
|
|
|
|
|
|
|
|
|
|
|
|
/* The semantic value of the look-ahead symbol. */
|
|
|
|
|
|
YYSTYPE yylval;
|
|
|
|
|
|
|
|
|
|
|
|
/* Number of syntax errors so far. */
|
|
|
|
|
|
int yynerrs;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*----------.
|
|
|
|
|
|
| yyparse. |
|
|
|
|
|
|
`----------*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef YYPARSE_PARAM
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
int
|
|
|
|
|
|
yyparse (void *YYPARSE_PARAM)
|
|
|
|
|
|
#else
|
|
|
|
|
|
int
|
|
|
|
|
|
yyparse (YYPARSE_PARAM)
|
|
|
|
|
|
void *YYPARSE_PARAM;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#else /* ! YYPARSE_PARAM */
|
|
|
|
|
|
#if (defined __STDC__ || defined __C99__FUNC__ \
|
|
|
|
|
|
|| defined __cplusplus || defined _MSC_VER)
|
|
|
|
|
|
int
|
|
|
|
|
|
yyparse (void)
|
|
|
|
|
|
#else
|
|
|
|
|
|
int
|
|
|
|
|
|
yyparse ()
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#endif
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
int yystate;
|
|
|
|
|
|
int yyn;
|
|
|
|
|
|
int yyresult;
|
|
|
|
|
|
/* Number of tokens to shift before error messages enabled. */
|
|
|
|
|
|
int yyerrstatus;
|
|
|
|
|
|
/* Look-ahead token as an internal (translated) token number. */
|
|
|
|
|
|
int yytoken = 0;
|
|
|
|
|
|
#if YYERROR_VERBOSE
|
|
|
|
|
|
/* Buffer for error messages, and its allocated size. */
|
|
|
|
|
|
char yymsgbuf[128];
|
|
|
|
|
|
char *yymsg = yymsgbuf;
|
|
|
|
|
|
YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* Three stacks and their tools:
|
|
|
|
|
|
`yyss': related to states,
|
|
|
|
|
|
`yyvs': related to semantic values,
|
|
|
|
|
|
`yyls': related to locations.
|
|
|
|
|
|
|
|
|
|
|
|
Refer to the stacks thru separate pointers, to allow yyoverflow
|
|
|
|
|
|
to reallocate them elsewhere. */
|
|
|
|
|
|
|
|
|
|
|
|
/* The state stack. */
|
|
|
|
|
|
yytype_int16 yyssa[YYINITDEPTH];
|
|
|
|
|
|
yytype_int16 *yyss = yyssa;
|
|
|
|
|
|
yytype_int16 *yyssp;
|
|
|
|
|
|
|
|
|
|
|
|
/* The semantic value stack. */
|
|
|
|
|
|
YYSTYPE yyvsa[YYINITDEPTH];
|
|
|
|
|
|
YYSTYPE *yyvs = yyvsa;
|
|
|
|
|
|
YYSTYPE *yyvsp;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
|
|
|
|
|
|
|
|
|
|
|
|
YYSIZE_T yystacksize = YYINITDEPTH;
|
|
|
|
|
|
|
|
|
|
|
|
/* The variables used to return semantic value and location from the
|
|
|
|
|
|
action routines. */
|
|
|
|
|
|
YYSTYPE yyval;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* The number of symbols on the RHS of the reduced rule.
|
|
|
|
|
|
Keep to zero when no symbol should be popped. */
|
|
|
|
|
|
int yylen = 0;
|
|
|
|
|
|
|
|
|
|
|
|
YYDPRINTF ((stderr, "Starting parse\n"));
|
|
|
|
|
|
|
|
|
|
|
|
yystate = 0;
|
|
|
|
|
|
yyerrstatus = 0;
|
|
|
|
|
|
yynerrs = 0;
|
|
|
|
|
|
yychar = YYEMPTY; /* Cause a token to be read. */
|
|
|
|
|
|
|
|
|
|
|
|
/* Initialize stack pointers.
|
|
|
|
|
|
Waste one element of value and location stack
|
|
|
|
|
|
so that they stay on the same level as the state stack.
|
|
|
|
|
|
The wasted elements are never initialized. */
|
|
|
|
|
|
|
|
|
|
|
|
yyssp = yyss;
|
|
|
|
|
|
yyvsp = yyvs;
|
|
|
|
|
|
|
|
|
|
|
|
goto yysetstate;
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------.
|
|
|
|
|
|
| yynewstate -- Push a new state, which is found in yystate. |
|
|
|
|
|
|
`------------------------------------------------------------*/
|
|
|
|
|
|
yynewstate:
|
|
|
|
|
|
/* In all cases, when you get here, the value and location stacks
|
|
|
|
|
|
have just been pushed. So pushing a state here evens the stacks. */
|
|
|
|
|
|
yyssp++;
|
|
|
|
|
|
|
|
|
|
|
|
yysetstate:
|
|
|
|
|
|
*yyssp = yystate;
|
|
|
|
|
|
|
|
|
|
|
|
if (yyss + yystacksize - 1 <= yyssp)
|
|
|
|
|
|
{
|
|
|
|
|
|
/* Get the current used size of the three stacks, in elements. */
|
|
|
|
|
|
YYSIZE_T yysize = yyssp - yyss + 1;
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef yyoverflow
|
|
|
|
|
|
{
|
|
|
|
|
|
/* Give user a chance to reallocate the stack. Use copies of
|
|
|
|
|
|
these so that the &'s don't force the real ones into
|
|
|
|
|
|
memory. */
|
|
|
|
|
|
YYSTYPE *yyvs1 = yyvs;
|
|
|
|
|
|
yytype_int16 *yyss1 = yyss;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Each stack pointer address is followed by the size of the
|
|
|
|
|
|
data in use in that stack, in bytes. This used to be a
|
|
|
|
|
|
conditional around just the two extra args, but that might
|
|
|
|
|
|
be undefined if yyoverflow is a macro. */
|
|
|
|
|
|
yyoverflow (YY_("memory exhausted"),
|
|
|
|
|
|
&yyss1, yysize * sizeof (*yyssp),
|
|
|
|
|
|
&yyvs1, yysize * sizeof (*yyvsp),
|
|
|
|
|
|
|
|
|
|
|
|
&yystacksize);
|
|
|
|
|
|
|
|
|
|
|
|
yyss = yyss1;
|
|
|
|
|
|
yyvs = yyvs1;
|
|
|
|
|
|
}
|
|
|
|
|
|
#else /* no yyoverflow */
|
|
|
|
|
|
# ifndef YYSTACK_RELOCATE
|
|
|
|
|
|
goto yyexhaustedlab;
|
|
|
|
|
|
# else
|
|
|
|
|
|
/* Extend the stack our own way. */
|
|
|
|
|
|
if (YYMAXDEPTH <= yystacksize)
|
|
|
|
|
|
goto yyexhaustedlab;
|
|
|
|
|
|
yystacksize *= 2;
|
|
|
|
|
|
if (YYMAXDEPTH < yystacksize)
|
|
|
|
|
|
yystacksize = YYMAXDEPTH;
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
yytype_int16 *yyss1 = yyss;
|
|
|
|
|
|
union yyalloc *yyptr =
|
|
|
|
|
|
(union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
|
|
|
|
|
|
if (! yyptr)
|
|
|
|
|
|
goto yyexhaustedlab;
|
|
|
|
|
|
YYSTACK_RELOCATE (yyss);
|
|
|
|
|
|
YYSTACK_RELOCATE (yyvs);
|
|
|
|
|
|
|
|
|
|
|
|
# undef YYSTACK_RELOCATE
|
|
|
|
|
|
if (yyss1 != yyssa)
|
|
|
|
|
|
YYSTACK_FREE (yyss1);
|
|
|
|
|
|
}
|
|
|
|
|
|
# endif
|
|
|
|
|
|
#endif /* no yyoverflow */
|
|
|
|
|
|
|
|
|
|
|
|
yyssp = yyss + yysize - 1;
|
|
|
|
|
|
yyvsp = yyvs + yysize - 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
|
|
|
|
|
(unsigned long int) yystacksize));
|
|
|
|
|
|
|
|
|
|
|
|
if (yyss + yystacksize - 1 <= yyssp)
|
|
|
|
|
|
YYABORT;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
|
|
|
|
|
|
|
|
|
|
|
|
goto yybackup;
|
|
|
|
|
|
|
|
|
|
|
|
/*-----------.
|
|
|
|
|
|
| yybackup. |
|
|
|
|
|
|
`-----------*/
|
|
|
|
|
|
yybackup:
|
|
|
|
|
|
|
|
|
|
|
|
/* Do appropriate processing given the current state. Read a
|
|
|
|
|
|
look-ahead token if we need one and don't already have one. */
|
|
|
|
|
|
|
|
|
|
|
|
/* First try to decide what to do without reference to look-ahead token. */
|
|
|
|
|
|
yyn = yypact[yystate];
|
|
|
|
|
|
if (yyn == YYPACT_NINF)
|
|
|
|
|
|
goto yydefault;
|
|
|
|
|
|
|
|
|
|
|
|
/* Not known => get a look-ahead token if don't already have one. */
|
|
|
|
|
|
|
|
|
|
|
|
/* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */
|
|
|
|
|
|
if (yychar == YYEMPTY)
|
|
|
|
|
|
{
|
|
|
|
|
|
YYDPRINTF ((stderr, "Reading a token: "));
|
|
|
|
|
|
yychar = YYLEX;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (yychar <= YYEOF)
|
|
|
|
|
|
{
|
|
|
|
|
|
yychar = yytoken = YYEOF;
|
|
|
|
|
|
YYDPRINTF ((stderr, "Now at end of input.\n"));
|
|
|
|
|
|
}
|
|
|
|
|
|
else
|
|
|
|
|
|
{
|
|
|
|
|
|
yytoken = YYTRANSLATE (yychar);
|
|
|
|
|
|
YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* If the proper action on seeing token YYTOKEN is to reduce or to
|
|
|
|
|
|
detect an error, take that action. */
|
|
|
|
|
|
yyn += yytoken;
|
|
|
|
|
|
if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
|
|
|
|
|
|
goto yydefault;
|
|
|
|
|
|
yyn = yytable[yyn];
|
|
|
|
|
|
if (yyn <= 0)
|
|
|
|
|
|
{
|
|
|
|
|
|
if (yyn == 0 || yyn == YYTABLE_NINF)
|
|
|
|
|
|
goto yyerrlab;
|
|
|
|
|
|
yyn = -yyn;
|
|
|
|
|
|
goto yyreduce;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (yyn == YYFINAL)
|
|
|
|
|
|
YYACCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/* Count tokens shifted since error; after three, turn off error
|
|
|
|
|
|
status. */
|
|
|
|
|
|
if (yyerrstatus)
|
|
|
|
|
|
yyerrstatus--;
|
|
|
|
|
|
|
|
|
|
|
|
/* Shift the look-ahead token. */
|
|
|
|
|
|
YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
|
|
|
|
|
|
|
|
|
|
|
|
/* Discard the shifted token unless it is eof. */
|
|
|
|
|
|
if (yychar != YYEOF)
|
|
|
|
|
|
yychar = YYEMPTY;
|
|
|
|
|
|
|
|
|
|
|
|
yystate = yyn;
|
|
|
|
|
|
*++yyvsp = yylval;
|
|
|
|
|
|
|
|
|
|
|
|
goto yynewstate;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-----------------------------------------------------------.
|
|
|
|
|
|
| yydefault -- do the default action for the current state. |
|
|
|
|
|
|
`-----------------------------------------------------------*/
|
|
|
|
|
|
yydefault:
|
|
|
|
|
|
yyn = yydefact[yystate];
|
|
|
|
|
|
if (yyn == 0)
|
|
|
|
|
|
goto yyerrlab;
|
|
|
|
|
|
goto yyreduce;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-----------------------------.
|
|
|
|
|
|
| yyreduce -- Do a reduction. |
|
|
|
|
|
|
`-----------------------------*/
|
|
|
|
|
|
yyreduce:
|
|
|
|
|
|
/* yyn is the number of a rule to reduce with. */
|
|
|
|
|
|
yylen = yyr2[yyn];
|
|
|
|
|
|
|
|
|
|
|
|
/* If YYLEN is nonzero, implement the default value of the action:
|
|
|
|
|
|
`$$ = $1'.
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise, the following line sets YYVAL to garbage.
|
|
|
|
|
|
This behavior is undocumented and Bison
|
|
|
|
|
|
users should not rely upon it. Assigning to YYVAL
|
|
|
|
|
|
unconditionally makes the parser a bit smaller, and it avoids a
|
|
|
|
|
|
GCC warning that YYVAL may be used uninitialized. */
|
|
|
|
|
|
yyval = yyvsp[1-yylen];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
YY_REDUCE_PRINT (yyn);
|
|
|
|
|
|
switch (yyn)
|
|
|
|
|
|
{
|
|
|
|
|
|
case 7:
|
2007-10-31 03:46:30 -04:00
|
|
|
|
#line 99 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("\nP(server:)\n"));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 64:
|
|
|
|
|
|
#line 130 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
struct config_stub* s;
|
|
|
|
|
|
OUTYY(("\nP(stub_zone:)\n"));
|
|
|
|
|
|
s = (struct config_stub*)calloc(1, sizeof(struct config_stub));
|
|
|
|
|
|
if(s) {
|
|
|
|
|
|
s->next = cfg_parser->cfg->stubs;
|
|
|
|
|
|
cfg_parser->cfg->stubs = s;
|
|
|
|
|
|
} else
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 70:
|
|
|
|
|
|
#line 146 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
struct config_stub* s;
|
|
|
|
|
|
OUTYY(("\nP(forward_zone:)\n"));
|
|
|
|
|
|
s = (struct config_stub*)calloc(1, sizeof(struct config_stub));
|
|
|
|
|
|
if(s) {
|
|
|
|
|
|
s->next = cfg_parser->cfg->forwards;
|
|
|
|
|
|
cfg_parser->cfg->forwards = s;
|
|
|
|
|
|
} else
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 76:
|
|
|
|
|
|
#line 162 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_num_threads:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0 && strcmp((yyvsp[(2) - (2)].str), "0") != 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->num_threads = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 77:
|
|
|
|
|
|
#line 171 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_verbosity:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0 && strcmp((yyvsp[(2) - (2)].str), "0") != 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->verbosity = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 78:
|
|
|
|
|
|
#line 180 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_port:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("port number expected");
|
|
|
|
|
|
else cfg_parser->cfg->port = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 79:
|
|
|
|
|
|
#line 189 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_interface:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(cfg_parser->cfg->num_ifs == 0)
|
|
|
|
|
|
cfg_parser->cfg->ifs = calloc(1, sizeof(char*));
|
|
|
|
|
|
else cfg_parser->cfg->ifs = realloc(cfg_parser->cfg->ifs,
|
|
|
|
|
|
(cfg_parser->cfg->num_ifs+1)*sizeof(char*));
|
|
|
|
|
|
if(!cfg_parser->cfg->ifs)
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
else
|
|
|
|
|
|
cfg_parser->cfg->ifs[cfg_parser->cfg->num_ifs++] = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 80:
|
|
|
|
|
|
#line 202 "util/configparser.y"
|
2007-10-19 04:32:36 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_outgoing_interface:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(cfg_parser->cfg->num_out_ifs == 0)
|
|
|
|
|
|
cfg_parser->cfg->out_ifs = calloc(1, sizeof(char*));
|
|
|
|
|
|
else cfg_parser->cfg->out_ifs = realloc(
|
|
|
|
|
|
cfg_parser->cfg->out_ifs,
|
|
|
|
|
|
(cfg_parser->cfg->num_out_ifs+1)*sizeof(char*));
|
|
|
|
|
|
if(!cfg_parser->cfg->out_ifs)
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
else
|
|
|
|
|
|
cfg_parser->cfg->out_ifs[
|
|
|
|
|
|
cfg_parser->cfg->num_out_ifs++] = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 81:
|
|
|
|
|
|
#line 217 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_outgoing_port:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("port number expected");
|
|
|
|
|
|
else cfg_parser->cfg->outgoing_base_port = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 82:
|
|
|
|
|
|
#line 226 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_outgoing_range:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->outgoing_num_ports = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 83:
|
|
|
|
|
|
#line 235 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_outgoing_num_tcp:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0 && strcmp((yyvsp[(2) - (2)].str), "0") != 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->outgoing_num_tcp = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 84:
|
|
|
|
|
|
#line 244 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_incoming_num_tcp:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0 && strcmp((yyvsp[(2) - (2)].str), "0") != 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->incoming_num_tcp = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 85:
|
|
|
|
|
|
#line 253 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_do_ip4:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->do_ip4 = (strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 86:
|
|
|
|
|
|
#line 262 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_do_ip6:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->do_ip6 = (strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 87:
|
|
|
|
|
|
#line 271 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_do_udp:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->do_udp = (strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 88:
|
|
|
|
|
|
#line 280 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_do_tcp:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->do_tcp = (strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 89:
|
|
|
|
|
|
#line 289 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_use_syslog:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->use_syslog = (strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
#ifndef HAVE_SYSLOG_H
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") == 0)
|
|
|
|
|
|
yyerror("no syslog services are available. "
|
|
|
|
|
|
"(reconfigure and compile to add)");
|
|
|
|
|
|
#endif
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 90:
|
|
|
|
|
|
#line 303 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_chroot:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->chrootdir);
|
|
|
|
|
|
cfg_parser->cfg->chrootdir = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 91:
|
|
|
|
|
|
#line 310 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_username:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->username);
|
|
|
|
|
|
cfg_parser->cfg->username = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 92:
|
|
|
|
|
|
#line 317 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_directory:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->directory);
|
|
|
|
|
|
cfg_parser->cfg->directory = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 93:
|
|
|
|
|
|
#line 324 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_logfile:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->logfile);
|
|
|
|
|
|
cfg_parser->cfg->logfile = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
cfg_parser->cfg->use_syslog = 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 94:
|
|
|
|
|
|
#line 332 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_pidfile:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->pidfile);
|
|
|
|
|
|
cfg_parser->cfg->pidfile = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 95:
|
|
|
|
|
|
#line 339 "util/configparser.y"
|
2007-10-19 10:02:53 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_root_hints:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[(2) - (2)].str)))
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 96:
|
|
|
|
|
|
#line 346 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_trust_anchor_file:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(!cfg_strlist_insert(&cfg_parser->cfg->
|
|
|
|
|
|
trust_anchor_file_list, (yyvsp[(2) - (2)].str)))
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 97:
|
|
|
|
|
|
#line 354 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_trusted_keys_file:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(!cfg_strlist_insert(&cfg_parser->cfg->
|
|
|
|
|
|
trusted_keys_file_list, (yyvsp[(2) - (2)].str)))
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 98:
|
|
|
|
|
|
#line 362 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_trust_anchor:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, (yyvsp[(2) - (2)].str)))
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 99:
|
|
|
|
|
|
#line 369 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_hide_identity:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->hide_identity = (strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 100:
|
|
|
|
|
|
#line 378 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_hide_version:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->hide_version = (strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 101:
|
|
|
|
|
|
#line 387 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_identity:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->identity);
|
|
|
|
|
|
cfg_parser->cfg->identity = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 102:
|
|
|
|
|
|
#line 394 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_version:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->version);
|
|
|
|
|
|
cfg_parser->cfg->version = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 103:
|
|
|
|
|
|
#line 401 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_msg_buffer_size:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else if (atoi((yyvsp[(2) - (2)].str)) < 4096)
|
|
|
|
|
|
yyerror("message buffer size too small (use 4096)");
|
|
|
|
|
|
else cfg_parser->cfg->msg_buffer_size = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 104:
|
|
|
|
|
|
#line 412 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_msg_cache_size:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->msg_cache_size = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 105:
|
|
|
|
|
|
#line 421 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_msg_cache_slabs:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else {
|
|
|
|
|
|
cfg_parser->cfg->msg_cache_slabs = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
if(!is_pow2(cfg_parser->cfg->msg_cache_slabs))
|
|
|
|
|
|
yyerror("must be a power of 2");
|
|
|
|
|
|
}
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 106:
|
|
|
|
|
|
#line 434 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_num_queries_per_thread:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->num_queries_per_thread = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 107:
|
|
|
|
|
|
#line 443 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_rrset_cache_size:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->rrset_cache_size = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 108:
|
|
|
|
|
|
#line 452 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_rrset_cache_slabs:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else {
|
|
|
|
|
|
cfg_parser->cfg->rrset_cache_slabs = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
if(!is_pow2(cfg_parser->cfg->rrset_cache_slabs))
|
|
|
|
|
|
yyerror("must be a power of 2");
|
|
|
|
|
|
}
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 109:
|
|
|
|
|
|
#line 465 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_infra_host_ttl:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0 && strcmp((yyvsp[(2) - (2)].str), "0") != 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->host_ttl = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 110:
|
|
|
|
|
|
#line 474 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_infra_lame_ttl:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0 && strcmp((yyvsp[(2) - (2)].str), "0") != 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->lame_ttl = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 111:
|
|
|
|
|
|
#line 483 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_infra_cache_numhosts:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->infra_cache_numhosts = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 112:
|
|
|
|
|
|
#line 492 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_infra_cache_lame_size:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->infra_cache_lame_size = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 113:
|
|
|
|
|
|
#line 501 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_infra_cache_slabs:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else {
|
|
|
|
|
|
cfg_parser->cfg->infra_cache_slabs = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
if(!is_pow2(cfg_parser->cfg->infra_cache_slabs))
|
|
|
|
|
|
yyerror("must be a power of 2");
|
|
|
|
|
|
}
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 114:
|
|
|
|
|
|
#line 514 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_target_fetch_policy:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->target_fetch_policy);
|
|
|
|
|
|
cfg_parser->cfg->target_fetch_policy = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 115:
|
|
|
|
|
|
#line 521 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_harden_short_bufsize:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->harden_short_bufsize =
|
|
|
|
|
|
(strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 116:
|
|
|
|
|
|
#line 531 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_harden_large_queries:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->harden_large_queries =
|
|
|
|
|
|
(strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 117:
|
|
|
|
|
|
#line 541 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_harden_glue:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->harden_glue =
|
|
|
|
|
|
(strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 118:
|
|
|
|
|
|
#line 551 "util/configparser.y"
|
|
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_harden_dnssec_stripped:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->harden_dnssec_stripped =
|
|
|
|
|
|
(strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case 119:
|
|
|
|
|
|
#line 561 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_do_not_query_address:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(!cfg_strlist_insert(&cfg_parser->cfg->donotqueryaddrs, (yyvsp[(2) - (2)].str)))
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 120:
|
|
|
|
|
|
#line 568 "util/configparser.y"
|
2007-10-22 02:25:46 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_do_not_query_localhost:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->donotquery_localhost =
|
|
|
|
|
|
(strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 121:
|
|
|
|
|
|
#line 578 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_module_conf:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->module_conf);
|
|
|
|
|
|
cfg_parser->cfg->module_conf = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 122:
|
|
|
|
|
|
#line 585 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_val_override_date:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strlen((yyvsp[(2) - (2)].str)) == 0 || strcmp((yyvsp[(2) - (2)].str), "0") == 0) {
|
|
|
|
|
|
cfg_parser->cfg->val_date_override = 0;
|
|
|
|
|
|
} else if(strlen((yyvsp[(2) - (2)].str)) == 14) {
|
|
|
|
|
|
cfg_parser->cfg->val_date_override =
|
|
|
|
|
|
cfg_convert_timeval((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
if(!cfg_parser->cfg->val_date_override)
|
|
|
|
|
|
yyerror("bad date/time specification");
|
|
|
|
|
|
} else {
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
cfg_parser->cfg->val_date_override = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 123:
|
|
|
|
|
|
#line 603 "util/configparser.y"
|
2007-10-31 03:46:30 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_cache_max_ttl:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0 && strcmp((yyvsp[(2) - (2)].str), "0") != 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->max_ttl = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 124:
|
|
|
|
|
|
#line 612 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_bogus_ttl:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0 && strcmp((yyvsp[(2) - (2)].str), "0") != 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->bogus_ttl = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 125:
|
|
|
|
|
|
#line 621 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_val_clean_additional:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->val_clean_additional =
|
|
|
|
|
|
(strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 126:
|
|
|
|
|
|
#line 631 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_val_permissive_mode:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(strcmp((yyvsp[(2) - (2)].str), "yes") != 0 && strcmp((yyvsp[(2) - (2)].str), "no") != 0)
|
|
|
|
|
|
yyerror("expected yes or no.");
|
|
|
|
|
|
else cfg_parser->cfg->val_permissive_mode =
|
|
|
|
|
|
(strcmp((yyvsp[(2) - (2)].str), "yes")==0);
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 127:
|
|
|
|
|
|
#line 641 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_val_nsec3_keysize_iterations:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->val_nsec3_key_iterations);
|
|
|
|
|
|
cfg_parser->cfg->val_nsec3_key_iterations = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 128:
|
|
|
|
|
|
#line 648 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_key_cache_size:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else cfg_parser->cfg->key_cache_size = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 129:
|
|
|
|
|
|
#line 657 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(server_key_cache_slabs:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(atoi((yyvsp[(2) - (2)].str)) == 0)
|
|
|
|
|
|
yyerror("number expected");
|
|
|
|
|
|
else {
|
|
|
|
|
|
cfg_parser->cfg->key_cache_slabs = atoi((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
if(!is_pow2(cfg_parser->cfg->key_cache_slabs))
|
|
|
|
|
|
yyerror("must be a power of 2");
|
|
|
|
|
|
}
|
|
|
|
|
|
free((yyvsp[(2) - (2)].str));
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 130:
|
|
|
|
|
|
#line 670 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(name:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->stubs->name);
|
|
|
|
|
|
cfg_parser->cfg->stubs->name = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 131:
|
|
|
|
|
|
#line 677 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(stub-host:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(!cfg_strlist_insert(&cfg_parser->cfg->stubs->hosts, (yyvsp[(2) - (2)].str)))
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 132:
|
|
|
|
|
|
#line 684 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(stub-addr:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(!cfg_strlist_insert(&cfg_parser->cfg->stubs->addrs, (yyvsp[(2) - (2)].str)))
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 133:
|
|
|
|
|
|
#line 691 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(name:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
free(cfg_parser->cfg->forwards->name);
|
|
|
|
|
|
cfg_parser->cfg->forwards->name = (yyvsp[(2) - (2)].str);
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 134:
|
|
|
|
|
|
#line 698 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(forward-host:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, (yyvsp[(2) - (2)].str)))
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
case 135:
|
|
|
|
|
|
#line 705 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
{
|
|
|
|
|
|
OUTYY(("P(forward-addr:%s)\n", (yyvsp[(2) - (2)].str)));
|
|
|
|
|
|
if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, (yyvsp[(2) - (2)].str)))
|
|
|
|
|
|
yyerror("out of memory");
|
|
|
|
|
|
}
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Line 1267 of yacc.c. */
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#line 2408 "util/configparser.c"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
default: break;
|
|
|
|
|
|
}
|
|
|
|
|
|
YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
|
|
|
|
|
|
|
|
|
|
|
|
YYPOPSTACK (yylen);
|
|
|
|
|
|
yylen = 0;
|
|
|
|
|
|
YY_STACK_PRINT (yyss, yyssp);
|
|
|
|
|
|
|
|
|
|
|
|
*++yyvsp = yyval;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Now `shift' the result of the reduction. Determine what state
|
|
|
|
|
|
that goes to, based on the state we popped back to and the rule
|
|
|
|
|
|
number reduced by. */
|
|
|
|
|
|
|
|
|
|
|
|
yyn = yyr1[yyn];
|
|
|
|
|
|
|
|
|
|
|
|
yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
|
|
|
|
|
|
if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
|
|
|
|
|
|
yystate = yytable[yystate];
|
|
|
|
|
|
else
|
|
|
|
|
|
yystate = yydefgoto[yyn - YYNTOKENS];
|
|
|
|
|
|
|
|
|
|
|
|
goto yynewstate;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------.
|
|
|
|
|
|
| yyerrlab -- here on detecting error |
|
|
|
|
|
|
`------------------------------------*/
|
|
|
|
|
|
yyerrlab:
|
|
|
|
|
|
/* If not already recovering from an error, report this error. */
|
|
|
|
|
|
if (!yyerrstatus)
|
|
|
|
|
|
{
|
|
|
|
|
|
++yynerrs;
|
|
|
|
|
|
#if ! YYERROR_VERBOSE
|
|
|
|
|
|
yyerror (YY_("syntax error"));
|
|
|
|
|
|
#else
|
|
|
|
|
|
{
|
|
|
|
|
|
YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
|
|
|
|
|
|
if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
|
|
|
|
|
|
{
|
|
|
|
|
|
YYSIZE_T yyalloc = 2 * yysize;
|
|
|
|
|
|
if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
|
|
|
|
|
|
yyalloc = YYSTACK_ALLOC_MAXIMUM;
|
|
|
|
|
|
if (yymsg != yymsgbuf)
|
|
|
|
|
|
YYSTACK_FREE (yymsg);
|
|
|
|
|
|
yymsg = (char *) YYSTACK_ALLOC (yyalloc);
|
|
|
|
|
|
if (yymsg)
|
|
|
|
|
|
yymsg_alloc = yyalloc;
|
|
|
|
|
|
else
|
|
|
|
|
|
{
|
|
|
|
|
|
yymsg = yymsgbuf;
|
|
|
|
|
|
yymsg_alloc = sizeof yymsgbuf;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (0 < yysize && yysize <= yymsg_alloc)
|
|
|
|
|
|
{
|
|
|
|
|
|
(void) yysyntax_error (yymsg, yystate, yychar);
|
|
|
|
|
|
yyerror (yymsg);
|
|
|
|
|
|
}
|
|
|
|
|
|
else
|
|
|
|
|
|
{
|
|
|
|
|
|
yyerror (YY_("syntax error"));
|
|
|
|
|
|
if (yysize != 0)
|
|
|
|
|
|
goto yyexhaustedlab;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
#endif
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (yyerrstatus == 3)
|
|
|
|
|
|
{
|
|
|
|
|
|
/* If just tried and failed to reuse look-ahead token after an
|
|
|
|
|
|
error, discard it. */
|
|
|
|
|
|
|
|
|
|
|
|
if (yychar <= YYEOF)
|
|
|
|
|
|
{
|
|
|
|
|
|
/* Return failure if at end of input. */
|
|
|
|
|
|
if (yychar == YYEOF)
|
|
|
|
|
|
YYABORT;
|
|
|
|
|
|
}
|
|
|
|
|
|
else
|
|
|
|
|
|
{
|
|
|
|
|
|
yydestruct ("Error: discarding",
|
|
|
|
|
|
yytoken, &yylval);
|
|
|
|
|
|
yychar = YYEMPTY;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Else will try to reuse look-ahead token after shifting the error
|
|
|
|
|
|
token. */
|
|
|
|
|
|
goto yyerrlab1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*---------------------------------------------------.
|
|
|
|
|
|
| yyerrorlab -- error raised explicitly by YYERROR. |
|
|
|
|
|
|
`---------------------------------------------------*/
|
|
|
|
|
|
yyerrorlab:
|
|
|
|
|
|
|
|
|
|
|
|
/* Pacify compilers like GCC when the user code never invokes
|
|
|
|
|
|
YYERROR and the label yyerrorlab therefore never appears in user
|
|
|
|
|
|
code. */
|
|
|
|
|
|
if (/*CONSTCOND*/ 0)
|
|
|
|
|
|
goto yyerrorlab;
|
|
|
|
|
|
|
|
|
|
|
|
/* Do not reclaim the symbols of the rule which action triggered
|
|
|
|
|
|
this YYERROR. */
|
|
|
|
|
|
YYPOPSTACK (yylen);
|
|
|
|
|
|
yylen = 0;
|
|
|
|
|
|
YY_STACK_PRINT (yyss, yyssp);
|
|
|
|
|
|
yystate = *yyssp;
|
|
|
|
|
|
goto yyerrlab1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------------------------------------------.
|
|
|
|
|
|
| yyerrlab1 -- common code for both syntax error and YYERROR. |
|
|
|
|
|
|
`-------------------------------------------------------------*/
|
|
|
|
|
|
yyerrlab1:
|
|
|
|
|
|
yyerrstatus = 3; /* Each real token shifted decrements this. */
|
|
|
|
|
|
|
|
|
|
|
|
for (;;)
|
|
|
|
|
|
{
|
|
|
|
|
|
yyn = yypact[yystate];
|
|
|
|
|
|
if (yyn != YYPACT_NINF)
|
|
|
|
|
|
{
|
|
|
|
|
|
yyn += YYTERROR;
|
|
|
|
|
|
if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
|
|
|
|
|
|
{
|
|
|
|
|
|
yyn = yytable[yyn];
|
|
|
|
|
|
if (0 < yyn)
|
|
|
|
|
|
break;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Pop the current state because it cannot handle the error token. */
|
|
|
|
|
|
if (yyssp == yyss)
|
|
|
|
|
|
YYABORT;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yydestruct ("Error: popping",
|
|
|
|
|
|
yystos[yystate], yyvsp);
|
|
|
|
|
|
YYPOPSTACK (1);
|
|
|
|
|
|
yystate = *yyssp;
|
|
|
|
|
|
YY_STACK_PRINT (yyss, yyssp);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (yyn == YYFINAL)
|
|
|
|
|
|
YYACCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
*++yyvsp = yylval;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Shift the error token. */
|
|
|
|
|
|
YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
|
|
|
|
|
|
|
|
|
|
|
|
yystate = yyn;
|
|
|
|
|
|
goto yynewstate;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------------------.
|
|
|
|
|
|
| yyacceptlab -- YYACCEPT comes here. |
|
|
|
|
|
|
`-------------------------------------*/
|
|
|
|
|
|
yyacceptlab:
|
|
|
|
|
|
yyresult = 0;
|
|
|
|
|
|
goto yyreturn;
|
|
|
|
|
|
|
|
|
|
|
|
/*-----------------------------------.
|
|
|
|
|
|
| yyabortlab -- YYABORT comes here. |
|
|
|
|
|
|
`-----------------------------------*/
|
|
|
|
|
|
yyabortlab:
|
|
|
|
|
|
yyresult = 1;
|
|
|
|
|
|
goto yyreturn;
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef yyoverflow
|
|
|
|
|
|
/*-------------------------------------------------.
|
|
|
|
|
|
| yyexhaustedlab -- memory exhaustion comes here. |
|
|
|
|
|
|
`-------------------------------------------------*/
|
|
|
|
|
|
yyexhaustedlab:
|
|
|
|
|
|
yyerror (YY_("memory exhausted"));
|
|
|
|
|
|
yyresult = 2;
|
|
|
|
|
|
/* Fall through. */
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
yyreturn:
|
|
|
|
|
|
if (yychar != YYEOF && yychar != YYEMPTY)
|
|
|
|
|
|
yydestruct ("Cleanup: discarding lookahead",
|
|
|
|
|
|
yytoken, &yylval);
|
|
|
|
|
|
/* Do not reclaim the symbols of the rule which action triggered
|
|
|
|
|
|
this YYABORT or YYACCEPT. */
|
|
|
|
|
|
YYPOPSTACK (yylen);
|
|
|
|
|
|
YY_STACK_PRINT (yyss, yyssp);
|
|
|
|
|
|
while (yyssp != yyss)
|
|
|
|
|
|
{
|
|
|
|
|
|
yydestruct ("Cleanup: popping",
|
|
|
|
|
|
yystos[*yyssp], yyvsp);
|
|
|
|
|
|
YYPOPSTACK (1);
|
|
|
|
|
|
}
|
|
|
|
|
|
#ifndef yyoverflow
|
|
|
|
|
|
if (yyss != yyssa)
|
|
|
|
|
|
YYSTACK_FREE (yyss);
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#if YYERROR_VERBOSE
|
|
|
|
|
|
if (yymsg != yymsgbuf)
|
|
|
|
|
|
YYSTACK_FREE (yymsg);
|
|
|
|
|
|
#endif
|
|
|
|
|
|
/* Make sure YYID is used. */
|
|
|
|
|
|
return YYID (yyresult);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-11-01 11:32:27 -04:00
|
|
|
|
#line 711 "util/configparser.y"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* parse helper routines could be here */
|
|
|
|
|
|
|