summaryrefslogtreecommitdiff
path: root/src/monkeysphere
AgeCommit message (Expand)Author
2010-01-18canonicalize prompting to prompt if MONKEYSPHERE_PROMPT != 'false'Jameson Rollins
2010-01-12touching up the switch to keys-for-useridDaniel Kahn Gillmor
2010-01-11rename keys-from-userid command to more accurate keys-for-useridJameson Rollins
2010-01-11normalize output for monkeysphere when no subcommand is issued or when an unk...Daniel Kahn Gillmor
2010-01-11fix invocation without subcommands to call usage function and exit 1 explicitllyJameson Rollins
2010-01-11add standard --version option for version outputJameson Rollins
2010-01-10Merge branch 'master' of git://labs.riseup.net/~micah/monkeysphereMatthew James Goins
2010-01-10Add new keys-from-userid subcommand to monkeysphere UI.Jameson Rollins
2010-01-04Its more useful and standard to actually output the 'help' output whenMicah Anderson
2009-08-01export LOG_PREFIX in monkeysphereJameson Graef Rollins
2009-07-26added MONKEYSPHERE_STRICT_MODES environment option to disable permissions che...Daniel Kahn Gillmor
2009-07-24Revert "proposed fix for #1147 by checking for known_hosts file"Jameson Graef Rollins
2009-07-24proposed fix for #1147 by checking for known_hosts fileJameson Graef Rollins
2009-07-11more replacement of read -p with printf; read (re #446)mike castleman
2009-07-11don't use read -p; it is sucky (closes: #446)mike castleman
2009-04-30Add sshfpr subcommand to monkeysphereJameson Graef Rollins
2009-04-04add proxycommand --no-connect option to monkeysphere usageJameson Graef Rollins
2009-03-23improving usage and man page for monkeysphere ssh-proxycommand.Daniel Kahn Gillmor
2009-03-07fix the marginal ui output so that it's not prefixed by theJameson Graef Rollins
2009-03-03fix to logging to prefix all log output with log prefix, and allow changing o...Jameson Graef Rollins
2009-03-02get rid of FILE_OWNER variable, in favor of just using $(whoami) whenJameson Graef Rollins
2009-03-01switched $USER to $FILE_OWNER; new name is more semantically clear and less l...Daniel Kahn Gillmor
2009-03-01explicity set the USER variable, since it's needed for checking file permissi...Jameson Graef Rollins
2009-03-01break out default variables into their own file: defaultenvJameson Graef Rollins
2009-03-01normalizing failure invocations in check_gpg_sec_key_id().Daniel Kahn Gillmor
2009-03-01fix two bugs in monkeysphere:check_gpg_sec_key_id that were causing gen_subke...Jameson Graef Rollins
2009-02-22Fix how version number is saved/retrieved. Version is now stored inJameson Graef Rollins
2009-02-21make sure all prompt messages are going to stderrJameson Graef Rollins
2009-02-21fix output formatting for cases where multiple fingerprints are found, in fun...Jameson Graef Rollins
2009-02-21remove 'return' line from monkeysphere that was errantly not removed in the p...Jameson Graef Rollins
2009-02-21make sure we're explicitly capturing return codes in places where they are te...Jameson Graef Rollins
2009-02-19remove import_subkey from monkeysphere usage and man page until we getJameson Graef Rollins
2009-02-19add a gpg_user function in monkeysphere to add some gpg quietingJameson Graef Rollins
2009-02-19The monkeysphere {import,gen}_subkey functions were not up-to-date.Jameson Graef Rollins
2009-02-19fix CHECK_KEYSERVER variable in monkeysphere, so the default is correct for p...Jameson Graef Rollins
2009-02-19Cleanup how variables are specified and loaded:Jameson Graef Rollins
2009-02-01some tweaks to the man pagesJameson Graef Rollins
2009-01-31some more fixes and tweaks to get things working in the new setupJameson Graef Rollins
2009-01-31break out subfunctions from monkeysphere commandJameson Graef Rollins
2009-01-31Change the monkeysphere header to have 2009 copyright year and add my nameMicah Anderson
2009-01-31add ssh-proxycommand as subcommand to monkeysphereJameson Graef Rollins
2009-01-15work on fleshing out the new functionality for the next release,Jameson Graef Rollins
2008-12-30clean up option parsing and key checking in gen_key function,Jameson Graef Rollins
2008-12-28added version output optionJameson Graef Rollins
2008-12-16get rid of getopts.Jameson Graef Rollins
2008-11-30add a couple of bugs about posix compliance and the use of getoptsJameson Graef Rollins
2008-10-28touch known_hosts file in monkeysphere so that permission checkingJameson Graef Rollins
2008-10-28fix bugs in authorized_* file permission checking.Jameson Graef Rollins
2008-10-26Removed the gnutls component from our APT repo, since gnutls 2.6 is now in de...Daniel Kahn Gillmor
2008-10-11Generalize filesystem location variables (closes http://web.monkeysphere.info...Jameson Graef Rollins