summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2014-02-12refactor testcase_str2depMichael Schroeder2-16/+47
2014-02-03testcase: support "haiku" disttypeMichael Schroeder1-0/+1
2014-01-30support PRODUCT_ENDOFLIFE, store repoid as flexarray so we can add a lable laterMichael Schroeder2-2/+81
2014-01-28support ADD_NO_AUTOPRODUCTS in repo_autopattern, use in rpmdb2solvMichael Schroeder2-2/+7
2014-01-27support PRODUCT_UPDATES_REPOID strarray for SLE-12 product handlingMichael Schroeder2-0/+12
2014-01-27add autoproduct supportMichael Schroeder1-19/+164
2014-01-22repo_rpmdb: refactor count_headersMichael Schroeder1-7/+9
2014-01-22serialize dbenv operations on FEDORA systemsMichael Schroeder1-16/+74
2014-01-20support DISTRO in content parserMichael Schroeder1-0/+18
2014-01-20improve comment about gpgvMichael Schroeder1-1/+1
2014-01-13make addfilelist more resistant against corrupt rpmsMichael Schroeder1-2/+4
2014-01-10encode flags into rpmdb cookieMichael Schroeder1-5/+17
2014-01-08three other changes to make cppcheck happierMichael Schroeder1-2/+1
2014-01-08fix a couple of minor problems found with cppcheckMichael Schroeder3-4/+9
2014-01-07plug memory leak when the rpmdb is found to be corruptMichael Schroeder1-1/+1
2013-12-16Also copy the checksums in repo_add_rpmdb_reffpMichael Schroeder1-1/+7
2013-12-13fix typo in commentMichael Schroeder1-1/+1
2013-12-13repo_autopattern: make sure that the category is valid utf8Michael Schroeder1-1/+8
2013-11-21support DELTA_LOCATION_BASE for completeness...Michael Schroeder1-1/+11
2013-11-18rename repo_find_pubkeys to repo_find_all_pubkeys, add repo_find_pubkeyMichael Schroeder3-6/+20
2013-11-18split repo_find_pubkeys from repo_verify_sigdataMichael Schroeder3-18/+30
2013-11-14Create a real type for a checksum handleMichael Schroeder6-25/+26
2013-10-30make keyid of master key available in subkeysMichael Schroeder1-0/+8
2013-10-30solvsig_verify: error out early if the checksum is finishedMichael Schroeder1-0/+2
2013-10-29repo_add_keydir: put flags last (as with the other repo_add calls)Michael Schroeder2-2/+2
2013-10-29delete solv_verify_sig, sort keys in verifyMichael Schroeder2-30/+24
2013-10-29refactor a bit, add some commentsMichael Schroeder2-25/+41
2013-10-28support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURESMichael Schroeder2-76/+126
2013-10-28add repo_add_keyring() and repo_add_keydir() functionsMichael Schroeder3-13/+190
2013-10-25add repo_verify_sigdata, refactor solv_parse_sig into solvsig_create/free/verifyMichael Schroeder3-23/+89
2013-10-23cosmetic sigpkg -> sigpkt, clone the hash before finishing itMichael Schroeder2-14/+19
2013-10-18support :any in testcasesMichael Schroeder1-0/+5
2013-10-18small improvement in :any parsingMichael Schroeder1-1/+1
2013-10-18support debian multiarch annotationMichael Schroeder1-1/+8
2013-10-16remove trailing whitespaceMichael Schroeder10-43/+43
2013-10-16add repo_autopattern (SUSE only for now)Michael Schroeder4-0/+221
2013-10-15remove obsolete DISTPRODUCT/DISTVERSION parsingMichael Schroeder1-17/+13
2013-10-15remove obsolete states, add support for product type, fix flags parsingMichael Schroeder1-39/+41
2013-10-09add repo_appdata to parse AppStream's appdata filesMichael Schroeder4-0/+456
2013-10-08fix installation of header filesMichael Andres1-3/+3
2013-10-04repo_haiku: /boot/common no longer existsIngo Weinhold1-2/+0
2013-09-23include repo_pubkey.h in repo_pubkey.cMichael Schroeder1-0/+1
2013-09-20split DEP_PRE into DEP_PRE_IN and DEP_PRE_UNMichael Schroeder2-10/+13
2013-08-23create a copy of the sig data so that it can be freed laterMichael Schroeder1-4/+4
2013-08-23refactor a bitMichael Schroeder1-31/+39
2013-08-23solv_parse_sig: clear return values at the beginningMichael Schroeder1-0/+5
2013-08-23refactor, add experimental solv_parse_sig and solv_verify_sigMichael Schroeder3-159/+266
2013-08-23constify solv_pgpvrfyMichael Schroeder2-9/+10
2013-08-23cosmetics: change commentsMichael Schroeder1-3/+3
2013-08-23refactor a bitMichael Schroeder1-12/+14