Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-10 | Fix argument checking for functions with options. | Jameson Graef Rollins | |
Tweak to prompt for add-certifier. | |||
2008-07-10 | Add man entry about gpg-authentication-cmd | Jameson Graef Rollins | |
2008-07-10 | Tweak key publication command. | Jameson Graef Rollins | |
2008-07-10 | Properly 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-10 | Added file permission check function, and fixed bug in key writing for | Jameson Graef Rollins | |
untranslated keys. | |||
2008-07-10 | Update man pages, and tweak default error return code. | Jameson Graef Rollins | |
2008-07-09 | A bunch of changes for variable scoping, exit codes, etc. See | Jameson Graef Rollins | |
debian/changelog. | |||
2008-06-29 | Add better host certifier management, and updated man page. | Jameson Graef Rollins | |
2008-06-29 | remove unnecessary log output | Jameson Graef Rollins | |
2008-06-29 | More 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-25 | special gpg functions for host/authentication. | Jameson Graef Rollins | |
2008-06-24 | Priviledge separation: use new monkeysphere user to handle | Jameson 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-24 | Fix man pages to reflect recent path changes. | Jameson Graef Rollins | |
2008-06-24 | Small tweaks to prepare for upcoming changes. | Jameson Graef Rollins | |
2008-06-24 | Move 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-23 | fix some authorized_keys updating bugs in ms-server, and update to use | Jameson Graef Rollins | |
new ability of openpgp to handle 40 char fingerprints. | |||
2008-06-23 | don't unnecessarily export ERR | Jameson Graef Rollins | |
2008-06-23 | updating monkeysphere-server usage to reflect new shortcut for update-users. | Daniel Kahn Gillmor | |
2008-06-23 | authorized_keys files appear to need to be readable by the user logging in. | Daniel Kahn Gillmor | |
2008-06-23 | switched shortcut for monkeysphere-server update-users to "u", added some ↵ | Daniel Kahn Gillmor | |
FIXMEs to monkeysphere-server. | |||
2008-06-23 | unless a problem comes up, monkeysphere-server should return an error code of 0. | Daniel Kahn Gillmor | |
2008-06-22 | Improve trust-key function. | Jameson Graef Rollins | |
2008-06-21 | Improved gen-key function for server. | Jameson Graef Rollins | |
Update TODO. | |||
2008-06-19 | Fix for better way to check for user on system. | Jameson Graef Rollins | |
2008-06-19 | Better handling of unknown users in server update-users. Updated TODO file. | Jameson Graef Rollins | |
2008-06-19 | Remove {update,remove}-userids functions, since we decided they | Jameson Graef Rollins | |
weren't worth it. Updated man pages as well. | |||
2008-06-19 | Added server config variable to specify user authorized_user_ids file, | Jameson Graef Rollins | |
and changed default. | |||
2008-06-19 | monkeysphere-server should not bother adding the user-controlled ↵ | Daniel Kahn Gillmor | |
authorized_keys file if it does not exist. | |||
2008-06-19 | update monkeysphere-server help to include new show-fingerprint. | Daniel Kahn Gillmor | |
2008-06-19 | added monkeysphere-server show-fingerprint | Daniel Kahn Gillmor | |
2008-06-19 | monkeysphere-server gen-key creates keys with only the auth flag set. | Daniel Kahn Gillmor | |
2008-06-17 | Major rework to remove all caching. Everything processed straight | Jameson Graef Rollins | |
from gpg keyring. Major code simplification and cleanup. | |||
2008-06-16 | Add extra variables to gen-key. | Jameson Graef Rollins | |
2008-06-16 | Fix bug in configuration handling for HASH_KNOWN_HOSTS and | Jameson Graef Rollins | |
USER_CONTROLLED_AUTHORIZED_KEYS | |||
2008-06-15 | fix some output formatting. | Jameson Graef Rollins | |
2008-06-15 | Fix gen-subkey function for client. | Jameson Graef Rollins | |
2008-06-15 | Separate required key capability variables for users and hosts. | Jameson Graef Rollins | |
Change default for user to be "a", and host to be "e a". | |||
2008-06-14 | More work on the man pages. | Jameson Graef Rollins | |
2008-06-13 | Add 'remove_userid' function, inverse of 'update_userids'. | Jameson Graef Rollins | |
Also, tweaked some of the output and man pages. | |||
2008-06-13 | make sure the authorized_user_ids file exists for users processed by | Jameson Graef Rollins | |
monkeysphere-server. | |||
2008-06-13 | More cleanup: | Jameson Graef Rollins | |
- Batch mode for trust_key function. - fix some loggging. - Clean up publish_server_key function -> STILL NON-FUNCTIONING - more work on monkeysphere-ssh-proxycommand man page | |||
2008-06-13 | Modify how logging is handled. Now send most everything to stderr. | Jameson Graef Rollins | |
Change to known_hosts hashing on by default. | |||
2008-06-12 | Man page work. | Jameson Graef Rollins | |
- flesh out more of the man pages for monkeysphere and monkeysphere-server - move the server cache directory to /var/cache, where it should be. | |||
2008-06-11 | quote some strings to not confuse checkbashisms | Jameson Graef Rollins | |
2008-06-11 | Updates to use the new openpgp2ssh program that dkg wrote. | Jameson Graef Rollins | |
2008-06-10 | More cleanup of scripts | Jameson Graef Rollins | |
- fixed bug in gpg2ssh_tmp call - broke out update_authorized_keys function - cleaned up gen_key function for server - added possible "Revoker:" parameter we might use - started gen_ae_subkey function that for some reason isn't working yet. | |||
2008-06-10 | Cleaned/fix up update-userid function. also some general cleanup. | Jameson Graef Rollins | |
2008-06-10 | New client/server components: | Jameson Graef Rollins | |
- broke out all common functions to "common" file - put all client commands into "monkeysphere" script - put all server commands into "monkeysphere-server" script - moved all code into src directory to clean things up a bit - this effectively makes obsolete rhesus and howler - added proposed monkeysphere-ssh-proxycommand script that can be called to update known_hosts from ssh ProxyCommand - updated monkeysphere.conf to work as global client config - added monkeysphere-server.conf for server config |