summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-04Merge remote branch 'greg/2459'Jameson Rollins
2010-10-04fix need for only single argument to gpg_sphereJameson Rollins
The use of $* instead of $@ in the call to su_monkeysphere_user is what we want to not split the input to the bash subcalls into separate words.
2010-10-04Test coverage for monkeysphere-authentication keys-for-userGreg Lyle
2010-10-03update ChangelogDaniel Kahn Gillmor
2010-10-03Merge remote branch 'jrollins/master'Daniel Kahn Gillmor
2010-10-02fix formatting of b3f0bbedbf242d2640d3bc56cce62ae726081400 to conform to ↵Jameson Rollins
standard
2010-10-02add debugging to monkeysphere-host publish-key, closes: #2289Micah Anderson
2010-10-02ssh authorized_keys options testClint Adams
2010-10-02Make remote execution command a parameter to ssh_testClint Adams
2010-10-02Minimal documentation of ssh authorized_keys options specification.Clint Adams
2010-10-02Assume that space- or tab-prefixed lines contain ssh authorized_keys options ↵Clint Adams
applicable to the preceding user ID.
2010-10-01added changelog note of fix for monkeysphere-host from micahDaniel Kahn Gillmor
2010-10-01fix revoke_key typo in creating temporary directoryMicah Anderson
fix variable specifying which key to revoke monkeysphere-host revoke-key <key-id> would produce the following errors, this commit fixes that: Really publish this cert to zimmermann.mayfirst.org ? (Y/n) y /usr/share/monkeysphere/mh/revoke_key: line 96: mkmstempdir: command not found gpg: new configuration file `/root/.gnupg/gpg.conf' created gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run gpg: "0x!" not a key ID: skipping
2010-09-21Merge remote branch 'jamie/master'Daniel Kahn Gillmor
2010-09-21change log level for outputting message: "! primary key could not beJamie McClelland
translated (not RSA?)." from "error" to "verbose"
2010-09-14force link making when installing, for idempotenceJameson Rollins
2010-09-14fix *all* install paths, including in man pages and transition scriptsJameson Rollins
2010-09-14fix install target to not add DESTDIR to installed prefixJameson Rollins
2010-09-14fix specification of install directories in top level scripts.Jameson Rollins
Various install paths were hard coded in the top level scripts. This was causing problems for non-standard install locations. Also added use of LOCALSTATEDIR variable to specify /var/lib path.
2010-09-13removing freebsd packaging since it is on its own branchDaniel Kahn Gillmor
2010-08-10fix up notes about how to prepare a releaseDaniel Kahn Gillmor
2010-07-15preparing for 0.31 releaseDaniel Kahn Gillmor
2010-07-15added some examples for system integrationDaniel Kahn Gillmor
2010-07-04update changelog about new keys-for-user monkeysphere-authentication subcommandJameson Rollins
2010-07-04Merge remote branch 'dkg/master'Jameson Rollins
2010-07-04fix debug message in checkpermsJameson Rollins
2010-07-04small tweak to monkeysphere man pageJameson Rollins
2010-07-04add keys-for-user subcommand to monkeysphere-authenticationJameson Rollins
This subcommand will output all valid key for a given user. The user's authorized_user_ids file will be read for OpenPGP user IDs, one per line. The ssh-formated RSA keys will be output to stdout. Also included is a simple script that takes the user as it's one argument and exec's this command. This is something that would be suitable for the proposed sshd AuthorizedKeysCommand.
2010-05-06reporting new expiration date when key expiry is updated (closes MS #2291)Daniel Kahn Gillmor
2010-05-06do not fail or bail when admin interactively declines to publish a key with m-hDaniel Kahn Gillmor
2010-05-06support x509 anchors for monkeysphere-host, allow shared anchors between m-a ↵Daniel Kahn Gillmor
and mh (closes MS #2288)
2010-05-04remember that the releases are being published via the monkeysphere-docs ↵Daniel Kahn Gillmor
repo now.
2010-05-03updated scripts and notes for releasingDaniel Kahn Gillmor
2010-04-17preparing a 0.30 releaseDaniel Kahn Gillmor
2010-04-17do not try to add to known_hosts if HASH_KNOWN_HOSTS is true but ssh-keygen ↵Daniel Kahn Gillmor
is not available (includes some comments about how to fix these corner cases).
2010-04-17degrade gracefully in the absence of sshDaniel Kahn Gillmor
2010-04-17handling ssh fingerprinting internally with keytrans for sshfprs-for-useridDaniel Kahn Gillmor
2010-04-17make comment more nit-pickingly accurateDaniel Kahn Gillmor
2010-04-17fix gpg_ssh_fingerprint() in monkeysphere to use internal implementation of ↵Daniel Kahn Gillmor
ssh fingerprinting
2010-04-17monkeysphere-host no longer depends on sshDaniel Kahn Gillmor
2010-04-17keytrans openpgp2sshfpr now prints out the key size and typeDaniel Kahn Gillmor
2010-04-17added internal openpgp2sshfpr subcommand for keytransDaniel Kahn Gillmor
2010-03-31removed monkeysphere.spec from master since it is now tracked in the rpm branch.Daniel Kahn Gillmor
2010-03-30rpm: assign a real shell to user monkeysphereBernie Innocenti
Sorry for the patch flurry, this should make the package usable in Fedora.
2010-03-30rpm: create users in pre-install scriptletsBernie Innocenti
Further improve the rpm packaging by creating (and deleting) the monkeysphere user automatically.
2010-03-30Improve RPM packagingBernie Innocenti
With these changes, version 0.29 builds cleanly in Fedora 12 and passes rpmlint.
2010-03-23removing git commit id from the VERSION file, since it is ambiguous for ↵Daniel Kahn Gillmor
packaged versions vs. versions installed by "make install" (and complicated to build cleanly anyway)
2010-03-23moving git buildpackage configuration off of master branch (please put it ↵Daniel Kahn Gillmor
debian/gbp.conf in the debian branch)
2010-03-23we should be making the tarball with git archive now (this is now ↵Daniel Kahn Gillmor
idempotent, yay!); no need for the tarball make target
2010-03-23automate updating of VERSION fileDaniel Kahn Gillmor