summaryrefslogtreecommitdiff
path: root/lib/poptQV.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-08Add cli-switch to query for license filesPanu Matilainen1-0/+3
2011-07-13Only increment number of query/verify sources when we encounter new typesPanu Matilainen1-21/+15
2010-11-15Hide obsolete --nomd5 switches from help outputPanu Matilainen1-1/+1
2010-10-22Eliminate useless --fileid query selectorPanu Matilainen1-5/+0
2010-10-04Lift specfile query out of main rpm(query) into separate binaryPanu Matilainen1-8/+0
2010-10-04Simplify queryformat popt callback handlingPanu Matilainen1-9/+1
2010-09-21Queryformat string sanity in queryArgCallback()Panu Matilainen1-5/+2
2010-09-03Rip IAM_RPMK, ie --import and --checksig modes out of rpmqv.c + librpmPanu Matilainen1-20/+0
2010-09-03Rrrriiip the addsign/resign/delsign bits out of rpmqv.c + friendsPanu Matilainen1-6/+0
2010-09-03Remove hysterically useless RPMSIGN_NONE + --sign popt leftoversPanu Matilainen1-2/+0
2010-09-03Use the common rpmcliQueryFlags for signature verify options in rpm cli tooPanu Matilainen1-35/+0
2010-03-23Fix fallout from rpmgi.h moving to internal pathPanu Matilainen1-1/+1
2010-03-19One helluva complicated way to pass our own arg back to usPanu Matilainen1-3/+0
2010-03-19Eliminate hysterical --hdlist query option and everything implementing itPanu Matilainen1-6/+0
2010-03-19Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen1-5/+0
2010-03-19Lose the hidden and useless transaction add/order through rpmgi hackeryPanu Matilainen1-4/+0
2010-03-19Lose unused qva_char and qva_rc fields from rpmQVKArguments structPanu Matilainen1-1/+0
2009-07-14Honor --nofiledigest on install too (RhBug:508021)Panu Matilainen1-5/+3
2009-03-19Show query/verify selection options just once in --helpPanu Matilainen1-4/+0
2009-03-02Fix documentation and help for the md5 -> filedigest moveJindrich Novy1-2/+2
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-4/+6
2008-10-26Beginnings of file capability (POSIX.1e draft 15) verification supportPanu Matilainen1-0/+3
2008-07-07Kick out ancient, useless and hidden --specedit optionPanu Matilainen1-4/+0
2008-03-31Dead code removal (popt switches)Panu Matilainen1-38/+0
2008-01-02Assorted int -> size_t corrections for string lengthsPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-10-28Include "rpmgi.h" instead of <rpmgi.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-29/+10
2007-08-27Remove dependency on librpmbuild.Ralf Corsépius1-1/+0
2004-11-10- add --delsign to purge packages of digital signatures.jbj1-0/+3
2004-10-25Add options to populate transaction set while iterating.jbj1-0/+13
2004-10-25Wire ftsOpts globally.jbj1-10/+14
2004-10-25Stub out rpmgiWalkPathFilter, prior to teaching rpmcache about rpmgi.jbj1-1/+1
2004-10-25Add undocumented --hdlist and --ftswalk query/verify sources.jbj1-0/+10
2003-12-25Add lsetfilecon to install modes.jbj1-2/+6
2003-12-25Verify file contexts from file security context patterns.jbj1-0/+2
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj1-2/+2
2002-07-31- make --querytags a common option, fix errant regex (#70135).jbj1-4/+2
2002-07-29- update trpm.jbj1-1/+12
2002-07-28- popt: display sub-table options only once on --usage.jbj1-12/+72
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-6/+6
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-2/+2
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+2
2002-06-10Document file attribute opt outs in verify mode.jbj1-2/+2
2002-04-14- use build time to choose one of multiple alternative suggestions.jbj1-6/+6
2002-03-12Sanity.jbj1-6/+4
2002-03-12- permit --dbpath and --root with signature (i.e. --import) modes.jbj1-7/+4
2002-03-08- wire --nodigest/--nosignature options to checksig/query/verify modes.jbj1-16/+9