#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 "XrdSys/XrdSysHeaders.hh"
#include "XrdSec/XrdSecInterface.hh"
Go to the source code of this file.
Defines | |
#define | H(x) fprintf(stderr,x); fprintf(stderr, "\n"); |
#define | I(x) fprintf(stderr, "\n"); H(x) |
Functions | |
int | main (int argc, char **argv) |
char * | tohex (char *inbuff, int inlen, char *outbuff) |
void | help (int rc) |
Variables | |
const char * | XrdSectestClientCVSID = "$Id: XrdSectestClient.cc 27487 2009-02-18 13:17:34Z ganis $" |
Definition at line 38 of file XrdSectestClient.cc.
Referenced by ROOT::Math::GoFTest::AndersonDarling2SamplesTest(), clip(), TFITSHDU::GetArrayColumn(), TFITSHDU::GetArrayRow(), ROOT::Math::GoFTest::GetSigmaN(), help(), TMatrixDEigen::MakeHessenBerg(), TMatrixDEigen::MakeSchurr(), mstress_determinant(), TUnfoldSys::PrepareUncorrEmat(), stress_determinant(), test_smatrix_kalman(), TestRunner< NDIM1, NDIM2 >::test_smatrix_kalman(), TestRunner< NDIM1, NDIM2 >::test_smatrix_sym_kalman(), test_smatrix_sym_kalman(), test_tmatrix_kalman(), TestRunner< NDIM1, NDIM2 >::test_tmatrix_kalman(), and th2polyEurope().
Definition at line 39 of file XrdSectestClient.cc.
Referenced by RooAddition::analyticalIntegral(), ROOT::Math::meta_matrix_dot< I >::f(), ROOT::Math::meta_row_dot< I >::f(), ROOT::Math::meta_col_dot< I >::f(), ROOT::Math::meta_dot< I >::f(), ROOT::Math::meta_mag< I >::f(), ROOT::Math::meta_matrix_dot< I >::g(), G__G__GenVector_179_0_7(), RooAddition::getAnalyticalIntegral(), help(), hz_calc(), test_smatrix_kalman(), TestRunner< NDIM1, NDIM2 >::test_smatrix_kalman(), TestRunner< NDIM1, NDIM2 >::test_smatrix_sym_kalman(), test_smatrix_sym_kalman(), test_tmatrix_kalman(), and TestRunner< NDIM1, NDIM2 >::test_tmatrix_kalman().
void help | ( | int | rc | ) |
Definition at line 168 of file XrdSectestClient.cc.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 45 of file XrdSectestClient.cc.
References XrdSecBuffer::buffer, c, DebugON, XrdSecProtocol::Delete(), EOF, fwrite, XrdSecProtocol::getCredentials(), getenv(), help(), hp, optarg, optind, putenv, XrdSecBuffer::size, size_t, tohex(), and XrdSecGetProtocol().
char* tohex | ( | char * | inbuff, | |
int | inlen, | |||
char * | outbuff | |||
) |
const char* XrdSectestClientCVSID = "$Id: XrdSectestClient.cc 27487 2009-02-18 13:17:34Z ganis $" |
Definition at line 13 of file XrdSectestClient.cc.