Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-01 | A bunch of work on man pages to shore up interface and behavior before | Jameson Graef Rollins | |
developer release. Still do a bit of work to make sure actual commands meet the outlined behaviors. Small tweak to remove_line function to make sure it doesn't accidentally have a regexp match. | |||
2008-06-30 | Allow for passing CHECK_KEYSERVER variable to proxycommand | Jameson Graef Rollins | |
2008-06-30 | Update man pages. Small tweak to proxycommand. | Jameson Graef Rollins | |
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 | Merge commit 'dkg/master' | 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 | Revert to simpler keyserver checking policy in proxy-command. | Jameson Graef Rollins | |
2008-06-23 | Add trap to remove lockfiles on exit. | Jameson Graef Rollins | |
2008-06-23 | unless a problem comes up, monkeysphere-server should return an error code of 0. | Daniel Kahn Gillmor | |
2008-06-23 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-23 | openpgp2ssh can now accept arbitrary-length key IDs (from the trivial | Daniel Kahn Gillmor | |
8 hex digit key IDs to 40 hex digits of a full fingerprint). This moves our build dependency on gnutls to 2.4.0, which includes subkey fingerprint calculations. | |||
2008-06-23 | Genericize raw binary <-> printable hex converters. | Daniel Kahn Gillmor | |
2008-06-23 | Provide better (ie. more informative) return codes. Required some | Jameson Graef Rollins | |
modifications to a couple of different functions. | |||
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-21 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
Conflicts: src/seckey2sshagent | |||
2008-06-21 | add some things to the TODO | Jameson Graef Rollins | |
2008-06-21 | make the ssh-agent prompt from seckey2sshagent more intelligible | Daniel Kahn Gillmor | |
2008-06-21 | Add some more checks to gen-subkey | Jameson Graef Rollins | |
2008-06-21 | Merge commit 'mlcastle/master' | Daniel Kahn Gillmor | |
2008-06-21 | Merge commit 'mlcastle/master' | Jameson Graef Rollins | |
2008-06-21 | fix typo | mike castleman | |
2008-06-21 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-06-21 | tiny change to comment | Jameson Graef Rollins | |
2008-06-20 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-20 | add file locking to known_hosts and authorized_keys | Jameson Graef Rollins | |
2008-06-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-19 | Fix for better way to check for user on system. | Jameson Graef Rollins | |
2008-06-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-19 | Better handling of unknown users in server update-users. Updated TODO file. | Jameson Graef Rollins | |
2008-06-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
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 comments to seckey2sshagent. | Daniel Kahn Gillmor | |
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 | clarify why monkeysphere-server publish_key is currently non-functional. | Daniel Kahn Gillmor | |
2008-06-19 | monkeysphere-server gen-key creates keys with only the auth flag set. | Daniel Kahn Gillmor | |