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