Make base64 encoding/decoding part of rpmio public API
[platform/upstream/rpm.git] / rpmio /
2011-11-09 Panu MatilainenMake base64 encoding/decoding part of rpmio public API
2011-11-09 Panu MatilainenAdd a signature verification method to keyring
2011-11-09 Panu MatilainenSplit keyring find-by-signature to helper function...
2011-11-09 Panu MatilainenParse pubkey parameters on rpmPubkeyNew() already and...
2011-11-09 Panu MatilainenAdd an alternative API for parsing PGP packets
2011-11-09 Panu MatilainenAllocate signature and pubkey dynamically within pgpDig...
2011-11-09 Panu MatilainenUse pgpDigGetParams() in pgpVerifySig() compat wrapper too
2011-11-08 Panu MatilainenRevert "Take advantage of pgpDigParamsCmp() in rpmKeyri...
2011-11-08 Panu MatilainenTolerate NULL key in pgpVerifySignature()
2011-11-07 Panu MatilainenEliminate unused params member from pgpDigParams
2011-11-07 Panu MatilainenTake advantage of pgpDigParamsCmp() in rpmKeyringLookup()
2011-11-07 Panu MatilainenAdd ad API for retrieving algorithm values from digest...
2011-11-07 Panu MatilainenAdd an API for comparing two digest parameter containers
2011-11-07 Panu MatilainenAnd finally, make pgpDig struct fully opaque
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from keyring
2011-11-07 Panu MatilainenAdd a dumb API to retrieve pubkey / signature params...
2011-11-07 Panu MatilainenProcess all keys and signatures we find
2011-11-07 Panu MatilainenMake pgpPrtPubkeyParams() return an int like all the...
2011-11-07 Panu MatilainenAdd another pgpVerify variant which takes key and sig...
2011-11-07 Panu MatilainenClean up pgpPrtPkts() and friends a bit
2011-11-04 Panu MatilainenBury all NSS specifics into a separate source
2011-11-04 Panu MatilainenImplement PGP key & sig algorithm specific part OO...
2011-11-04 Panu MatilainenLift RSA/DSA specific signature verification to helper...
2011-11-04 Panu MatilainenLift RSA/DSA key MPI calculations to helper functions
2011-11-04 Panu MatilainenLift RSA/DSA signature MPI calculations to helper functions
2011-11-04 Panu MatilainenRemove now redundant NULL digparam checks within the...
2011-11-04 Panu MatilainenArrange temporary storage for parsing if called with...
2011-11-04 Panu MatilainenAdded sanity checks on pgpPrtPkts() entry
2011-11-04 Panu MatilainenEliminate bunch of unused/useless debug cruft from...
2011-11-04 Panu MatilainenSplit digest parameter freeing into a separate helper...
2011-11-04 Panu MatilainenStore the rsa/dsa parameters in pgpDigParamers struct...
2011-11-01 Panu MatilainenVerify PGP signature packet sizes and number of MPIs...
2011-11-01 Panu MatilainenEliminate buggy pgpPrtComment()
2011-11-01 Panu MatilainenVerify PGP key packet sizes and number of MPIs match...
2011-11-01 Panu MatilainenVerify PGP key packet sizes and number of MPIs match...
2011-10-26 Panu MatilainenVerify MPI size is within packet boundary in pgpMpiItem()
2011-10-26 Panu MatilainenRemove support for V3 public keys
2011-10-26 Panu MatilainenWe dont deal with secret keys, leave them alone
2011-10-25 Panu MatilainenCentralize PGP packet decoding and sanity checking...
2011-10-25 Panu MatilainenVerify there are sufficient number of bytes to calculat...
2011-10-25 Panu MatilainenAvoid redundant calculations on pubkey fingerprint...
2011-10-25 Panu MatilainenpgpPubkeyFingerprint() can fail, propagate errors part II
2011-10-25 Panu MatilainenpgpPubkeyFingerprint() can fail, propagate errors
2011-10-24 Panu MatilainenEliminate useless pgpIsPkt() helper function
2011-10-24 Panu MatilainenEliminate broken pgpLen() from the API
2011-10-24 Panu MatilainenValid PGP packets are always at least two bytes long
2011-10-11 Mukund Sivaramanrpmio: Set a umask before using mkstemp()
2011-10-11 Mukund Sivaramanrpmio: Don't de-ref lzfile which was freed in lzclose()
2011-09-30 Panu MatilainenSanity check OpenPGP packet lengths in pgpPrtSubType()
2011-09-15 Panu MatilainenWhoops, ftell() and rpmio equivalents should return...
2011-09-01 Panu MatilainenSource formatting cosmetics: function blocks start...
2011-08-19 Panu MatilainenRemove support for ancient bzip2 library versions
2011-08-19 Panu MatilainenRemove unused FDFOO macros
2011-08-02 Panu MatilainenpgpVerifySig() check of NULL hash is the wrong way...
2011-07-14 Panu MatilainenSanity check signatures even if we dont have a key
2011-07-13 Panu MatilainenFix memleak on keys with more than one user id
2011-07-13 Panu MatilainenFix crash on PGP packets/armors with more than one...
2011-07-13 Panu MatilainenOops, rpmPubkeyDig() should return NULL if pgpPrtPkts...
2011-07-12 Panu MatilainenWhoops, wrong variable passed to io debugging
2011-07-11 Panu MatilainenCleanup fdRead(), fdWrite() and fdSeek() a bit
2011-07-11 Panu MatilainenCosmetics: remove empty comments and such
2011-07-11 Panu MatilainenDont bother checking for NULL fd on stats collection
2011-07-11 Panu MatilainenCentralize most of the debug goo as well
2011-07-11 Panu MatilainenJust pass fd pointers around instead of "cookies" cast...
2011-07-11 Panu MatilainenCentralize fd digests collection
2011-07-11 Panu MatilainenCentralize fd stats collection
2011-07-11 Panu MatilainenEliminate unused leftover bytesRemain member from FD_t
2011-07-11 Panu MatilainenMinor cosmetics cleanup to Fseek()
2011-07-11 Panu MatilainenReturn an error on Fread() / Fwrite() on NULL fd
2011-07-11 Panu MatilainenImplement Ftell() for zlib versions that support it
2011-07-11 Panu MatilainenUse a vector for Ftell() functionality too
2011-07-11 Panu MatilainenRemove pointless fdSeekNot() "not implemented" function
2011-07-08 Panu MatilainenFix totally broken Fflush() operation
2011-07-08 Panu MatilainenAxe the broken fpio support for good
2011-07-08 Panu Matilainenzlib is mandatory, fail at configure if missing + remov...
2011-07-08 Panu MatilainenEliminate the uuugly and stupid fdGetFILE() from the API
2011-07-07 Panu MatilainenRemember path (or other description) in fd's, add getter
2011-07-07 Panu MatilainenEliminate fdNew() from the API
2011-07-05 Panu MatilainenBring back c++ "protection" to rpmsq, oops
2011-06-27 Panu MatilainenHonor trailing slash in rpmGlob()
2011-05-31 Panu MatilainenClean up + clarify popMacro() a bit
2011-05-31 Panu MatilainenUse popMacro() when freeing the entire macro table
2011-05-28 Panu MatilainenEliminate dead NULL-assignments from rpmio fd close...
2011-05-28 Panu MatilainenEliminate bunch of obvious dead NULL-assignments around...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments on argvFree() and argiF...
2011-05-24 Panu MatilainenAdd support for nested Lua macro expansion (RhBug:490740)
2011-05-24 Panu MatilainenPlug a memory leak on Lua rpm.expand()
2011-05-18 Panu MatilainenEliminate bogus ferror() checks
2011-05-18 Michael SchroederAlways copy macro source when expanding it
2011-05-03 Jindrich NovyRemove obsolete timedRead() from API
2011-05-03 Panu MatilainenRIP rpmsqFork() + rpmsqWait() and the related bits
2011-04-29 Ville SkyttäAdd lrzip support.
2011-04-29 Ville SkyttäAdd lzip support.
2011-04-26 Jindrich NovyUnderstand 'PK00' zip archives (RhBug:699529)
2011-04-18 Panu MatilainenClean up urlGetFile() return values
2011-03-28 Panu MatilainenUse pkg-config to find Lua + determine flags (ticket...
2011-03-23 Jindrich NovyAvoid timedRead() usage
2011-03-23 Jindrich NovyRemove libio support to suppress timedRead()
2011-03-17 Panu MatilainenPlug memory leaks on macro definition error cases
2011-03-17 Panu MatilainenMissing va_end() call
next