[BACK]Return to cgi.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/cgi.c, Revision 1.84

1.84    ! schwarze    1: /*     $Id: cgi.c,v 1.83 2014/07/25 16:07:13 schwarze Exp $ */
1.6       kristaps    2: /*
1.42      kristaps    3:  * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
1.52      schwarze    4:  * Copyright (c) 2014 Ingo Schwarze <schwarze@usta.de>
1.6       kristaps    5:  *
                      6:  * Permission to use, copy, modify, and distribute this software for any
                      7:  * purpose with or without fee is hereby granted, provided that the above
                      8:  * copyright notice and this permission notice appear in all copies.
                      9:  *
                     10:  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
                     11:  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
                     12:  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
                     13:  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
                     14:  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
                     15:  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
                     16:  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
                     17:  */
                     18: #ifdef HAVE_CONFIG_H
                     19: #include "config.h"
                     20: #endif
                     21:
                     22: #include <ctype.h>
1.58      schwarze   23: #include <errno.h>
1.1       kristaps   24: #include <fcntl.h>
1.6       kristaps   25: #include <limits.h>
1.1       kristaps   26: #include <stdio.h>
                     27: #include <stdlib.h>
                     28: #include <string.h>
1.6       kristaps   29: #include <unistd.h>
1.1       kristaps   30:
1.4       schwarze   31: #include "mandoc.h"
1.50      schwarze   32: #include "mandoc_aux.h"
1.8       kristaps   33: #include "main.h"
1.6       kristaps   34: #include "manpath.h"
1.52      schwarze   35: #include "mansearch.h"
1.67      schwarze   36: #include "cgi.h"
1.1       kristaps   37:
1.20      kristaps   38: /*
                     39:  * A query as passed to the search function.
                     40:  */
                     41: struct query {
1.83      schwarze   42:        char            *manpath; /* desired manual directory */
                     43:        char            *arch; /* architecture */
                     44:        char            *sec; /* manual section */
                     45:        char            *expr; /* unparsed expression string */
1.65      schwarze   46:        int              equal; /* match whole names, not substrings */
1.20      kristaps   47: };
                     48:
1.1       kristaps   49: struct req {
1.58      schwarze   50:        struct query      q;
                     51:        char            **p; /* array of available manpaths */
                     52:        size_t            psz; /* number of available manpaths */
1.1       kristaps   53: };
                     54:
1.32      kristaps   55: static void             catman(const struct req *, const char *);
                     56: static void             format(const struct req *, const char *);
1.6       kristaps   57: static void             html_print(const char *);
1.36      kristaps   58: static void             html_printquery(const struct req *);
1.10      kristaps   59: static void             html_putchar(char);
1.24      kristaps   60: static int              http_decode(char *);
1.83      schwarze   61: static void             http_parse(struct req *, const char *);
1.36      kristaps   62: static void             http_print(const char *);
                     63: static void             http_putchar(char);
                     64: static void             http_printquery(const struct req *);
1.54      schwarze   65: static void             pathgen(struct req *);
1.72      schwarze   66: static void             pg_error_badrequest(const char *);
                     67: static void             pg_error_internal(void);
                     68: static void             pg_index(const struct req *);
                     69: static void             pg_noresult(const struct req *, const char *);
1.66      schwarze   70: static void             pg_search(const struct req *);
1.72      schwarze   71: static void             pg_searchres(const struct req *,
                     72:                                struct manpage *, size_t);
1.79      schwarze   73: static void             pg_show(struct req *, const char *);
1.6       kristaps   74: static void             resp_begin_html(int, const char *);
                     75: static void             resp_begin_http(int, const char *);
                     76: static void             resp_end_html(void);
                     77: static void             resp_searchform(const struct req *);
1.70      schwarze   78: static void             resp_show(const struct req *, const char *);
1.6       kristaps   79:
1.58      schwarze   80: static const char       *scriptname; /* CGI script name */
1.1       kristaps   81:
1.70      schwarze   82: static const int sec_prios[] = {1, 4, 5, 8, 6, 3, 7, 2, 9};
1.68      schwarze   83: static const char *const sec_numbers[] = {
                     84:     "0", "1", "2", "3", "3p", "4", "5", "6", "7", "8", "9"
                     85: };
                     86: static const char *const sec_names[] = {
                     87:     "All Sections",
                     88:     "1 - General Commands",
                     89:     "2 - System Calls",
                     90:     "3 - Subroutines",
                     91:     "3p - Perl Subroutines",
                     92:     "4 - Special Files",
                     93:     "5 - File Formats",
                     94:     "6 - Games",
                     95:     "7 - Macros and Conventions",
                     96:     "8 - Maintenance Commands",
                     97:     "9 - Kernel Interface"
                     98: };
                     99: static const int sec_MAX = sizeof(sec_names) / sizeof(char *);
                    100:
                    101: static const char *const arch_names[] = {
                    102:     "amd64",       "alpha",       "armish",      "armv7",
                    103:     "aviion",      "hppa",        "hppa64",      "i386",
                    104:     "ia64",        "landisk",     "loongson",    "luna88k",
                    105:     "macppc",      "mips64",      "octeon",      "sgi",
                    106:     "socppc",      "solbourne",   "sparc",       "sparc64",
                    107:     "vax",         "zaurus",
                    108:     "amiga",       "arc",         "arm32",       "atari",
                    109:     "beagle",      "cats",        "hp300",       "mac68k",
                    110:     "mvme68k",     "mvme88k",     "mvmeppc",     "palm",
                    111:     "pc532",       "pegasos",     "pmax",        "powerpc",
                    112:     "sun3",        "wgrisc",      "x68k"
                    113: };
                    114: static const int arch_MAX = sizeof(arch_names) / sizeof(char *);
                    115:
1.6       kristaps  116: /*
1.20      kristaps  117:  * Print a character, escaping HTML along the way.
                    118:  * This will pass non-ASCII straight to output: be warned!
                    119:  */
1.10      kristaps  120: static void
                    121: html_putchar(char c)
                    122: {
                    123:
                    124:        switch (c) {
                    125:        case ('"'):
                    126:                printf("&quote;");
                    127:                break;
                    128:        case ('&'):
                    129:                printf("&amp;");
                    130:                break;
                    131:        case ('>'):
                    132:                printf("&gt;");
                    133:                break;
                    134:        case ('<'):
                    135:                printf("&lt;");
                    136:                break;
                    137:        default:
                    138:                putchar((unsigned char)c);
                    139:                break;
                    140:        }
                    141: }
