summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/FileProbes.py
Commit message (Collapse)AuthorAgeFilesLines
* use XML parser that strips whitespace to avoid xml concatenation ↵Chris St. Pierre2012-05-151-1/+4
| | | | pretty_print issue
* fixed logging, deduplicated code in FileProbesChris St. Pierre2012-03-141-70/+77
|
* killing FileProbes because a file fetch failed is probably not idealChris St. Pierre2012-03-131-1/+0
|
* fixed handling of new probed base64-encoded filesChris St. Pierre2011-12-301-1/+1
|
* fixed FileProbes handling of base64-encoded filesChris St. Pierre2011-12-281-5/+15
|
* fixed typo in FileProbesChris St. Pierre2011-12-281-1/+1
|
* fixed logic for file creation; only write info.xml if none existsChris St. Pierre2011-12-211-3/+3
|
* fixed typoChris St. Pierre2011-12-141-3/+3
|
* Revert "Correct syntax for try/except statements."Raul Cuza2011-12-101-1/+1
| | | | | | | | This commit is not compatable with Python 2.4 and below. Our goal is to support for the foreseeable future 2.4+ for Bcfg2 server and 2.3+ for Bcfg2 client. This reverts commit 4310284f6df01caf1b686c9bac8955364a895755.
* Correct syntax for try/except statements.Raul Cuza2011-12-091-1/+1
| | | | | | In earlier versions of python commas (,) could be used in except statements. The new way is to use 'as'.
* added FAM wait loops in FileProbes to ensure that the file copied out is the ↵Chris St. Pierre2011-12-041-20/+57
| | | | file that was just probed
* fixed tracebacks introduced by 5360af9fe752850b1647Chris St. Pierre2011-09-011-1/+2
|
* fixed traceback introduced by 5360af9fe752850b1647Chris St. Pierre2011-09-011-2/+3
|
* Added FileProbes plugin.Chris St. Pierre2011-05-111-0/+177