summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* removed deprecated Base pluginChris St. Pierre2013-02-0821-63/+44
|
* made Action entries in Independent structures run with when="always"Chris St. Pierre2013-02-081-2/+1
|
* Bundler: added support for independent bundlesChris St. Pierre2013-02-084-153/+244
|
* Bundler: improved XInclude support, added inter-bundle dependenciesChris St. Pierre2013-02-081-0/+49
|
* doc: clarified Group/Client tag use in xml-common.txtChris St. Pierre2013-02-084-81/+63
|
* made XInlcude and Encryption support more consistentChris St. Pierre2013-02-071-40/+59
|
* documented which XML files have which featuresChris St. Pierre2013-02-069-131/+218
|
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-053-13/+15
|
* documented xmlschema sphinx extension options/flagsChris St. Pierre2013-02-051-0/+26
|
* misc. schema and schema doc fixesChris St. Pierre2013-02-051-0/+1
|
* Decisions: use StructFile instead of host- or group-specific XML filesChris St. Pierre2013-02-051-13/+12
|
* Bundler: various changesChris St. Pierre2013-02-0425-680/+103
| | | | | | | * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates
* Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-181-1/+46
|\
| * Merge branch 'master' into 1.3.1Chris St. Pierre2013-01-181-1/+46
| |\ | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/Properties.py
| | * docs: added docs for POSIXUsers uid/gid rangesChris St. Pierre2013-01-181-1/+46
| | |
* | | removed straggling references to removed stuffChris St. Pierre2013-01-172-12/+0
| | |
* | | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-171-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/server/plugins/generators/cfg.txt src/lib/Bcfg2/Server/Admin/Snapshots.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/models.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
| * | docs: removed stray reference to SETUP globalChris St. Pierre2013-01-171-1/+0
| | |
| * | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-172-1/+11
| |/
* | removed magic groupsChris St. Pierre2013-01-175-115/+48
| |
* | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-176-25/+13
| |
* | removed support for info/:info filesChris St. Pierre2013-01-171-22/+0
| |
* | removed support for .cat/.diff filesChris St. Pierre2013-01-171-67/+0
| |
* | removed mode="inherit" supportChris St. Pierre2013-01-171-3/+1
| |
* | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-1712-1033/+4
| | | | | | | | Statistics, Editor
* | removed deprecated FAM filemonitorChris St. Pierre2013-01-174-14/+12
| |
* | removed deprecated PostInstall supportChris St. Pierre2013-01-173-3/+3
| |
* | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-172-1/+11
|/
* Made a few encryption things simpler:Chris St. Pierre2013-01-173-6/+25
| | | | | | * Only one strict/lax setting, in [encryption], rather than separate settings in [properties] and [sshkeys] * No longer necessary to enable encryption on each Properties file
* docs: clarified how authorized_keys is generatedChris St. Pierre2013-01-161-0/+14
|
* removed Duplicates plugin from bcfg2-lint docsChris St. Pierre2013-01-141-23/+17
|
* doc: clarified ssh key configurationChris St. Pierre2013-01-111-1/+2
|
* doc: Fallback to old behavior for intersphinxv1.3.0rc1Sol Jerome2013-01-101-2/+3
| | | | | | | If the object inventories don't exist on disk, fallback to the previous method of attempting to download them from the specified URL. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: xmlschema extension fixesChris St. Pierre2013-01-101-19/+27
| | | | | | * Use xpath() instead of find()/findall(), which do not support namespace mappings in older versions of lxml. * Properly initialize entities dict
* doc: Use local object inventory files for sphinxSol Jerome2013-01-102-5/+733
| | | | | | | | Use the local object inventory files to prevent sphinx-build from downloading them during build. This should allow the packages to be built in network-disabled build environments. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-033-14/+254
|
* doc: added docs about setting debug levelChris St. Pierre2012-12-111-0/+25
|
* doc: removed unused "obsolete" treeChris St. Pierre2012-12-112-15/+1
|
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-1015-1026/+1212
|
* Fixing Ohai documentation URL.s19n2012-12-101-2/+2
|
* doc: Add version notes for new featuresSol Jerome2012-12-052-0/+26
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: fixed typos in Svn docsChris St. Pierre2012-12-051-4/+3
|
* doc: Fix typoSol Jerome2012-12-051-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-041-56/+52
|
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-041-21/+16
|
* Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-12-047-125/+256
|\
| * fixed conversion to octal in py3kChris St. Pierre2012-12-041-0/+6
| |
| * doc: Fix indentation errorsSol Jerome2012-12-031-5/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix broken linkSol Jerome2012-12-031-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * SSLCA improvements:Chris St. Pierre2012-12-031-7/+56
| | | | | | | | | | | | 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