1.57      schwarze  142:
1.36      kristaps  143: static void
                    144: http_printquery(const struct req *req)
                    145: {
                    146:
1.58      schwarze  147:        if (NULL != req->q.manpath) {
1.53      schwarze  148:                printf("&manpath=");
1.58      schwarze  149:                http_print(req->q.manpath);
1.53      schwarze  150:        }
                    151:        if (NULL != req->q.sec) {
                    152:                printf("&sec=");
                    153:                http_print(req->q.sec);
                    154:        }
                    155:        if (NULL != req->q.arch) {
                    156:                printf("&arch=");
                    157:                http_print(req->q.arch);
                    158:        }
                    159:        if (NULL != req->q.expr) {
1.65      schwarze  160:                printf("&query=");
                    161:                http_print(req->q.expr);
1.53      schwarze  162:        }
1.65      schwarze  163:        if (0 == req->q.equal)
                    164:                printf("&apropos=1");
1.36      kristaps  165: }
                    166:
                    167: static void
                    168: html_printquery(const struct req *req)
                    169: {
                    170:
1.58      schwarze  171:        if (NULL != req->q.manpath) {
1.53      schwarze  172:                printf("&amp;manpath=");
1.58      schwarze  173:                html_print(req->q.manpath);
1.53      schwarze  174:        }
                    175:        if (NULL != req->q.sec) {
                    176:                printf("&amp;sec=");
                    177:                html_print(req->q.sec);
                    178:        }
                    179:        if (NULL != req->q.arch) {
                    180:                printf("&amp;arch=");
                    181:                html_print(req->q.arch);
                    182:        }
                    183:        if (NULL != req->q.expr) {
1.65      schwarze  184:                printf("&amp;query=");
1.63      schwarze  185:                html_print(req->q.expr);
1.53      schwarze  186:        }
1.65      schwarze  187:        if (0 == req->q.equal)
                    188:                printf("&amp;apropos=1");
1.36      kristaps  189: }
                    190:
                    191: static void
                    192: http_print(const char *p)
                    193: {
                    194:
                    195:        if (NULL == p)
                    196:                return;
                    197:        while ('\0' != *p)
                    198:                http_putchar(*p++);
                    199: }
1.10      kristaps  200:
1.6       kristaps  201: /*
1.20      kristaps  202:  * Call through to html_putchar().
                    203:  * Accepts NULL strings.
1.6       kristaps  204:  */
1.1       kristaps  205: static void
1.6       kristaps  206: html_print(const char *p)
1.1       kristaps  207: {
1.6       kristaps  208:
                    209:        if (NULL == p)
                    210:                return;
1.1       kristaps  211:        while ('\0' != *p)
1.10      kristaps  212:                html_putchar(*p++);
1.1       kristaps  213: }
                    214:
                    215: /*
1.83      schwarze  216:  * Transfer the responsibility for the allocated string *val
                    217:  * to the query structure.
1.1       kristaps  218:  */
                    219: static void
1.83      schwarze  220: set_query_attr(char **attr, char **val)
1.1       kristaps  221: {
                    222:
1.83      schwarze  223:        free(*attr);
                    224:        if (**val == '\0') {
                    225:                *attr = NULL;
                    226:                free(*val);
                    227:        } else
                    228:                *attr = *val;
                    229:        *val = NULL;
                    230: }
                    231:
                    232: /*
                    233:  * Parse the QUERY_STRING for key-value pairs
                    234:  * and store the values into the query structure.
                    235:  */
                    236: static void
                    237: http_parse(struct req *req, const char *qs)
                    238: {
                    239:        char            *key, *val;
                    240:        size_t           keysz, valsz;
                    241:
                    242:        req->q.manpath  = NULL;
                    243:        req->q.arch     = NULL;
                    244:        req->q.sec      = NULL;
                    245:        req->q.expr     = NULL;
                    246:        req->q.equal    = 1;
                    247:
                    248:        key = val = NULL;
                    249:        while (*qs != '\0') {
1.24      kristaps  250:
1.83      schwarze  251:                /* Parse one key. */
                    252:
                    253:                keysz = strcspn(qs, "=;&");
                    254:                key = mandoc_strndup(qs, keysz);
                    255:                qs += keysz;
                    256:                if (*qs != '=')
                    257:                        goto next;
                    258:
                    259:                /* Parse one value. */
                    260:
                    261:                valsz = strcspn(++qs, ";&");
                    262:                val = mandoc_strndup(qs, valsz);
                    263:                qs += valsz;
                    264:
                    265:                /* Decode and catch encoding errors. */
1.1       kristaps  266:
1.83      schwarze  267:                if ( ! (http_decode(key) && http_decode(val)))
                    268:                        goto next;
1.1       kristaps  269:
1.83      schwarze  270:                /* Handle key-value pairs. */
1.1       kristaps  271:
1.83      schwarze  272:                if ( ! strcmp(key, "query"))
                    273:                        set_query_attr(&req->q.expr, &val);
1.1       kristaps  274:
1.83      schwarze  275:                else if ( ! strcmp(key, "apropos"))
                    276:                        req->q.equal = !strcmp(val, "0");
                    277:
                    278:                else if ( ! strcmp(key, "manpath")) {
1.73      schwarze  279: #ifdef COMPAT_OLDURI
1.83      schwarze  280:                        if ( ! strncmp(val, "OpenBSD ", 8)) {
1.73      schwarze  281:                                val[7] = '-';
                    282:                                if ('C' == val[8])
                    283:                                        val[8] = 'c';
                    284:                        }
                    285: #endif
1.83      schwarze  286:                        set_query_attr(&req->q.manpath, &val);
                    287:                }
                    288:
                    289:                else if ( ! (strcmp(key, "sec")
1.73      schwarze  290: #ifdef COMPAT_OLDURI
1.83      schwarze  291:                    && strcmp(key, "sektion")
1.73      schwarze  292: #endif
1.83      schwarze  293:                    )) {
                    294:                        if ( ! strcmp(val, "0"))
                    295:                                *val = '\0';
                    296:                        set_query_attr(&req->q.sec, &val);
1.65      schwarze  297:                }
1.83      schwarze  298:
                    299:                else if ( ! strcmp(key, "arch")) {
                    300:                        if ( ! strcmp(val, "default"))
                    301:                                *val = '\0';
                    302:                        set_query_attr(&req->q.arch, &val);
                    303:                }
                    304:
                    305:                /*
                    306:                 * The key must be freed in any case.
                    307:                 * The val may have been handed over to the query
                    308:                 * structure, in which case it is now NULL.
                    309:                 */
                    310: next:
                    311:                free(key);
                    312:                key = NULL;
                    313:                free(val);
                    314:                val = NULL;
                    315:
                    316:                if (*qs != '\0')
                    317:                        qs++;
1.24      kristaps  318:        }
1.83      schwarze  319:
                    320:        /* Fall back to the default manpath. */
                    321:
                    322:        if (req->q.manpath == NULL)
                    323:                req->q.manpath = mandoc_strdup(req->p[0]);
1.1       kristaps  324: }
                    325:
