summaryrefslogtreecommitdiffstats
path: root/doc/server
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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
|
* doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classesChris St. Pierre2013-03-221-67/+4
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-5/+41
|\ | | | | | | | | | | | | | | | | 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
| * Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-141-2/+2
| |
| * added support for wildcard XInclude in XMLFileBackedChris St. Pierre2013-02-141-3/+39
| |
* | doc: Remove redundancySol Jerome2013-03-191-6/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | 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>
* / doc: Fix typo (#1144)Alexander Y Tiurin2013-02-181-1/+1
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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>
* 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
|
* doc: clarified ssh key configurationChris St. Pierre2013-01-111-1/+2
|
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-031-1/+214
|
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-1010-875/+373
|
* Fixing Ohai documentation URL.s19n2012-12-101-2/+2
|
* doc: Add version notes for new featuresSol Jerome2012-12-051-0/+24
| | | | 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>
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-041-21/+16
|
* Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-12-044-123/+197
|\
| * doc: Fix indentation errorsSol Jerome2012-12-031-5/+5
| | | | | | | | 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-031-33/+99
| |
| * doc: fixed in-depth genshi debugging instructionsChris St. Pierre2012-12-031-15/+15
| |
| * SELinux: Split up selinux entriesSol Jerome2012-12-032-68/+27
| | | | | | | | | | | | | | | | | | | | | | This commit splits up the all-in-one SELinux tag into various entries (formerly done using a type attribute). This helps prevent ambiguation when entries of different SELinux types have the same name. Note that there is still some ambiguation for File Context entries since there can be duplicates involved. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix broken target nameSol Jerome2012-11-291-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Added documentationJason Kincl2012-12-031-1/+9
| | | | | | | | * added doc link for where information about svn resolution actions can be found
* | fixing logic so try..except works correctly, bugsJason Kincl2012-11-281-2/+0
| |
* | adding doc, changing variable namesJason Kincl2012-11-271-0/+27
|/
* doc: Document metadata caching optionsSol Jerome2012-11-261-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* documented "recursive" attr of permissions Path entriesChris St. Pierre2012-11-211-12/+14
|
* Templating updates:Chris St. Pierre2012-11-192-71/+69
| | | | | | * Added "repo" variable to all template formats * Made variables available in Genshi and Cheetah template more similar * Improved docs
* Git: Added ability to update to a specific tree-ishChris St. Pierre2012-11-161-3/+32
|
* Git: only support GitPython; only support Git.Update with GitPythonChris St. Pierre2012-11-161-13/+10
| | | | | dulwich is terrible. impressively so. git pull has a bug that prevents it from honoring --work-tree in many, many versions
* doc: roles/prefix attributes are requiredSol Jerome2012-11-131-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove nonexistent attributeSol Jerome2012-11-121-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: fixed typoChris St. Pierre2012-11-071-1/+1
|
* Properties: allow lax decryption, where failure to decrypt an element is not ↵Chris St. Pierre2012-11-061-0/+17
| | | | fatal and parsing of that file continues
* improved SSLCA cert.xml/key.xml docsChris St. Pierre2012-11-061-2/+68
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-303-65/+39
| | | | directory than the repo root