rpm/sign
Panu Matilainen 78c95448a1 Further streamline & sanitize lead handling
- Never log anything from rpmLeadRead(), instead return an error message
  the callers can log if they see fit
- Add a return value for the lead type (which is the only bit of
  info from the lead we sometimes resort to using)
- Permit NULL pointers on all return values
- Eliminate rpmLeadCheck() and rpmLeadType() from the internal API,
  these are now combined into rpmLeadRead().
- Fix up the callers: only (re)signing needs the actual lead,
  signature verification only cares if its valid or not and
  package reading only wants the type from the lead (annoying but...)
2011-07-07 11:55:28 +03:00
..
Makefile.am Move librpmsign to its own subdirectory in the sources 2010-10-22 15:00:49 +03:00
rpmgensig.c Further streamline & sanitize lead handling 2011-07-07 11:55:28 +03:00
rpmsign.h Eek.. librpmsign sources went missing in the move 2010-10-22 18:31:01 +03:00