1.36      kristaps  326: static void
                    327: http_putchar(char c)
                    328: {
                    329:
                    330:        if (isalnum((unsigned char)c)) {
                    331:                putchar((unsigned char)c);
                    332:                return;
                    333:        } else if (' ' == c) {
                    334:                putchar('+');
                    335:                return;
                    336:        }
                    337:        printf("%%%.2x", c);
                    338: }
                    339:
1.1       kristaps  340: /*
1.6       kristaps  341:  * HTTP-decode a string.  The standard explanation is that this turns
                    342:  * "%4e+foo" into "n foo" in the regular way.  This is done in-place
                    343:  * over the allocated string.
1.1       kristaps  344:  */
                    345: static int
1.24      kristaps  346: http_decode(char *p)
1.1       kristaps  347: {
                    348:        char             hex[3];
1.63      schwarze  349:        char            *q;
1.1       kristaps  350:        int              c;
                    351:
                    352:        hex[2] = '\0';
                    353:
1.63      schwarze  354:        q = p;
                    355:        for ( ; '\0' != *p; p++, q++) {
1.1       kristaps  356:                if ('%' == *p) {
                    357:                        if ('\0' == (hex[0] = *(p + 1)))
                    358:                                return(0);
                    359:                        if ('\0' == (hex[1] = *(p + 2)))
                    360:                                return(0);
                    361:                        if (1 != sscanf(hex, "%x", &c))
                    362:                                return(0);
                    363:                        if ('\0' == c)
                    364:                                return(0);
                    365:
1.63      schwarze  366:                        *q = (char)c;
                    367:                        p += 2;
1.1       kristaps  368:                } else
1.63      schwarze  369:                        *q = '+' == *p ? ' ' : *p;
1.1       kristaps  370:        }
                    371:
1.63      schwarze  372:        *q = '\0';
1.1       kristaps  373:        return(1);
                    374: }
                    375:
1.6       kristaps  376: static void
                    377: resp_begin_http(int code, const char *msg)
                    378: {
                    379:
                    380:        if (200 != code)
1.62      schwarze  381:                printf("Status: %d %s\r\n", code, msg);
1.6       kristaps  382:
1.62      schwarze  383:        printf("Content-Type: text/html; charset=utf-8\r\n"
                    384:             "Cache-Control: no-cache\r\n"
                    385:             "Pragma: no-cache\r\n"
                    386:             "\r\n");
1.6       kristaps  387:
                    388:        fflush(stdout);
                    389: }
                    390:
                    391: static void
                    392: resp_begin_html(int code, const char *msg)
                    393: {
                    394:
                    395:        resp_begin_http(code, msg);
                    396:
1.29      kristaps  397:        printf("<!DOCTYPE HTML PUBLIC "
                    398:               " \"-//W3C//DTD HTML 4.01//EN\""
                    399:               " \"http://www.w3.org/TR/html4/strict.dtd\">\n"
                    400:               "<HTML>\n"
                    401:               "<HEAD>\n"
                    402:               "<META HTTP-EQUIV=\"Content-Type\""
                    403:               " CONTENT=\"text/html; charset=utf-8\">\n"
1.32      kristaps  404:               "<LINK REL=\"stylesheet\" HREF=\"%s/man-cgi.css\""
                    405:               " TYPE=\"text/css\" media=\"all\">\n"
                    406:               "<LINK REL=\"stylesheet\" HREF=\"%s/man.css\""
1.29      kristaps  407:               " TYPE=\"text/css\" media=\"all\">\n"
1.67      schwarze  408:               "<TITLE>%s</TITLE>\n"
1.29      kristaps  409:               "</HEAD>\n"
                    410:               "<BODY>\n"
1.58      schwarze  411:               "<!-- Begin page content. //-->\n",
1.67      schwarze  412:               CSS_DIR, CSS_DIR, CUSTOMIZE_TITLE);
1.6       kristaps  413: }
                    414:
                    415: static void
                    416: resp_end_html(void)
                    417: {
                    418:
1.20      kristaps  419:        puts("</BODY>\n"
                    420:             "</HTML>");
1.6       kristaps  421: }
                    422:
                    423: static void
                    424: resp_searchform(const struct req *req)
                    425: {
1.27      kristaps  426:        int              i;
1.13      kristaps  427:
1.67      schwarze  428:        puts(CUSTOMIZE_BEGIN);
1.6       kristaps  429:        puts("<!-- Begin search form. //-->");
1.32      kristaps  430:        printf("<DIV ID=\"mancgi\">\n"
1.66      schwarze  431:               "<FORM ACTION=\"%s\" METHOD=\"get\">\n"
1.29      kristaps  432:               "<FIELDSET>\n"
1.68      schwarze  433:               "<LEGEND>Manual Page Search Parameters</LEGEND>\n",
1.58      schwarze  434:               scriptname);
1.68      schwarze  435:
                    436:        /* Write query input box. */
                    437:
                    438:        printf( "<TABLE><TR><TD>\n"
                    439:                "<INPUT TYPE=\"text\" NAME=\"query\" VALUE=\"");
                    440:        if (NULL != req->q.expr)
                    441:                html_print(req->q.expr);
                    442:        puts("\" SIZE=\"40\">");
                    443:
                    444:        /* Write submission and reset buttons. */
                    445:
                    446:        printf( "<INPUT TYPE=\"submit\" VALUE=\"Submit\">\n"
                    447:                "<INPUT TYPE=\"reset\" VALUE=\"Reset\">\n");
                    448:
                    449:        /* Write show radio button */
                    450:
                    451:        printf( "</TD><TD>\n"
                    452:                "<INPUT TYPE=\"radio\" ");
1.65      schwarze  453:        if (req->q.equal)
1.68      schwarze  454:                printf("CHECKED ");
                    455:        printf( "NAME=\"apropos\" ID=\"show\" VALUE=\"0\">\n"
                    456:                "<LABEL FOR=\"show\">Show named manual page</LABEL>\n");
                    457:
                    458:        /* Write section selector. */
                    459:
                    460:        printf( "</TD></TR><TR><TD>\n"
                    461:                "<SELECT NAME=\"sec\">");
                    462:        for (i = 0; i < sec_MAX; i++) {
                    463:                printf("<OPTION VALUE=\"%s\"", sec_numbers[i]);
                    464:                if (NULL != req->q.sec &&
                    465:                    0 == strcmp(sec_numbers[i], req->q.sec))
                    466:                        printf(" SELECTED");
                    467:                printf(">%s</OPTION>\n", sec_names[i]);
                    468:        }
                    469:        puts("</SELECT>");
                    470:
                    471:        /* Write architecture selector. */
                    472:
1.81      schwarze  473:        printf( "<SELECT NAME=\"arch\">\n"
                    474:                "<OPTION VALUE=\"default\"");
                    475:        if (NULL == req->q.arch)
                    476:                printf(" SELECTED");
                    477:        puts(">All Architectures</OPTION>");
1.68      schwarze  478:        for (i = 0; i < arch_MAX; i++) {
                    479:                printf("<OPTION VALUE=\"%s\"", arch_names[i]);
                    480:                if (NULL != req->q.arch &&
                    481:                    0 == strcmp(arch_names[i], req->q.arch))
                    482:                        printf(" SELECTED");
                    483:                printf(">%s</OPTION>\n", arch_names[i]);
                    484:        }
                    485:        puts("</SELECT>");
                    486:
                    487:        /* Write manpath selector. */
                    488:
1.27      kristaps  489:        if (req->psz > 1) {
1.68      schwarze  490:                puts("<SELECT NAME=\"manpath\">");
1.27      kristaps  491:                for (i = 0; i < (int)req->psz; i++) {
1.52      schwarze  492:                        printf("<OPTION ");
1.58      schwarze  493:                        if (NULL == req->q.manpath ? 0 == i :
                    494:                            0 == strcmp(req->q.manpath, req->p[i]))
1.68      schwarze  495:                                printf("SELECTED ");
1.52      schwarze  496:                        printf("VALUE=\"");
                    497:                        html_print(req->p[i]);
1.27      kristaps  498:                        printf("\">");
1.52      schwarze  499:                        html_print(req->p[i]);
1.27      kristaps  500:                        puts("</OPTION>");
                    501:                }
                    502:                puts("</SELECT>");
                    503:        }
1.68      schwarze  504:
                    505:        /* Write search radio button */
                    506:
                    507:        printf( "</TD><TD>\n"
                    508:                "<INPUT TYPE=\"radio\" ");
                    509:        if (0 == req->q.equal)
                    510:                printf("CHECKED ");
                    511:        printf( "NAME=\"apropos\" ID=\"search\" VALUE=\"1\">\n"
                    512:                "<LABEL FOR=\"search\">Search with apropos query</LABEL>\n");
                    513:
                    514:        puts("</TD></TR></TABLE>\n"
1.12      kristaps  515:             "</FIELDSET>\n"
1.32      kristaps  516:             "</FORM>\n"
                    517:             "</DIV>");
1.20      kristaps  518:        puts("<!-- End search form. //-->");
1.6       kristaps  519: }
                    520:
