tweaks to break out of unnecessary extra key loops if a valid key is found
[monkeysphere-validation-agent.git] / Crypt / Monkeysphere / MSVA.pm
2010-12-25 Jameson Rollinstweaks to break out of unnecessary extra key loops...
2010-12-25 Jameson Rollinsadd new "email" context
2010-12-25 Jameson RollinsAdd support for openpgp4fpr pkc type
2010-12-24 Jameson Rollinstiny bit of cleanup and commenting
2010-12-24 Jameson Rollinsmove pkc key extraction functions adjacent to each...
2010-12-24 Jameson Rollinssimplify reviewcert by breaking out pkc key extraction...
2010-12-20 Daniel Kahn Gillmoravoid some spurious error messages when no agent is... msva-perl/0.8
2010-12-20 Daniel Kahn Gillmorbump internal version number.
2010-12-20 Daniel Kahn Gillmoravoid passing undefined data to decode_base64()
2010-12-19 Daniel Kahn Gillmorallow the use of ports in hostnames
2010-12-19 Daniel Kahn Gillmorimport hkpms settings from gpg.conf also
2010-12-19 Daniel Kahn Gillmordo not use indirect object creation (see p.158 of ...
2010-12-16 Daniel Kahn Gillmorsupport hkpms queries from the agent
2010-12-08 Daniel Kahn Gillmorsupply gpgkeys_hkpms (closes MS #2016)
2010-12-06 Daniel Kahn Gillmorexpose version of MSVA.pm publicly
2010-11-14 Daniel Kahn Gillmorimplement tests (and looser constraints on) peer names...
2010-11-13 Daniel Kahn Gillmoradded peertype (addresses #2568) -- still need tests
2010-11-05 Daniel Kahn Gillmoradded jrollins to copyright
2010-11-04 Daniel Kahn GillmorMerge remote branch 'jrollins/master'
2010-10-30 Jameson Rollinsfix context/peer string checking/untainting
2010-10-30 Jameson Rollinsaccept smtp context
2010-10-30 Jameson Rollinstweak log message, and remove errant space
2010-10-30 Daniel Kahn Gillmorcommit to handling ike:// urls as well
2010-10-29 Daniel Kahn Gillmoradded support for rfc4716-style SSH pubkeys
2010-10-29 Daniel Kahn Gillmoradded opensshpubkey pkc support
2010-10-29 Daniel Kahn Gillmorrefactored, pulling der2key into separate subfunction...
2010-10-29 Daniel Kahn Gillmorallow people to enter upper-case pkc types
2010-10-29 Daniel Kahn Gillmorfix up the pem-handling code, and test it
2010-10-28 Daniel Kahn Gillmoradd support for x509pem as a pkc type (addressing MS...
2010-10-28 Daniel Kahn Gillmorensure that every response returns a server identifier
2010-10-27 Daniel Kahn Gillmordo not explicitly wait on the pid in question; just...
2010-10-27 Daniel Kahn Gillmorensure that quickly-terminating master subprocesses...
2010-10-27 Daniel Kahn Gillmordetect upgrades and prompt user when we notice them...
2010-10-18 Daniel Kahn Gillmorbegin modularization of Crypt::Monkeysphere::MSVA ...
2010-10-18 Daniel Kahn Gillmormoved logging business into its own class
2010-10-16 Jameson RollinsAdd client module to query agent
2010-10-15 Daniel Kahn Gillmordo not kill off child processes during HUP. let them...
2010-10-15 Daniel Kahn Gillmornow respects keyserverpolicy request member variable...
2010-10-12 Daniel Kahn Gillmorallow clean re-exec for smoother upgrades (closes MS...
2010-10-12 Daniel Kahn Gillmorcleanup debug info
2010-10-12 Daniel Kahn Gillmorsimple env variable cleanup (treating empty environment...
2010-10-12 Daniel Kahn Gillmoronly bother asking for a marginal UI if the UID of...
2010-10-12 Daniel Kahn Gillmoradded details about requesting processes, on systems...
2010-10-11 Daniel Kahn Gillmorread keyserver from gpg.conf if $MSVA_KEYSERVER is...
2010-10-04 Daniel Kahn Gillmortrivially untaint environment for the main child process
2010-10-04 Daniel Kahn Gillmormoved the prompting code to the MarginalUI sub-module
2010-10-04 Daniel Kahn Gillmorreorganize some code