Age | Commit message (Expand) | Author | Files | Lines |
2013-11-18 | split repo_find_pubkeys from repo_verify_sigdata | Michael Schroeder | 3 | -18/+30 |
2013-11-14 | Create a real type for a checksum handle | Michael Schroeder | 6 | -25/+26 |
2013-10-30 | make keyid of master key available in subkeys | Michael Schroeder | 1 | -0/+8 |
2013-10-30 | solvsig_verify: error out early if the checksum is finished | Michael Schroeder | 1 | -0/+2 |
2013-10-29 | repo_add_keydir: put flags last (as with the other repo_add calls) | Michael Schroeder | 2 | -2/+2 |
2013-10-29 | delete solv_verify_sig, sort keys in verify | Michael Schroeder | 2 | -30/+24 |
2013-10-29 | refactor a bit, add some comments | Michael Schroeder | 2 | -25/+41 |
2013-10-28 | support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURES | Michael Schroeder | 2 | -76/+126 |
2013-10-28 | add repo_add_keyring() and repo_add_keydir() functions | Michael Schroeder | 3 | -13/+190 |
2013-10-25 | add repo_verify_sigdata, refactor solv_parse_sig into solvsig_create/free/verify | Michael Schroeder | 3 | -23/+89 |
2013-10-23 | cosmetic sigpkg -> sigpkt, clone the hash before finishing it | Michael Schroeder | 2 | -14/+19 |
2013-10-18 | support :any in testcases | Michael Schroeder | 1 | -0/+5 |
2013-10-18 | small improvement in :any parsing | Michael Schroeder | 1 | -1/+1 |
2013-10-18 | support debian multiarch annotation | Michael Schroeder | 1 | -1/+8 |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 10 | -43/+43 |
2013-10-16 | add repo_autopattern (SUSE only for now) | Michael Schroeder | 4 | -0/+221 |
2013-10-15 | remove obsolete DISTPRODUCT/DISTVERSION parsing | Michael Schroeder | 1 | -17/+13 |
2013-10-15 | remove obsolete states, add support for product type, fix flags parsing | Michael Schroeder | 1 | -39/+41 |
2013-10-09 | add repo_appdata to parse AppStream's appdata files | Michael Schroeder | 4 | -0/+456 |
2013-10-08 | fix installation of header files | Michael Andres | 1 | -3/+3 |
2013-10-04 | repo_haiku: /boot/common no longer exists | Ingo Weinhold | 1 | -2/+0 |
2013-09-23 | include repo_pubkey.h in repo_pubkey.c | Michael Schroeder | 1 | -0/+1 |
2013-09-20 | split DEP_PRE into DEP_PRE_IN and DEP_PRE_UN | Michael Schroeder | 2 | -10/+13 |
2013-08-23 | create a copy of the sig data so that it can be freed later | Michael Schroeder | 1 | -4/+4 |
2013-08-23 | refactor a bit | Michael Schroeder | 1 | -31/+39 |
2013-08-23 | solv_parse_sig: clear return values at the beginning | Michael Schroeder | 1 | -0/+5 |
2013-08-23 | refactor, add experimental solv_parse_sig and solv_verify_sig | Michael Schroeder | 3 | -159/+266 |
2013-08-23 | constify solv_pgpvrfy | Michael Schroeder | 2 | -9/+10 |
2013-08-23 | cosmetics: change comments | Michael Schroeder | 1 | -3/+3 |
2013-08-23 | refactor a bit | Michael Schroeder | 1 | -12/+14 |
2013-08-23 | make unarmor() more flexible, make sure pgp mpis are minimal | Michael Schroeder | 2 | -5/+6 |
2013-07-26 | cleanup solv_pgpvrfy a bit | Michael Schroeder | 1 | -55/+66 |
2013-07-25 | treat v4 self-sig without key expires as unlimited lifetime | Michael Schroeder | 1 | -3/+9 |
2013-07-25 | get rid of a (wrong) gcc warning | Michael Schroeder | 1 | -0/+1 |
2013-07-25 | rename rpmdb_pubkey to pubkey | Michael Schroeder | 3 | -6/+6 |
2013-07-25 | repo_rpmdb_pubkey: collect signatures into flexarray, support verification | Michael Schroeder | 1 | -226/+328 |
2013-07-25 | add slow but small dsa/rsa implementation | Michael Schroeder | 3 | -0/+516 |
2013-07-24 | Respect LDFLAGS on one more instance | Tomas Chvatal | 1 | -1/+1 |
2013-07-12 | refactor a bit, no functional changes | Michael Schroeder | 1 | -41/+44 |
2013-07-10 | fix copy/paste bug in repo_rpmdb_pubkey.c | Michael Schroeder | 1 | -1/+1 |
2013-07-05 | fix testcase handling of haiku's compat deps | Michael Schroeder | 1 | -7/+13 |
2013-07-04 | be more tolerant about bad xml: an empty epoch attribute means no epoch | Michael Schroeder | 4 | -5/+5 |
2013-07-01 | support haiku's compat deps in the testcase parser | Michael Schroeder | 1 | -4/+9 |
2013-07-01 | repo_updateinfoxml: rename datanum to handle | Michael Schroeder | 1 | -22/+22 |
2013-06-26 | delete stray comment | Michael Schroeder | 1 | -12/+0 |
2013-06-17 | repo_haiku: Translate B_PACKAGE_ARCHITECTURE_SOURCE to ARCH_SRC | Ingo Weinhold | 1 | -0/+2 |
2013-06-13 | fix archpolicy handling of '>' | Michael Schroeder | 1 | -3/+10 |
2013-06-11 | make license/group a poolstr array for archlinux | Michael Schroeder | 1 | -4/+4 |
2013-06-07 | make REPOSITORY_REVISION a simple string | Michael Schroeder | 1 | -1/+1 |
2013-06-07 | fix indent | Michael Schroeder | 1 | -2/+2 |