1.76      schwarze  521: static int
1.80      schwarze  522: validate_urifrag(const char *frag)
                    523: {
                    524:
                    525:        while ('\0' != *frag) {
                    526:                if ( ! (isalnum((unsigned char)*frag) ||
                    527:                    '-' == *frag || '.' == *frag ||
                    528:                    '/' == *frag || '_' == *frag))
                    529:                        return(0);
                    530:                frag++;
                    531:        }
                    532:        return(1);
                    533: }
                    534:
                    535: static int
1.77      schwarze  536: validate_manpath(const struct req *req, const char* manpath)
                    537: {
                    538:        size_t   i;
                    539:
                    540:        if ( ! strcmp(manpath, "mandoc"))
                    541:                return(1);
                    542:
                    543:        for (i = 0; i < req->psz; i++)
                    544:                if ( ! strcmp(manpath, req->p[i]))
                    545:                        return(1);
                    546:
                    547:        return(0);
                    548: }
                    549:
                    550: static int
1.76      schwarze  551: validate_filename(const char *file)
                    552: {
                    553:
                    554:        if ('.' == file[0] && '/' == file[1])
                    555:                file += 2;
                    556:
                    557:        return ( ! (strstr(file, "../") || strstr(file, "/..") ||
                    558:            (strncmp(file, "man", 3) && strncmp(file, "cat", 3))));
                    559: }
                    560:
1.6       kristaps  561: static void
1.72      schwarze  562: pg_index(const struct req *req)
1.6       kristaps  563: {
                    564:
                    565:        resp_begin_html(200, NULL);
                    566:        resp_searchform(req);
1.64      schwarze  567:        printf("<P>\n"
                    568:               "This web interface is documented in the "
1.69      schwarze  569:               "<A HREF=\"%s/mandoc/man8/man.cgi.8\">man.cgi</A> "
                    570:               "manual, and the "
                    571:               "<A HREF=\"%s/mandoc/man1/apropos.1\">apropos</A> "
                    572:               "manual explains the query syntax.\n"
1.64      schwarze  573:               "</P>\n",
                    574:               scriptname, scriptname);
1.6       kristaps  575:        resp_end_html();
                    576: }
                    577:
                    578: static void
1.72      schwarze  579: pg_noresult(const struct req *req, const char *msg)
1.59      schwarze  580: {
                    581:        resp_begin_html(200, NULL);
                    582:        resp_searchform(req);
                    583:        puts("<P>");
                    584:        puts(msg);
                    585:        puts("</P>");
                    586:        resp_end_html();
                    587: }
                    588:
                    589: static void
