summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* doc: Add link to 1.3 stable documentationSol Jerome2013-04-291-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* meta docs: about redhat based systems, links, clarity, spellingDuncan Hutty2013-04-251-9/+18
|
* doc: [statistics] is deprecatedSol Jerome2013-04-161-5/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* POSIX: SELinux context fixes for Path entriesChris St. Pierre2013-04-111-2/+7
| | | | | | | * Fixed Path entries with secontext='__default__' where no fcontext rule applied to the path. * Permitted setting secontext='' when no SELinux context should be applied to a Path entry
* doc: Fix old SELinux tagSol Jerome2013-04-101-5/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Clarify reporting installation stepsSol Jerome2013-04-091-28/+29
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed another SubjectAltName/subjectAltName mixupChris St. Pierre2013-04-091-1/+1
|
* Change generated APT sources default to someplace APT will actually look, ↵Phil Miller2013-03-281-20/+20
| | | | and avoid potential name conflicts there
* doc: fixed typosChris St. Pierre2013-03-281-9/+8
|
* new GroupLogic pluginChris St. Pierre2013-03-281-0/+122
|
* testsuite: more text fixesChris St. Pierre2013-03-261-0/+2
|
* doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classesChris St. Pierre2013-03-221-67/+4
|
* doc: fixed example Reporting configChris St. Pierre2013-03-211-11/+11
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-215-18/+93
|\ | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py
| * added docs for Bcfg2.UtilsChris St. Pierre2013-02-143-3/+29
| |
| * Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-142-12/+25
| |
| * added support for wildcard XInclude in XMLFileBackedChris St. Pierre2013-02-141-3/+39
| |
* | more consistent XML-RPC debug calls for FAMChris St. Pierre2013-03-211-2/+2
| |
* | Version bump to 1.3.1v1.3.1Sol Jerome2013-03-211-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Remove redundancySol Jerome2013-03-191-6/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Reporting: Fix sections for reports settingsSol Jerome2013-03-182-7/+19
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | fixed doc build on py2.4Chris St. Pierre2013-03-181-1/+6
| |
* | man: added -r UsersChris St. Pierre2013-03-151-3/+6
| |
* | Add Yum groups to the Packages internal dependency resolver.Sol Jerome2013-03-151-4/+3
|\ \
| * | Packages: Adding Yum groups to Bcfg2's internal dependency resolverJason Kincl2013-02-221-4/+3
| | |
* | | doc: Add reference to Packages.Refresh commandSol Jerome2013-03-071-1/+2
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | doc: Fix typoSol Jerome2013-02-251-3/+3
|/ / | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | 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>
* docs: added docs for POSIXUsers uid/gid rangesChris St. Pierre2013-01-181-1/+46
|
* 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>