summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-07-17Add (and use) refcounting for rpmKeyring and rpmPubkeyPanu Matilainen1-2/+2
2008-07-14Don't put unimplemented tags into tagtablePanu Matilainen1-1/+1
2008-07-14Mark unimplemented tags as such in tag tablePanu Matilainen1-35/+35
2008-07-09Include rpmlib.h from rpmcli.h, legacy stuff expects it there..Panu Matilainen1-0/+1
2008-07-09Check for _RPM_4_4_COMPAT in rpmlib.h tooPanu Matilainen1-0/+2
2008-07-08Include legacy compat from rpmlib.h to cover maximum groundPanu Matilainen1-0/+1
2008-07-08Add compat definitions for renamed string functions tooPanu Matilainen1-0/+12
2008-07-08Missing cplusplus-wrappers in rpmtdPanu Matilainen1-0/+8
2008-07-08Bunch of dumb macros to make up for renamed functionsPanu Matilainen1-0/+14
2008-07-08Add deprecation markers for hge etc vector prototypesPanu Matilainen1-5/+5
2008-07-08Add deprecation warnings to all legacy typesPanu Matilainen1-13/+13
2008-07-08Compat typedef for Spec -> rpmSpec renamePanu Matilainen1-0/+1
2008-07-08Add mappings from hTAG_t and friends to legacy interfacesPanu Matilainen1-0/+6
2008-07-08Limit the exposure of rpmlegacy.h stuff to bare minimumPanu Matilainen1-3/+3
2008-07-08Shove header legacy interfaces into rpmlegacy.hPanu Matilainen4-189/+184
2008-07-08Add a new legacy compatibility header, kill rpmints.hPanu Matilainen3-30/+30
2008-07-07Eliminate couple of timedRead() uses where we control how fd is openedPanu Matilainen2-5/+4
2008-07-07Kick out ftpStrerror() and related error code definesPanu Matilainen1-2/+1
2008-07-07Kick out ancient, useless and hidden --specedit optionPanu Matilainen2-8/+0
2008-07-04Stuff rpmio/ugid.[ch] contents to lib/misc.[ch]Panu Matilainen4-2/+178
2008-07-04Remove unused _url_debugPanu Matilainen1-2/+0
2008-07-04Remove solvedb API and other related stuffPanu Matilainen5-289/+1
2008-07-04Kill of rpmtsAvailable()Panu Matilainen4-55/+1
2008-07-04Enforce conflicts on colorless files alwaysPanu Matilainen1-6/+0
2008-07-04rpmfiFNlink() returns unsigned intPanu Matilainen1-1/+1
2008-07-04Use unsigned integer for epoch, remove unnecessary staticPanu Matilainen1-1/+1
2008-07-03Parameter name + doc mismatch on rpmVerifySignature()Panu Matilainen1-1/+1
2008-07-03Change headerPutString() arg name to match the othersPanu Matilainen2-4/+4
2008-07-03Plug leaks in selinux context handling in fsmPanu Matilainen2-3/+7
2008-07-03Plug a memleak on erasurePanu Matilainen1-5/+1
2008-07-03Make all transaction callback notifications go through rpmtsNotify()Panu Matilainen2-30/+23
2008-07-03Only try to pubkeys from rpmdb if we non-db keys didn't existPanu Matilainen1-4/+5
2008-07-02Don't leak memory on duplicate pubkeysPanu Matilainen1-0/+4
2008-07-02Plug a dumb memleak that has crept into rpmReadPackageFile()Panu Matilainen1-0/+2
2008-07-02Change rpmts keyring get/set interface to more transparent handlingPanu Matilainen4-25/+18
2008-07-02Make rpmkeyring.h public headerPanu Matilainen2-2/+2
2008-07-02Add docs for the new rpmts methods, deprecate rpmtsFindPubkey()Panu Matilainen1-1/+15
2008-07-02Load pubkeys from both files and rpmdb for nowPanu Matilainen1-9/+21
2008-07-01Eliminate remaining signature checking bits from rpmtsPanu Matilainen2-116/+0
2008-07-01Use keyring even when using pubkeys from rpmdbPanu Matilainen1-1/+38
2008-07-01Pass keyring, not the full ts to lowlevel signature routinesPanu Matilainen5-26/+44
2008-07-01Eliminate digest calculation statistics from signature codePanu Matilainen1-15/+0
2008-07-01Add methods for getting and setting the keyring used by a transactionPanu Matilainen2-0/+23
2008-07-01Move keyring related typedefs to rpmtypes.hPanu Matilainen1-0/+3
2008-07-01Proof of concept rpmtsFindPubkey() implementation with the new keyringPanu Matilainen2-0/+52
2008-06-30We don't need ts to stash the keyid locally nowPanu Matilainen1-3/+3
2008-06-30headerCheck() does not recursePanu Matilainen1-11/+2
2008-06-30Detach pgp digest from transaction setPanu Matilainen7-93/+29
2008-06-30Pass pgpDig around from rpmVerifySignature()Panu Matilainen1-19/+14
2008-06-30Detach signature tag data from transaction setPanu Matilainen7-138/+32