summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* 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
| * added builtin support for creating users and groupsChris St. Pierre2012-12-032-33/+150
| |
| * doc: fixed in-depth genshi debugging instructionsChris St. Pierre2012-12-031-15/+15
| |