summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-15Added GnuPG key generation program.Isis Lovecruft
* Added gpg-key-generator, which creates a directory under the current directory named "gpg-keys", creates a batch script for GnuPG to take as input to the "$ gpg --batch --gen-key " command. The gpg-key-generator will also somewhat handle cleanup of it's created files, appending instructions to the current GnuPG batch file, and creation of N keypairs at a time. It will call gpg itself, after creating the batch file, and create the keypairs. Lastly it prints a set of basic instructions for adding a new user account in order to avoid inadvertent mistakes to an actual user's GnuPG keyring. Do "$ gpg-key-generator --help" for more info. * First batch of test keypairs for unittesting leap_mx is included. The default keys were created with username: Louis Lingg <blackhole@leap.se>, and the passphrase for each secret key is "leap" (no quotes).
2013-01-17Adding NOTES.md file for keeping track of design questions and resolutionIsis Lovecruft
ideas during development process, as well as ongoing progress for tickets and feature implementations.
2013-01-15Add utilities for network interfaces and addresses.Isis Lovecruft
2013-01-15Add /leap/__init__.py to make directory contents modular.Isis Lovecruft
2013-01-15Added versioning utility.Isis Lovecruft
2013-01-15Added /leap/mx/alias_resolver.py, which contains classes for creating a serverIsis Lovecruft
to resolve Postfix aliases.
2013-01-14Updated .gitignore to exclude *.private files.Isis Lovecruft
2013-01-14Updated README to include directions for virtualenv, and added ↵Isis Lovecruft
requirements.txt file for pip.
2013-01-09Initial commitIsis Agora Lovecruft