CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
preload.cc File Reference
#include "cvmfs_config.h"
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string>
#include "compression.h"
#include "crypto/signature.h"
#include "network/download.h"
#include "statistics.h"
#include "swissknife.h"
#include "swissknife_pull.h"
#include "util/logging.h"
#include "util/posix.h"
#include "util/string.h"
#include "util/uuid.h"
Include dependency graph for preload.cc:

Go to the source code of this file.

Namespaces

 swissknife
 

Functions

void swissknife::Usage ()
 
static char CheckParameters (const string &params, swissknife::ArgumentList *args)
 
static bool HasDirtabChanged (const string &dirtab_src, const string &dirtab_dst)
 
int main (int argc, char *argv[])
 

Variables

const char * kVersion = VERSION
 
const int kDefaultPreloaderTimeout = 10
 
const int kDefaultPreloaderRetries = 2
 
const char gCernIt1PublicKey []
 
const char gCernIt4PublicKey []
 
const char gCernIt5PublicKey []
 

Function Documentation

static char CheckParameters ( const string &  params,
swissknife::ArgumentList args 
)
static

Definition at line 83 of file preload.cc.

Referenced by main().

Here is the caller graph for this function:

static bool HasDirtabChanged ( const string &  dirtab_src,
const string &  dirtab_dst 
)
static

Definition at line 94 of file preload.cc.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 109 of file preload.cc.

Here is the call graph for this function:

Variable Documentation

const char gCernIt1PublicKey[]
Initial value:
=
"-----BEGIN PUBLIC KEY-----\n"
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo8uKvscgW7FNxzb65Uhm\n"
"yr8jPJiyrl2kVzb/hhgdfN14C0tCbfFoE6ciuZFg+9ytLeiL9pzM96gSC+atIFl4\n"
"7wTgtAFO1W4PtDQBwA/IG2bnwvNrzk19ob0JYhjZlS9tYKeh7TKCub55+vMwcEbP\n"
"urzo3WSNCzJngiGMh1vM5iSlGLpCdSGzdwxLGwc1VjRM7q3KAd7M7TJCynKqXZPX\n"
"R2xiD6I/p4xv39AnwphCFSmDh0MWE1WeeNHIiiveikvvN+l8d/ZNASIDhKNCsz6o\n"
"aFDsGXvjGy7dg43YzjSSYSFGUnONtl5Fe6y4bQZj1LEPbeInW334MAbMwYF4LKma\n"
"yQIDAQAB\n"
"-----END PUBLIC KEY-----\n"

Definition at line 49 of file preload.cc.

Referenced by main().

const char gCernIt4PublicKey[]
Initial value:
=
"-----BEGIN PUBLIC KEY-----\n"
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzlAraXimfJP5ie0KtDAE\n"
"rNUU5d9bzst+kqfhnb0U0OUtmCIbsueaDlbMmTdRSHMr+T0jI8i9CZxJwtxDqll+\n"
"UuB3Li2hYBhk0tYTy29JJYvofVULvrw1kMSLKyTWnV30/MHjYxhLHoZWfdepTjVg\n"
"lM0rP58K10wR3Z/AaaikOcy4z6P/MHs9ES1jdZqEBQEmmzKw5nf7pfU2QuVWJrKP\n"
"wZ9XeYDzipVbMc1zaLEK0slE+bm2ge/Myvuj/rpYKT+6qzbasQg62abGFuOrjgKI\n"
"X4/BVnilkhUfH6ssRKw4yehlKG1M5KJje2+y+iVvLbfoaw3g1Sjrf4p3Gq+ul7AC\n"
"PwIDAQAB\n"
"-----END PUBLIC KEY-----\n"

Definition at line 60 of file preload.cc.

Referenced by main().

const char gCernIt5PublicKey[]
Initial value:
=
"-----BEGIN PUBLIC KEY-----\n"
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqFzLLZAg2xmHJLbbq0+N\n"
"eYtjRDghUK5mYhARndnC3skFVowDTiqJVc9dIDX5zuxQ9HyC0iKM1HbvN64IH/Uf\n"
"qoXLyZLiXbFwpg6BtEJxwhijdZCiCC5PC//Bb7zSFIVZvWjndujr6ejaY6kx3+jI\n"
"sU1HSJ66pqorj+D1fbZCziLcWbS1GzceZ7aTYYPUdGZF1CgjBK5uKrEAoBsPgjWo\n"
"+YOEkjskY7swfhUzkCe0YyMyAaS0gsWgYrY2ebrpauFFqKxveKWjDVBTGcwDhiBX\n"
"60inUgD6CJXhUpvGHfU8V7Bv6l7dmyzhq/Bk2kRC92TIvxfaHRmS7nuknUY0hW6t\n"
"2QIDAQAB\n"
"-----END PUBLIC KEY-----\n"

Definition at line 71 of file preload.cc.

Referenced by main().

const int kDefaultPreloaderRetries = 2

Definition at line 29 of file preload.cc.

Referenced by main(), and swissknife::Usage().

const int kDefaultPreloaderTimeout = 10

Definition at line 28 of file preload.cc.

Referenced by main(), and swissknife::Usage().