Replace all uses of RPMMESS_WARNING with RPMLOG_WARNING
[platform/upstream/rpm.git] / lib / package.c
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_WARNING with RPMLOG_WARNING
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-11 Panu Matilainen...and more pointer signedness fixes...
2007-07-10 Panu MatilainenMsg buffer signedness change to avoid several compiler...
2007-07-09 Panu MatilainenPermit packages with no payload format (rpm 3.x compat...
2007-06-19 Panu MatilainenRename headerCheckPayload() -> headerCheckPayloadFormat()
2007-06-12 Panu MatilainenSkip packages/headers with non-verifiable signatures...
2007-06-05 Panu MatilainenPayload compatibility checking fixes.
2007-05-24 Panu MatilainenCheck for supported payload format on package install...
2005-03-13 jbjAdd support for RSA on sha1/sha256/sha384/sha512.
2005-03-12 jbjAdd hdrmd5ctx for header-only md5 rsa/md5 signatures.
2005-02-02 jbj- fix: length of gpg V4 hash seed was incorrect (#146896).
2004-10-18 jbjAdd generalized iterator to rpmlib.
2004-10-15 jbj- disable expensive header+payload verifies in default...
2004-10-09 jbjFlush changes from rpm-4_3 branch.
2004-08-19 jbj- avoid "can't happen" recursion while retrieving pubkeys.
2003-04-16 jbj- resurrect manifests, RPMRC_NOTFOUND returned by readL...
2003-04-08 jbjfix: prevent segfault if malicious server sends 1 GB...
2003-04-07 jbjCalibrated stopwatch using rdtsc.
2003-03-06 jbj- fix: memory leak (85522).
2003-02-03 jbjoops, get rid of debugging printf's.
2003-01-23 jbjsplint fiddles.
2002-12-18 jbj- add --file{class,provide,require} popt aliases and...
2002-10-09 jbj- fix: use size_t consistently, avoid segfault on ia64.
2002-09-17 jbj- lclint clean.
2002-09-16 jbjSync with rpm-4.1 parsing changes.
2002-09-04 jbj- fix: parse header data more carefully.
2002-08-31 jbjSync with rpm-4.1.
2002-08-27 jbj- fix: segfault with --checksig, plug memory leak ...
2002-08-26 jbj- python: don't remap NOKEY/UNTRUSTED to OK.
2002-08-23 jbj- merge signature returns into rpmRC.
2002-08-22 jbj- fix: region trailer offset sanity check wrong (#71996).
2002-08-06 jbj- add bitmask for precise control of signature/digest...
2002-08-05 jbj- fix: check for lead magic, better error message on...
2002-07-28 jbj- python: don't segfault in ts.GetKeys() on erased...
2002-07-28 jbj- popt: display sub-table options only once on --usage.
2002-07-25 jbj- fix: --repackage repaired (#67217).
2002-07-25 jbj- python: add ts.hdrCheck(), ts.rebuildDB() methods.
2002-07-24 jbj- fix: segfault if given a text file as 2nd arg to...
2002-07-24 jbj- verify signatures/digests retrieved through rpmdbNext...
2002-07-21 jbj- add methods to make signature handling opaque wrto...
2002-07-20 jbj- version added to *.la dependency libraries (#69063).
2002-07-20 jbj- popt: parse file into string of options (#56860).
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-07-02 jbjadd (disabled for now) dependency check to rpmgraph.
2002-06-30 jbj- warn only once for each NOKEY/UNTRUSTED key id.
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-05-13 jbjEliminate bogus strerror message for manifests.
2002-05-04 jbjAdd toy db->associate, db->join, dbcursor->c_pget wrappers.
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-11 jbj- rescusitate --rebuild.
2002-03-12 jbj- drill ts/fi through verify mode, add methods to keep...
2002-03-10 jbj- splint annotationsm, signature cleanup.
2002-03-08 jbj- wire --nodigest/--nosignature options to checksig...
2002-03-07 jbj- add header RSA signature (untested, disabled for...
2002-03-07 jbj- add header RSA signature (untested).
2002-03-06 jbj- add header DSA signature.
2002-03-03 jbj- add payload uncompressed size to signature to avoid...
2001-11-19 jbj- header handling moved to librpmdb to avoid linkage...
2001-11-01 jbj- add header refcount annotations throughout.
2001-10-27 jbj- legacy signatures always checked where possible on...
2001-10-26 jbj- wire transactions through rpmcli install/erase modes.
2001-10-25 jbj- legacy signatures always checked on -qp and -Vp.
2001-10-21 jbj- all symbols but hdrVec are now forward references...
2001-10-16 jbjMore lclint annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbjMore lclint annotations.
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-07-11 jbj- python bindings should not segfault when fed bad...
2001-06-19 jbj- finalize per-header methods, accessing headerFoo...
2001-06-12 jbj- remove dead code frpm popt table reorg.
2001-06-04 jbjlclint fiddles.
2001-05-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-23 jbj- headerFree() returns NULL, _free is C++ safe.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- more boring lclint annotations and fiddles.
2001-04-21 jbjSync with rpm-4_0 branch.
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-02-12 jbjAdd rpmRC return code type for the usual 0/1/2 codes.
2001-02-11 jbj1st stab at --repackage.
2001-01-16 jbjfix: segfault through python bindings with fd to non...
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2001-01-09 jbj- tsorted packages processed in successor count order.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-11-07 jbj- load headers as single contiguous region.
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-08-27 jbjDoxygen annotations.
2000-08-23 jbjdoxygen annotations.
2000-07-17 jbjSync with rpm-3.0.5 chnages.
next