1.72      schwarze  590: pg_error_badrequest(const char *msg)
1.9       kristaps  591: {
                    592:
1.59      schwarze  593:        resp_begin_html(400, "Bad Request");
                    594:        puts("<H1>Bad Request</H1>\n"
                    595:             "<P>\n");
                    596:        puts(msg);
                    597:        printf("Try again from the\n"
                    598:               "<A HREF=\"%s\">main page</A>.\n"
1.58      schwarze  599:               "</P>", scriptname);
1.9       kristaps  600:        resp_end_html();
                    601: }
                    602:
                    603: static void
1.72      schwarze  604: pg_error_internal(void)
1.7       kristaps  605: {
                    606:        resp_begin_html(500, "Internal Server Error");
1.58      schwarze  607:        puts("<P>Internal Server Error</P>");
1.7       kristaps  608:        resp_end_html();
                    609: }
                    610:
                    611: static void
1.72      schwarze  612: pg_searchres(const struct req *req, struct manpage *r, size_t sz)
1.1       kristaps  613: {
1.81      schwarze  614:        char            *arch, *archend;
1.70      schwarze  615:        size_t           i, iuse, isec;
1.81      schwarze  616:        int              archprio, archpriouse;
1.70      schwarze  617:        int              prio, priouse;
                    618:        char             sec;
1.19      kristaps  619:
1.76      schwarze  620:        for (i = 0; i < sz; i++) {
                    621:                if (validate_filename(r[i].file))
                    622:                        continue;
                    623:                fprintf(stderr, "invalid filename %s in %s database\n",
                    624:                    r[i].file, req->q.manpath);
                    625:                pg_error_internal();
                    626:                return;
                    627:        }
                    628:
1.52      schwarze  629:        if (1 == sz) {
1.6       kristaps  630:                /*
                    631:                 * If we have just one result, then jump there now
                    632:                 * without any delay.
                    633:                 */
1.62      schwarze  634:                printf("Status: 303 See Other\r\n");
1.78      schwarze  635:                printf("Location: http://%s%s/%s/%s?",
                    636:                    HTTP_HOST, scriptname, req->q.manpath, r[0].file);
1.36      kristaps  637:                http_printquery(req);
1.62      schwarze  638:                printf("\r\n"
                    639:                     "Content-Type: text/html; charset=utf-8\r\n"
                    640:                     "\r\n");
1.6       kristaps  641:                return;
                    642:        }
                    643:
1.12      kristaps  644:        resp_begin_html(200, NULL);
1.19      kristaps  645:        resp_searchform(req);
1.33      kristaps  646:        puts("<DIV CLASS=\"results\">");
                    647:        puts("<TABLE>");
1.1       kristaps  648:
1.41      kristaps  649:        for (i = 0; i < sz; i++) {
1.20      kristaps  650:                printf("<TR>\n"
                    651:                       "<TD CLASS=\"title\">\n"
1.66      schwarze  652:                       "<A HREF=\"%s/%s/%s?",
1.58      schwarze  653:                    scriptname, req->q.manpath, r[i].file);
1.36      kristaps  654:                html_printquery(req);
                    655:                printf("\">");
1.52      schwarze  656:                html_print(r[i].names);
                    657:                printf("</A>\n"
1.20      kristaps  658:                       "</TD>\n"
                    659:                       "<TD CLASS=\"desc\">");
1.52      schwarze  660:                html_print(r[i].output);
1.20      kristaps  661:                puts("</TD>\n"
                    662:                     "</TR>");
1.1       kristaps  663:        }
1.16      kristaps  664:
1.33      kristaps  665:        puts("</TABLE>\n"
                    666:             "</DIV>");
1.70      schwarze  667:
                    668:        /*
                    669:         * In man(1) mode, show one of the pages
                    670:         * even if more than one is found.
                    671:         */
                    672:
                    673:        if (req->q.equal) {
                    674:                puts("<HR>");
                    675:                iuse = 0;
                    676:                priouse = 10;
1.81      schwarze  677:                archpriouse = 3;
1.70      schwarze  678:                for (i = 0; i < sz; i++) {
                    679:                        isec = strcspn(r[i].file, "123456789");
                    680:                        sec = r[i].file[isec];
                    681:                        if ('\0' == sec)
                    682:                                continue;
                    683:                        prio = sec_prios[sec - '1'];
1.81      schwarze  684:                        if (NULL == req->q.arch) {
                    685:                                archprio =
                    686:                                    (NULL == (arch = strchr(
                    687:                                        r[i].file + isec, '/'))) ? 3 :
                    688:                                    (NULL == (archend = strchr(
                    689:                                        arch + 1, '/'))) ? 0 :
                    690:                                    strncmp(arch, "amd64/",
                    691:                                        archend - arch) ? 2 : 1;
                    692:                                if (archprio < archpriouse) {
                    693:                                        archpriouse = archprio;
                    694:                                        priouse = prio;
                    695:                                        iuse = i;
                    696:                                        continue;
                    697:                                }
                    698:                                if (archprio > archpriouse)
                    699:                                        continue;
                    700:                        }
1.70      schwarze  701:                        if (prio >= priouse)
                    702:                                continue;
                    703:                        priouse = prio;
                    704:                        iuse = i;
                    705:                }
                    706:                resp_show(req, r[iuse].file);
                    707:        }
                    708:
1.6       kristaps  709:        resp_end_html();
                    710: }
                    711:
