Icinga-core 1.4.0
next gen monitoring
cgi/getcgi.c File Reference
#include "../include/config.h"
#include "../include/getcgi.h"
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void sanitize_cgi_input (char **cgivars)
unsigned char hex_to_char (char *input)
void unescape_cgi_input (char *input)
char ** getcgivars (void)
void free_cgivars (char **cgivars)

Function Documentation

void free_cgivars ( char **  cgivars)

Definition at line 292 of file getcgi.c.

char** getcgivars ( void  )

Definition at line 129 of file getcgi.c.

unsigned char hex_to_char ( char *  input)

Definition at line 68 of file getcgi.c.

void sanitize_cgi_input ( char **  cgivars)

Definition at line 35 of file getcgi.c.

void unescape_cgi_input ( char *  input)

Definition at line 101 of file getcgi.c.

 All Data Structures Files Functions Variables Typedefs Defines