Age | Commit message (Expand) | Author |
2009-04-06 | Add two new compatibility functions: | Jameson Graef Rollins |
2009-04-06 | replacing head -c with dd (for portability reasons, see #673) | Daniel Kahn Gillmor |
2009-03-22 | some more pruning of unnecessary usage of cat for the gnupg scripts. | Jameson Graef Rollins |
2009-03-03 | quieted down m-a add_certifier: there is no reason why the admin should be sh... | Daniel Kahn Gillmor |
2009-03-02 | quieting down the transition script (and m-a setup). | Daniel Kahn Gillmor |
2009-03-02 | get rid of FILE_OWNER variable, in favor of just using $(whoami) when | Jameson Graef Rollins |
2009-03-01 | proposed fix for issue 630; since m-a u operates on a saved copy of the users... | Daniel Kahn Gillmor |
2009-03-01 | switched $USER to $FILE_OWNER; new name is more semantically clear and less l... | Daniel Kahn Gillmor |
2009-03-01 | explicity set the USER variable, since it's needed for checking file permissi... | Jameson Graef Rollins |
2009-03-01 | break out default variables into their own file: defaultenv | Jameson Graef Rollins |
2009-03-01 | removed base64 invocation in favor of perl to reduce dependency spread. | Daniel Kahn Gillmor |
2009-02-22 | egrep -q terminates at the first match. m-a list-identity-certifiers chokes ... | Daniel Kahn Gillmor |
2009-02-22 | really really fix m-a diagnostics checking of identity certifiers. | Daniel Kahn Gillmor |
2009-02-22 | fix some return code setting stuf that was no longer being used, and change n... | Jameson Graef Rollins |
2009-02-21 | reverse sense of test for valid identity certifiers in m-a diagnostics. | Daniel Kahn Gillmor |
2009-02-21 | fix syntax error in m-a diagnostics. | Daniel Kahn Gillmor |
2009-02-21 | fix output formatting for cases where multiple fingerprints are found, in fun... | Jameson Graef Rollins |
2009-02-21 | add tests to add_revoker and add_certifier that more than one key was not fou... | Jameson Graef Rollins |
2009-02-21 | make sure we're explicitly capturing return codes in places where they are te... | Jameson Graef Rollins |
2009-02-20 | tweak/cleanup some of the prompts. | Jameson Graef Rollins |
2009-02-20 | tuning some diagnostic text. | Daniel Kahn Gillmor |
2009-02-20 | add_revoker fully working. also cleanup of add_certifier. | Jameson Graef Rollins |
2009-02-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor |
2009-02-19 | clean up the diagnostics functions, check for ID-Certifiers in m-a d | Daniel Kahn Gillmor |
2009-02-19 | diagnostics should now check for cruft from old versions of the monkeysphere. | Daniel Kahn Gillmor |
2009-02-19 | fix arg parsing in add_certifier to allow of - for stdin read. | Jameson Graef Rollins |
2009-02-19 | Modify/cleanup add_certifier and add_revoker, so that their code base | Jameson Graef Rollins |
2009-02-19 | more fix permissions and ownership on authentication directories. | Jameson Graef Rollins |
2009-02-19 | fix permissions and ownership on authentication directories. | Jameson Graef Rollins |
2009-02-19 | avoid chown -R, explicitly indicate the files we expect to be changed. | Daniel Kahn Gillmor |
2009-02-19 | do not show uid validity for gpg authentication core, since the core has no u... | Daniel Kahn Gillmor |
2009-02-19 | add some log debug redirects | Jameson Graef Rollins |
2009-02-19 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2009-02-19 | tweak some of the prompting, to change defaults, and add PROMPT usage where m... | Jameson Graef Rollins |
2009-02-19 | made gpg_sphere use --quiet again, and now doing more explicit extraction of ... | Daniel Kahn Gillmor |
2009-02-19 | clean up failure message | Daniel Kahn Gillmor |
2009-02-19 | catch pipe failures more cleanly during key import | Daniel Kahn Gillmor |
2009-02-19 | moved directory for monkeysphere-generated authorized_keys files back to its ... | Daniel Kahn Gillmor |
2009-02-18 | add no-tty, quiet, and no-greeting to gpg wrapper invocations to supress as m... | Jameson Graef Rollins |
2009-02-18 | fix some log output | Jameson Graef Rollins |
2009-02-17 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor |
2009-02-17 | make m-a list-certifiers more intelligible when multiple uids have ltsigs. | Daniel Kahn Gillmor |
2009-02-17 | fix ma so that the setup command is folded into the other commands, so | Jameson Graef Rollins |
2009-02-17 | add ability to bypass prompting with a MONKEYSPHERE_PROMPT variable, | Jameson Graef Rollins |
2009-02-17 | add some checks about setup to authentication | Jameson Graef Rollins |
2009-02-17 | update m-a list-identity-certifiers: output is not yet human-readable, but it... | Daniel Kahn Gillmor |
2009-02-17 | fix a couple of left over references to expert | Jameson Graef Rollins |
2009-02-12 | fix something that was resolved improperly in the previous merge. | Jameson Graef Rollins |
2009-02-12 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2009-02-12 | fix some calls to gpg_sphere that where not putting all arguments into a sing... | Jameson Graef Rollins |