#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <getopt.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <dlfcn.h>
#include <ctype.h>
#include <gfal_api.h>
#include "lcg_util.h"
#include "ss-util.h"
#include "lcg_sdel.h"
#include "keystore_client.h"
Go to the source code of this file.
Functions | |
int | lcg_sdel (char *src_file, int aflag, char *se, char *vo, char *conf_file, int insecure, int verbose, int timeout) |
secure delete |
Definition in file lcg_sdel.c.
|
secure delete delete a grid file and associated KEY if necessary.
Definition at line 98 of file lcg_sdel.c. References accept_host, accept_lfn, accept_vo, errno, insecure, LCG_MAXPATHLEN, ss_check_lfn(), ss_delete_key(), SS_EINVALLFN, SS_EINVALSE, SS_EINVALVO, SS_ENOENT, SS_ESOURCENAMETOOLONG, ss_get_lfchome(), and verbose. Referenced by main(). |