summaryrefslogtreecommitdiff
path: root/rpmsign.c
Commit message (Expand)AuthorAgeFilesLines
* rpmsign: eliminate unused leftover variableignatenko/patch-1Igor Gnatenko2016-12-201-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