summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-09Preserve (instead of collapse) arguments in su_monkeysphere_user().autoquoteJonas Smedegaard
2013-03-09Simplify arguments passed to su_monkeysphere_user() and gpg_sphereJonas Smedegaard
2013-03-09Pass only single commands through su wrapperJonas Smedegaard
2013-02-07added keyid-format 0xlong to monkeysphere-authentication default gpg.conf fil...Daniel Kahn Gillmor
2013-02-06incorporate example combined ProxyCommand from sanoj_Daniel Kahn Gillmor
2013-01-18enable openpgp2pem as well from keytransDaniel Kahn Gillmor
2012-09-11fetch all keys instead of the first 5 (and work better with gpg 2.0.19, which...Daniel Kahn Gillmor
2012-03-20add --batch to gpg invocations, since gpg2 requires it to use --passphrase-* ...Daniel Kahn Gillmor
2012-03-16use date somewhat more portablyDaniel Kahn Gillmor
2012-02-24fix url in man page, fixes #635648Micah Anderson
2011-01-02genericized x509 certificate generation -- now works for any service, not jus...Daniel Kahn Gillmor
2010-12-21avoid problems with filenames containing regexp special characters.Jamie McClelland
2010-12-21On dkg's suggestion, using hash index as more elegant way to ensureJamie McClelland
2010-12-21Tracking users while generating watch list is more reliableJamie McClelland
2010-12-20adding some comments/concerns about the current monkeysphere-monitor-keys imp...Daniel Kahn Gillmor
2010-12-20added example script to auto-generate X.509 certificate requests with the PGP...Daniel Kahn Gillmor
2010-12-20update debug to use printf and always emit newlines; use warnings;Daniel Kahn Gillmor
2010-12-20whitespace, simple style cleanupDaniel Kahn Gillmor
2010-12-20Merge remote branch 'jamie/master'Daniel Kahn Gillmor
2010-12-20keytrans: avoid confusing user IDs across different keys (closes MS # 2682)Daniel Kahn Gillmor
2010-12-20Comments at top now contains more concrete explanation of howJamie McClelland
2010-12-20more precise description of file::ChangeNotify's behaviorJamie McClelland
2010-12-19first attempt at closing #499 (changes to user authorized_keys files notJamie McClelland
2010-11-13update changelogJameson Rollins
2010-11-13If for whatever reason the primary UID comes up empty, give the injected subk...Daniel Kahn Gillmor
2010-11-13universalize and consolidate on --fixed-list-modeDaniel Kahn Gillmor
2010-11-13avoid using the running MSVA from the user during the testsDaniel Kahn Gillmor
2010-10-30update upstream changelogJameson Rollins
2010-10-30clean up ssh_proxycommand function (no functional change)Jameson Rollins
2010-10-30break out proxy command validation code into it's own function (no functional...Jameson Rollins
2010-10-30improve debug outputJameson Rollins
2010-10-30fix variable declarations in update_known_hostsJameson Rollins
2010-10-30catch return for grep in remove_line, for case where grep -v returns nothing ...Jameson Rollins
2010-10-29fix ssh_proxycommand marginal uiJameson Rollins
2010-10-29fix variable declaration (leftover from break out of touch_key_file_or_fail)Jameson Rollins
2010-10-29consolidate and simplify printing of key lines in process_keys_for_fileJameson Rollins
2010-10-27remove reference to USE_VALIDATION_AGENT (the usage was incorrect as well)Jameson Rollins
2010-10-27fix label in upstream changelogJameson Rollins
2010-10-26finalize changelog for 0.34 releaseJameson Rollins
2010-10-26add note about CHECK_KEYSERVER var in msph-auth man pageJameson Rollins
2010-10-25ensure that we only remove fully-matching lines once we have found themDaniel Kahn Gillmor
2010-10-24back to using grep fixed-string matching when removing key linesJameson Rollins
2010-10-24don't fail if authorized_keys file not presentJameson Rollins
2010-10-22tweak log levels and messages in ma/update_usersJameson Rollins
2010-10-19fix remove_line function to not use fixed string checking, and to mv -f the t...Jameson Rollins
2010-10-18fix remove_monkeysphere_lines function to just read from stdin and write to s...Jameson Rollins
2010-10-18fix update_known_hosts to create proper initial temp fileJameson Rollins
2010-10-18fix back to integer indexing in process_authorized_user_idsJameson Rollins
2010-10-18cleanup update_known_hostsJameson Rollins
2010-10-18fix up update_authorized_keysJameson Rollins