Commit Graph

7 Commits

Author SHA1 Message Date
Panu Matilainen 92c12d1a8e Eliminate all fooUnlink() functions out of the API
- These are internal helpers only, all refcount users need to use
  fooFree() or similar for correct operation. Add fwd declarations
  where necessary to avoid moving code around unnecessarily.
- We could add these back later as aliases to fooFree() but for now,
  just get them out of the way.
2010-09-13 13:08:33 +03:00
Panu Matilainen bafed0d85c Oops, missing wrappers for C++ in headers (ticket #12) 2008-12-09 09:51:17 +02:00
Panu Matilainen 3897bdc37d Add couple of new rpmPubkey() methods
- rpmPubkeyDig() to retrieve parsed OpenPGP parameters of key
- rpmPubkeyBase64() to return base64 encoding of the key
2008-08-08 09:26:30 +03:00
Panu Matilainen ba644ed5aa Add (and use) refcounting for rpmKeyring and rpmPubkey 2008-07-17 15:50:35 +03:00
Panu Matilainen 43a05ea363 Add documentation for keyring 2008-07-02 14:24:20 +03:00
Panu Matilainen caf362cff8 Move keyring related typedefs to rpmtypes.h 2008-07-01 17:52:40 +03:00
Panu Matilainen 685877f2a0 Beginnings of an abstract keyring
- in librpmio to avoid dependencies on higher level stuff
- for now it's just an in-memory structure that needs to be populated
  by someone simply by feeding in GPG public keys
2008-07-01 17:52:40 +03:00