1.1       kristaps  712: static void
1.32      kristaps  713: catman(const struct req *req, const char *file)
1.9       kristaps  714: {
1.10      kristaps  715:        FILE            *f;
                    716:        size_t           len;
                    717:        int              i;
                    718:        char            *p;
                    719:        int              italic, bold;
1.9       kristaps  720:
1.10      kristaps  721:        if (NULL == (f = fopen(file, "r"))) {
1.70      schwarze  722:                puts("<P>You specified an invalid manual file.</P>");
1.9       kristaps  723:                return;
                    724:        }
                    725:
1.32      kristaps  726:        puts("<DIV CLASS=\"catman\">\n"
                    727:             "<PRE>");
1.10      kristaps  728:
                    729:        while (NULL != (p = fgetln(f, &len))) {
                    730:                bold = italic = 0;
                    731:                for (i = 0; i < (int)len - 1; i++) {
                    732:                        /*
                    733:                         * This means that the catpage is out of state.
                    734:                         * Ignore it and keep going (although the
                    735:                         * catpage is bogus).
                    736:                         */
                    737:
                    738:                        if ('\b' == p[i] || '\n' == p[i])
                    739:                                continue;
                    740:
                    741:                        /*
                    742:                         * Print a regular character.
                    743:                         * Close out any bold/italic scopes.
                    744:                         * If we're in back-space mode, make sure we'll
                    745:                         * have something to enter when we backspace.
                    746:                         */
                    747:
                    748:                        if ('\b' != p[i + 1]) {
                    749:                                if (italic)
                    750:                                        printf("</I>");
                    751:                                if (bold)
                    752:                                        printf("</B>");
                    753:                                italic = bold = 0;
                    754:                                html_putchar(p[i]);
                    755:                                continue;
                    756:                        } else if (i + 2 >= (int)len)
                    757:                                continue;
                    758:
                    759:                        /* Italic mode. */
                    760:
                    761:                        if ('_' == p[i]) {
                    762:                                if (bold)
                    763:                                        printf("</B>");
                    764:                                if ( ! italic)
                    765:                                        printf("<I>");
                    766:                                bold = 0;
                    767:                                italic = 1;
                    768:                                i += 2;
                    769:                                html_putchar(p[i]);
                    770:                                continue;
                    771:                        }
                    772:
                    773:                        /*
                    774:                         * Handle funny behaviour troff-isms.
                    775:                         * These grok'd from the original man2html.c.
                    776:                         */
                    777:
                    778:                        if (('+' == p[i] && 'o' == p[i + 2]) ||
                    779:                                        ('o' == p[i] && '+' == p[i + 2]) ||
                    780:                                        ('|' == p[i] && '=' == p[i + 2]) ||
                    781:                                        ('=' == p[i] && '|' == p[i + 2]) ||
                    782:                                        ('*' == p[i] && '=' == p[i + 2]) ||
                    783:                                        ('=' == p[i] && '*' == p[i + 2]) ||
                    784:                                        ('*' == p[i] && '|' == p[i + 2]) ||
                    785:                                        ('|' == p[i] && '*' == p[i + 2]))  {
                    786:                                if (italic)
                    787:                                        printf("</I>");
                    788:                                if (bold)
                    789:                                        printf("</B>");
                    790:                                italic = bold = 0;
                    791:                                putchar('*');
                    792:                                i += 2;
                    793:                                continue;
                    794:                        } else if (('|' == p[i] && '-' == p[i + 2]) ||
                    795:                                        ('-' == p[i] && '|' == p[i + 1]) ||
                    796:                                        ('+' == p[i] && '-' == p[i + 1]) ||
                    797:                                        ('-' == p[i] && '+' == p[i + 1]) ||
                    798:                                        ('+' == p[i] && '|' == p[i + 1]) ||
                    799:                                        ('|' == p[i] && '+' == p[i + 1]))  {
                    800:                                if (italic)
                    801:                                        printf("</I>");
                    802:                                if (bold)
                    803:                                        printf("</B>");
                    804:                                italic = bold = 0;
                    805:                                putchar('+');
                    806:                                i += 2;
                    807:                                continue;
                    808:                        }
                    809:
                    810:                        /* Bold mode. */
                    811:
                    812:                        if (italic)
                    813:                                printf("</I>");
                    814:                        if ( ! bold)
                    815:                                printf("<B>");
                    816:                        bold = 1;
                    817:                        italic = 0;
                    818:                        i += 2;
                    819:                        html_putchar(p[i]);
                    820:                }
                    821:
                    822:                /*
                    823:                 * Clean up the last character.
                    824:                 * We can get to a newline; don't print that.
                    825:                 */
1.9       kristaps  826:
1.10      kristaps  827:                if (italic)
                    828:                        printf("</I>");
                    829:                if (bold)
                    830:                        printf("</B>");
1.9       kristaps  831:
1.10      kristaps  832:                if (i == (int)len - 1 && '\n' != p[i])
                    833:                        html_putchar(p[i]);
1.9       kristaps  834:
1.10      kristaps  835:                putchar('\n');
                    836:        }
                    837:
                    838:        puts("</PRE>\n"
1.70      schwarze  839:             "</DIV>");
1.10      kristaps  840:
                    841:        fclose(f);
1.9       kristaps  842: }
                    843:
                    844: static void
1.32      kristaps  845: format(const struct req *req, const char *file)
1.7       kristaps  846: {
1.8       kristaps  847:        struct mparse   *mp;
                    848:        int              fd;
                    849:        struct mdoc     *mdoc;
                    850:        struct man      *man;
                    851:        void            *vp;
                    852:        enum mandoclevel rc;
1.45      schwarze  853:        char             opts[PATH_MAX + 128];
1.7       kristaps  854:
1.8       kristaps  855:        if (-1 == (fd = open(file, O_RDONLY, 0))) {
1.70      schwarze  856:                puts("<P>You specified an invalid manual file.</P>");
1.7       kristaps  857:                return;
                    858:        }
                    859:
1.56      schwarze  860:        mp = mparse_alloc(MPARSE_SO, MANDOCLEVEL_FATAL, NULL,
1.58      schwarze  861:            req->q.manpath);
1.8       kristaps  862:        rc = mparse_readfd(mp, fd, file);
                    863:        close(fd);
1.7       kristaps  864:
1.8       kristaps  865:        if (rc >= MANDOCLEVEL_FATAL) {
1.59      schwarze  866:                fprintf(stderr, "fatal mandoc error: %s/%s\n",
                    867:                    req->q.manpath, file);
1.72      schwarze  868:                pg_error_internal();
1.7       kristaps  869:                return;
                    870:        }
                    871:
1.79      schwarze  872:        snprintf(opts, sizeof(opts), "fragment,man=%s?"
                    873:            "manpath=%s&amp;query=%%N&amp;sec=%%S&amp;arch=%s",
                    874:            scriptname, req->q.manpath,
                    875:            req->q.arch ? req->q.arch : "");
1.10      kristaps  876:
1.49      schwarze  877:        mparse_result(mp, &mdoc, &man, NULL);
1.32      kristaps  878:        if (NULL == man && NULL == mdoc) {
1.59      schwarze  879:                fprintf(stderr, "fatal mandoc error: %s/%s\n",
                    880:                    req->q.manpath, file);
1.72      schwarze  881:                pg_error_internal();
1.32      kristaps  882:                mparse_free(mp);
                    883:                return;
                    884:        }
                    885:
1.10      kristaps  886:        vp = html_alloc(opts);
1.7       kristaps  887:
1.32      kristaps  888:        if (NULL != mdoc)
1.8       kristaps  889:                html_mdoc(vp, mdoc);
1.32      kristaps  890:        else
1.8       kristaps  891:                html_man(vp, man);
1.32      kristaps  892:
1.8       kristaps  893:        html_free(vp);
                    894:        mparse_free(mp);
1.7       kristaps  895: }
                    896:
                    897: static void
