index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-17
Add (and use) refcounting for rpmKeyring and rpmPubkey
Panu Matilainen
1
-2
/
+2
2008-07-14
Don't put unimplemented tags into tagtable
Panu Matilainen
1
-1
/
+1
2008-07-14
Mark unimplemented tags as such in tag table
Panu Matilainen
1
-35
/
+35
2008-07-09
Include rpmlib.h from rpmcli.h, legacy stuff expects it there..
Panu Matilainen
1
-0
/
+1
2008-07-09
Check for _RPM_4_4_COMPAT in rpmlib.h too
Panu Matilainen
1
-0
/
+2
2008-07-08
Include legacy compat from rpmlib.h to cover maximum ground
Panu Matilainen
1
-0
/
+1
2008-07-08
Add compat definitions for renamed string functions too
Panu Matilainen
1
-0
/
+12
2008-07-08
Missing cplusplus-wrappers in rpmtd
Panu Matilainen
1
-0
/
+8
2008-07-08
Bunch of dumb macros to make up for renamed functions
Panu Matilainen
1
-0
/
+14
2008-07-08
Add deprecation markers for hge etc vector prototypes
Panu Matilainen
1
-5
/
+5
2008-07-08
Add deprecation warnings to all legacy types
Panu Matilainen
1
-13
/
+13
2008-07-08
Compat typedef for Spec -> rpmSpec rename
Panu Matilainen
1
-0
/
+1
2008-07-08
Add mappings from hTAG_t and friends to legacy interfaces
Panu Matilainen
1
-0
/
+6
2008-07-08
Limit the exposure of rpmlegacy.h stuff to bare minimum
Panu Matilainen
1
-3
/
+3
2008-07-08
Shove header legacy interfaces into rpmlegacy.h
Panu Matilainen
4
-189
/
+184
2008-07-08
Add a new legacy compatibility header, kill rpmints.h
Panu Matilainen
3
-30
/
+30
2008-07-07
Eliminate couple of timedRead() uses where we control how fd is opened
Panu Matilainen
2
-5
/
+4
2008-07-07
Kick out ftpStrerror() and related error code defines
Panu Matilainen
1
-2
/
+1
2008-07-07
Kick out ancient, useless and hidden --specedit option
Panu Matilainen
2
-8
/
+0
2008-07-04
Stuff rpmio/ugid.[ch] contents to lib/misc.[ch]
Panu Matilainen
4
-2
/
+178
2008-07-04
Remove unused _url_debug
Panu Matilainen
1
-2
/
+0
2008-07-04
Remove solvedb API and other related stuff
Panu Matilainen
5
-289
/
+1
2008-07-04
Kill of rpmtsAvailable()
Panu Matilainen
4
-55
/
+1
2008-07-04
Enforce conflicts on colorless files always
Panu Matilainen
1
-6
/
+0
2008-07-04
rpmfiFNlink() returns unsigned int
Panu Matilainen
1
-1
/
+1
2008-07-04
Use unsigned integer for epoch, remove unnecessary static
Panu Matilainen
1
-1
/
+1
2008-07-03
Parameter name + doc mismatch on rpmVerifySignature()
Panu Matilainen
1
-1
/
+1
2008-07-03
Change headerPutString() arg name to match the others
Panu Matilainen
2
-4
/
+4
2008-07-03
Plug leaks in selinux context handling in fsm
Panu Matilainen
2
-3
/
+7
2008-07-03
Plug a memleak on erasure
Panu Matilainen
1
-5
/
+1
2008-07-03
Make all transaction callback notifications go through rpmtsNotify()
Panu Matilainen
2
-30
/
+23
2008-07-03
Only try to pubkeys from rpmdb if we non-db keys didn't exist
Panu Matilainen
1
-4
/
+5
2008-07-02
Don't leak memory on duplicate pubkeys
Panu Matilainen
1
-0
/
+4
2008-07-02
Plug a dumb memleak that has crept into rpmReadPackageFile()
Panu Matilainen
1
-0
/
+2
2008-07-02
Change rpmts keyring get/set interface to more transparent handling
Panu Matilainen
4
-25
/
+18
2008-07-02
Make rpmkeyring.h public header
Panu Matilainen
2
-2
/
+2
2008-07-02
Add docs for the new rpmts methods, deprecate rpmtsFindPubkey()
Panu Matilainen
1
-1
/
+15
2008-07-02
Load pubkeys from both files and rpmdb for now
Panu Matilainen
1
-9
/
+21
2008-07-01
Eliminate remaining signature checking bits from rpmts
Panu Matilainen
2
-116
/
+0
2008-07-01
Use keyring even when using pubkeys from rpmdb
Panu Matilainen
1
-1
/
+38
2008-07-01
Pass keyring, not the full ts to lowlevel signature routines
Panu Matilainen
5
-26
/
+44
2008-07-01
Eliminate digest calculation statistics from signature code
Panu Matilainen
1
-15
/
+0
2008-07-01
Add methods for getting and setting the keyring used by a transaction
Panu Matilainen
2
-0
/
+23
2008-07-01
Move keyring related typedefs to rpmtypes.h
Panu Matilainen
1
-0
/
+3
2008-07-01
Proof of concept rpmtsFindPubkey() implementation with the new keyring
Panu Matilainen
2
-0
/
+52
2008-06-30
We don't need ts to stash the keyid locally now
Panu Matilainen
1
-3
/
+3
2008-06-30
headerCheck() does not recurse
Panu Matilainen
1
-11
/
+2
2008-06-30
Detach pgp digest from transaction set
Panu Matilainen
7
-93
/
+29
2008-06-30
Pass pgpDig around from rpmVerifySignature()
Panu Matilainen
1
-19
/
+14
2008-06-30
Detach signature tag data from transaction set
Panu Matilainen
7
-138
/
+32
[next]