summaryrefslogtreecommitdiff
path: root/src/monkeysphere
AgeCommit message (Collapse)Author
2009-03-02get rid of FILE_OWNER variable, in favor of just using $(whoami) whenJameson Graef Rollins
running check_key_file_permissions in update_known_hosts, update_authorized_keys, and process_authorized_user_ids. this is fine, since the policy is just that a user is always updating their own files. closes monkeysphere bug #630.
2009-03-01switched $USER to $FILE_OWNER; new name is more semantically clear and less ↵Daniel Kahn Gillmor
likely to collide with other common uses of $USER.
2009-03-01explicity set the USER variable, since it's needed for checking file ↵Jameson Graef Rollins
permissions. add/modify some debug messages.
2009-03-01break out default variables into their own file: defaultenvJameson Graef Rollins
this allows the common file to be sourced without reseting variables to their defaults, which was causing a problem with su_monkeysphere_user. also added some more debug messages.
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 ↵Jameson Graef Rollins
gen_subkey to fail
2009-02-22Fix how version number is saved/retrieved. Version is now stored inJameson Graef Rollins
VERSION file, which is created in the tarball target. This is then installed at /usr/share/monkeysphere/VERSION, and cat'ed when the version number is requested by the front-end ui. No more manual setting of version number required (to avoid future problems, aka "0.23.1"). This system is also more flexible, as the VERSION file could potentially hold more info than just the release number.
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 ↵Jameson Graef Rollins
functions that are doing that sort of thing
2009-02-21remove 'return' line from monkeysphere that was errantly not removed in the ↵Jameson Graef Rollins
previous commit.
2009-02-21make sure we're explicitly capturing return codes in places where they are ↵Jameson Graef Rollins
tested, in case things are being run set -e
2009-02-19remove import_subkey from monkeysphere usage and man page until we getJameson Graef Rollins
a chance to fully implement it.
2009-02-19add a gpg_user function in monkeysphere to add some gpg quietingJameson Graef Rollins
option, and use it in all gpg invocations. add a trap to subkey_to_ssh_agent.
2009-02-19The monkeysphere {import,gen}_subkey functions were not up-to-date.Jameson Graef Rollins
did a lot of work to bring them up-to-date, and better handle argument checking. also updated man page, changelog, and tests/basic.
2009-02-19fix CHECK_KEYSERVER variable in monkeysphere, so the default is correct for ↵Jameson Graef Rollins
proxycommand, and fix an errant bad line in proxycommand.
2009-02-19Cleanup how variables are specified and loaded:Jameson Graef Rollins
- define more common variables in share/common - cleanup how defaults are specified - fix how CHECK_KEYSERVER was determined in monkeysphere Fix calls to update_known_hosts and update_authorized_keys in monkeysphere so that some of the checks are done within the functions themselves, as opposed in the monkeysphere wrapper, so that other functions can call them easier. Fix ssh-proxycommand that had some left over cruft from the transition.
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
including new functions: import-key, add-revoker, revoke-key, etc.
2008-12-30clean up option parsing and key checking in gen_key function,Jameson Graef Rollins
including adding checking for validity of existing authentication subkeys.
2008-12-28added version output optionJameson Graef Rollins
2008-12-16get rid of getopts.Jameson Graef Rollins
add checks for root user, and better checking of presence of host key.
2008-11-30add a couple of bugs about posix compliance and the use of getoptsJameson Graef Rollins
instead of getopt.
2008-10-28touch known_hosts file in monkeysphere so that permission checkingJameson Graef Rollins
down't fail. remove spurios directory in monkeysphere.dirs. more work on test suite.
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 ↵Daniel Kahn Gillmor
debian/unstable. Documented the changes, and changed the warning message that monkeysphere emits too.
2008-10-11Generalize filesystem location variables (closes ↵Jameson Graef Rollins
http://web.monkeysphere.info/bugs/genericize-filesystem-locations-for-testsuite/). Add comments to gpg.conf files.
2008-10-11some preparatory changes in preparation for a test suite: not tested!Daniel Kahn Gillmor
2008-09-12make sure that the FreeBSD package is using GNU-style getopt calls.Daniel Kahn Gillmor
2008-09-12making invocations of mktemp portable (FreeBSD does not have a default value ↵Daniel Kahn Gillmor
for the [template] arg
2008-09-11fixing the shebang line for portability.Daniel Kahn Gillmor
2008-09-04fixing comment about dates.Daniel Kahn Gillmor
2008-09-03move config directory to ~/.monkeysphereJameson Graef Rollins
2008-09-02tuning how monkeysphere looks for secret keys.Daniel Kahn Gillmor
2008-09-02created new VERBOSE log level, and moved most INFO stuff to that level.Jameson Graef Rollins
2008-09-02added Jamie McClelland as author in src/*Daniel Kahn Gillmor
2008-09-01Start modifications to output logging with LOG_LEVEL.Jameson Graef Rollins
2008-08-28added my name as a co-author of src/monkeysphere.Daniel Kahn Gillmor
2008-08-25small tweak to subkey-to-agent function, including tweak to key namingJameson Graef Rollins
convention (i'm still not entirely satisfied with how to do sec key naming here).
2008-08-24tweaked the key expiration checking function, and replied to SJJ's bugJameson Graef Rollins
comment.
2008-08-22some small changes to subkey-to-ssh-agent.Jameson Graef Rollins
2008-08-21made monkeysphere subkey-to-ssh-agent more user-friendly.Daniel Kahn Gillmor
2008-08-21getting proper behavior from ssh-add; thanks to Jim Knoble and David Bronder ↵Daniel Kahn Gillmor
for their insights.
2008-08-20broke out ssh-askpass-style prompting (to feed to gpg); implemented first ↵Daniel Kahn Gillmor
pass at monkeysphere subkey-to-ssh-agent.
2008-08-17fixing usage for gen-subkey; allowing --help for monkeysphere (to match ↵Daniel Kahn Gillmor
monkeysphere-server behavior).
2008-08-16More work on finishing add/revoke hostname functions.Jameson Graef Rollins
Improved list-certifiers function, to use non-priviledged user.
2008-08-15fixing gen-subkey when no agent is present.Daniel Kahn Gillmor