Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / KeyRing.cc
2016-11-01 DongHun KwakImported Upstream version 15.0.0 56/94656/1
2016-11-01 DongHun KwakImported Upstream version 14.39.0 35/94635/1
2016-11-01 DongHun KwakImported Upstream version 14.36.0 25/94625/1
2016-11-01 DongHun KwakImported Upstream version 14.32.0 19/94619/1
2016-11-01 DongHun KwakImported Upstream version 14.31.0 18/94618/1
2014-05-08 Michael AndresKeyRingReport: New infoVerify callback showing the...
2013-09-02 Michael AndresDon't need COW implementation in NonCopyable KeyRing.
2013-08-27 Michael Andresremove deprecated methods
2013-08-27 Michael AndresMerge branch 'bnc#828672'
2013-08-27 Michael Andresfix key expiry date parsing (bnc#828672)
2013-08-27 Michael AndresReduce amount of gpg calls when importing/exporting...
2013-07-26 Michael Andresfix typo
2011-10-10 Michael Andresmake g++ happy
2010-05-12 Michael AndresKeyRing: Add multiKeyImport to add all keys from RpmDb...
2010-04-29 Michael AndresKeyRing: leave loop immediately if key id was found...
2008-11-11 Michael Andres- Avoid superfluous file copying and gpg invocation...
2008-10-14 Duncan Mac-Vicar Premove non used helper
2008-09-22 Jan Kupec- provided context to keyring callbacks (bnc #370223)
2008-09-19 Michael Andres- Moved DefaultAcceptBits enum to class KeyRing (former...
2008-09-09 Duncan Mac-Vicar P- provide context about the repository (name/alias...
2008-09-09 Michael Andres- Fix reading of Traget::targetDistribution.
2008-07-04 Michael AndresAlso check if the fingerprint matches before importing...
2008-06-30 Michael Andres- Fix permanent duplication of gpg keys in the rpm...
2008-05-14 Michael MatzAvoid calling the PublicKey(Pathname) ctor uselessly...
2008-03-14 Josef Reidingermake strings from RpmDb and Keyring exceptions translatable
2008-02-06 Duncan Mac-Vicar Pmerge lslezak keyring changes
2008-01-15 Ladislav Slezak- added RpmDb::removePubkey(), call it from
2007-08-28 Michael AndresUse a separate internal connection to exchange KeyRingS...
2007-08-28 Duncan Mac-Vicar P- add debug to see when rpm is called
2007-08-28 Duncan Mac-Vicar P- real fix for bug #390535
2007-08-23 Duncan Mac-Vicar P- Fixes for the checksum/signature subsystem (#302059)
2007-08-10 Duncan Mac-Vicar Punify on regex_match(), remove regex_search
2007-08-10 Duncan Mac-Vicar Pfix KeyRing test not working anymore because there...
2007-08-10 Duncan Mac-Vicar Pimporting my current diff
2007-07-25 Klaus Kaempf- don't hardcode "/var/tmp" as the temporary directory but
2007-07-16 Duncan Mac-Vicar Pmerge REFACTORING-10_3 back to trunk
2007-06-18 Duncan Mac-Vicar PUse gpg2 in KeyRing and make the package depend on it
2007-05-09 Duncan Mac-Vicar PFixed importing of rpm keys, and lot of cleanup to...
2007-05-08 Duncan Mac-Vicar Ptrying to fix #270125
2007-01-24 Duncan Mac-Vicar PMerged revisions 4705-4906 via svnmerge from
2006-10-20 Duncan Mac-Vicar Prevert, causes endless loop
2006-10-19 Duncan Mac-Vicar Pfire the signal in all imports, not only in the workflow
2006-10-05 Michael Andresfixed no return statement in function returning non...
2006-08-24 Duncan Mac-Vicar P- new keyring callbacks
2006-06-13 Michael Andresfixed sequence of ctor initializer list
2006-06-06 Duncan Mac-Vicar P- Merge fix for stalle tmpdir due to cyclic references...
2006-05-19 Duncan Mac-Vicar P- fix missing homedir option for gpg (#171055)
2006-05-03 Duncan Mac-Vicar P- use --no-default-keyring to avoid creating a
2006-05-03 Duncan Mac-Vicar P- Fix YUM signature checking, we were passing the key...
2006-04-25 Duncan Mac-Vicar Pif unknown key, pass empty strings insteads for description
2006-04-25 Duncan Mac-Vicar P#168060 , propagate the file description or original...
2006-04-24 Michael AndresEnable signature checks per default. (#168525)
2006-04-20 Duncan Mac-Vicar P- fix #167605 (importing keys to rpm multiple times...
2006-04-19 Duncan Mac-Vicar Padd fingerprint to callbacks
2006-04-19 Michael Andres- fixed missplaced Logger.h includes
2006-04-19 Michael Andres- Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this...
2006-04-19 Duncan Mac-Vicar Penable key verification only if ZYPP_CHECKSIG env var...
2006-04-18 Duncan Mac-Vicar PWhen the signature is not found, warn the user about...
2006-04-18 Stanislav Visnovsky- revert the signature/digest checking callbacks
2006-04-13 Stanislav VisnovskyAsk user if signature file does not exist (#163765)
2006-04-05 Duncan Mac-Vicar Pimplement rpm keyring / zypp tmp keyring two-way syncro...
2006-04-05 Stanislav Visnovskyadd needed parameters for YaST callbacks
2006-04-04 Duncan Mac-Vicar P- fix https://bugzilla.novell.com/show_bug.cgi?id=16298...
2006-03-31 Duncan Mac-Vicar Pcleanup and emit key added signal for rpm
2006-03-31 Duncan Mac-Vicar Pfix key verification, now it really works...
2006-03-30 Duncan Mac-Vicar Pdont throw
2006-03-30 Duncan Mac-Vicar PImplement the workflow. Add the needed callbacks.
2006-03-30 Duncan Mac-Vicar Pimplement signature file to id, keyexists, and others
2006-03-29 Duncan Mac-Vicar Pintegrate keyring into zypp
2006-03-29 Duncan Mac-Vicar Psupport verifying files against a signature
2006-03-29 Duncan Mac-Vicar Psupport deleting keys now
2006-03-28 Duncan Mac-Vicar PSupport key listing, and key importing.
2006-03-28 Duncan Mac-Vicar Pbackup. need to do the parsing now.
2006-03-28 Duncan Mac-Vicar Pbackup. and more functions
2006-03-28 Duncan Mac-Vicar PAdd KeyRing handler class