group
group__libshare__syspkg
Provides the capabilities for creating, signing, extracting, and certifying a set of files associated with a particular release distribution package.

Project Distribution Packaging

typedef
typedef int(* shpkg_op_t)(shpkg_t *, char *, shfs_ino_t *)
function
int shpkg_extract_op
(shpkg_t *pkg, char *path, SHFL *file)
[ ]
function
int shpkg_sign_op
(shpkg_t *pkg, char *path, SHFL *file)
[ ]
function
int shpkg_unsign_op
(shpkg_t *pkg, char *path, SHFL *file)
[ ]
function
int shpkg_remove_op
(shpkg_t *pkg, char *path, SHFL *file)
[ ]
function
int shpkg_list_op
(shpkg_t *pkg, char *path, SHFL *file)
[ ]
function
int shpkg_op_dir
(shpkg_t *pkg, char *dir_name, char *fspec, shpkg_op_t op)
function
int shpkg_init
(char *pkg_name, shpkg_t **pkg_p)
function
shkey_t* shpkg_sig
(shpkg_t *pkg)
function
void shpkg_free
(shpkg_t **pkg_p)
function
char* shpkg_version
(shpkg_t *pkg)
function
void shpkg_version_set
(shpkg_t *pkg, char *ver_text)
function
char* shpkg_name_filter
(char *in_name)
function
char* shpkg_name
(shpkg_t *pkg)
function
shpkg_t* shpkg_load
(char *pkg_name, shkey_t *cert_sig)
function
int shpkg_sign_remove
(shpkg_t *pkg)
function
int shpkg_extract
(shpkg_t *pkg)
function
int shpkg_owner
(shpkg_t *pkg)
function
int shpkg_cert_clear
(shpkg_t *pkg)
function
int shpkg_remove
(shpkg_t *pkg)
function
SHFL* shpkg_spec_file
(shpkg_t *pkg)
function
int shpkg_sign
(shpkg_t *pkg, shesig_t *parent, int flags, unsigned char *key_data, size_t key_len)
function
int shpkg_sign_name
(shpkg_t *pkg, char *parent_alias, int flags, unsigned char *key_data, size_t key_len)
function
int shpkg_extract_files
(shpkg_t *pkg, char *fspec)
function
int shpkg_file_license
(shpkg_t *pkg, SHFL *file)
[ ]
function
int shpkg_add
(shpkg_t *pkg, SHFL *file)
[ ]
define
SHPKGOP_EXTRACT
&shpkg_extract_op
define
SHPKGOP_SIGN
&shpkg_sign_op
define
SHPKGOP_UNSIGN
&shpkg_unsign_op
define
SHPKGOP_REMOVE
&shpkg_remove_op
define
SHPKGOP_LIST
&shpkg_list_op