encryption plugin directory layout
This commit is contained in:
parent
b399a968eb
commit
d99fcf3df0
|
@ -286,26 +286,35 @@ set_target_properties(maskpass PROPERTIES
|
|||
)
|
||||
install(TARGETS maskpass DESTINATION ${GTM_INSTALL_DIR}/plugin/gtmcrypt)
|
||||
|
||||
# these files need to end up in ${GTM_INSTALL_DIR}/plugin/gtmcrypt/source.tar
|
||||
#foreach(encryptsource
|
||||
# gtmcrypt_ref.c
|
||||
# gtmcrypt_ref.h
|
||||
# gtmcrypt_interface.h
|
||||
# gtmxc_types.h
|
||||
# maskpass.c
|
||||
# gtmcrypt_dbk_ref.c
|
||||
# gtmcrypt_dbk_ref.h
|
||||
# gtmcrypt_pk_ref.c
|
||||
# gtmcrypt_pk_ref.h
|
||||
# gtmcrypt_sym_ref.h
|
||||
# install.sh
|
||||
# build.sh
|
||||
# pinentry.m
|
||||
# )
|
||||
#endforeach()
|
||||
|
||||
foreach(f
|
||||
add_db_key.sh
|
||||
build.sh
|
||||
encrypt_sign_db_key.sh
|
||||
gen_keypair.sh
|
||||
gen_sym_hash.sh
|
||||
gen_sym_key.sh
|
||||
gtmcrypt_dbk_ref.c
|
||||
gtmcrypt_dbk_ref.h
|
||||
gtmcrypt_interface.h
|
||||
gtmcrypt_pk_ref.c
|
||||
gtmcrypt_pk_ref.h
|
||||
gtmcrypt_ref.c
|
||||
gtmcrypt_ref.h
|
||||
gtmcrypt_sym_ref.h
|
||||
gtminstall.sh
|
||||
gtmcrypt.tab
|
||||
import_and_sign_key.sh
|
||||
install.sh
|
||||
maskpass.c
|
||||
maskpass
|
||||
pinentry-gtm.sh
|
||||
pinentry.m
|
||||
)
|
||||
set(f_in "${GTM_SOURCE_DIR}/sr_unix/${f}")
|
||||
set(f_out "${GTM_BINARY_DIR}/plugin/gtmcrypt/${f}")
|
||||
|
@ -320,7 +329,6 @@ endforeach()
|
|||
|
||||
install(TARGETS
|
||||
mumps
|
||||
dbcertify
|
||||
dse
|
||||
lke
|
||||
geteuid
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
getpass:char* getpass^GETPASS(I:gtm_int_t)
|
Loading…
Reference in New Issue