Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-15 | avoid keytrans test suite breakage on fast processors (addresses ↵ | Daniel Kahn Gillmor | |
http://bugs.debian.org/591118) | |||
2010-10-08 | default HASH_KNOWN_HOSTS to false (closes MS #2483) | Daniel Kahn Gillmor | |
2010-10-07 | removed releasenote details, as they are now in monkeysphere-docs | Daniel Kahn Gillmor | |
2010-10-06 | Fix more calls to gpg_shere, finishing what was started in ↵ | Jameson Rollins | |
90166e0bb8e4ebc1c1174d9bc2021c604b7a1bd7 There were another calls to gpg_sphere that were packing everything into a single argument. Since we fixed the need to do that, we fix all these other calls that were fixed in the first round. | |||
2010-10-04 | update changelog for 0.32 release | Jameson Rollins | |
2010-10-04 | use LC_ALL=C for all gpg calls | Jameson Rollins | |
This should help with internationalization differences in gpg that could cause problems. Works in tests as is, but haven't tested with odd locales. | |||
2010-10-04 | Merge remote branch 'greg/2459' | Jameson Rollins | |
2010-10-04 | fix need for only single argument to gpg_sphere | Jameson 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-04 | Test coverage for monkeysphere-authentication keys-for-user | Greg Lyle | |
2010-10-03 | update Changelog | Daniel Kahn Gillmor | |
2010-10-03 | Merge remote branch 'jrollins/master' | Daniel Kahn Gillmor | |
2010-10-02 | fix formatting of b3f0bbedbf242d2640d3bc56cce62ae726081400 to conform to ↵ | Jameson Rollins | |
standard | |||
2010-10-02 | add debugging to monkeysphere-host publish-key, closes: #2289 | Micah Anderson | |
2010-10-02 | ssh authorized_keys options test | Clint Adams | |
2010-10-02 | Make remote execution command a parameter to ssh_test | Clint Adams | |
2010-10-02 | Minimal documentation of ssh authorized_keys options specification. | Clint Adams | |
2010-10-02 | Assume that space- or tab-prefixed lines contain ssh authorized_keys options ↵ | Clint Adams | |
applicable to the preceding user ID. | |||
2010-10-01 | added changelog note of fix for monkeysphere-host from micah | Daniel Kahn Gillmor | |
2010-10-01 | fix revoke_key typo in creating temporary directory | Micah 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-21 | Merge remote branch 'jamie/master' | Daniel Kahn Gillmor | |
2010-09-21 | change log level for outputting message: "! primary key could not be | Jamie McClelland | |
translated (not RSA?)." from "error" to "verbose" | |||
2010-09-14 | force link making when installing, for idempotence | Jameson Rollins | |
2010-09-14 | fix *all* install paths, including in man pages and transition scripts | Jameson Rollins | |
2010-09-14 | fix install target to not add DESTDIR to installed prefix | Jameson Rollins | |
2010-09-14 | fix 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-13 | removing freebsd packaging since it is on its own branch | Daniel Kahn Gillmor | |
2010-08-10 | fix up notes about how to prepare a release | Daniel Kahn Gillmor | |
2010-07-15 | preparing for 0.31 release | Daniel Kahn Gillmor | |
2010-07-15 | added some examples for system integration | Daniel Kahn Gillmor | |
2010-07-04 | update changelog about new keys-for-user monkeysphere-authentication subcommand | Jameson Rollins | |
2010-07-04 | Merge remote branch 'dkg/master' | Jameson Rollins | |
2010-07-04 | fix debug message in checkperms | Jameson Rollins | |
2010-07-04 | small tweak to monkeysphere man page | Jameson Rollins | |
2010-07-04 | add keys-for-user subcommand to monkeysphere-authentication | Jameson 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-06 | reporting new expiration date when key expiry is updated (closes MS #2291) | Daniel Kahn Gillmor | |
2010-05-06 | do not fail or bail when admin interactively declines to publish a key with m-h | Daniel Kahn Gillmor | |
2010-05-06 | support x509 anchors for monkeysphere-host, allow shared anchors between m-a ↵ | Daniel Kahn Gillmor | |
and mh (closes MS #2288) | |||
2010-05-04 | remember that the releases are being published via the monkeysphere-docs ↵ | Daniel Kahn Gillmor | |
repo now. | |||
2010-05-03 | updated scripts and notes for releasing | Daniel Kahn Gillmor | |
2010-04-17 | preparing a 0.30 release | Daniel Kahn Gillmor | |
2010-04-17 | do 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-17 | degrade gracefully in the absence of ssh | Daniel Kahn Gillmor | |
2010-04-17 | handling ssh fingerprinting internally with keytrans for sshfprs-for-userid | Daniel Kahn Gillmor | |
2010-04-17 | make comment more nit-pickingly accurate | Daniel Kahn Gillmor | |
2010-04-17 | fix gpg_ssh_fingerprint() in monkeysphere to use internal implementation of ↵ | Daniel Kahn Gillmor | |
ssh fingerprinting | |||
2010-04-17 | monkeysphere-host no longer depends on ssh | Daniel Kahn Gillmor | |
2010-04-17 | keytrans openpgp2sshfpr now prints out the key size and type | Daniel Kahn Gillmor | |
2010-04-17 | added internal openpgp2sshfpr subcommand for keytrans | Daniel Kahn Gillmor | |
2010-03-31 | removed monkeysphere.spec from master since it is now tracked in the rpm branch. | Daniel Kahn Gillmor | |
2010-03-30 | rpm: assign a real shell to user monkeysphere | Bernie Innocenti | |
Sorry for the patch flurry, this should make the package usable in Fedora. |