summaryrefslogtreecommitdiff
path: root/rpmsign.c
Commit message (Expand)AuthorAgeFilesLines
* Set program name centrally from rpmcliInit()Panu Matilainen2022-03-251-2/+0
* rpmsign: Add argument to specify algorithm for fsverity signaturesJes Sorensen2020-09-041-0/+7
* Add --delfilesign flag to delete IMA and fsverity file signaturesJes Sorensen2020-09-041-0/+12
* rpmsign: Handle --certpath for signing certificateJes Sorensen2020-09-041-0/+12
* rpmsign: Add helper to indicate file signing enabledJes Sorensen2020-09-041-3/+7
* Add basic autoconf and framework for fsverity supportJes Sorensen2020-09-041-6/+14
* rpmsign: RPMSIGN_FLAG_IMA is already setJes Sorensen2020-09-041-1/+0
* Stop adding rpm v3 header+payload signatures by default where not neededPanu Matilainen2020-03-101-0/+3
* Generalize file signing to use a generic flags field in signing argumentsPanu Matilainen2020-03-101-5/+6
* Make rpmsign exit values more consistent with our other toolsPanu Matilainen2019-03-181-3/+5
* Fix a number of problems in get_fskpass()Panu Matilainen2017-06-091-4/+10
* Use rpm memory allocator so we dont need to check for returnPanu Matilainen2017-06-091-7/+2
* Move key/password helper variables to local scopePanu Matilainen2017-06-091-4/+3
* Dont push NULL-bodied macros (in case of get_fskpass() failure)Panu Matilainen2017-06-091-2/+2
* Remove bunch of redundant environ declarationsPanu Matilainen2017-06-091-4/+0
* Dont advertise file signing features if support not built inPanu Matilainen2017-06-081-4/+8
* Bury get_fskpass() inside rpmsign utilityPanu Matilainen2017-06-081-1/+36
* Fix %% -> $$ thinko/typo in file signing error messagePanu Matilainen2017-06-081-1/+1
* Beat some sense into rpmsign cli parsingPanu Matilainen2017-06-081-1/+5
* Pass sign arguments to signature deletion tooPanu Matilainen2017-05-291-6/+7
* rpmsign: eliminate unused leftover variableIgor Gnatenko2017-01-041-2/+0
* Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro()Panu Matilainen2016-10-241-2/+2
* Fix various memory leaks in file signature related functions.Stefan Berger2016-04-261-1/+3
* Reimplement setprogname() and getprogname() to be generic and portableKamil Rytarowski2016-02-111-1/+5
* Add support for passing the file signing key passwordMimi Zohar2015-08-121-1/+21
* Add file signature support to rpmsign commandfin@linux.vnet.ibm.com2015-08-121-1/+27
* Allow gpg to get passphrase by itself.Lubos Kardos2015-06-101-78/+4
* Handle fork(), pipe() etc failures in signing passphrase checkPanu Matilainen2013-04-121-16/+26
* Fix misleading error message when gpg key is expired (RhBug:672727)Jindrich Novy2011-08-011-1/+1
* Fix a small memleak in rpmsign toolPanu Matilainen2011-03-171-0/+1
* Rearrange new cli utilities' popt tables for nicer outputPanu Matilainen2010-11-151-3/+9
* Oops, fixup rpmsign exit codes on successPanu Matilainen2010-10-131-0/+2
* Make rpmsign use the new signing interface (minimal conversion for now)Panu Matilainen2010-10-131-7/+11
* Whoops, couple of includes gone missing in the shufflePanu Matilainen2010-09-291-0/+1
* Rip the useless %_signature macro and everything around itPanu Matilainen2010-09-281-37/+2
* Add a brand new rpmsign utility for package signingPanu Matilainen2010-09-031-0/+187