Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: minor fixes | Chris St. Pierre | 2013-08-14 | 1 | -1/+2 |
| | |||||
* | Revert "doc: minor fixes" | Chris St. Pierre | 2013-08-14 | 1 | -2/+1 |
| | | | | | | Commit had more stuff in it than it should have. This reverts commit a9a7c84703eb7250012fd68af3e4ca77eae07029. | ||||
* | doc: minor fixes | Chris St. Pierre | 2013-08-14 | 1 | -1/+2 |
| | |||||
* | Rewrote SSLCA as Cfg handler. | Chris St. Pierre | 2013-08-13 | 1 | -4/+19 |
| | | | | | | | | | | | | | | | | | This adds encryption support to SSL key creation (much like SSH private keys), and the ability to generate keys and certs that are specific to groups, instead of just to hosts. It also moves the SSLCA data (the XML files describing keys and certs as well as the keys and certs themselves) into the Cfg tree, rather than off in their own separate place. tools/upgrade/1.4/migrate_sslca.py can be used to migrate to the new format. This also adds XMLCfgCreator, a CfgCreator that makes it easier to create data based on XML descriptions of it (which is exactly what the SSH key and SSL CA creators do), including built-in support for host- and group-specific data, encryption, and so on. | ||||
* | Options: schema changes for changes made for new parser | Chris St. Pierre | 2013-06-27 | 1 | -0/+8 |
| | |||||
* | made XInlcude and Encryption support more consistent | Chris St. Pierre | 2013-02-07 | 1 | -10/+12 |
| | |||||
* | Bundler: various changes | Chris St. Pierre | 2013-02-04 | 1 | -1/+2 |
| | | | | | | | * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates | ||||
* | updated StructFile schemas to allow genshi attrs/elements | Chris St. Pierre | 2013-02-04 | 1 | -0/+7 |
| | |||||
* | generate XML schema docs from XML schemas themselves | Chris St. Pierre | 2012-12-10 | 1 | -11/+65 |
| | |||||
* | SSLCA improvements: | Chris St. Pierre | 2012-12-03 | 1 | -6/+0 |
| | | | | | | Added support for Group/Client tags in cert.xml/key.xml Added support for explicit subjectAltNames in cert.xml Reorganized code to make generally more like other GroupSpool plugins | ||||
* | added XML schemas for SSLCA key/cert files | Chris St. Pierre | 2012-11-06 | 1 | -0/+39 |