1.70      schwarze  898: resp_show(const struct req *req, const char *file)
                    899: {
1.76      schwarze  900:
                    901:        if ('.' == file[0] && '/' == file[1])
1.71      schwarze  902:                file += 2;
1.70      schwarze  903:
                    904:        if ('c' == *file)
                    905:                catman(req, file);
                    906:        else
                    907:                format(req, file);
                    908: }
                    909:
                    910: static void
1.84    ! schwarze  911: pg_show(struct req *req, const char *fullpath)
1.1       kristaps  912: {
1.84    ! schwarze  913:        char            *manpath;
        !           914:        const char      *file;
1.25      kristaps  915:
1.84    ! schwarze  916:        if ((file = strchr(fullpath, '/')) == NULL) {
1.72      schwarze  917:                pg_error_badrequest(
1.59      schwarze  918:                    "You did not specify a page to show.");
1.25      kristaps  919:                return;
                    920:        }
1.84    ! schwarze  921:        manpath = mandoc_strndup(fullpath, file - fullpath);
        !           922:        file++;
1.6       kristaps  923:
1.84    ! schwarze  924:        if ( ! validate_manpath(req, manpath)) {
1.77      schwarze  925:                pg_error_badrequest(
                    926:                    "You specified an invalid manpath.");
1.84    ! schwarze  927:                free(manpath);
1.77      schwarze  928:                return;
                    929:        }
                    930:
1.24      kristaps  931:        /*
1.58      schwarze  932:         * Begin by chdir()ing into the manpath.
1.24      kristaps  933:         * This way we can pick up the database files, which are
                    934:         * relative to the manpath root.
                    935:         */
                    936:
1.84    ! schwarze  937:        if (chdir(manpath) == -1) {
1.77      schwarze  938:                fprintf(stderr, "chdir %s: %s\n",
1.84    ! schwarze  939:                    manpath, strerror(errno));
1.77      schwarze  940:                pg_error_internal();
1.84    ! schwarze  941:                free(manpath);
1.76      schwarze  942:                return;
                    943:        }
                    944:
1.84    ! schwarze  945:        if (strcmp(manpath, "mandoc")) {
        !           946:                free(req->q.manpath);
        !           947:                req->q.manpath = manpath;
        !           948:        } else
        !           949:                free(manpath);
        !           950:
        !           951:        if ( ! validate_filename(file)) {
1.76      schwarze  952:                pg_error_badrequest(
                    953:                    "You specified an invalid manual file.");
1.24      kristaps  954:                return;
                    955:        }
1.79      schwarze  956:
1.70      schwarze  957:        resp_begin_html(200, NULL);
                    958:        resp_searchform(req);
1.84    ! schwarze  959:        resp_show(req, file);
1.70      schwarze  960:        resp_end_html();
1.6       kristaps  961: }
                    962:
                    963: static void
