Exit non-zero with bogus args.
[platform/upstream/rpm.git] / rpmio /
2003-01-06 jbj- portabilitly: solaris fixes.
2002-12-24 jbj- add %%pubkey attribute to read armored pubkey files...
2002-12-24 jbjRescusitate doxygen file manifest.
2002-12-14 jbj- fix: make sure each library has DT_NEEDED for all...
2002-12-01 jbj- use usrlib_LTLIBRARIES to install directly in /usr...
2002-12-01 jbj- link rpm libraries together, use shared helpers with...
2002-11-30 jbjMore splint fiddles.
2002-11-19 jbj- add AC_SYS_LARGFILE throughout.
2002-11-19 jbjCorrect doxygen-1.2.18 warnings.
2002-10-15 jbjReplace libelf with elfutils.
2002-10-09 jbj- fix: use size_t consistently, avoid segfault on ia64.
2002-10-07 jbjlclint annotations.
2002-09-20 jbjAdd va_end to match va_copy (#74251).
2002-09-17 jbj- lclint clean.
2002-09-16 jbjAnother pgp parser fix.
2002-09-04 jbj- fix: parse header data more carefully.
2002-09-03 jbj- fix: parse pgp packets more carefully.
2002-08-31 jbjSync with rpm-4.1.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-08-15 jbj- python: explicit method to set transFlags.
2002-08-13 jbj- fix: rebuilddb stat'ed target, not source, for rename...
2002-08-04 jbj- resurrect --rollback.
2002-08-03 jbjRemove dbi_tear_down, now that rpmdb's are closed on...
2002-08-02 jbj- fix: signed pubkeys were imported incorrectly (#68291).
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-19 jbjRemove foo.iter() method, use tp_iter mechanism, for...
2002-07-14 jbj- python: sanity check fixes on rpmts/rpmte methods.
2002-07-13 jbjUse ${MAKE}, not make, for portability.
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-03 jbj- use rpmfi in showQueryPackage(), eliminating headerGe...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-30 jbj- warn only once for each NOKEY/UNTRUSTED key id.
2002-06-28 jbjEstablish mechanism for up2date to reconfigure rpmlib.
2002-06-25 jbj- python: link internal libelf (if used) directly into...
2002-06-23 jbjAdd boundswrite annotations everywhere.
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-21 jbj- fix: reading macro files can corrupt memory if BUFSIZ...
2002-06-19 jbjAnnotate incondefs in source code.
2002-06-15 jbj- beecrypt: merge changes from beecrypt-2.3.0.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-05-13 jbjAIX fiddles (Albert Chin <rpm-list@thewrittenword.com>).
2002-05-13 jbjEliminate bogus strerror message for manifests.
2002-05-07 jbj- plug most install mode leaks.
2002-05-02 jbj- eliminate db1 support.
2002-05-01 jbj- attempt to make peace with automake-1.6.1, autoconf...
2002-04-14 jbj- use build time to choose one of multiple alternative...
2002-04-13 jbj- merge conflicts into problems, handle as transaction...
2002-04-10 jbj- beecrypt: add types.h, eliminate need for config...
2002-04-08 jbjSanity.
2002-04-08 jbjCheck rpm-4.0.4 for orpahns.
2002-04-08 jbjdoxygen cleanup.
2002-04-07 jbj- speedup large queries by ~50%.
2002-03-17 jbj- *really* dump signature header immutable region.
2002-03-12 jbj- drill ts/fi through verify mode, add methods to keep...
2002-03-08 jbj- wire --nodigest/--nosignature options to checksig...
2002-03-07 jbj- add header RSA signature (untested, disabled for...
2002-03-06 jbj- add header DSA signature.
2002-03-03 jbj- add payload uncompressed size to signature to avoid...
2002-02-28 jbjUse Knuth algorithm Y for computing DSA "w = inv(s...
2002-02-27 jbjSanity.
2002-02-27 jbjCreate.
2002-02-25 jbjAnnotation fiddles.
2002-02-24 jbjSynthesize a st_ino field for fts(3) use across FTP.
2002-02-23 jbjfix: opendir(3) et al functional with FTP.
2002-02-22 jbjMake peace with lclint for fts.[ch].
2002-02-20 jbjInclude fts.[ch] in rpmio, APi renamed to Fts_foo.
2002-02-20 jbjAdd (for portability) copies of fts.{c,h} from glibc...
2002-02-10 jbj- make peace with automake et al in 8.0, ugh.
2002-02-10 jbj- make peace with gcc-3.1, remove compiler cruft.
2002-02-07 jbjSync with rpm-4.0.4.
2002-02-04 jbj- generate index for pkgid (aka Sigmd5) tag, query...
2002-01-27 jbjMerge from rpm-4.0.4.
2002-01-23 jbj- turn on auto-generated perl requirements (#58519...
2002-01-18 jbj- missing key(s) on keyring when verifying a signature...
2001-12-20 jbj- solaris: translate i86pc to i386 (#57182).
2001-12-08 jbj- lclint-3.0.0.19 fiddles.
2001-12-06 jbj- 3 madvise calls and a 16Mb mmapped buffer == ~5%...
2001-11-23 jbj- fix a couple dinky memory leaks.
2001-11-12 jbj- commit to using rpmDepSet and TFI_t, not header.
2001-11-08 jbj- linear search on added package provides is dumb.
2001-10-27 jbj- legacy signatures always checked where possible on...
2001-10-23 jbj- generate an rpm header on the fly for imported pubkeys.
2001-10-21 jbj- all symbols but hdrVec are now forward references...
2001-10-20 jbj- stupid macros to configure public key file paths.
2001-10-20 jbj- add :base64 and :armor format extensions, dump binary...
2001-10-19 jbjPermit multiple, simultaneous, digests on a single...
2001-10-19 jbj- beecrypt is at least as good as pgp/gpg on verify...
2001-10-19 jbjStart ripping gpg/pgp on signature verify paths.
2001-10-19 jbjRewire digests, step 2.
2001-10-19 jbjRewire digests, step 1.
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-16 jbjMore lclint annotations.
2001-10-15 jbjMore branchstate lclint annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbjMore lclint annotations.
2001-10-13 jbj- ratchet up to lclint "strict" level.
next