index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-27
remove empty keyrings in trusted.gpg.d on upgrade
David Kalnischkies
1
-0
/
+9
2014-09-27
add and use 'apt-key verify' which prefers gpgv over gpg
David Kalnischkies
3
-3
/
+10
2014-09-27
miscellaneous small cleanups in apt-key
David Kalnischkies
1
-17
/
+7
2014-09-27
add --readonly option for apt-key adv
David Kalnischkies
3
-7
/
+7
2014-09-27
use only one --keyring in gpg interactions
David Kalnischkies
2
-46
/
+116
2014-09-27
add --secret-keyring option for apt-key
David Kalnischkies
2
-3
/
+14
2014-09-27
allow to specify fingerprints in 'apt-key del'
David Kalnischkies
3
-5
/
+26
2014-09-27
add a test for apt-key export{,all}
David Kalnischkies
2
-2
/
+9
2014-09-27
use apt-key to wrap gpg calls in testcases
David Kalnischkies
1
-31
/
+9
2014-09-27
respect --keyring also in merged keyring commands
David Kalnischkies
1
-8
/
+10
2014-09-27
support gnupg2 as drop-in replacement for gnupg
David Kalnischkies
3
-88
/
+122
2014-09-27
delay gnupg setup in apt-key until it is needed
David Kalnischkies
1
-22
/
+22
2014-09-27
correct the error messages to refer to apt-key instead of gpgv
David Kalnischkies
46
-180
/
+173
2014-09-27
use apt-key adv (+ gnupg) instead of gpgv for verify
David Kalnischkies
5
-47
/
+53
2014-09-27
merge fragment keyrings in apt-key to avoid hitting gpg limits
David Kalnischkies
1
-57
/
+77
2014-09-27
refactor key removal code to reuse it in next step
David Kalnischkies
1
-48
/
+55
2014-09-27
set a primary-keyring only if we have access to it
David Kalnischkies
1
-1
/
+3
2014-09-27
support (multiple) arguments properly in apt-key
David Kalnischkies
1
-27
/
+27
2014-09-27
only create new trusted.gpg if directory is writeable
David Kalnischkies
1
-23
/
+14
2014-09-27
all errors should be printed to stderr
David Kalnischkies
1
-5
/
+5
2014-09-27
add a (hidden) --quiet option for apt-key
David Kalnischkies
1
-4
/
+10
2014-09-27
rename postrm to apt.postrm
David Kalnischkies
3
-39
/
+0
2014-09-27
remove leftover debug output from multikey softlink
David Kalnischkies
1
-1
/
+0
2014-09-27
fix: warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
5
-13
/
+13
2014-09-27
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
13
-32
/
+29
2014-09-27
fix occurrence typo in tagfile comment
David Kalnischkies
1
-1
/
+1
2014-09-27
remove outdated and unused po/ChangeLog
David Kalnischkies
1
-1077
/
+0
2014-09-27
add an API for cache filters/matcher
David Kalnischkies
2
-52
/
+209
2014-09-27
move PCI::From* methods into CacheSetHelper class
David Kalnischkies
2
-87
/
+139
2014-09-27
adapt to the new CacheSetHelper API
David Kalnischkies
4
-26
/
+23
2014-09-27
rework cachesets API to allow future extension
David Kalnischkies
4
-154
/
+494
2014-09-27
add APT::PackageUniverse as a pkgCache wrapper
David Kalnischkies
1
-0
/
+38
2014-09-27
add specialisations for std::vector
David Kalnischkies
1
-2
/
+73
2014-09-27
mark pkg(All|Dist)Upgrade as deprecated
David Kalnischkies
6
-16
/
+21
2014-09-27
fix progress output for (dist-)upgrade calculation
David Kalnischkies
73
-148
/
+223
2014-09-27
de-duplicate version strings in the cache
David Kalnischkies
1
-3
/
+3
2014-09-27
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
8
-124
/
+57
2014-09-27
count strings more accurately for stats
David Kalnischkies
1
-14
/
+39
2014-09-27
packages in the cache are sorted by name so noise-free
David Kalnischkies
1
-9
/
+2
2014-09-27
search for pkg names in the cache case-sensitive
David Kalnischkies
1
-4
/
+4
2014-09-27
deprecate Pkg->Name in favor of Grp->Name
David Kalnischkies
5
-12
/
+21
2014-09-26
Disable Mth.DropPrivsOrDie() in copy.cc for now
Michael Vogt
1
-1
/
+0
2014-09-25
Remove check for "Translation-" from pkgAcqIndex::Custom600Headers()
Michael Vogt
1
-4
/
+1
2014-09-25
Revert making pkgAcquire::Item::DescURI() "const"
Michael Vogt
1
-12
/
+12
2014-09-25
Use /var/empty as the homedir for _apt
Michael Vogt
1
-2
/
+2
2014-09-24
releasing package apt version 1.1~exp3
Michael Vogt
2
-0
/
+20
2014-09-24
DropPrivs: Document what it does
Julian Andres Klode
1
-1
/
+11
2014-09-24
DropPrivs: Use APT::Sandbox::User instead of Apt::User::Nobody
Julian Andres Klode
1
-3
/
+3
2014-09-24
DropPrivs: Hard-fail if the user does not exist
Julian Andres Klode
1
-1
/
+1
2014-09-24
DropPrivs: Add some comments for the more obscure setuid/setgid functions
Julian Andres Klode
1
-0
/
+2
[next]