summaryrefslogtreecommitdiff
path: root/rpmqv.c
Commit message (Expand)AuthorAgeFilesLines
* Further split the cli-tools to rpminstall, rpmquery and rpmverifyPanu Matilainen2010-10-081-1/+9
* Lift specfile query out of main rpm(query) into separate binaryPanu Matilainen2010-10-041-2/+0
* Rip IAM_RPMDB, ie --initdb, --rebuilddb etc modes out of rpmqv.c and librpmPanu Matilainen2010-09-031-65/+2
* Rip IAM_RPMK, ie --import and --checksig modes out of rpmqv.c + librpmPanu Matilainen2010-09-031-43/+1
* Further simplify rpmcliVerifySignatures()Panu Matilainen2010-09-031-7/+1
* Rrrriiip the addsign/resign/delsign bits out of rpmqv.c + friendsPanu Matilainen2010-09-031-85/+1
* Lookup signature type from cli utility alreadyPanu Matilainen2010-09-031-1/+2
* rpmcliSign() only creates or deletes signaturesPanu Matilainen2010-09-031-2/+2
* Use rpmcliVerifySignatures() directly from rpmqv.c mainPanu Matilainen2010-09-031-0/+2
* Use rpmcliImportPubkeys() for importing instead of rpmcliSign()Panu Matilainen2010-09-031-3/+11
* Remove hysterically useless RPMSIGN_NONE + --sign popt leftoversPanu Matilainen2010-09-031-3/+0
* Use the common rpmcliQueryFlags for signature verify options in rpm cli tooPanu Matilainen2010-09-031-1/+1
* Remove ancient autohelp-handling related leftoversPanu Matilainen2010-08-241-2/+0
* Argh. Realize we already have equivalents of initCli() and finishCli()Panu Matilainen2010-08-201-10/+4
* Kludge to get rid of ugly lone --quiet on usage messagePanu Matilainen2010-08-201-1/+1
* Move --pipe handling to cliutils helpersPanu Matilainen2010-08-201-29/+3
* Oops, fallout from commit 5fe63cd8e0b552a9687666e8b5f9454cf274d69dPanu Matilainen2010-08-201-1/+1
* Lump much of the common cli-init + finish tasks into cliutils helpersPanu Matilainen2010-08-201-72/+4
* Add a convenience library for stuff common cli-bits intoPanu Matilainen2010-08-201-30/+1
* If MiNT can't cope, frankly my dear, I dont give a damnPanu Matilainen2010-08-201-5/+0
* Simplify --root argument checkingPanu Matilainen2010-08-201-10/+2
* Chainsaw the now unused #ifdef'ed parts out of rpmqv.c and rpmbuild.cPanu Matilainen2010-08-201-188/+10
* Allow '--short-circuit' for '-bb'Michal Schmidt2010-06-231-0/+2
* Eliminate hysterical --hdlist query option and everything implementing itPanu Matilainen2010-03-191-4/+2
* Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen2010-03-191-3/+0
* Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing themFlorian Festi2010-02-031-1/+0
* Move <mcheck.h> include out of system.h to the couple of places that carePanu Matilainen2010-01-051-0/+3
* Unconditionally include <sys/wait.h> where neededPanu Matilainen2010-01-051-1/+2
* Add noreturn annotations to argerror() helper functionsPanu Matilainen2009-09-071-0/+1
* Replace equal/not equal uses of str[n]cmp() with rstreq[n] in binariesPanu Matilainen2009-08-311-3/+3
* Put the PGP foobar signature generation out of its miseryPanu Matilainen2009-03-261-8/+0
* Show query/verify selection options just once in --helpPanu Matilainen2009-03-191-5/+3
* Add md5->filedigest aliases (rhbz#487597)Jindrich Novy2009-02-271-1/+1
* -Use installInterfaceFlags in place of eraseInterfaceFlags. -Moved transactio...Rakesh Pandit2009-02-161-2/+2
* Permit --noscripts on verify (to disable %verifyscript execution)Panu Matilainen2008-12-181-2/+2
* Read default popt aliases again (rhbz#473167)Panu Matilainen2008-11-291-2/+0
* Use rpmConfigDir() for finding our popt alias filePanu Matilainen2008-11-221-2/+7
* Force "rpm" popt context for everything but buildPanu Matilainen2008-06-251-2/+9
* Eliminate rpmd, rpmi, rpmk, rpmq "helper binaries"Panu Matilainen2008-06-251-10/+0
* Eliminate the pointless rpmb + rpmt symlinkeryPanu Matilainen2008-06-241-3/+1
* Check for pipe() return code on --pipePanu Matilainen2008-05-051-3/+4
* Ensure default SIGPIPE handler for --pipe (rhbz#444389)Panu Matilainen2008-05-021-0/+1
* ARGV_t const pendantryPanu Matilainen2008-04-071-5/+5
* Remove bogus const from rpmRelocation structPanu Matilainen2008-03-241-1/+1
* Remove rollback supportPanu Matilainen2008-03-171-10/+2
* Refcount dbiTags on db open+close, automatically freePanu Matilainen2008-03-121-4/+0
* Play nice with xargsPanu Matilainen2008-02-111-2/+2
* Include spring-cleaningPanu Matilainen2008-01-301-1/+2
* rpmlib.h mass evictionPanu Matilainen2008-01-301-0/+1
* Print --usage to stderr instead of stdout (rhbz#164021)Panu Matilainen2008-01-071-1/+1