Add hash table methodn for (pre)calculating base hash of a key
[platform/upstream/rpm.git] / rpmio /
2012-09-03 Panu MatilainenMinor optimization to rnibble()
2012-08-17 Panu MatilainenRevert "Always return NULL from fdFree()"
2012-07-02 Panu MatilainenDont use mmap() for anything, axe the code instead
2012-05-31 Panu MatilainenOnly use local mempcpy() if system libraries dont provi...
2012-05-31 Panu Matilainenxmalloc() and xrealloc() never fail, remove redundant...
2012-05-31 Panu MatilainenCall alloca() and stat() by their own names...
2012-05-31 Panu MatilainenEliminate unnecessary glob portability fiddles
2012-05-31 Panu MatilainenEliminate VMS, MS-DOS, Windows and Amiga compatibility...
2012-05-31 Panu MatilainenEliminate shell interruptability hack in rpmglob
2012-05-31 Panu MatilainenWe always have xstrdup() available, eliminate redundant...
2012-05-31 Panu MatilainenEliminate getpwnam_r() and getlogin_r() uses from rpmglob
2012-05-31 Panu MatilainenEliminate mempcpy() related conditionals from rpmglob
2012-05-31 Panu MatilainenRemove __GNUC__ conditionals on variable sized local...
2012-05-31 Panu MatilainenEliminate unnecessary libc header typedeffery from...
2012-05-31 Panu MatilainenRun indent -kr on the glob implementation
2012-05-31 Panu MatilainenBury our glob() implementation entirely inside rpmglob...
2012-05-31 Panu MatilainenExport our own version of glob_pattern_p() as rpmIsGlob()
2012-05-31 Panu MatilainenSplit rpmGlob() to a separate source file
2012-05-22 Christophe FergeauAdd support for 7zip compressed tarballs
2012-05-21 Panu MatilainenSplit prelink checking into a helper function
2012-05-10 Panu MatilainenKeep the macro buffer terminated on append
2012-05-10 Panu MatilainenFix off-by-ones in mbAppend() and mbAppendStr()
2012-04-18 Panu MatilainenAlways return NULL from fdFree()
2012-03-22 Panu MatilainenOops, "magic eight" is necessary here afterall
2012-03-20 Panu MatilainenBump library sonames in preparation for new release
2012-03-14 Panu MatilainenUnbreak lua's base64 encode/decode extensions
2012-03-14 Panu MatilainenFix ufdCopy() for large (> 2GB) files
2011-11-10 Panu MatilainenDoh, somehow managed to miss the warnings from these...
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
next