Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-04 | Reworked the download page to link from "add this key to your apt | Micah Anderson | |
configuration" to the /archive-key page, pushing the SecureApt reference link into that page. This has a streamlining affect on new users wanting to get started as it links directly to the archive-key page where there are explicit instructions for how to do the archive key verification and then the follow-up add to the apt keyring for proper archive/package verification. The way it was before, you were given the link to the more general SecureApt debian wiki page, which was a lot of information, when in most cases people just want to know what steps they need to know to do the verification/addition. However, the link to the SecureApt page is valuable to reference, it just makes more sense to be embedded in the page which explicitly deals with that. This also means I added information about how to add the key to the apt keyring into the archive-key page. In doing so, I removed the dkg-specific prompt (not because I dont like it, but because it would have been funny for me to add more commands and have to manually construct his prompt to maintain consistency on the page). Also, added some output of commands so people have an idea what to expect. | |||
2008-11-02 | update download section of website to include freebsd info. | Jameson Graef Rollins | |
2008-10-30 | announce FreeBSD port! | Daniel Kahn Gillmor | |
2008-10-30 | store gnutls patch for fully-enabling the monkeysphere on FreeBSD 7.1, which ↵ | Daniel Kahn Gillmor | |
ships with GnuTLS 2.4.1 | |||
2008-10-30 | make build-freebsd-distinfo match the changed location of the packaging. | Daniel Kahn Gillmor | |
2008-10-30 | reorganizing FreeBSD port to make it clearer where it in /usr/ports and to ↵ | Daniel Kahn Gillmor | |
make it easier to rebuild the port | |||
2008-10-30 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-10-30 | freebsd packaging: leave gnupg-authentication.conf with superuser ownership. ↵ | Daniel Kahn Gillmor | |
it should not need to be owned by monkeysphere. | |||
2008-10-30 | build out directories for the monkeysphere that should be created on package ↵ | Daniel Kahn Gillmor | |
installation. | |||
2008-10-30 | do more testing to make sure that mktemp calls do not fail. | Daniel Kahn Gillmor | |
2008-10-30 | fixing freebsd patch to match current shipped config file. | Daniel Kahn Gillmor | |
2008-10-30 | small change to cleanup website release note. | Jameson Graef Rollins | |
2008-10-30 | updating debian/changelog as we start work on version 0.20. | Daniel Kahn Gillmor | |
2008-10-30 | Couple of small fixes to makefile. | Jameson Graef Rollins | |
2008-10-30 | fixing check for test suite. | Daniel Kahn Gillmor | |
2008-10-30 | fixing stupid typo. | Daniel Kahn Gillmor | |
2008-10-30 | add checks to make sure that the test suite will be able to run. | Daniel Kahn Gillmor | |
2008-10-30 | asking reprepro to keep older unreferenced files around in the archive. ↵ | Daniel Kahn Gillmor | |
This should help our porters, so that they can have a canonical place to download tarballs from even if a new version has been released. | |||
2008-10-29 | fix my email address in debian/control. | Jameson Graef Rollins | |
2008-10-29 | added latest george updates to changelog. | Daniel Kahn Gillmor | |
2008-10-29 | link "why" web page to the alternate PKI discussion. | Daniel Kahn Gillmor | |
2008-10-29 | fix small bug in the packaging about man7 directory installation. | Jameson Graef Rollins | |
2008-10-29 | updated freebsd data for 0.19 | Daniel Kahn Gillmor | |
2008-10-29 | added release notes for 0.19-1 | Daniel Kahn Gillmor | |
2008-10-29 | preparing for 0.19-1 release to fix config file goofiness. | Daniel Kahn Gillmor | |
2008-10-29 | fixing symlinks created in packaging; updated FreeBSD port to handle ↵ | Daniel Kahn Gillmor | |
centrally-linked gpg.conf files too. | |||
2008-10-29 | added comments and changelog notes about why the test script sets $DISPLAY | Daniel Kahn Gillmor | |
2008-10-29 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-10-29 | set DISPLAY in test suite so that passphrase prompting falls through. | Jameson Graef Rollins | |
2008-10-29 | added release notes for 0.18-1. | Daniel Kahn Gillmor | |
2008-10-29 | preparing for 0.18-1 release. | Daniel Kahn Gillmor | |
2008-10-29 | finish consolidating test suite ssh test into single function, and | Jameson Graef Rollins | |
add more tests (for permission checking). | |||
2008-10-28 | move away from using MONKEYSPHERE_SERVER_CONFIG in test suite. | Jameson Graef Rollins | |
2008-10-28 | tweak to test to not include user authorized_keys file. | Jameson Graef Rollins | |
2008-10-28 | move to using 'none' for the RAW_AUTHORIZED_KEY value to use for *not* | Jameson Graef Rollins | |
including a user-controlled authorized_keys file. more fixes on test suite. | |||
2008-10-28 | touch known_hosts file in monkeysphere so that permission checking | Jameson Graef Rollins | |
down't fail. remove spurios directory in monkeysphere.dirs. more work on test suite. | |||
2008-10-28 | cleaning up basic test. | Daniel Kahn Gillmor | |
2008-10-28 | enforce error checking when transferring the authorized keys file. If the ↵ | Daniel Kahn Gillmor | |
transfer fails, remove any existing target file so that we fail closed. | |||
2008-10-28 | cleaning up debian packaging. | Daniel Kahn Gillmor | |
2008-10-28 | more work on test suite, and add new tmpdir to monkeysphere.dirs. | Jameson Graef Rollins | |
2008-10-28 | chown authorized_keys files as jrollins, and add monkeysphere tmpdir in ↵ | Jameson Graef Rollins | |
SYSDATADIR, for atomic moves of authorized_keys. | |||
2008-10-28 | testing: tighten up the umask before sshd launch, so that the socket is not ↵ | Daniel Kahn Gillmor | |
exposed during the test. | |||
2008-10-28 | test suite now auto-detects which flavor of prng support GPG uses. | Daniel Kahn Gillmor | |
2008-10-28 | do not choke at end of test suite if no sshd was ever launched. | Daniel Kahn Gillmor | |
2008-10-28 | make sure that the /etc/monkeysphere/gpg-*.conf are placed during package ↵ | Daniel Kahn Gillmor | |
installation. | |||
2008-10-28 | add more debugging output. | Jameson Graef Rollins | |
2008-10-28 | fix bugs in authorized_* file permission checking. | Jameson Graef Rollins | |
2008-10-28 | added release notes for 0.17-1 | Daniel Kahn Gillmor | |
2008-10-28 | update changelog in preparation for 0.17 release. | Daniel Kahn Gillmor | |
2008-10-28 | tests now avoid prompting for default identity files. | Daniel Kahn Gillmor | |