summaryrefslogtreecommitdiffstats
path: root/doc/server/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-101-80/+20
|
* doc: note deprecation of mode='inherit'Chris St. Pierre2012-10-161-29/+27
| | | | [ci skip]
* POSIX: Switch from perms to modeSol Jerome2012-10-151-10/+10
| | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added docs for privilege droppingChris St. Pierre2012-10-041-3/+3
|
* rolled genshi/cheetah docs into cfg, deprecated old tgenshi/tcheetah docsChris St. Pierre2012-09-261-6/+5
|
* updated docs to reflect deprecation of info/:infoChris St. Pierre2012-08-151-23/+39
|
* added ACL docsChris St. Pierre2012-08-011-24/+13
|
* added selinux supportChris St. Pierre2012-07-031-16/+29
|
* Options: Change default paranoid setting to 'true'Sol Jerome2012-05-071-1/+1
| | | | | | | This makes setting up paranoid mode easier while silencing bcfg2-lint errors. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Revert "fixed doc bug"Holger Weiß2011-11-181-1/+1
| | | | | | | This reverts commit 95295013959318df2aab616ce30eb98e2c217528. The original version was correct (I guess we overlooked the "negate" attribute).
* Add a number of features to SSHbase:Chris St. Pierre2011-10-271-13/+12
| | | | | | | * Support for group-specific host keys * Support for fully static host- and group-specific ssh_known_hosts * (Support for totally generic host keys and ssh_known_hosts, too, but that's pretty useless.) * Support for info.xml, info, and :info files; only info.xml is likely to be useful, with the <Path> directive
* doc: Add xml highlightingSol Jerome2011-09-151-2/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Base64 encoding only for binary filesHolger Weiß2011-09-041-1/+1
| | | | It's no longer true that all non-ASCII files need to be Base64 encoded.
* fixed doc bugChris St. Pierre2011-07-201-1/+1
|
* made info.xml files understand <Path> tags to better set permissions on ↵Chris St. Pierre2011-07-191-7/+19
| | | | altsrc'd files
* New Info attribute: "sensitive"Holger Weiß2011-06-291-0/+4
| | | | | | The contents/diffs of <Path>s which are marked as "sensitive" are now omitted from the reports transmitted to the server, so that they won't end up in the statistics database.
* doc: Fix documentation on Info attributesHolger Weiß2011-06-291-2/+2
| | | | | The possible and default values of the "important" and "paranoid" attributes weren't listed correctly.
* Cfg: Add support for perms='inherit' (Ticket #642)Sol Jerome2011-06-201-0/+2
| | | | | | | | | | | This feature allows you to use the on-disk permissions of the file in the Cfg repository rather than specifying them using the traditional means in info.xml. Note that this only works for the octal permissions of the file on disk since the owner/group may not exist on the destination machine. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Document <Client> info capabilities (reported by mkd on irc)Sol Jerome2011-03-011-4/+8
| | | | | | | It is possible to use <Client> tags in info.xml files (in addition to <Group> tags). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Add the ability to specify important entries via info/info.xmlSol Jerome2010-06-221-0/+97
We currently have 'important' entries specified only inside the code for various client tools. This provides no room for growing that list outside of adding things to the code itself. With this change, users can now specify important entries via an additional attribute in their info.xml files. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5957 ce84e21b-d406-0410-9b95-82705330c041