0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Preserve (instead of collapse) arguments in su_monkeysphere_user(). More... about 11 years ago
Simplify arguments passed to su_monkeysphere_user() and gpg_sphere More... about 11 years ago
Pass only single commands through su wrapper More... about 11 years ago
added keyid-format 0xlong to monkeysphere-authentication default gpg.conf files (thanks, Jonas!) More... about 11 years ago
incorporate example combined ProxyCommand from sanoj_ More... about 11 years ago
enable openpgp2pem as well from keytrans More... over 11 years ago
fetch all keys instead of the first 5 (and work better with gpg 2.0.19, which apparently does not retrieve keys from gpg --search if the --batch argument is also present) More... over 11 years ago
add --batch to gpg invocations, since gpg2 requires it to use --passphrase-* arguments More... about 12 years ago
use date somewhat more portably More... about 12 years ago
fix url in man page, fixes #635648 More... about 12 years ago
genericized x509 certificate generation -- now works for any service, not just https (invoke it like "make-x509-certreqs imap" for imap:// keys, etc) More... over 13 years ago
avoid problems with filenames containing regexp special characters. More... over 13 years ago
On dkg's suggestion, using hash index as more elegant way to ensure we don't repeat users. More... over 13 years ago
Tracking users while generating watch list is more reliable way to ensure m-a u is executed on the right users. More... over 13 years ago
adding some comments/concerns about the current monkeysphere-monitor-keys implementation More... over 13 years ago
added example script to auto-generate X.509 certificate requests with the PGPExtension embedded in them from https monkeysphere-host keys. More... over 13 years ago
update debug to use printf and always emit newlines; use warnings; More... over 13 years ago
whitespace, simple style cleanup More... over 13 years ago
Merge remote branch 'jamie/master' More... over 13 years ago
keytrans: avoid confusing user IDs across different keys (closes MS # 2682) More... over 13 years ago
Comments at top now contains more concrete explanation of how the script works. Location of key files to monitor is more configurable by the sys admin. All changed files treated the same for simplicity. Added debug mode. More... over 13 years ago
more precise description of file::ChangeNotify's behavior with regard to different operating systems. And, monitoring /etc/passwd is not recommended, so removed from description. More... over 13 years ago
first attempt at closing #499 (changes to user authorized_keys files not immediately incorporated) More... over 13 years ago
update changelog More... over 13 years ago
If for whatever reason the primary UID comes up empty, give the injected subkey a reasonable name instead of the empty string More... over 13 years ago
universalize and consolidate on --fixed-list-mode More... over 13 years ago
avoid using the running MSVA from the user during the tests More... over 13 years ago
catch return for grep in remove_line, for case where grep -v returns nothing (e.g. only line in file is removed) More... over 13 years ago
improve debug output More... over 13 years ago
fix variable declarations in update_known_hosts More... over 13 years ago