replace obsoleted "find -perm +NNN" syntax
[platform/upstream/rpm.git] / rpmio /
2012-12-18 Thierry Vignauddisplay the actual unknown option instead of '?'
2012-12-04 Panu MatilainenHandle allocation failure in NSS DSA signature initiali...
2012-12-04 Panu MatilainenFix build with older NSS versions that dont support...
2012-12-04 Panu MatilainenCondence NSS getHashType() a bit, handle SHA224 too
2012-11-30 Panu MatilainenGet rid of long since deprecated VFY_VerifyDigest(...
2012-11-30 Panu MatilainenUse NSS-defined constants for DSA q-bits and signature...
2012-11-30 Panu MatilainenAvoid deprecation warnings from NSS >= 3.14
2012-11-05 Dominique LeuenbergerFix strncat() boundaries in Fdopen()
2012-11-05 Panu MatilainenUpdate library current + age (ie libs are now 3.1.0)
2012-11-01 Panu MatilainenEnable built-in %dirname macro
2012-10-31 Panu MatilainenUse private NSS context if NSS supports it (RhBug:871485)
2012-10-30 Panu MatilainenHandle EINTR in Fread() and Fwrite()
2012-10-19 Panu MatilainenEliminate copy-paste nibble(), use rnibble() instead
2012-10-19 Michael SchroederAdd support for beecrypt as an alternative crypto imple...
2012-10-11 Panu MatilainenMissing include in string pool
2012-10-09 Anders F BjorklundAdd lua 5.2 support.
2012-09-28 Florian FestiMake string pool strings static in memory
2012-09-27 Panu MatilainenAdd doxygen documentation to string pool API
2012-09-27 Panu MatilainenFixup string pool prototype argument names to match...
2012-09-26 Panu MatilainenAdd function to get number of unique strings in the...
2012-09-19 Florian FestiChange poolHash to use internal collision resolution
2012-09-19 Panu MatilainenAargh, stupid thinko in rpmstrPoolStrlen() last id...
2012-09-18 Panu MatilainenMake pool string->id operations properly length-aware
2012-09-18 Panu MatilainenAdd length aware variant(s) of string hashing
2012-09-18 Panu MatilainenEnhanced string hash to permit calculating string lengt...
2012-09-18 Panu MatilainenDont assume \0 terminated strings in rpmstrPoolPut()
2012-09-17 Panu MatilainenUse pool id's for hash table key, lookup strings from...
2012-09-17 Panu MatilainenMove the string pool struct definition earlier so we...
2012-09-17 Panu MatilainenInline poolHashfindEntry() into GetEntry(), nothing...
2012-09-17 Panu MatilainenEliminate key comparison and hash function vectors...
2012-09-17 Panu MatilainenMore poolHash multiple data-value cleanups
2012-09-17 Panu MatilainenEliminate redundant data counting from poolHash
2012-09-17 Panu MatilainenEliminate unnecessary key and data free-functionality...
2012-09-17 Panu MatilainenPull a private hash-implementation copy to string pool
2012-09-17 Panu MatilainenRename string pool hash type to poolHash
2012-09-15 Panu MatilainenLift string pool rehash into a separate helper function
2012-09-15 Panu MatilainenUse a saner pool hash resize hint
2012-09-13 Panu MatilainenAdd a string equality check function to string pool API
2012-09-12 Panu MatilainenOnly rehash the pool on insert if the data area actuall...
2012-09-12 Panu MatilainenAllow keeping hash table around on pool freeze, adjust...
2012-09-12 Panu MatilainenString pool id 0 equals NULL
2012-09-12 Panu MatilainenAvoid doing anything if pool is already frozen
2012-09-11 Panu MatilainenFix segfault on rpmstrPoolId() on frozen pool
2012-09-11 Panu MatilainenMake rpmstrPoolUnfreeze() safe to call on unfrozen...
2012-09-09 Panu MatilainenAnd now, on to the embarrassing string-pool reimplement...
2012-09-07 Panu MatilainenMove string pool typedefs to rpmtypes.h
2012-09-07 Panu MatilainenFirst cut of a libsolv-style string <-> id pool API
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
next