summaryrefslogtreecommitdiff
path: root/src/monkeysphere
AgeCommit message (Collapse)Author
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
2008-08-15Added checking of gpg.conf for keyserver.Jameson Graef Rollins
2008-08-08made monkeysphere --gen-subkey work better for users without gpg keys.Daniel Kahn Gillmor
2008-08-07Better key parsing for monkeyspher gen-subkey.Jameson Graef Rollins
Allow seckey2sshagent to output to file.
2008-07-27Don't fail when authorized_user_ids or known_hosts files are not found.Jameson Graef Rollins
2008-07-27Tweak how empty authorized_user_ids and known_hosts files are handled.Jameson Graef Rollins
2008-07-10Fix tests for gen-subkey.Jameson Graef Rollins
2008-07-10Fix argument checking for functions with options.Jameson Graef Rollins
Tweak to prompt for add-certifier.
2008-07-10Properly scope getopt for subcommands.Jameson Graef Rollins
Fix bug in add-certifier command. Add command to pass gpg command directly to gpg-authentication keyring.
2008-07-10Added file permission check function, and fixed bug in key writing forJameson Graef Rollins
untranslated keys.
2008-07-10Update man pages, and tweak default error return code.Jameson Graef Rollins
2008-07-09A bunch of changes for variable scoping, exit codes, etc. SeeJameson Graef Rollins
debian/changelog.
2008-06-29Add better host certifier management, and updated man page.Jameson Graef Rollins
2008-06-29More work on priviledge separation for host/authentication keyring.Jameson Graef Rollins
Working now using dkg's new method with trust signatures. Implement better return codes for functions. Cleanup of functions.
2008-06-24Priviledge separation: use new monkeysphere user to handleJameson Graef Rollins
authentication keychain for server. This required a bunch of changes to all ms-server functions. Seems to be working ok, although it feels kind of hackish.
2008-06-24Move to /var/lib/monkeysphere instead of /var/cache/monkeysphere.Jameson Graef Rollins
Improve ms-server update-user function. Update/fix config files to remove some unwanted configs, and clarify some things.
2008-06-23don't unnecessarily export ERRJameson Graef Rollins
2008-06-23Provide better (ie. more informative) return codes. Required someJameson Graef Rollins
modifications to a couple of different functions.
2008-06-21Improved gen-key function for server.Jameson Graef Rollins
Update TODO.
2008-06-21Add some more checks to gen-subkeyJameson Graef Rollins
2008-06-20add file locking to known_hosts and authorized_keysJameson Graef Rollins
2008-06-19Remove {update,remove}-userids functions, since we decided theyJameson Graef Rollins
weren't worth it. Updated man pages as well.
2008-06-19Added server config variable to specify user authorized_user_ids file,Jameson Graef Rollins
and changed default.
2008-06-18Update to new agreed default host key usage flag (only "a" requiredJameson Graef Rollins
for users and hosts). Update TODO file. Some other small changes.
2008-06-17Major rework to remove all caching. Everything processed straightJameson Graef Rollins
from gpg keyring. Major code simplification and cleanup.
2008-06-16Merge branch 'master' into no-cacheJameson Graef Rollins
Conflicts: src/common src/monkeysphere src/monkeysphere-ssh-proxycommand
2008-06-16Total rework of uid processing: rid of cache directoryJameson Graef Rollins
2008-06-16Add log output for keyserver checking.Jameson Graef Rollins
Fix bug in proxy command to export CHECK_KEYSERVER variable.
2008-06-16Fix bug in configuration handling for HASH_KNOWN_HOSTS andJameson Graef Rollins
USER_CONTROLLED_AUTHORIZED_KEYS
2008-06-16Allow for specification of whether to check keyserver.Jameson Graef Rollins
Update proxy command to check keyserver if host not found in known_hosts.