Age | Commit message (Expand) | Author | Files | Lines |
2003-01-06 | - portabilitly: solaris fixes. | jbj | 3 | -1/+11 |
2002-12-24 | - add %%pubkey attribute to read armored pubkey files into header. | jbj | 2 | -0/+60 |
2002-12-24 | Rescusitate doxygen file manifest. | jbj | 3 | -2/+368 |
2002-12-14 | - fix: make sure each library has DT_NEEDED for all unresolved syms. | jbj | 1 | -7/+4 |
2002-12-01 | - use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead. | jbj | 1 | -4/+5 |
2002-12-01 | - link rpm libraries together, use shared helpers with external -lelf. | jbj | 2 | -2/+1 |
2002-11-30 | More splint fiddles. | jbj | 2 | -3/+5 |
2002-11-19 | - add AC_SYS_LARGFILE throughout. | jbj | 1 | -8/+0 |
2002-11-19 | Correct doxygen-1.2.18 warnings. | jbj | 1 | -1/+1 |
2002-10-15 | Replace libelf with elfutils. | jbj | 1 | -0/+1 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -1/+1 |
2002-10-07 | lclint annotations. | jbj | 1 | -0/+2 |
2002-09-20 | Add va_end to match va_copy (#74251). | jbj | 1 | -0/+1 |
2002-09-17 | - lclint clean. | jbj | 2 | -0/+11 |
2002-09-16 | Another pgp parser fix. | jbj | 1 | -0/+2 |
2002-09-04 | - fix: parse header data more carefully. | jbj | 1 | -1/+1 |
2002-09-03 | - fix: parse pgp packets more carefully. | jbj | 2 | -21/+47 |
2002-08-31 | Sync with rpm-4.1. | jbj | 3 | -22/+71 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -0/+2 |
2002-08-15 | - python: explicit method to set transFlags. | jbj | 1 | -0/+2 |
2002-08-13 | - fix: rebuilddb stat'ed target, not source, for rename sanity. | jbj | 2 | -0/+60 |
2002-08-04 | - resurrect --rollback. | jbj | 1 | -12/+17 |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 1 | -4/+4 |
2002-08-02 | - fix: signed pubkeys were imported incorrectly (#68291). | jbj | 2 | -14/+9 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 2 | -6/+18 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 3 | -6/+5 |
2002-07-20 | - version added to *.la dependency libraries (#69063). | jbj | 6 | -144/+158 |
2002-07-19 | Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi. | jbj | 1 | -1/+1 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 1 | -0/+1 |
2002-07-13 | Use ${MAKE}, not make, for portability. | jbj | 1 | -1/+1 |
2002-07-08 | Propagate splint-3.0.1.7 close(2) internalState annotation throughout. | jbj | 9 | -96/+133 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 1 | -5/+12 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 11 | -4/+53 |
2002-06-30 | - warn only once for each NOKEY/UNTRUSTED key id. | jbj | 1 | -2/+1 |
2002-06-28 | Establish mechanism for up2date to reconfigure rpmlib. | jbj | 1 | -0/+1 |
2002-06-25 | - python: link internal libelf (if used) directly into rpmmodule.so. | jbj | 1 | -1/+1 |
2002-06-23 | Add boundswrite annotations everywhere. | jbj | 12 | -21/+285 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 4 | -8/+18 |
2002-06-21 | - fix: reading macro files can corrupt memory if BUFSIZ is teensy. | jbj | 3 | -85/+61 |
2002-06-19 | Annotate incondefs in source code. | jbj | 6 | -8/+19 |
2002-06-15 | - beecrypt: merge changes from beecrypt-2.3.0. | jbj | 2 | -28/+23 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 2 | -4/+13 |
2002-05-13 | AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>). | jbj | 2 | -6/+6 |
2002-05-13 | Eliminate bogus strerror message for manifests. | jbj | 1 | -3/+4 |
2002-05-07 | - plug most install mode leaks. | jbj | 1 | -0/+14 |
2002-05-02 | - eliminate db1 support. | jbj | 1 | -1/+1 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 1 | -3/+1 |
2002-04-14 | - use build time to choose one of multiple alternative suggestions. | jbj | 7 | -87/+86 |
2002-04-13 | - merge conflicts into problems, handle as transaction set variable. | jbj | 1 | -1/+2 |
2002-04-10 | - beecrypt: add types.h, eliminate need for config.gnu.h. | jbj | 3 | -3/+4 |