summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 1.4.xChris St. Pierre2013-02-207-89/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * fixed unit tests using long ints for py3kChris St. Pierre2013-02-201-0/+2
| |
| * doc: Fix typo (#1144)Alexander Y Tiurin2013-02-181-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * documented xmlschema sphinx extension options/flagsChris St. Pierre2013-02-051-0/+26
| |
| * changed to stock BSD 2-clause licenseChris St. Pierre2013-02-042-79/+0
| |
| * docs: document abstract Package tagChris St. Pierre2013-02-011-4/+14
| |
| * docs: formatting fixes, updated reserved encryption optionsChris St. Pierre2013-01-241-4/+3
| |
| * doc: Fix formattingSol Jerome2013-01-191-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: added wildcard xinclude docs that were lost in mergeChris St. Pierre2013-02-141-0/+38
| |
* | added docs for Bcfg2.UtilsChris St. Pierre2013-02-143-2/+28
| |
* | Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-142-12/+25
| |
* | Added client ACLs:Chris St. Pierre2013-02-122-0/+207
| | | | | | | | | | | | | | * IP and CIDR-based ACLs * Metadata (group/hostname)-based ACLs * Documentation * Unit tests
* | 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
|