Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-27 | adding web site files - first import. | Jamie McClelland | |
2008-07-27 | updated README to explain why/when you might want to use update-authorized_keys. | Daniel Kahn Gillmor | |
2008-07-27 | fix typo in man page; update changelog | Jameson Graef Rollins | |
2008-07-27 | Tweak how empty authorized_user_ids and known_hosts files are handled. | Jameson Graef Rollins | |
2008-07-26 | small tweaks and FIXME fixes to documentation. | Jameson Graef Rollins | |
2008-07-26 | more documentation for end users (and more FIXMEs), including README.admin ↵ | Daniel Kahn Gillmor | |
in the build. | |||
2008-07-26 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-07-26 | breaking out README.admin from README, adding a few TODOs | Daniel Kahn Gillmor | |
2008-07-25 | Improve ssh-proxycommand man page. | Jameson Graef Rollins | |
2008-07-25 | Fix how ownertrust is set for host key in authentication keyring. | Jameson Graef Rollins | |
Update TODO, removing completed tasks. | |||
2008-07-25 | allowing expiration dates with strings longer than one digit (e.g. "10m" ↵ | Daniel Kahn Gillmor | |
meaning "10 months") | |||
2008-07-25 | fixing typo in monkeysphere.1 | Daniel Kahn Gillmor | |
2008-07-23 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-07-23 | monkeysphere-server add-identity-certifier --trust now takes textual values ↵ | Daniel Kahn Gillmor | |
(marginal, full) instead of numeric (1,2). updated documentation as well. | |||
2008-07-22 | fixing return code error in openpgp2ssh, preparing for new release. | Daniel Kahn Gillmor | |
2008-07-20 | couple small tweaks to man page | Jameson Graef Rollins | |
2008-07-20 | fix man page packaging. | Jameson Graef Rollins | |
2008-07-11 | Spelling corrections in man pages. | Jameson Graef Rollins | |
2008-07-10 | Fix tests for gen-subkey. | Jameson Graef Rollins | |
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 | Fix bug in gpg.conf generation. | Jameson Graef Rollins | |
2008-07-10 | update proxycommand man page. | Jameson Graef Rollins | |
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-07-01 | small tweak to man page, and fix some alt port handling in proxy command. | Jameson Graef Rollins | |
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 | add exit status info to man pages | Jameson Graef Rollins | |
2008-06-30 | Update man pages. Small tweak to proxycommand. | Jameson Graef Rollins | |
2008-06-29 | Tweak to man pages. | 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 | Merge branch 'ms-user-fnc' | 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 | Added keyserver file | Matt Goins | |
2008-06-25 | special gpg functions for host/authentication. | Jameson Graef Rollins | |
2008-06-25 | Merge branch 'master' of ↵ | Matt Goins | |
http://lair.fifthhorseman.net/~jrollins/git/monkeysphere | |||
2008-06-25 | Merge branch 'master' of http://lair.fifthhorseman.net/~dkg/git/monkeysphere | Matt Goins | |
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 | preparing next upstream version | Daniel Kahn Gillmor | |
2008-06-24 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-24 | preparing for 0.3-1 release. | Daniel Kahn Gillmor | |
2008-06-24 | Fix man pages to reflect recent path changes. | Jameson Graef Rollins | |
2008-06-24 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
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. |