#include <unistd.h>#include <ctype.h>#include <errno.h>#include <stdlib.h>#include <strings.h>#include <stdio.h>#include <netdb.h>#include <arpa/inet.h>#include <sys/param.h>#include <sys/socket.h>#include "XrdOuc/XrdOucErrInfo.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdSec/XrdSecInterface.hh"Include dependency graph for XrdSectestServer.cc:

Classes | |
| struct | myOpts |
Defines | |
| #define | H(x) fprintf(stderr,x); fprintf(stderr, "\n"); |
| #define | I(x) fprintf(stderr, "\n"); H(x) |
| #define | insx(a, b) sprintf(errbuff,a,b) |
| #define | insy(a, b, c) sprintf(errbuff,a,b,c) |
Typedefs | |
| typedef unsigned char | uchar |
Functions | |
| int | getbintix (uchar *buff, int blen) |
| void | getargs (int argc, char **argv) |
| int | unhex (uchar *ibuff, uchar *obuff, int blen) |
| int | cvtx (uchar idig, uchar *odig) |
| void | getline (uchar *buff, int blen) |
| char * | Ereason () |
| int | emsg (int rc, char *msg) |
| void | help (int rc) |
| void | xerr (int x) |
| int | main (int argc, char **argv) |
Variables | |
| const char * | XrdSectestServerCVSID = "$Id$" |
| myOpts | opts |
| char | errbuff [256] |
| char | hexbuff [256] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1