Age | Commit message (Expand) | Author | Files | Lines |
2007-08-08 | Fix permissions | Panu Matilainen | 1 | -0/+0 |
2007-04-16 | Check rpmtsInitDB return value. Also patches rpm.c, which | Paul Nasrat | 1 | -1/+1 |
2007-04-16 | Allow "--ignoresize" for erase operations. | Paul Nasrat | 1 | -1/+1 |
2005-03-13 | - permit RSA/{sha1,sha256,sha384,sha512} signature verification. | jbj | 1 | -2/+6 |
2005-01-17 | Build on macosx. | jbj | 1 | -0/+1 |
2004-11-10 | - add --delsign to purge packages of digital signatures. | jbj | 1 | -1/+2 |
2004-10-25 | Wire ftsOpts globally. | jbj | 1 | -0/+8 |
2004-10-25 | Add undocumented --hdlist and --ftswalk query/verify sources. | jbj | 1 | -2/+4 |
2004-07-05 | - bump rpm and popt versions to insure "newer". | jbj | 1 | -7/+2 |
2003-05-08 | - don't use error string after gzclose (Dmitry V. Levin). | jbj | 1 | -1/+1 |
2003-01-28 | - fix: clean relocation path for --prefix=/. | jbj | 1 | -2/+3 |
2003-01-22 | Exit non-zero with bogus args. | jbj | 1 | -7/+5 |
2002-12-22 | - simplify specfile query linkage loop. | jbj | 1 | -6/+4 |
2002-12-21 | - add --enable-posixmutexes when configuring on linux. | jbj | 1 | -1/+3 |
2002-12-19 | - add -I/usr/include/nptl, Conflicts: kernel <= 2.4.19. | jbj | 1 | -2/+2 |
2002-11-29 | - build with external elfutils (preferred), if available. | jbj | 1 | -1/+1 |
2002-11-16 | - fix: option conflict error message (#77373). | jbj | 1 | -1/+1 |
2002-10-26 | - fix: permit build with --disable-nls (#76258). | jbj | 1 | -0/+2 |
2002-08-06 | - add bitmask for precise control of signature/digest verification. | jbj | 1 | -2/+3 |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 1 | -2/+2 |
2002-07-31 | - make --querytags a common option, fix errant regex (#70135). | jbj | 1 | -11/+0 |
2002-07-29 | - update trpm. | jbj | 1 | -35/+27 |
2002-07-28 | - python: don't segfault in ts.GetKeys() on erased packages. | jbj | 1 | -6/+6 |
2002-07-28 | - popt: display sub-table options only once on --usage. | jbj | 1 | -350/+34 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -4/+6 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 1 | -0/+2 |
2002-07-02 | add (disabled for now) dependency check to rpmgraph. | jbj | 1 | -0/+2 |
2002-06-30 | - warn only once for each NOKEY/UNTRUSTED key id. | jbj | 1 | -12/+10 |
2002-06-28 | - fix: multiple relocations (#67596). | jbj | 1 | -0/+7 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -1/+2 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -2/+6 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 1 | -3/+3 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -2/+6 |
2002-04-08 | Sanity. | jbj | 1 | -1/+5 |
2002-03-13 | Pass ts and args to rpmInstall() and rpmErase(). | jbj | 1 | -7/+4 |
2002-03-12 | - permit --dbpath and --root with signature (i.e. --import) modes. | jbj | 1 | -2/+2 |
2002-03-06 | - add header DSA signature. | jbj | 1 | -1/+1 |
2002-02-09 | Sync with 4.0.4, splint clean. | jbj | 1 | -1/+1 |
2002-02-04 | rollback changes from 4.0.4. | jbj | 1 | -1/+10 |
2002-02-02 | Sync with rpm-4.0.4 rollbacks. | jbj | 1 | -18/+18 |
2002-01-28 | popt PAIN, sigh. | jbj | 1 | -11/+11 |
2002-01-28 | Avoid accidental collisions with POPT_BIT_SET for flags in popt tables. | jbj | 1 | -12/+12 |
2001-11-03 | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 1 | -18/+3 |
2001-10-27 | - transaction sets cerated in cli main. | jbj | 1 | -13/+12 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -10/+3 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -7/+19 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -8/+17 |
2001-10-24 | - wire transactions through rpmcli query/verify modes. | jbj | 1 | -33/+14 |
2001-10-23 | - wire transactions through rpmcli signature modes. | jbj | 1 | -9/+2 |
2001-10-23 | - generate an rpm header on the fly for imported pubkeys. | jbj | 1 | -23/+26 |