summaryrefslogtreecommitdiff
path: root/packaging/debian/changelog
AgeCommit message (Collapse)Author
2009-11-28updated debian/copyright to match the latest version of DEP5Daniel Kahn Gillmor
2009-08-01update changelog for 0.26Jameson Graef Rollins
2009-08-01attempting to resolve MS #675Daniel Kahn Gillmor
2009-08-01switch to using new checkperms script.Daniel Kahn Gillmor
2009-07-26ensuring that STRICT_MODES gets passed through to the monkeysphere subshell ↵Daniel Kahn Gillmor
properly, and that we set it to a literal "false" in the tests. This should resolve the FTBFS associated with MS #659
2009-07-24improve the marginal ui a bit. note number of invalid keys. closes ms #1141Jameson Graef Rollins
2009-07-18update changelogJameson Graef Rollins
2009-07-16update changelog for 0.25 releaseJameson Graef Rollins
2009-07-14update changelog with work on MS #422Daniel Kahn Gillmor
2009-07-11switching keyrtrans from Digest::SHA1 to Digest::SHADaniel Kahn Gillmor
2009-07-11fix closes: in changelog, and update standards versionJameson Graef Rollins
2009-07-11update changelog from previous commitJameson Graef Rollins
2009-06-29fix frankly bizarre accidental change from last commit.Jameson Graef Rollins
2009-06-29resolve symlinks when checking path permissionsJameson Graef Rollins
Thanks to Silvio Rhatto for the patch. This should close MS bug #917
2009-05-21properly match fingerprints with leading 0 bytes ↵Daniel Kahn Gillmor
(https://labs.riseup.net/code/issues/show/831)
2009-05-12pem2openpgp now makes signatures over SHA256 instead of SHA1, due to ↵Daniel Kahn Gillmor
concerns about the growing weakness of SHA1.
2009-04-30Add sshfpr subcommand to monkeysphereJameson Graef Rollins
This is a very simple subcommand that outputs the ssh fingerprint of a key in your gpg keyring, by keyid.
2009-04-06update debian packaging Standards-Version to 3.8.1Jameson Graef Rollins
2009-03-23updating debian/changelogDaniel Kahn Gillmor
2009-03-18modify the ssh_proxycommand marginal ui output so that it betterJameson Graef Rollins
handles the case where the host can not be contacted. the new system attempts to retrieve the host ssh key before any ui output is made. this should make things a little clearer in this corner case, and make things a little more flexible down the line.
2009-03-10include changelog entry about mktemp portability update.Daniel Kahn Gillmor
2009-03-07fix the marginal ui output so that it's not prefixed by theJameson Graef Rollins
LOG_PREFIX. also make sure to always export the LOG_PREFIX, so that it gets passed to subprocces su_monkeysphere_user.
2009-03-03prepare for 0.24 releaseDaniel Kahn Gillmor
2009-03-03add cron to RecommendsJameson Graef Rollins
2009-03-02added ability to specify subkeys to add to agent with ↵Jameson Graef Rollins
MONKEYSPHERE_SUBKEYS_FOR_AGENT variable.
2009-03-01include bug number for fixing transition script issues.Daniel Kahn Gillmor
2009-03-01touching up changelog; switch ${shlibs:Depends} to ${misc:Depends} to ↵Daniel Kahn Gillmor
mollify lintian.
2009-03-01debian packaging overhaul.Daniel Kahn Gillmor
2009-02-28work on maintainer scripts:Jameson Graef Rollins
- remove preinst and prerm because they were empty - put everything in postint into 'config' argument, since that's really what it is - make sure deletion of monkeysphere user is correct, based on what we found here: http://wiki.debian.org/AccountHandlingInMaintainerScripts
2009-02-22Fix how version number is saved/retrieved. Version is now stored inJameson Graef Rollins
VERSION file, which is created in the tarball target. This is then installed at /usr/share/monkeysphere/VERSION, and cat'ed when the version number is requested by the front-end ui. No more manual setting of version number required (to avoid future problems, aka "0.23.1"). This system is also more flexible, as the VERSION file could potentially hold more info than just the release number.
2009-02-21preparing for stupid brown paper bag 0.23.1 release.Daniel Kahn Gillmor
2009-02-21updating the changelog.Daniel Kahn Gillmor
2009-02-20clean up 0.23 changelog entryDaniel Kahn Gillmor
2009-02-19The monkeysphere {import,gen}_subkey functions were not up-to-date.Jameson Graef Rollins
did a lot of work to bring them up-to-date, and better handle argument checking. also updated man page, changelog, and tests/basic.
2009-02-19added notes about transition to debian/changelogDaniel Kahn Gillmor
2009-02-15fix the publish_key function for new gpg_sphere.Jameson Graef Rollins
2009-01-31update debian changelog with plans for 0.23 release.Daniel Kahn Gillmor
2008-12-30clean up option parsing and key checking in gen_key function,Jameson Graef Rollins
including adding checking for validity of existing authentication subkeys.
2008-12-28added version output optionJameson Graef Rollins
2008-12-16get rid of getopts.Jameson Graef Rollins
add checks for root user, and better checking of presence of host key.
2008-11-30add new check_host_keyring function for better checks for theJameson Graef Rollins
existence of a host private key for functions that require it to be there.
2008-11-280.22 release preperation.Jameson Graef Rollins
2008-11-25fixing dependency information -- should be procmail, not procfile.Daniel Kahn Gillmor
2008-11-17update changelog.Jameson Graef Rollins
2008-11-16Merge commit 'dkg/master'Jameson Graef Rollins
Conflicts: packaging/debian/changelog
2008-11-16added some useful output to the ssh-proxycommand for "marginal" casesJameson Graef Rollins
where keys are found for host but do not have full validity. this uses ssh-keyscan to pull the key for the host in question, check this key against the keys against those found via gpg, and output some useful information about the one that matches.
2008-11-16making the "upstream version" end in ~pre so that test packages created ↵Daniel Kahn Gillmor
before the release will upgrade properly when the official 0.22 gets released.
2008-11-16update debian/changelog.Daniel Kahn Gillmor
2008-11-15Added info log output when a new key is added to known_hosts file.Jameson Graef Rollins
2008-11-15make sure we clean up /var/lib/monkeysphere during prerm.Daniel Kahn Gillmor