summaryrefslogtreecommitdiff
path: root/sign
Commit message (Expand)AuthorAgeFilesLines
* Define AM_CFLAGS inside the Makefile.am files themselves.Mark Wielaard2016-12-091-0/+1
* Drop unused lead return argument from rpmLeadRead()Panu Matilainen2016-10-271-1/+1
* Change rpmLeadWrite() to take header as its arg instead of a leadPanu Matilainen2016-10-271-4/+2
* Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro()Panu Matilainen2016-10-241-9/+9
* Eliminate last uses of rpmNewSignature() and rpmFreeSignature()Panu Matilainen2016-10-241-1/+1
* Bury the last remains of non-header signatures into leadPanu Matilainen2016-10-241-2/+2
* fix segfault when calling with args==NULLThierry Vignaud2016-05-261-1/+1
* Fix signing with non-ASCII uid keys (rhbz:1243963)Lubos Kardos2016-05-231-1/+0
* Drop const to fix compiler warningFlorian Festi2016-04-271-1/+1
* Fix various memory leaks in file signature related functions.Stefan Berger2016-04-261-7/+17
* Fix indentation and formattingStefan Berger2016-04-261-1/+2
* Properly support BeeCrypt option in build systemNeal Gompa (ニール・ゴンパ)2016-02-241-0/+1
* add short summaries to headers that miss oneThierry Vignaud2016-01-281-0/+5
* Fix file signatures issue with sig header size changesFionnuala Gunter2015-09-011-0/+3
* Fix doc strings and though doxygen warningsFlorian Festi2015-09-011-1/+0
* Add support for passing the file signing key passwordMimi Zohar2015-08-121-1/+6
* Add file signature support to package signingfin@linux.vnet.ibm.com2015-08-121-6/+164
* Add file signature support to rpmsign commandfin@linux.vnet.ibm.com2015-08-121-0/+1
* Subroutine for dumping immutable region of headerfin@linux.vnet.ibm.com2015-08-121-19/+28
* Refactor copyFile to not close filesfin@linux.vnet.ibm.com2015-08-121-7/+4
* Allow gpg to get passphrase by itself.Lubos Kardos2015-06-102-56/+14
* Use named pipe instead of stdin as input for gpgLubos Kardos2015-06-101-25/+80
* Shut up bogus warning about possible uninitialized usePanu Matilainen2014-06-301-1/+2
* Use unified libtool version for all our librariesPanu Matilainen2014-06-251-1/+1
* Error message with wrong filename was showed in case of error.Lubos Kardos2014-05-271-2/+2
* rpmSign() always returned -1 if signatures was inserted into original rpmLubos Kardos2014-05-271-0/+1
* rpmSign() returned value 0 (success) in case of failureLubos Kardos2014-05-271-0/+1
* Reserve space for gpg signature during building of package.Lubos Kardos2014-05-211-34/+78
* Function manageFile was modified to support also "r+.ufdio" mode.Lubos Kardos2014-05-211-1/+13
* Passing data to sign to the gpg program by a pipe.Lubos Kardos2014-05-211-73/+140
* There is no need to recalculate digests during signing.Lubos Kardos2014-05-211-14/+0
* Removed historical leftover.Lubos Kardos2014-05-211-4/+0
* Plug ages old memleak on package signingPanu Matilainen2014-05-191-0/+1
* Eliminate bogus switch-cases from rpmReadSignature() returnsPanu Matilainen2014-02-011-10/+1
* Update library current + age (ie libs are now 3.1.0)Panu Matilainen2012-11-051-1/+1
* Bump library sonames in preparation for new releasePanu Matilainen2012-03-201-1/+1
* Eliminate uses of pgpDig in package signing routinesPanu Matilainen2011-11-091-22/+9
* Use pgpDigParamsAlgo() throughout the codebasePanu Matilainen2011-11-071-7/+9
* Add an API for comparing two digest parameter containersPanu Matilainen2011-11-071-23/+3
* Eliminate direct pgpDig accesses from signing codePanu Matilainen2011-11-071-14/+21
* Log an error on signing if we can't even parse the gpg-generated signaturePanu Matilainen2011-10-231-1/+3
* Further streamline & sanitize lead handlingPanu Matilainen2011-07-071-10/+4
* Make rpmLeadRead() return an allocated lead, fixup callersPanu Matilainen2011-07-061-6/+3
* Eliminate dead NULL-assignments at scope-end in librpmsignPanu Matilainen2011-05-291-8/+8
* Issue an error on failure to replace original package on signingPanu Matilainen2011-05-251-1/+5
* Handle errors from moving target file into place in rpmSign()Panu Matilainen2011-04-211-18/+7
* headerPut() and headerDel() returns aren't interesting herePanu Matilainen2011-04-211-3/+3
* Remove redundant indentation block from rpmSign()Panu Matilainen2011-04-211-128/+125
* Mark the identical signature warning as translatablePanu Matilainen2011-01-311-2/+2
* Eek.. librpmsign sources went missing in the movePanu Matilainen2010-10-222-0/+683