Age | Commit message (Expand) | Author | Files | Lines |
2007-08-30 | Move rollback IDTX out of cli-stuff, its needed by core ts handling too. | Panu Matilainen | 1 | -86/+2 |
2005-01-04 | Splint fiddles. | jbj | 1 | -1/+1 |
2004-11-10 | - add --delsign to purge packages of digital signatures. | jbj | 1 | -0/+1 |
2004-10-26 | Splint fiddles. | jbj | 1 | -2/+2 |
2004-10-25 | Wire ftsOpts globally. | jbj | 1 | -0/+6 |
2004-10-25 | Add undocumented --hdlist and --ftswalk query/verify sources. | jbj | 1 | -1/+3 |
2004-10-24 | Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}. | jbj | 1 | -1/+17 |
2004-10-18 | Add generalized iterator to rpmlib. | jbj | 1 | -0/+2 |
2003-12-25 | Add lsetfilecon to install modes. | jbj | 1 | -1/+2 |
2003-12-25 | Verify file contexts from file security context patterns. | jbj | 1 | -13/+17 |
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -2/+2 |
2003-05-08 | - don't use error string after gzclose (Dmitry V. Levin). | jbj | 1 | -22/+22 |
2003-04-21 | Don't segfault if given ascii armored rather than binary pubkey packets. | jbj | 1 | -2/+2 |
2002-12-22 | - simplify specfile query linkage loop. | jbj | 1 | -0/+16 |
2002-12-21 | - add --enable-posixmutexes when configuring on linux. | jbj | 1 | -4/+6 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -1/+1 |
2002-09-17 | - lclint clean. | jbj | 1 | -3/+4 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -2/+2 |
2002-08-08 | lclint fiddles. | jbj | 1 | -14/+21 |
2002-08-06 | - python: bindings to import pubkeys and display openpgp packets. | jbj | 1 | -0/+15 |
2002-08-04 | - resurrect --rollback. | jbj | 1 | -4/+17 |
2002-07-28 | - python: don't segfault in ts.GetKeys() on erased packages. | jbj | 1 | -45/+46 |
2002-07-28 | - popt: display sub-table options only once on --usage. | jbj | 1 | -4/+41 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -4/+4 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 1 | -6/+6 |
2002-07-09 | - placeholders for manifest constants for SuSE patch packages. | jbj | 1 | -2/+4 |
2002-07-08 | Propagate splint-3.0.1.7 close(2) internalState annotation throughout. | jbj | 1 | -4/+4 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 1 | -6/+9 |
2002-07-02 | add (disabled for now) dependency check to rpmgraph. | jbj | 1 | -1/+4 |
2002-06-30 | - warn only once for each NOKEY/UNTRUSTED key id. | jbj | 1 | -0/+27 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -0/+2 |
2002-06-19 | Annotate incondefs in source code. | jbj | 1 | -2/+1 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 1 | -1/+1 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -16/+16 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -12/+1 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -3/+3 |
2002-04-08 | doxygen cleanup. | jbj | 1 | -3/+2 |
2002-03-13 | Pass ts and args to rpmInstall() and rpmErase(). | jbj | 1 | -42/+31 |
2002-03-12 | - permit --dbpath and --root with signature (i.e. --import) modes. | jbj | 1 | -3/+6 |
2002-03-12 | - drill ts/fi through verify mode, add methods to keep fi abstract. | jbj | 1 | -9/+6 |
2002-03-10 | - splint annotationsm, signature cleanup. | jbj | 1 | -1/+1 |
2002-03-08 | - wire --nodigest/--nosignature options to checksig/query/verify modes. | jbj | 1 | -2/+7 |
2002-02-04 | - generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid. | jbj | 1 | -1/+5 |
2002-01-28 | Transaction rollbacks from rpm-4.04, (sanity flush). | jbj | 1 | -11/+20 |
2001-12-20 | - solaris: translate i86pc to i386 (#57182). | jbj | 1 | -2/+2 |
2001-11-08 | - linear search on added package provides is dumb. | jbj | 1 | -1/+1 |
2001-11-03 | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 1 | -1/+1 |
2001-10-27 | - transaction sets cerated in cli main. | jbj | 1 | -12/+15 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -13/+14 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -90/+153 |