Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: fixed typos | Chris St. Pierre | 2013-03-28 | 1 | -9/+8 |
| | |||||
* | new GroupLogic plugin | Chris St. Pierre | 2013-03-28 | 1 | -0/+122 |
| | |||||
* | testsuite: more text fixes | Chris St. Pierre | 2013-03-26 | 1 | -0/+2 |
| | |||||
* | doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classes | Chris St. Pierre | 2013-03-22 | 1 | -67/+4 |
| | |||||
* | doc: fixed example Reporting config | Chris St. Pierre | 2013-03-21 | 1 | -11/+11 |
| | |||||
* | Merge branch '1.3.2' into maint | Chris St. Pierre | 2013-03-21 | 5 | -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.Utils | Chris St. Pierre | 2013-02-14 | 3 | -3/+29 |
| | | |||||
| * | Metadata: allowed setting global default authentication type | Chris St. Pierre | 2013-02-14 | 2 | -12/+25 |
| | | |||||
| * | added support for wildcard XInclude in XMLFileBacked | Chris St. Pierre | 2013-02-14 | 1 | -3/+39 |
| | | |||||
* | | more consistent XML-RPC debug calls for FAM | Chris St. Pierre | 2013-03-21 | 1 | -2/+2 |
| | | |||||
* | | Version bump to 1.3.1v1.3.1 | Sol Jerome | 2013-03-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | doc: Remove redundancy | Sol Jerome | 2013-03-19 | 1 | -6/+0 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Reporting: Fix sections for reports settings | Sol Jerome | 2013-03-18 | 2 | -7/+19 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | fixed doc build on py2.4 | Chris St. Pierre | 2013-03-18 | 1 | -1/+6 |
| | | |||||
* | | man: added -r Users | Chris St. Pierre | 2013-03-15 | 1 | -3/+6 |
| | | |||||
* | | Add Yum groups to the Packages internal dependency resolver. | Sol Jerome | 2013-03-15 | 1 | -4/+3 |
|\ \ | |||||
| * | | Packages: Adding Yum groups to Bcfg2's internal dependency resolver | Jason Kincl | 2013-02-22 | 1 | -4/+3 |
| | | | |||||
* | | | doc: Add reference to Packages.Refresh command | Sol Jerome | 2013-03-07 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | doc: Fix typo | Sol Jerome | 2013-02-25 | 1 | -3/+3 |
|/ / | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | fixed unit tests using long ints for py3k | Chris St. Pierre | 2013-02-20 | 1 | -0/+2 |
| | | |||||
* | | doc: Fix typo (#1144) | Alexander Y Tiurin | 2013-02-18 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | documented xmlschema sphinx extension options/flags | Chris St. Pierre | 2013-02-05 | 1 | -0/+26 |
| | |||||
* | changed to stock BSD 2-clause license | Chris St. Pierre | 2013-02-04 | 2 | -79/+0 |
| | |||||
* | docs: document abstract Package tag | Chris St. Pierre | 2013-02-01 | 1 | -4/+14 |
| | |||||
* | docs: formatting fixes, updated reserved encryption options | Chris St. Pierre | 2013-01-24 | 1 | -4/+3 |
| | |||||
* | doc: Fix formatting | Sol Jerome | 2013-01-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | docs: added docs for POSIXUsers uid/gid ranges | Chris St. Pierre | 2013-01-18 | 1 | -1/+46 |
| | |||||
* | Made a few encryption things simpler: | Chris St. Pierre | 2013-01-17 | 3 | -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 generated | Chris St. Pierre | 2013-01-16 | 1 | -0/+14 |
| | |||||
* | removed Duplicates plugin from bcfg2-lint docs | Chris St. Pierre | 2013-01-14 | 1 | -23/+17 |
| | |||||
* | doc: clarified ssh key configuration | Chris St. Pierre | 2013-01-11 | 1 | -1/+2 |
| | |||||
* | doc: Fallback to old behavior for intersphinxv1.3.0rc1 | Sol Jerome | 2013-01-10 | 1 | -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 fixes | Chris St. Pierre | 2013-01-10 | 1 | -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 sphinx | Sol Jerome | 2013-01-10 | 2 | -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 file | Chris St. Pierre | 2013-01-03 | 3 | -14/+254 |
| | |||||
* | doc: added docs about setting debug level | Chris St. Pierre | 2012-12-11 | 1 | -0/+25 |
| | |||||
* | doc: removed unused "obsolete" tree | Chris St. Pierre | 2012-12-11 | 2 | -15/+1 |
| | |||||
* | generate XML schema docs from XML schemas themselves | Chris St. Pierre | 2012-12-10 | 15 | -1026/+1212 |
| | |||||
* | Fixing Ohai documentation URL. | s19n | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | doc: Add version notes for new features | Sol Jerome | 2012-12-05 | 2 | -0/+26 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: fixed typos in Svn docs | Chris St. Pierre | 2012-12-05 | 1 | -4/+3 |
| | |||||
* | doc: Fix typo | Sol Jerome | 2012-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: wrote devel docs for client tool base objects | Chris St. Pierre | 2012-12-04 | 1 | -56/+52 |
| | |||||
* | Svn: cleaned up conflict resolution stuff | Chris St. Pierre | 2012-12-04 | 1 | -21/+16 |
| | |||||
* | Merge remote branch 'upstream/master' into jasons-hacking | Jason Kincl | 2012-12-04 | 7 | -125/+256 |
|\ | |||||
| * | fixed conversion to octal in py3k | Chris St. Pierre | 2012-12-04 | 1 | -0/+6 |
| | | |||||
| * | doc: Fix indentation errors | Sol Jerome | 2012-12-03 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | doc: Fix broken link | Sol Jerome | 2012-12-03 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | SSLCA improvements: | Chris St. Pierre | 2012-12-03 | 1 | -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 groups | Chris St. Pierre | 2012-12-03 | 2 | -33/+150 |
| | |