Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-02 | genericized x509 certificate generation -- now works for any service, not ↵ | Daniel Kahn Gillmor | |
just https (invoke it like "make-x509-certreqs imap" for imap:// keys, etc) | |||
2010-12-21 | avoid problems with filenames containing regexp special characters. | Jamie McClelland | |
2010-12-21 | On dkg's suggestion, using hash index as more elegant way to ensure | Jamie McClelland | |
we don't repeat users. | |||
2010-12-21 | Tracking users while generating watch list is more reliable | Jamie McClelland | |
way to ensure m-a u is executed on the right users. | |||
2010-12-20 | adding some comments/concerns about the current monkeysphere-monitor-keys ↵ | Daniel Kahn Gillmor | |
implementation | |||
2010-12-20 | added example script to auto-generate X.509 certificate requests with the ↵ | Daniel Kahn Gillmor | |
PGPExtension embedded in them from https monkeysphere-host keys. | |||
2010-12-20 | update debug to use printf and always emit newlines; use warnings; | Daniel Kahn Gillmor | |
2010-12-20 | whitespace, simple style cleanup | Daniel Kahn Gillmor | |
2010-12-20 | Comments at top now contains more concrete explanation of how | Jamie McClelland | |
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. | |||
2010-12-20 | more precise description of file::ChangeNotify's behavior | Jamie McClelland | |
with regard to different operating systems. And, monitoring /etc/passwd is not recommended, so removed from description. | |||
2010-12-19 | first attempt at closing #499 (changes to user authorized_keys files not | Jamie McClelland | |
immediately incorporated) | |||
2010-07-15 | added some examples for system integration | Daniel Kahn Gillmor | |