| Commit message (Expand) | Author | Age | Files | Lines |
* | Further split the cli-tools to rpminstall, rpmquery and rpmverify | Panu Matilainen | 2010-10-08 | 1 | -1/+9 |
* | Lift specfile query out of main rpm(query) into separate binary | Panu Matilainen | 2010-10-04 | 1 | -2/+0 |
* | Rip IAM_RPMDB, ie --initdb, --rebuilddb etc modes out of rpmqv.c and librpm | Panu Matilainen | 2010-09-03 | 1 | -65/+2 |
* | Rip IAM_RPMK, ie --import and --checksig modes out of rpmqv.c + librpm | Panu Matilainen | 2010-09-03 | 1 | -43/+1 |
* | Further simplify rpmcliVerifySignatures() | Panu Matilainen | 2010-09-03 | 1 | -7/+1 |
* | Rrrriiip the addsign/resign/delsign bits out of rpmqv.c + friends | Panu Matilainen | 2010-09-03 | 1 | -85/+1 |
* | Lookup signature type from cli utility already | Panu Matilainen | 2010-09-03 | 1 | -1/+2 |
* | rpmcliSign() only creates or deletes signatures | Panu Matilainen | 2010-09-03 | 1 | -2/+2 |
* | Use rpmcliVerifySignatures() directly from rpmqv.c main | Panu Matilainen | 2010-09-03 | 1 | -0/+2 |
* | Use rpmcliImportPubkeys() for importing instead of rpmcliSign() | Panu Matilainen | 2010-09-03 | 1 | -3/+11 |
* | Remove hysterically useless RPMSIGN_NONE + --sign popt leftovers | Panu Matilainen | 2010-09-03 | 1 | -3/+0 |
* | Use the common rpmcliQueryFlags for signature verify options in rpm cli too | Panu Matilainen | 2010-09-03 | 1 | -1/+1 |
* | Remove ancient autohelp-handling related leftovers | Panu Matilainen | 2010-08-24 | 1 | -2/+0 |
* | Argh. Realize we already have equivalents of initCli() and finishCli() | Panu Matilainen | 2010-08-20 | 1 | -10/+4 |
* | Kludge to get rid of ugly lone --quiet on usage message | Panu Matilainen | 2010-08-20 | 1 | -1/+1 |
* | Move --pipe handling to cliutils helpers | Panu Matilainen | 2010-08-20 | 1 | -29/+3 |
* | Oops, fallout from commit 5fe63cd8e0b552a9687666e8b5f9454cf274d69d | Panu Matilainen | 2010-08-20 | 1 | -1/+1 |
* | Lump much of the common cli-init + finish tasks into cliutils helpers | Panu Matilainen | 2010-08-20 | 1 | -72/+4 |
* | Add a convenience library for stuff common cli-bits into | Panu Matilainen | 2010-08-20 | 1 | -30/+1 |
* | If MiNT can't cope, frankly my dear, I dont give a damn | Panu Matilainen | 2010-08-20 | 1 | -5/+0 |
* | Simplify --root argument checking | Panu Matilainen | 2010-08-20 | 1 | -10/+2 |
* | Chainsaw the now unused #ifdef'ed parts out of rpmqv.c and rpmbuild.c | Panu Matilainen | 2010-08-20 | 1 | -188/+10 |
* | Allow '--short-circuit' for '-bb' | Michal Schmidt | 2010-06-23 | 1 | -0/+2 |
* | Eliminate hysterical --hdlist query option and everything implementing it | Panu Matilainen | 2010-03-19 | 1 | -4/+2 |
* | Eliminate --wtfwalk .. err, --ftswalk and everything implementing it | Panu Matilainen | 2010-03-19 | 1 | -3/+0 |
* | Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing them | Florian Festi | 2010-02-03 | 1 | -1/+0 |
* | Move <mcheck.h> include out of system.h to the couple of places that care | Panu Matilainen | 2010-01-05 | 1 | -0/+3 |
* | Unconditionally include <sys/wait.h> where needed | Panu Matilainen | 2010-01-05 | 1 | -1/+2 |
* | Add noreturn annotations to argerror() helper functions | Panu Matilainen | 2009-09-07 | 1 | -0/+1 |
* | Replace equal/not equal uses of str[n]cmp() with rstreq[n] in binaries | Panu Matilainen | 2009-08-31 | 1 | -3/+3 |
* | Put the PGP foobar signature generation out of its misery | Panu Matilainen | 2009-03-26 | 1 | -8/+0 |
* | Show query/verify selection options just once in --help | Panu Matilainen | 2009-03-19 | 1 | -5/+3 |
* | Add md5->filedigest aliases (rhbz#487597) | Jindrich Novy | 2009-02-27 | 1 | -1/+1 |
* | -Use installInterfaceFlags in place of eraseInterfaceFlags. -Moved transactio... | Rakesh Pandit | 2009-02-16 | 1 | -2/+2 |
* | Permit --noscripts on verify (to disable %verifyscript execution) | Panu Matilainen | 2008-12-18 | 1 | -2/+2 |
* | Read default popt aliases again (rhbz#473167) | Panu Matilainen | 2008-11-29 | 1 | -2/+0 |
* | Use rpmConfigDir() for finding our popt alias file | Panu Matilainen | 2008-11-22 | 1 | -2/+7 |
* | Force "rpm" popt context for everything but build | Panu Matilainen | 2008-06-25 | 1 | -2/+9 |
* | Eliminate rpmd, rpmi, rpmk, rpmq "helper binaries" | Panu Matilainen | 2008-06-25 | 1 | -10/+0 |
* | Eliminate the pointless rpmb + rpmt symlinkery | Panu Matilainen | 2008-06-24 | 1 | -3/+1 |
* | Check for pipe() return code on --pipe | Panu Matilainen | 2008-05-05 | 1 | -3/+4 |
* | Ensure default SIGPIPE handler for --pipe (rhbz#444389) | Panu Matilainen | 2008-05-02 | 1 | -0/+1 |
* | ARGV_t const pendantry | Panu Matilainen | 2008-04-07 | 1 | -5/+5 |
* | Remove bogus const from rpmRelocation struct | Panu Matilainen | 2008-03-24 | 1 | -1/+1 |
* | Remove rollback support | Panu Matilainen | 2008-03-17 | 1 | -10/+2 |
* | Refcount dbiTags on db open+close, automatically free | Panu Matilainen | 2008-03-12 | 1 | -4/+0 |
* | Play nice with xargs | Panu Matilainen | 2008-02-11 | 1 | -2/+2 |
* | Include spring-cleaning | Panu Matilainen | 2008-01-30 | 1 | -1/+2 |
* | rpmlib.h mass eviction | Panu Matilainen | 2008-01-30 | 1 | -0/+1 |
* | Print --usage to stderr instead of stdout (rhbz#164021) | Panu Matilainen | 2008-01-07 | 1 | -1/+1 |