summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2011-11-04Remove now redundant NULL digparam checks within the PGP parserPanu Matilainen1-64/+52
2011-11-04Arrange temporary storage for parsing if called with NULL digPanu Matilainen1-4/+12
2011-11-04Added sanity checks on pgpPrtPkts() entryPanu Matilainen1-2/+5
2011-11-04Eliminate bunch of unused/useless debug cruft from pgp parserPanu Matilainen1-16/+6
2011-11-04Split digest parameter freeing into a separate helper functionPanu Matilainen1-23/+21
2011-11-04Store the rsa/dsa parameters in pgpDigParamers struct directlyPanu Matilainen2-59/+54
2011-11-01Verify PGP signature packet sizes and number of MPIs match expectationsPanu Matilainen1-9/+17
2011-11-01Eliminate buggy pgpPrtComment()Panu Matilainen1-29/+0
2011-11-01Verify PGP key packet sizes and number of MPIs match expectations, part IIPanu Matilainen1-28/+32
2011-11-01Verify PGP key packet sizes and number of MPIs match expectationsPanu Matilainen1-29/+34
2011-10-26Verify MPI size is within packet boundary in pgpMpiItem()Panu Matilainen1-9/+20
2011-10-26Remove support for V3 public keysPanu Matilainen1-40/+3
2011-10-26We dont deal with secret keys, leave them alonePanu Matilainen1-108/+0
2011-10-25Centralize PGP packet decoding and sanity checking into helper functionPanu Matilainen1-46/+56
2011-10-25Verify there are sufficient number of bytes to calculate packet lengthPanu Matilainen1-19/+34
2011-10-25Avoid redundant calculations on pubkey fingerprint retrievalPanu Matilainen1-21/+26
2011-10-25pgpPubkeyFingerprint() can fail, propagate errors part IIPanu Matilainen1-1/+5
2011-10-25pgpPubkeyFingerprint() can fail, propagate errorsPanu Matilainen1-5/+9
2011-10-24Eliminate useless pgpIsPkt() helper functionPanu Matilainen1-61/+0
2011-10-24Eliminate broken pgpLen() from the APIPanu Matilainen2-21/+21
2011-10-24Valid PGP packets are always at least two bytes longPanu Matilainen1-2/+2
2011-10-11rpmio: Set a umask before using mkstemp()Mukund Sivaraman1-0/+6
2011-10-11rpmio: Don't de-ref lzfile which was freed in lzclose()Mukund Sivaraman1-1/+3
2011-09-30Sanity check OpenPGP packet lengths in pgpPrtSubType()Panu Matilainen1-3/+8
2011-09-15Whoops, ftell() and rpmio equivalents should return long not off_tPanu Matilainen1-1/+1
2011-09-01Source formatting cosmetics: function blocks start on the next linePanu Matilainen1-1/+2
2011-08-19Remove support for ancient bzip2 library versionsPanu Matilainen1-19/+9
2011-08-19Remove unused FDFOO macrosPanu Matilainen1-10/+0
2011-08-02pgpVerifySig() check of NULL hash is the wrong way aroundPanu Matilainen1-1/+1
2011-07-14Sanity check signatures even if we dont have a keyPanu Matilainen1-1/+10
2011-07-13Fix memleak on keys with more than one user idPanu Matilainen1-3/+3
2011-07-13Fix crash on PGP packets/armors with more than one key (RhBug:667582)Panu Matilainen1-4/+8
2011-07-13Oops, rpmPubkeyDig() should return NULL if pgpPrtPkts() failsPanu Matilainen1-4/+10
2011-07-12Whoops, wrong variable passed to io debuggingPanu Matilainen1-1/+1
2011-07-11Cleanup fdRead(), fdWrite() and fdSeek() a bitPanu Matilainen1-21/+5
2011-07-11Cosmetics: remove empty comments and suchPanu Matilainen1-31/+3
2011-07-11Dont bother checking for NULL fd on stats collectionPanu Matilainen1-2/+0
2011-07-11Centralize most of the debug goo as wellPanu Matilainen1-21/+19
2011-07-11Just pass fd pointers around instead of "cookies" cast to fdPanu Matilainen2-63/+37
2011-07-11Centralize fd digests collectionPanu Matilainen1-16/+6
2011-07-11Centralize fd stats collectionPanu Matilainen1-35/+8
2011-07-11Eliminate unused leftover bytesRemain member from FD_tPanu Matilainen1-35/+2
2011-07-11Minor cosmetics cleanup to Fseek()Panu Matilainen1-10/+7
2011-07-11Return an error on Fread() / Fwrite() on NULL fdPanu Matilainen1-16/+13
2011-07-11Implement Ftell() for zlib versions that support itPanu Matilainen1-1/+23
2011-07-11Use a vector for Ftell() functionality tooPanu Matilainen1-14/+17
2011-07-11Remove pointless fdSeekNot() "not implemented" functionPanu Matilainen1-8/+3
2011-07-08Fix totally broken Fflush() operationPanu Matilainen1-17/+14
2011-07-08Axe the broken fpio support for goodPanu Matilainen1-70/+5
2011-07-08zlib is mandatory, fail at configure if missing + remove conditionalsPanu Matilainen1-15/+0