Home
last modified time | relevance | path

Searched refs:sigpath (Results 1 – 25 of 51) sorted by relevance

123

/dports/mail/rspamd-devel/rspamd-93430bb/src/rspamadm/
H A Dsigntool.c282 gchar sigpath[PATH_MAX]; in rspamadm_sign_file() local
307 rspamd_snprintf (sigpath, sizeof (sigpath), "%s%s", fname, suffix); in rspamadm_sign_file()
335 rspamd_snprintf (sigpath, sizeof (sigpath), "%s.new", fname); in rspamadm_sign_file()
337 if (rename (sigpath, fname) == -1) { in rspamadm_sign_file()
343 unlink (sigpath); in rspamadm_sign_file()
346 rspamd_snprintf (sigpath, sizeof (sigpath), "%s%s", fname, suffix); in rspamadm_sign_file()
359 fname, sigpath); in rspamadm_sign_file()
396 gchar sigpath[PATH_MAX]; in rspamadm_verify_file() local
417 rspamd_snprintf (sigpath, sizeof (sigpath), "%s%s", fname, suffix); in rspamadm_verify_file()
464 fname, sigpath); in rspamadm_verify_file()
[all …]
/dports/mail/rspamd/rspamd-3.1/src/rspamadm/
H A Dsigntool.c282 gchar sigpath[PATH_MAX]; in rspamadm_sign_file() local
307 rspamd_snprintf (sigpath, sizeof (sigpath), "%s%s", fname, suffix); in rspamadm_sign_file()
335 rspamd_snprintf (sigpath, sizeof (sigpath), "%s.new", fname); in rspamadm_sign_file()
337 if (rename (sigpath, fname) == -1) { in rspamadm_sign_file()
343 unlink (sigpath); in rspamadm_sign_file()
346 rspamd_snprintf (sigpath, sizeof (sigpath), "%s%s", fname, suffix); in rspamadm_sign_file()
359 fname, sigpath); in rspamadm_sign_file()
396 gchar sigpath[PATH_MAX]; in rspamadm_verify_file() local
417 rspamd_snprintf (sigpath, sizeof (sigpath), "%s%s", fname, suffix); in rspamadm_verify_file()
464 fname, sigpath); in rspamadm_verify_file()
[all …]
/dports/www/py-weboob/weboob-2.0/weboob/applications/weboobrepos/
H A Dweboobrepos.py198 sigpath = filepath + '.sig'
200 if os.path.exists(sigpath):
201 sig_mtime = int(os.path.getmtime(sigpath))
202 if not os.path.exists(sigpath) or sig_mtime < file_mtime:
204 if os.path.exists(sigpath):
205 os.remove(sigpath)
212 '--output', sigpath,
214 os.utime(sigpath, (file_mtime, file_mtime))
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dbe_package.c303 char *sigpath = _alpm_sigpath(handle, pkgfile); in _alpm_pkg_validate_internal() local
304 if(sigpath && !_alpm_access(handle, NULL, sigpath, R_OK)) { in _alpm_pkg_validate_internal()
307 free(sigpath); in _alpm_pkg_validate_internal()
708 if((fp = fopen(sigpath, "rb")) == NULL) { in read_sigfile()
733 char *sigpath; in alpm_pkg_load() local
738 sigpath = _alpm_sigpath(handle, filename); in alpm_pkg_load()
739 if(sigpath && !_alpm_access(handle, NULL, sigpath, R_OK)) { in alpm_pkg_load()
744 int len = read_sigfile(sigpath, &sig); in alpm_pkg_load()
749 free(sigpath); in alpm_pkg_load()
770 free(sigpath); in alpm_pkg_load()
[all …]
H A Dsigning.c504 char *sigpath = NULL; in _alpm_gpgme_checksig() local
518 sigpath = _alpm_sigpath(handle, path); in _alpm_gpgme_checksig()
519 if(_alpm_access(handle, NULL, sigpath, R_OK) != 0 in _alpm_gpgme_checksig()
520 || (sigfile = fopen(sigpath, "rb")) == NULL) { in _alpm_gpgme_checksig()
522 sigpath); in _alpm_gpgme_checksig()
702 FREE(sigpath); in _alpm_gpgme_checksig()
738 char *sigpath; in _alpm_sigpath() local
745 CALLOC(sigpath, len, sizeof(char), RET_ERR(handle, ALPM_ERR_MEMORY, NULL)); in _alpm_sigpath()
746 sprintf(sigpath, "%s.sig", path); in _alpm_sigpath()
747 return sigpath; in _alpm_sigpath()
H A Dbe_sync.c252 char *sigpath = _alpm_sigpath(handle, _alpm_db_path(db)); in alpm_db_update() local
253 if(!sigpath) { in alpm_db_update()
257 unlink(sigpath); in alpm_db_update()
258 free(sigpath); in alpm_db_update()
/dports/sysutils/burp/burp-2.4.0/src/server/protocol1/
H A Dbackup_phase4.c189 else if(make_rev_sig(finpath, sigpath, in gen_rev_delta()
195 else if(make_rev_delta(oldpath, sigpath, in gen_rev_delta()
201 else unlink(sigpath); in gen_rev_delta()
262 const char *sigpath, in forward_patch_and_reverse_diff() argument
327 if(gen_rev_delta(sigpath, deltabdir, in forward_patch_and_reverse_diff()
369 const char *sigpath, struct fzp **delfp, struct conf **cconfs) in jiggle() argument
426 sigpath, in jiggle()
645 char *sigpath=NULL; in atomic_data_jiggle() local
669 || !(sigpath=prepend_s(fdirs->currentdup, "sig.tmp")) in atomic_data_jiggle()
692 sigpath, &delfp, cconfs)) in atomic_data_jiggle()
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/server/protocol1/
H A Dbackup_phase4.c189 else if(make_rev_sig(finpath, sigpath, in gen_rev_delta()
195 else if(make_rev_delta(oldpath, sigpath, in gen_rev_delta()
201 else unlink(sigpath); in gen_rev_delta()
262 const char *sigpath, in forward_patch_and_reverse_diff() argument
327 if(gen_rev_delta(sigpath, deltabdir, in forward_patch_and_reverse_diff()
369 const char *sigpath, struct fzp **delfp, struct conf **cconfs) in jiggle() argument
426 sigpath, in jiggle()
645 char *sigpath=NULL; in atomic_data_jiggle() local
669 || !(sigpath=prepend_s(fdirs->currentdup, "sig.tmp")) in atomic_data_jiggle()
692 sigpath, &delfp, cconfs)) in atomic_data_jiggle()
[all …]
/dports/devel/redasm/REDasm-2.1.1/models/signatures/
H A Dsignaturefilesmodel.cpp13 QString sigpath = it.next(); in SignatureFilesModel() local
14 std::string sigid = QFileInfo(sigpath).baseName().toStdString(); in SignatureFilesModel()
34 void SignatureFilesModel::add(const std::string &sigid, const std::string &sigpath) in add() argument
37 m_signaturefiles.push_back({sigid, sigpath}); in add()
H A Dsignaturefilesmodel.h21 void add(const std::string& sigid, const std::string& sigpath);
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/tests/
H A Ddst_test.c129 check_sig(const char *datapath, const char *sigpath, const char *keyname, in check_sig() argument
190 result = sig_fromfile(sigpath, &sigbuf); in check_sig()
239 fprintf(stderr, "# %s:\n# %s\n", sigpath, hexbuf); in check_sig()
258 const char *sigpath; in sig_test() member
282 check_sig(testcases[i].datapath, testcases[i].sigpath, in sig_test()
/dports/dns/bind911/bind-9.11.37/lib/dns/tests/
H A Ddst_test.c134 check_sig(const char *datapath, const char *sigpath, const char *keyname, in check_sig() argument
196 result = sig_fromfile(sigpath, &sigbuf); in check_sig()
246 fprintf(stderr, "# %s:\n# %s\n", sigpath, hexbuf); in check_sig()
265 const char *sigpath; in sig_test() member
302 testcases[i].sigpath, in sig_test()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/tests/
H A Ddst_test.c129 check_sig(const char *datapath, const char *sigpath, const char *keyname, in check_sig() argument
190 result = sig_fromfile(sigpath, &sigbuf); in check_sig()
239 fprintf(stderr, "# %s:\n# %s\n", sigpath, hexbuf); in check_sig()
258 const char *sigpath; in sig_test() member
282 check_sig(testcases[i].datapath, testcases[i].sigpath, in sig_test()
/dports/devel/redasm/REDasm-2.1.1/dialogs/signaturesdialog/
H A Dsignaturesdialog.cpp39 const std::string& sigpath = m_signaturefilesmodel->signaturePath(ui->tvFiles->currentIndex()); in loadSignature() local
41 if(m_disassembler->loadSignature(sigpath)) in loadSignature()
49 …msgbox.setText(QString("Error loading '%1'").arg(QFileInfo(QString::fromStdString(sigpath)).fileNa… in loadSignature()
/dports/dns/bind916/bind-9.16.27/lib/dns/tests/
H A Ddst_test.c131 check_sig(const char *datapath, const char *sigpath, const char *keyname, in check_sig() argument
192 result = sig_fromfile(sigpath, &sigbuf); in check_sig()
241 fprintf(stderr, "# %s:\n# %s\n", sigpath, hexbuf); in check_sig()
260 const char *sigpath; in sig_test() member
284 check_sig(testcases[i].datapath, testcases[i].sigpath, in sig_test()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/tests/
H A Ddst_test.c131 check_sig(const char *datapath, const char *sigpath, const char *keyname, in check_sig() argument
192 result = sig_fromfile(sigpath, &sigbuf); in check_sig()
241 fprintf(stderr, "# %s:\n# %s\n", sigpath, hexbuf); in check_sig()
260 const char *sigpath; in sig_test() member
284 check_sig(testcases[i].datapath, testcases[i].sigpath, in sig_test()
/dports/sysutils/helm/helm-3.5.2/pkg/provenance/
H A Dsign.go233 func (s *Signatory) Verify(chartpath, sigpath string) (*Verification, error) {
235 for _, fname := range []string{chartpath, sigpath} {
244 sig, err := s.decodeSignature(sigpath)
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/provenance/
H A Dsign.go233 func (s *Signatory) Verify(chartpath, sigpath string) (*Verification, error) {
235 for _, fname := range []string{chartpath, sigpath} {
244 sig, err := s.decodeSignature(sigpath)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/tools/
H A Dupdate_versions251 $sigpath = "apps/$a/$v/$p/$name.sig";
252 if (is_file($sigpath)) {
253 $fd->signature = file_get_contents($sigpath);
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dpfs-signatures.c114 t_uchar * sigpath = 0; in arch_pfs_sign_for_archive() local
120 sigpath = file_name_in_vicinity (0, revdir_from, sigfile); in arch_pfs_sign_for_archive()
144 signed_checksum = arch_pfs_file_contents (pfs_sig_from->pfs, sigpath, 1); in arch_pfs_sign_for_archive()
175 lim_free (0, sigpath); in arch_pfs_sign_for_archive()
/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dcli_tests.py739 sigpath = asc if armor else sig
741 rnp_verify_detached(sigpath, KEY_SIGN_RNP)
743 gpg_verify_detached(src, sigpath, KEY_SIGN_RNP)
744 remove_files(sigpath)
782 sigpath = asc if armor else sig
784 rnp_verify_detached(sigpath, KEY_SIGN_GPG)
H A Dffi-key-sig.cpp137 check_import_sigs(rnp_ffi_t ffi, json_object **jso, json_object **sigarr, const char *sigpath) in check_import_sigs() argument
140 if (rnp_input_from_path(&input, sigpath)) { in check_import_sigs()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dcli_tests.py748 sigpath = asc if armor else sig
750 rnp_verify_detached(sigpath, KEY_SIGN_RNP)
752 gpg_verify_detached(src, sigpath, KEY_SIGN_RNP)
753 remove_files(sigpath)
791 sigpath = asc if armor else sig
793 rnp_verify_detached(sigpath, KEY_SIGN_GPG)
/dports/security/snortsnarf/SnortSnarf-1.0/SnortSnarf-021111.1/include/SnortSnarf/
H A DHTMLOutput.pm762 my $sigpath= $topbase.&sig_sect_dir();
802 my $ghostpage= $sigpath.$self->host_page($ip,$end);
/dports/security/snortsnarf/SnortSnarf-1.0/include/SnortSnarf/
H A DHTMLOutput.pm762 my $sigpath= $topbase.&sig_sect_dir();
802 my $ghostpage= $sigpath.$self->host_page($ip,$end);

123