1.66      schwarze  964: pg_search(const struct req *req)
1.6       kristaps  965: {
1.52      schwarze  966:        struct mansearch          search;
                    967:        struct manpaths           paths;
                    968:        struct manpage           *res;
                    969:        char                    **cp;
                    970:        const char               *ep, *start;
                    971:        size_t                    ressz;
                    972:        int                       i, sz;
1.6       kristaps  973:
                    974:        /*
1.24      kristaps  975:         * Begin by chdir()ing into the root of the manpath.
                    976:         * This way we can pick up the database files, which are
                    977:         * relative to the manpath root.
                    978:         */
                    979:
1.58      schwarze  980:        if (-1 == (chdir(req->q.manpath))) {
1.77      schwarze  981:                fprintf(stderr, "chdir %s: %s\n",
                    982:                    req->q.manpath, strerror(errno));
                    983:                pg_error_internal();
1.24      kristaps  984:                return;
                    985:        }
                    986:
1.52      schwarze  987:        search.arch = req->q.arch;
                    988:        search.sec = req->q.sec;
1.65      schwarze  989:        search.deftype = req->q.equal ? TYPE_Nm : (TYPE_Nm | TYPE_Nd);
                    990:        search.flags = req->q.equal ? MANSEARCH_MAN : 0;
1.52      schwarze  991:
                    992:        paths.sz = 1;
                    993:        paths.paths = mandoc_malloc(sizeof(char *));
                    994:        paths.paths[0] = mandoc_strdup(".");
1.24      kristaps  995:
                    996:        /*
                    997:         * Poor man's tokenisation: just break apart by spaces.
1.6       kristaps  998:         * Yes, this is half-ass.  But it works for now.
                    999:         */
                   1000:
1.52      schwarze 1001:        ep = req->q.expr;
1.6       kristaps 1002:        while (ep && isspace((unsigned char)*ep))
                   1003:                ep++;
                   1004:
1.52      schwarze 1005:        sz = 0;
                   1006:        cp = NULL;
1.6       kristaps 1007:        while (ep && '\0' != *ep) {
1.51      schwarze 1008:                cp = mandoc_reallocarray(cp, sz + 1, sizeof(char *));
1.6       kristaps 1009:                start = ep;
                   1010:                while ('\0' != *ep && ! isspace((unsigned char)*ep))
                   1011:                        ep++;
                   1012:                cp[sz] = mandoc_malloc((ep - start) + 1);
                   1013:                memcpy(cp[sz], start, ep - start);
                   1014:                cp[sz++][ep - start] = '\0';
                   1015:                while (isspace((unsigned char)*ep))
                   1016:                        ep++;
                   1017:        }
                   1018:
1.59      schwarze 1019:        if (0 == mansearch(&search, &paths, sz, cp, "Nd", &res, &ressz))
1.72      schwarze 1020:                pg_noresult(req, "You entered an invalid query.");
1.59      schwarze 1021:        else if (0 == ressz)
1.72      schwarze 1022:                pg_noresult(req, "No results found.");
1.59      schwarze 1023:        else
1.72      schwarze 1024:                pg_searchres(req, res, ressz);
1.6       kristaps 1025:
                   1026:        for (i = 0; i < sz; i++)
                   1027:                free(cp[i]);
1.52      schwarze 1028:        free(cp);
                   1029:
                   1030:        for (i = 0; i < (int)ressz; i++) {
                   1031:                free(res[i].file);
                   1032:                free(res[i].names);
                   1033:                free(res[i].output);
                   1034:        }
                   1035:        free(res);
1.6       kristaps 1036:
1.52      schwarze 1037:        free(paths.paths[0]);
                   1038:        free(paths.paths);
1.1       kristaps 1039: }
                   1040:
                   1041: int
                   1042: main(void)
                   1043: {
1.66      schwarze 1044:        struct req       req;
                   1045:        const char      *path;
1.83      schwarze 1046:        const char      *querystring;
1.1       kristaps 1047:        int              i;
1.6       kristaps 1048:
1.24      kristaps 1049:        /* Scan our run-time environment. */
1.6       kristaps 1050:
1.58      schwarze 1051:        if (NULL == (scriptname = getenv("SCRIPT_NAME")))
                   1052:                scriptname = "";
1.24      kristaps 1053:
1.80      schwarze 1054:        if ( ! validate_urifrag(scriptname)) {
                   1055:                fprintf(stderr, "unsafe SCRIPT_NAME \"%s\"\n",
                   1056:                    scriptname);
                   1057:                pg_error_internal();
                   1058:                return(EXIT_FAILURE);
                   1059:        }
                   1060:
1.24      kristaps 1061:        /*
1.67      schwarze 1062:         * First we change directory into the MAN_DIR so that
1.24      kristaps 1063:         * subsequent scanning for manpath directories is rooted
                   1064:         * relative to the same position.
                   1065:         */
                   1066:
1.67      schwarze 1067:        if (-1 == chdir(MAN_DIR)) {
1.58      schwarze 1068:                fprintf(stderr, "MAN_DIR: %s: %s\n",
1.67      schwarze 1069:                    MAN_DIR, strerror(errno));
1.72      schwarze 1070:                pg_error_internal();
1.24      kristaps 1071:                return(EXIT_FAILURE);
                   1072:        }
                   1073:
                   1074:        memset(&req, 0, sizeof(struct req));
1.54      schwarze 1075:        pathgen(&req);
1.1       kristaps 1076:
1.24      kristaps 1077:        /* Next parse out the query string. */
1.1       kristaps 1078:
1.58      schwarze 1079:        if (NULL != (querystring = getenv("QUERY_STRING")))
                   1080:                http_parse(&req, querystring);
1.77      schwarze 1081:
                   1082:        if ( ! validate_manpath(&req, req.q.manpath)) {
                   1083:                pg_error_badrequest(
                   1084:                    "You specified an invalid manpath.");
                   1085:                return(EXIT_FAILURE);
                   1086:        }
1.1       kristaps 1087:
1.80      schwarze 1088:        if ( ! (NULL == req.q.arch || validate_urifrag(req.q.arch))) {
                   1089:                pg_error_badrequest(
                   1090:                    "You specified an invalid architecture.");
                   1091:                return(EXIT_FAILURE);
                   1092:        }
                   1093:
1.66      schwarze 1094:        /* Dispatch to the three different pages. */
1.1       kristaps 1095:
1.66      schwarze 1096:        path = getenv("PATH_INFO");
                   1097:        if (NULL == path)
                   1098:                path = "";
                   1099:        else if ('/' == *path)
                   1100:                path++;
                   1101:
                   1102:        if ('\0' != *path)
                   1103:                pg_show(&req, path);
                   1104:        else if (NULL != req.q.expr)
                   1105:                pg_search(&req);
                   1106:        else
1.72      schwarze 1107:                pg_index(&req);
1.1       kristaps 1108:
1.83      schwarze 1109:        free(req.q.manpath);
                   1110:        free(req.q.arch);
                   1111:        free(req.q.sec);
                   1112:        free(req.q.expr);
1.52      schwarze 1113:        for (i = 0; i < (int)req.psz; i++)
                   1114:                free(req.p[i]);
1.24      kristaps 1115:        free(req.p);
1.1       kristaps 1116:        return(EXIT_SUCCESS);
1.24      kristaps 1117: }
                   1118:
                   1119: /*
                   1120:  * Scan for indexable paths.
                   1121:  */
                   1122: static void
1.54      schwarze 1123: pathgen(struct req *req)
1.24      kristaps 1124: {
1.54      schwarze 1125:        FILE    *fp;
                   1126:        char    *dp;
                   1127:        size_t   dpsz;
                   1128:
1.74      schwarze 1129:        if (NULL == (fp = fopen("manpath.conf", "r"))) {
                   1130:                fprintf(stderr, "%s/manpath.conf: %s\n",
                   1131:                        MAN_DIR, strerror(errno));
                   1132:                pg_error_internal();
                   1133:                exit(EXIT_FAILURE);
                   1134:        }
1.24      kristaps 1135:
1.54      schwarze 1136:        while (NULL != (dp = fgetln(fp, &dpsz))) {
1.55      schwarze 1137:                if ('\n' == dp[dpsz - 1])
                   1138:                        dpsz--;
1.54      schwarze 1139:                req->p = mandoc_realloc(req->p,
                   1140:                    (req->psz + 1) * sizeof(char *));
1.80      schwarze 1141:                dp = mandoc_strndup(dp, dpsz);
                   1142:                if ( ! validate_urifrag(dp)) {
                   1143:                        fprintf(stderr, "%s/manpath.conf contains "
                   1144:                            "unsafe path \"%s\"\n", MAN_DIR, dp);
                   1145:                        pg_error_internal();
                   1146:                        exit(EXIT_FAILURE);
                   1147:                }
                   1148:                if (NULL != strchr(dp, '/')) {
                   1149:                        fprintf(stderr, "%s/manpath.conf contains "
                   1150:                            "path with slash \"%s\"\n", MAN_DIR, dp);
                   1151:                        pg_error_internal();
                   1152:                        exit(EXIT_FAILURE);
                   1153:                }
                   1154:                req->p[req->psz++] = dp;
1.74      schwarze 1155:        }
                   1156:
                   1157:        if ( req->p == NULL ) {
                   1158:                fprintf(stderr, "%s/manpath.conf is empty\n", MAN_DIR);
                   1159:                pg_error_internal();
                   1160:                exit(EXIT_FAILURE);
1.24      kristaps 1161:        }
                   1162: }

CVSweb