summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix deps for Philip's tbNarayan Desai2006-08-031-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2035 ce84e21b-d406-0410-9b95-82705330c041
* Fix another syslog reconnect error pathNarayan Desai2006-08-021-2/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2029 ce84e21b-d406-0410-9b95-82705330c041
* Add extra case for MetadataRuntimeErrorsNarayan Desai2006-08-011-3/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2021 ce84e21b-d406-0410-9b95-82705330c041
* Fix syslog reconnect codeNarayan Desai2006-07-311-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2016 ce84e21b-d406-0410-9b95-82705330c041
* Fix pidfile handling and minor pylint fixesNarayan Desai2006-07-301-8/+27
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2012 ce84e21b-d406-0410-9b95-82705330c041
* Change extra entries messages to be less scaryNarayan Desai2006-07-282-4/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2011 ce84e21b-d406-0410-9b95-82705330c041
* Don't execute the apt maintenance commands in dry-run modeNarayan Desai2006-07-281-5/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2010 ce84e21b-d406-0410-9b95-82705330c041
* Fix corner case where extra packages appear not to be installed (?)Narayan Desai2006-07-271-2/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2009 ce84e21b-d406-0410-9b95-82705330c041
* Fix ConfigFile verification of unbound entries (Resolves ticket #79)Narayan Desai2006-07-211-0/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1989 ce84e21b-d406-0410-9b95-82705330c041
* Skip checksum verification for multiarch packagesNarayan Desai2006-07-201-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1976 ce84e21b-d406-0410-9b95-82705330c041
* Fix multiarch package verificationNarayan Desai2006-07-191-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1971 ce84e21b-d406-0410-9b95-82705330c041
* Fix bcfg2 -hNarayan Desai2006-07-181-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1969 ce84e21b-d406-0410-9b95-82705330c041
* Use dictionary substitution of formatting strings for multiarch supportNarayan Desai2006-07-181-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1967 ce84e21b-d406-0410-9b95-82705330c041
* Patch of Jos to add server installation prefix supportNarayan Desai2006-07-141-3/+9
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1953 ce84e21b-d406-0410-9b95-82705330c041
* Continue in case of entry verification errorsNarayan Desai2006-07-141-0/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1949 ce84e21b-d406-0410-9b95-82705330c041
* Fix diffing of binary filesNarayan Desai2006-07-141-1/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1948 ce84e21b-d406-0410-9b95-82705330c041
* Fix schema validation of base filesNarayan Desai2006-07-141-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1947 ce84e21b-d406-0410-9b95-82705330c041
* Make the bcfg2 client default to the Toolset toolset (if none is specified ↵Narayan Desai2006-07-141-1/+1
| | | | | | by the server) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1946 ce84e21b-d406-0410-9b95-82705330c041
* Improvements to the Deps pluginNarayan Desai2006-07-141-4/+7
| | | | | | | | * Handle recursive dependencies properly (ChrisV) * Fix raise of PluginExecutionError git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1943 ce84e21b-d406-0410-9b95-82705330c041
* Remove statistics pretty printing code (Could occasionally produce ↵Narayan Desai2006-07-141-18/+2
| | | | | | unparseable XML) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1941 ce84e21b-d406-0410-9b95-82705330c041
* Generic client toolset improvementsNarayan Desai2006-07-141-39/+21
| | | | | | | | * Streamline reasons upload * properly escape current_diff contents git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1940 ce84e21b-d406-0410-9b95-82705330c041
* Cleanly handle profile assertion errorsNarayan Desai2006-07-141-1/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1939 ce84e21b-d406-0410-9b95-82705330c041
* Add basic dependency processing codeNarayan Desai2006-07-103-1/+99
| | | | | | | | | * To enable, add a Deps directory and enable the Deps plugin * schema validation works * prerequisites are automatically added to configurations git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1924 ce84e21b-d406-0410-9b95-82705330c041
* * Fix pkgtool setup for base ToolsetNarayan Desai2006-07-101-2/+5
| | | | | | | * Implement current_diff support for ConfigFile entries (from Chris Vuletich) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1923 ce84e21b-d406-0410-9b95-82705330c041
* Fixup error messages for config problems (from Sami Haahtinen)Narayan Desai2006-07-101-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1922 ce84e21b-d406-0410-9b95-82705330c041
* Two bugfixes from Ti's bugreportsNarayan Desai2006-07-102-3/+11
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1920 ce84e21b-d406-0410-9b95-82705330c041
* Add support for severity field in statisticsNarayan Desai2006-07-071-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1914 ce84e21b-d406-0410-9b95-82705330c041
* Patch to suppress mtime verify failures (from Jason Pepas)Narayan Desai2006-07-051-1/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1909 ce84e21b-d406-0410-9b95-82705330c041
* Implement multiarch support (resolves Ticket #52)Narayan Desai2006-06-302-3/+25
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1908 ce84e21b-d406-0410-9b95-82705330c041
* change to current_exists in case where entries are not installedNarayan Desai2006-06-302-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1907 ce84e21b-d406-0410-9b95-82705330c041
* Fix revision handing code when things don't workNarayan Desai2006-06-301-3/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1906 ce84e21b-d406-0410-9b95-82705330c041
* * Add specific info reporting code for Extra elements Narayan Desai2006-06-293-6/+25
| | | | | | | | * Add data collection for redhat toolset (rpm/chkconfig) * Add data collection for debian toolset (apt/glob) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1904 ce84e21b-d406-0410-9b95-82705330c041
* Fix some failure reportingNarayan Desai2006-06-281-2/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1901 ce84e21b-d406-0410-9b95-82705330c041
* Pass current failure information to server in statisticsNarayan Desai2006-06-281-7/+19
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1900 ce84e21b-d406-0410-9b95-82705330c041
* Clean up toolset module loading codeNarayan Desai2006-06-281-26/+20
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1899 ce84e21b-d406-0410-9b95-82705330c041
* Fix traceback if user resolution fails (Resolves Ticket #67)Narayan Desai2006-06-261-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1895 ce84e21b-d406-0410-9b95-82705330c041
* Verify method instrumentation from ChrisVNarayan Desai2006-06-211-35/+20
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1892 ce84e21b-d406-0410-9b95-82705330c041
* Restructure work queue reporting and some pylint fixesNarayan Desai2006-06-211-19/+24
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1891 ce84e21b-d406-0410-9b95-82705330c041
* Fix tempfile cleanupNarayan Desai2006-06-181-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1887 ce84e21b-d406-0410-9b95-82705330c041
* * Version bump to 0.8.2pre6Narayan Desai2006-06-121-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1881 ce84e21b-d406-0410-9b95-82705330c041
* Fix binary encoded files with empty checksNarayan Desai2006-06-121-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1880 ce84e21b-d406-0410-9b95-82705330c041
* * Fix fatal server setup errorNarayan Desai2006-06-123-17/+31
| | | | | | | * Back out SSL code (for now) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1876 ce84e21b-d406-0410-9b95-82705330c041
* Patch from Jos for statistics error handlingNarayan Desai2006-06-101-2/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1875 ce84e21b-d406-0410-9b95-82705330c041
* Patch for Jos to fix initialization errorsNarayan Desai2006-06-101-1/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1874 ce84e21b-d406-0410-9b95-82705330c041
* Patch from Jos to handle statistics write errors more cleanly.Narayan Desai2006-06-101-5/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1873 ce84e21b-d406-0410-9b95-82705330c041
* Step 2 of SSL client cert integrationNarayan Desai2006-06-072-12/+103
| | | | | | | | | | | | | | * Make the client use pyOpenSSL (so that ca support can be implemented) * Make the server handle SSL errors more cleanly Remaining SSL client cert integration steps: * Implement the CertMgr plugin (ChrisV) * Implement server side cert policies * Implement no-cert fallback mode for client git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1872 ce84e21b-d406-0410-9b95-82705330c041
* Minor simplification of Jos's bcfg2-info patchNarayan Desai2006-06-071-3/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1871 ce84e21b-d406-0410-9b95-82705330c041
* make bcfg2-info respect EOF (from Jos Backus)Narayan Desai2006-06-071-3/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1870 ce84e21b-d406-0410-9b95-82705330c041
* Initial checkin of peer SSL cert checksNarayan Desai2006-06-022-6/+47
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1869 ce84e21b-d406-0410-9b95-82705330c041
* Added auto-refreshing feature to reports; specifiable by config file.Joey Hagedorn2006-05-311-1/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1867 ce84e21b-d406-0410-9b95-82705330c041