rdossant / rpms / pesign

Forked from rpms/pesign 6 years ago
Clone

9e2491c Automatically select daemon as signer when using rpm macros.

Authored and Committed by pjones 11 years ago
37 files changed. 285 lines added. 33 lines removed.
0001-Use-PK11_TraverseCertsForNicknameInSlot-after-all.patch
file modified
+1 -1
0002-Remove-an-unused-field.patch
file modified
+1 -1
0003-Free-the-certificate-list-we-make-once-we-re-done-us.patch
file modified
+1 -1
0004-Make-sure-we-actually-look-up-the-certificate-when-n.patch
file modified
+1 -1
0005-Fix-check-for-allocations-on-tokenname-certname.patch
file modified
+1 -1
0006-Update-valgrind.supp-for-newer-codepaths.patch
file modified
+1 -1
0007-Free-the-pid-string-once-we-re-done-writing-it.patch
file modified
+1 -1
0008-valgrind-Don-t-complain-about-unlocking-a-key-and-ke.patch
file modified
+1 -1
0009-Only-try-to-register-OIDs-once.patch
file modified
+1 -1
0010-Check-for-NSS_Shutdown-failure.patch
file modified
+1 -1
0011-Don-t-destroy-stdin-stdout-stderr-if-we-don-t-fork.patch
file modified
+1 -1
0012-valgrind-Add-SECMOD_LoadModule-codepath.patch
file modified
+1 -1
0013-Don-t-set-up-digests-in-cms_context_init.patch
file modified
+1 -1
0014-Do-register_oids-where-we-re-doing-NSS_Init.patch
file modified
+1 -1
0015-Make-daemon-shutdown-actually-close-the-NSS-database.patch
file modified
+1 -1
0016-Reformat-a-bunch-of-error-messages-to-be-vaguely-con.patch
file modified
+1 -1
0017-Use-PORT_ArenaStrdup-where-appropriate.patch
file modified
+1 -1
0018-Minor-whitespace-fixes.patch
file modified
+1 -1
0019-daemon-Make-sure-inpe-is-initialized-before-all-erro.patch
file modified
+1 -1
0020-Allocate-pesign_context-rather-than-having-it-on-the.patch
file modified
+1 -1
0021-pesign-initialize-nss-only-if-we-re-not-a-daemon.patch
file modified
+1 -1
0022-Handle-errors-on-pesign_context_init.patch
file modified
+1 -1
0023-Add-sanity-checking-to-make-sure-we-don-t-emit-unini.patch
file modified
+1 -1
0024-Make-sure-we-free-the-token-cert-we-get-from-the-com.patch
file modified
+1 -1
0025-pesign-Only-shut-down-nss-in-pesign.c-if-we-re-not-t.patch
file modified
+1 -1
0026-Rework-setup_digests-and-teardown_digests.patch
file modified
+1 -1
0027-We-shouldn-t-need-Environment-NSS_STRICT_NOFORK-DISA.patch
file modified
+1 -1
0028-Fix-errors-found-by-coverity.patch
file modified
+1 -1
0029-Don-t-keep-the-DEPS-list-twice.patch
file modified
+1 -1
0030-Don-t-build-util-right-now.patch
file modified
+1 -1
0031-Make-install_systemd-and-install_sysvinit-separate-t.patch
file modified
+1 -1
0032-Get-rid-of-an-unnecessary-allocation.patch
file modified
+1 -1
0033-Allow-use-of-e-from-rpm-macro.patch
file added
+29
0034-Make-client-use-e-like-pesign-does-rather-than-detac.patch
file added
+81
0035-Fix-shutdown-by-systemd-to-remove-socket-and-pidfile.patch
file added
+93
0036-Make-the-macros-use-the-default-fedora-signer-if-the.patch
file added
+42
pesign.spec
file modified
+8 -1
    Automatically select daemon as signer when using rpm macros.
    
    Signed-off-by: Peter Jones <pjones@redhat.com>
    
        
file modified
+8 -1