2012-09-17 |
Panu Matilainen | Use pool id's for hash table key, lookup strings from... |
tree | commitdiff |
2012-09-17 |
Panu Matilainen | Move the string pool struct definition earlier so we... |
tree | commitdiff |
2012-09-17 |
Panu Matilainen | Inline poolHashfindEntry() into GetEntry(), nothing... |
tree | commitdiff |
2012-09-17 |
Panu Matilainen | Eliminate key comparison and hash function vectors... |
tree | commitdiff |
2012-09-17 |
Panu Matilainen | More poolHash multiple data-value cleanups |
tree | commitdiff |
2012-09-17 |
Panu Matilainen | Eliminate redundant data counting from poolHash |
tree | commitdiff |
2012-09-17 |
Panu Matilainen | Eliminate unnecessary key and data free-functionality... |
tree | commitdiff |
2012-09-17 |
Panu Matilainen | Pull a private hash-implementation copy to string pool |
tree | commitdiff |
2012-09-17 |
Panu Matilainen | Rename string pool hash type to poolHash |
tree | commitdiff |
2012-09-15 |
Panu Matilainen | Lift string pool rehash into a separate helper function |
tree | commitdiff |
2012-09-15 |
Panu Matilainen | Use a saner pool hash resize hint |
tree | commitdiff |
2012-09-13 |
Panu Matilainen | Add a string equality check function to string pool API |
tree | commitdiff |
2012-09-12 |
Panu Matilainen | Only rehash the pool on insert if the data area actuall... |
tree | commitdiff |
2012-09-12 |
Panu Matilainen | Allow keeping hash table around on pool freeze, adjust... |
tree | commitdiff |
2012-09-12 |
Panu Matilainen | String pool id 0 equals NULL |
tree | commitdiff |
2012-09-12 |
Panu Matilainen | Avoid doing anything if pool is already frozen |
tree | commitdiff |
2012-09-11 |
Panu Matilainen | Fix segfault on rpmstrPoolId() on frozen pool |
tree | commitdiff |
2012-09-11 |
Panu Matilainen | Make rpmstrPoolUnfreeze() safe to call on unfrozen... |
tree | commitdiff |
2012-09-09 |
Panu Matilainen | And now, on to the embarrassing string-pool reimplement... |
tree | commitdiff |
2012-09-07 |
Panu Matilainen | Move string pool typedefs to rpmtypes.h |
tree | commitdiff |
2012-09-07 |
Panu Matilainen | First cut of a libsolv-style string <-> id pool API |
tree | commitdiff |
2012-09-03 |
Panu Matilainen | Minor optimization to rnibble() |
tree | commitdiff |
2012-08-17 |
Panu Matilainen | Revert "Always return NULL from fdFree()" |
tree | commitdiff |
2012-07-02 |
Panu Matilainen | Dont use mmap() for anything, axe the code instead |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Only use local mempcpy() if system libraries dont provi... |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | xmalloc() and xrealloc() never fail, remove redundant... |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Call alloca() and stat() by their own names... |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Eliminate unnecessary glob portability fiddles |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Eliminate VMS, MS-DOS, Windows and Amiga compatibility... |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Eliminate shell interruptability hack in rpmglob |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | We always have xstrdup() available, eliminate redundant... |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Eliminate getpwnam_r() and getlogin_r() uses from rpmglob |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Eliminate mempcpy() related conditionals from rpmglob |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Remove __GNUC__ conditionals on variable sized local... |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Eliminate unnecessary libc header typedeffery from... |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Run indent -kr on the glob implementation |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Bury our glob() implementation entirely inside rpmglob... |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Export our own version of glob_pattern_p() as rpmIsGlob() |
tree | commitdiff |
2012-05-31 |
Panu Matilainen | Split rpmGlob() to a separate source file |
tree | commitdiff |
2012-05-22 |
Christophe Fergeau | Add support for 7zip compressed tarballs |
tree | commitdiff |
2012-05-21 |
Panu Matilainen | Split prelink checking into a helper function |
tree | commitdiff |
2012-05-10 |
Panu Matilainen | Keep the macro buffer terminated on append |
tree | commitdiff |
2012-05-10 |
Panu Matilainen | Fix off-by-ones in mbAppend() and mbAppendStr() |
tree | commitdiff |
2012-04-18 |
Panu Matilainen | Always return NULL from fdFree() |
tree | commitdiff |
2012-03-22 |
Panu Matilainen | Oops, "magic eight" is necessary here afterall |
tree | commitdiff |
2012-03-20 |
Panu Matilainen | Bump library sonames in preparation for new release |
tree | commitdiff |
2012-03-14 |
Panu Matilainen | Unbreak lua's base64 encode/decode extensions |
tree | commitdiff |
2012-03-14 |
Panu Matilainen | Fix ufdCopy() for large (> 2GB) files |
tree | commitdiff |
2011-11-10 |
Panu Matilainen | Doh, somehow managed to miss the warnings from these... |
tree | commitdiff |
2011-11-09 |
Panu Matilainen | Make base64 encoding/decoding part of rpmio public API |
tree | commitdiff |
2011-11-09 |
Panu Matilainen | Add a signature verification method to keyring |
tree | commitdiff |
2011-11-09 |
Panu Matilainen | Split keyring find-by-signature to helper function... |
tree | commitdiff |
2011-11-09 |
Panu Matilainen | Parse pubkey parameters on rpmPubkeyNew() already and... |
tree | commitdiff |
2011-11-09 |
Panu Matilainen | Add an alternative API for parsing PGP packets |
tree | commitdiff |
2011-11-09 |
Panu Matilainen | Allocate signature and pubkey dynamically within pgpDig... |
tree | commitdiff |
2011-11-09 |
Panu Matilainen | Use pgpDigGetParams() in pgpVerifySig() compat wrapper too |
tree | commitdiff |
2011-11-08 |
Panu Matilainen | Revert "Take advantage of pgpDigParamsCmp() in rpmKeyri... |
tree | commitdiff |
2011-11-08 |
Panu Matilainen | Tolerate NULL key in pgpVerifySignature() |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Eliminate unused params member from pgpDigParams |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Take advantage of pgpDigParamsCmp() in rpmKeyringLookup() |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Add ad API for retrieving algorithm values from digest... |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Add an API for comparing two digest parameter containers |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | And finally, make pgpDig struct fully opaque |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Eliminate direct pgpDig accesses from keyring |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Add a dumb API to retrieve pubkey / signature params... |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Process all keys and signatures we find |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Make pgpPrtPubkeyParams() return an int like all the... |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Add another pgpVerify variant which takes key and sig... |
tree | commitdiff |
2011-11-07 |
Panu Matilainen | Clean up pgpPrtPkts() and friends a bit |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Bury all NSS specifics into a separate source |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Implement PGP key & sig algorithm specific part OO... |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Lift RSA/DSA specific signature verification to helper... |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Lift RSA/DSA key MPI calculations to helper functions |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Lift RSA/DSA signature MPI calculations to helper functions |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Remove now redundant NULL digparam checks within the... |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Arrange temporary storage for parsing if called with... |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Added sanity checks on pgpPrtPkts() entry |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Eliminate bunch of unused/useless debug cruft from... |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Split digest parameter freeing into a separate helper... |
tree | commitdiff |
2011-11-04 |
Panu Matilainen | Store the rsa/dsa parameters in pgpDigParamers struct... |
tree | commitdiff |
2011-11-01 |
Panu Matilainen | Verify PGP signature packet sizes and number of MPIs... |
tree | commitdiff |
2011-11-01 |
Panu Matilainen | Eliminate buggy pgpPrtComment() |
tree | commitdiff |
2011-11-01 |
Panu Matilainen | Verify PGP key packet sizes and number of MPIs match... |
tree | commitdiff |
2011-11-01 |
Panu Matilainen | Verify PGP key packet sizes and number of MPIs match... |
tree | commitdiff |
2011-10-26 |
Panu Matilainen | Verify MPI size is within packet boundary in pgpMpiItem() |
tree | commitdiff |
2011-10-26 |
Panu Matilainen | Remove support for V3 public keys |
tree | commitdiff |
2011-10-26 |
Panu Matilainen | We dont deal with secret keys, leave them alone |
tree | commitdiff |
2011-10-25 |
Panu Matilainen | Centralize PGP packet decoding and sanity checking... |
tree | commitdiff |
2011-10-25 |
Panu Matilainen | Verify there are sufficient number of bytes to calculat... |
tree | commitdiff |
2011-10-25 |
Panu Matilainen | Avoid redundant calculations on pubkey fingerprint... |
tree | commitdiff |
2011-10-25 |
Panu Matilainen | pgpPubkeyFingerprint() can fail, propagate errors part II |
tree | commitdiff |
2011-10-25 |
Panu Matilainen | pgpPubkeyFingerprint() can fail, propagate errors |
tree | commitdiff |
2011-10-24 |
Panu Matilainen | Eliminate useless pgpIsPkt() helper function |
tree | commitdiff |
2011-10-24 |
Panu Matilainen | Eliminate broken pgpLen() from the API |
tree | commitdiff |
2011-10-24 |
Panu Matilainen | Valid PGP packets are always at least two bytes long |
tree | commitdiff |
2011-10-11 |
Mukund Sivaraman | rpmio: Set a umask before using mkstemp() |
tree | commitdiff |
2011-10-11 |
Mukund Sivaraman | rpmio: Don't de-ref lzfile which was freed in lzclose() |
tree | commitdiff |
2011-09-30 |
Panu Matilainen | Sanity check OpenPGP packet lengths in pgpPrtSubType() |
tree | commitdiff |
2011-09-15 |
Panu Matilainen | Whoops, ftell() and rpmio equivalents should return... |
tree | commitdiff |
2011-09-01 |
Panu Matilainen | Source formatting cosmetics: function blocks start... |
tree | commitdiff |
next |