summaryrefslogtreecommitdiffstats
path: root/src/sbin
Commit message (Collapse)AuthorAgeFilesLines
* last step of repo switchesNarayan Desai2006-01-237-149/+230
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041
* reverted to 1655 Joey Hagedorn2006-01-102-40/+58
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1662 ce84e21b-d406-0410-9b95-82705330c041
* made changes to phase out GenerateHostInfo and Hostinfo.xml file. now uses ↵Joey Hagedorn2006-01-102-44/+25
| | | | | | clients.xml metadata file for ping info git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1660 ce84e21b-d406-0410-9b95-82705330c041
* made changes to get rid of hostinfo.xml file have GenerateHostInfo update ↵Joey Hagedorn2006-01-092-17/+18
| | | | | | clients.xml git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1659 ce84e21b-d406-0410-9b95-82705330c041
* Modified StatReports to look in <repo>/Metadata/clients.xml for new metadata ↵Joey Hagedorn2006-01-091-4/+4
| | | | | | format git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1657 ce84e21b-d406-0410-9b95-82705330c041
* fix FetchMetadata callNarayan Desai2006-01-041-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1639 ce84e21b-d406-0410-9b95-82705330c041
* re-add daemonization codeNarayan Desai2006-01-031-4/+28
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1638 ce84e21b-d406-0410-9b95-82705330c041
* Minor code cleanupsJoey Hagedorn2005-12-201-4/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1633 ce84e21b-d406-0410-9b95-82705330c041
* Modified StatReports to implement new naming convention for xsl-transforms ↵Joey Hagedorn2005-12-191-24/+8
| | | | | | | | | | | | and reports. Xsl files can be arbitrarily added by user as long as they adhere to naming convention: <delivery-type>-<delivery mechanism>.xsl git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1631 ce84e21b-d406-0410-9b95-82705330c041
* set keyword attributes on most filesNarayan Desai2005-12-132-306/+421
| | | | | | | | | added Ed's client and server cleanups Modified the debian and redhat toolsets to produce nicer output ** Broke performance reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1623 ce84e21b-d406-0410-9b95-82705330c041
* fix masked Fault exceptionsNarayan Desai2005-12-121-3/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1622 ce84e21b-d406-0410-9b95-82705330c041
* more client cleanupsNarayan Desai2005-12-122-39/+38
| | | | | | | fix the server git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1620 ce84e21b-d406-0410-9b95-82705330c041
* version bumpNarayan Desai2005-12-091-69/+124
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1618 ce84e21b-d406-0410-9b95-82705330c041
* begin client hardeningNarayan Desai2005-12-091-117/+221
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1617 ce84e21b-d406-0410-9b95-82705330c041
* Fix error reporting for parse failuresNarayan Desai2005-12-071-1/+6
| | | | | | | | Fix comment printing for etc/metadata.xml Add a better error message for client communication bootstrapping failures git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1615 ce84e21b-d406-0410-9b95-82705330c041
* Re-add daemonize support to the serverNarayan Desai2005-12-061-0/+18
| | | | | | | | | Fix some pylint errors Add better error handling for function calls Add mesh-mode support for sshbase git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1612 ce84e21b-d406-0410-9b95-82705330c041
* change to event coalescingNarayan Desai2005-12-011-4/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1605 ce84e21b-d406-0410-9b95-82705330c041
* fix permissions, and remove some of the Bitkeeper stuffNarayan Desai2005-12-011-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1603 ce84e21b-d406-0410-9b95-82705330c041
* Fix lxml breakage in Account.py and GenerateHostInfoNarayan Desai2005-12-011-5/+6
| | | | | | | Fix debian bug in server init script git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1599 ce84e21b-d406-0410-9b95-82705330c041
* fix variable renameNarayan Desai2005-11-301-1/+1
| | | | | | | (Logical change 1.376) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1587 ce84e21b-d406-0410-9b95-82705330c041
* fix missed importNarayan Desai2005-11-301-0/+1
| | | | | | | (Logical change 1.376) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1582 ce84e21b-d406-0410-9b95-82705330c041
* fix xmllint callsNarayan Desai2005-11-301-3/+3
| | | | | | | (Logical change 1.376) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1580 ce84e21b-d406-0410-9b95-82705330c041
* fix email (non-xml) formatted reportsNarayan Desai2005-11-291-7/+4
| | | | | | | (Logical change 1.372) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1569 ce84e21b-d406-0410-9b95-82705330c041
* Rename: src/sbin/Bcfg2ServerX -> src/sbin/Bcfg2ServerNarayan Desai2005-11-281-111/+133
| | | | | | | (Logical change 1.369) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1557 ce84e21b-d406-0410-9b95-82705330c041
* Rename: src/sbin/Bcfg2ServerX -> src/sbin/Bcfg2ServerNarayan Desai2005-11-281-187/+0
| | | | | | | }(Logical change 1.369) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1554 ce84e21b-d406-0410-9b95-82705330c041
* switch to lxml.etree errorsNarayan Desai2005-11-281-7/+6
| | | | | | | (Logical change 1.368) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1551 ce84e21b-d406-0410-9b95-82705330c041
* clean out debug commentsNarayan Desai2005-11-281-7/+35
| | | | | | | | | | | | add clean sigint/term handler 2005/11/28 14:49:04-06:00 anl.gov!desai remove debug comments (Logical change 1.368) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1548 ce84e21b-d406-0410-9b95-82705330c041
* pull out sss supportNarayan Desai2005-11-281-46/+67
| | | | | | | (Logical change 1.368) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1546 ce84e21b-d406-0410-9b95-82705330c041
* updated GenerateHostInfo to not require metadata section of bcfg config ↵Joey Hagedorn2005-11-251-5/+5
| | | | | | | | | file, and fixed typo (Logical change 1.366) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1533 ce84e21b-d406-0410-9b95-82705330c041
* bug fix for bcfg2 config file,Joey Hagedorn2005-11-241-6/+19
| | | | | | | (Logical change 1.363) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1520 ce84e21b-d406-0410-9b95-82705330c041
* call out to xmllint until lxml does error processing correctlyNarayan Desai2005-11-211-0/+3
| | | | | | | (Logical change 1.362) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1510 ce84e21b-d406-0410-9b95-82705330c041
* switch to lxmlNarayan Desai2005-11-211-122/+30
| | | | | | | (Logical change 1.362) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1508 ce84e21b-d406-0410-9b95-82705330c041
* switch behavior to be less chattyNarayan Desai2005-11-151-1/+2
| | | | | | | (Logical change 1.359) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1499 ce84e21b-d406-0410-9b95-82705330c041
* switch to using lxml schema validationNarayan Desai2005-11-121-9/+19
| | | | | | | (Logical change 1.358) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1496 ce84e21b-d406-0410-9b95-82705330c041
* switch to lxmlNarayan Desai2005-11-124-4/+4
| | | | | | | (Logical change 1.357) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1488 ce84e21b-d406-0410-9b95-82705330c041
* kill unused importNarayan Desai2005-11-121-2/+2
| | | | | | | | | | 2005/11/12 12:40:55-06:00 anl.gov!desai switch to lxml (Logical change 1.357) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1487 ce84e21b-d406-0410-9b95-82705330c041
* Delete: src/sbin/SummarizeStatsNarayan Desai2005-11-121-13/+0
| | | | | | | }(Logical change 1.357) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1484 ce84e21b-d406-0410-9b95-82705330c041
* work around m2crypto-0.15 bugNarayan Desai2005-11-031-0/+2
| | | | | | | (Logical change 1.350) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1451 ce84e21b-d406-0410-9b95-82705330c041
* add measurement for parse timeNarayan Desai2005-10-281-0/+2
| | | | | | | (Logical change 1.349) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1449 ce84e21b-d406-0410-9b95-82705330c041
* fix timing codeNarayan Desai2005-10-281-4/+17
| | | | | | | | | | 2005/10/27 22:47:31-05:00 anl.gov!desai add time information to statistics (Logical change 1.348) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1442 ce84e21b-d406-0410-9b95-82705330c041
* add higher request countNarayan Desai2005-10-251-0/+2
| | | | | | | (Logical change 1.347) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1438 ce84e21b-d406-0410-9b95-82705330c041
* remove old config option for dns resolutionNarayan Desai2005-10-241-1/+0
| | | | | | | (Logical change 1.344) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1425 ce84e21b-d406-0410-9b95-82705330c041
* debug modNarayan Desai2005-10-241-135/+21
| | | | | | | | | | | | 2005/10/24 03:57:42-05:00 anl.gov!desai Update API to Cobalt Component class Add plugin-based rmi infrastructure Cleanup pylint errors (Logical change 1.342) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1409 ce84e21b-d406-0410-9b95-82705330c041
* switch to new fam APINarayan Desai2005-10-181-8/+8
| | | | | | | (Logical change 1.337) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1388 ce84e21b-d406-0410-9b95-82705330c041
* switch to new FAM APINarayan Desai2005-10-181-2/+1
| | | | | | | (Logical change 1.337) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1384 ce84e21b-d406-0410-9b95-82705330c041
* update to new fam APINarayan Desai2005-10-181-4/+3
| | | | | | | (Logical change 1.337) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1383 ce84e21b-d406-0410-9b95-82705330c041
* add syslog error message for fam failureNarayan Desai2005-10-131-0/+1
| | | | | | | (Logical change 1.336) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1375 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.336)Narayan Desai2005-10-131-0/+270
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1374 ce84e21b-d406-0410-9b95-82705330c041
* add support for multiple communication protocolsNarayan Desai2005-10-131-2/+16
| | | | | | | (Logical change 1.336) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1373 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2005-10-131-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1372 ce84e21b-d406-0410-9b95-82705330c041