summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Implement altsrc support, fix humorous misspelling of instantiationNarayan Desai2007-07-191-1/+15
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3508 ce84e21b-d406-0410-9b95-82705330c041
* Add SGenshi pluginNarayan Desai2007-07-192-1/+37
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3506 ce84e21b-d406-0410-9b95-82705330c041
* merging back in xmlrpc branch for agent-mode supportJoey Hagedorn2007-07-193-18/+239
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3505 ce84e21b-d406-0410-9b95-82705330c041
* Change encap splitting regular expressions to allow package names with ↵Daniel Joseph Barnhart Clark2007-07-192-6/+6
| | | | | | dashes and version names with pluses. Should solve ticket #467 (except for the not complaining about epkg.log thing, but that seems harmless). http://kodos.sourceforge.net/ is your friend. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3482 ce84e21b-d406-0410-9b95-82705330c041
* Initial TGenshi checking (from jcollie)Narayan Desai2007-07-182-1/+147
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3476 ce84e21b-d406-0410-9b95-82705330c041
* Remove double signal handler setupNarayan Desai2007-07-181-3/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3474 ce84e21b-d406-0410-9b95-82705330c041
* Make InstallDirectory control flow more obviousNarayan Desai2007-07-171-4/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3459 ce84e21b-d406-0410-9b95-82705330c041
* Fix intermediate path symlink issue in POSIX (Resolves Ticket #465)Narayan Desai2007-07-171-4/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3457 ce84e21b-d406-0410-9b95-82705330c041
* Removing extraneous xml-rpc server code (deserted reimplementation)Joey Hagedorn2007-07-163-127/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3455 ce84e21b-d406-0410-9b95-82705330c041
* Fix required uuid error messageNarayan Desai2007-07-161-1/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3454 ce84e21b-d406-0410-9b95-82705330c041
* fix base64 problemNarayan Desai2007-07-162-3/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3453 ce84e21b-d406-0410-9b95-82705330c041
* Completely fix import path for ComponentNarayan Desai2007-07-161-3/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3452 ce84e21b-d406-0410-9b95-82705330c041
* Move component up a levelNarayan Desai2007-07-131-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3449 ce84e21b-d406-0410-9b95-82705330c041
* Switch to newstyle exception raisesNarayan Desai2007-07-133-55/+65
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3446 ce84e21b-d406-0410-9b95-82705330c041
* Silly syntax error - forgot comma...Daniel Joseph Barnhart Clark2007-07-131-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3445 ce84e21b-d406-0410-9b95-82705330c041
* fix typoNarayan Desai2007-07-131-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3444 ce84e21b-d406-0410-9b95-82705330c041
* ...Daniel Joseph Barnhart Clark2007-07-131-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3443 ce84e21b-d406-0410-9b95-82705330c041
* Switch to new path for componentNarayan Desai2007-07-131-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3442 ce84e21b-d406-0410-9b95-82705330c041
* Add checker support to ComponentNarayan Desai2007-07-134-286/+21
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3441 ce84e21b-d406-0410-9b95-82705330c041
* move Component to new locationNarayan Desai2007-07-132-1/+281
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3440 ce84e21b-d406-0410-9b95-82705330c041
* ...Daniel Joseph Barnhart Clark2007-07-132-3/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3439 ce84e21b-d406-0410-9b95-82705330c041
* Add PRNGD support to tlslite to try to get AIX <= 5.1 to work (they have no ↵Daniel Joseph Barnhart Clark2007-07-132-4/+77
| | | | | | /dev/random or /dev/urandom). Once this is tested I'll submit to tlslite-users for inclusion in upstream source. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3438 ce84e21b-d406-0410-9b95-82705330c041
* adding new testing XML-RPC client/server codeJoey Hagedorn2007-07-134-1/+155
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3437 ce84e21b-d406-0410-9b95-82705330c041
* Changed pkgtool syntax for SYSV packages so abstraction between package name ↵Daniel Joseph Barnhart Clark2007-07-081-2/+2
| | | | | | / file name and URL handling work. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3425 ce84e21b-d406-0410-9b95-82705330c041
* fix epoch handing (from mbrady)Narayan Desai2007-07-071-1/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3423 ce84e21b-d406-0410-9b95-82705330c041
* Added debugging when verify or install fails due to lack of an attribute.Daniel Joseph Barnhart Clark2007-07-061-8/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3421 ce84e21b-d406-0410-9b95-82705330c041
* new web templatesKen Raffenetti2007-07-032-0/+149
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3415 ce84e21b-d406-0410-9b95-82705330c041
* More work for ticket #458: fix verificationDaniel Joseph Barnhart Clark2007-07-031-6/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3411 ce84e21b-d406-0410-9b95-82705330c041
* Power about to die can't find adapter may work or not...Daniel Joseph Barnhart Clark2007-07-027-20/+36
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3409 ce84e21b-d406-0410-9b95-82705330c041
* Attempted partial fix for AIX fallback issueNarayan Desai2007-07-021-1/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3407 ce84e21b-d406-0410-9b95-82705330c041
* add completion for bcfg2-info:showclientNarayan Desai2007-07-021-1/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3406 ce84e21b-d406-0410-9b95-82705330c041
* Fix multiple showclient tb (Resolves Ticket #457)Narayan Desai2007-07-021-7/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3405 ce84e21b-d406-0410-9b95-82705330c041
* Change bcfg2-info over to use cmd.Cmd loopNarayan Desai2007-07-021-217/+227
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3404 ce84e21b-d406-0410-9b95-82705330c041
* Removed because we no longer use built-in Python SSL (we use tlslite instead).Daniel Joseph Barnhart Clark2007-07-021-3/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3400 ce84e21b-d406-0410-9b95-82705330c041
* Add server-side debug logging of client probe resultsDaniel Joseph Barnhart Clark2007-07-011-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3398 ce84e21b-d406-0410-9b95-82705330c041
* Added address element and made help prettier for 80-col terminalsDaniel Joseph Barnhart Clark2007-06-301-7/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3396 ce84e21b-d406-0410-9b95-82705330c041
* Add probe execution displayNarayan Desai2007-06-291-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3392 ce84e21b-d406-0410-9b95-82705330c041
* use xpath instead of lxml api (should relax the 1.2 requirement to 1.1)Narayan Desai2007-06-291-3/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3391 ce84e21b-d406-0410-9b95-82705330c041
* template for split DNS viewsKen Raffenetti2007-06-271-0/+92
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3376 ce84e21b-d406-0410-9b95-82705330c041
* Fix explicit-interpreter probesNarayan Desai2007-06-271-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3375 ce84e21b-d406-0410-9b95-82705330c041
* updates reporting system to filter out 'expired' clients--allowing retired ↵Joey Hagedorn2007-06-264-14/+64
| | | | | | machines to disappear from reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3373 ce84e21b-d406-0410-9b95-82705330c041
* cumulative update for Hostbase web appKen Raffenetti2007-06-2612-35/+151
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3372 ce84e21b-d406-0410-9b95-82705330c041
* performance improvementsKen Raffenetti2007-06-261-48/+63
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3371 ce84e21b-d406-0410-9b95-82705330c041
* Fix name issue (caused YUMng failure)Narayan Desai2007-06-261-1/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3369 ce84e21b-d406-0410-9b95-82705330c041
* moved reporting system configuration to /etc/bcfg2.confJoey Hagedorn2007-06-251-8/+21
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3366 ce84e21b-d406-0410-9b95-82705330c041
* Added UI to disable old hosts, hopefully made it possible to install app in ↵Joey Hagedorn2007-06-2513-47/+110
| | | | | | non-root of webserver git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3365 ce84e21b-d406-0410-9b95-82705330c041
* Remove unnecessary file dependence in bcfg2-ping-sweepJoey Hagedorn2007-06-201-1/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3318 ce84e21b-d406-0410-9b95-82705330c041
* Exclude xml comments from dependency processing Deps plugin (Resolves Ticket ↵Narayan Desai2007-06-181-1/+2
| | | | | | #450) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3316 ce84e21b-d406-0410-9b95-82705330c041
* Fix bcfg2-info tb (Resolves Ticket #449)Narayan Desai2007-06-151-1/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3313 ce84e21b-d406-0410-9b95-82705330c041
* update from mbrady to fix nonexistent group problemNarayan Desai2007-06-141-2/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3311 ce84e21b-d406-0410-9b95-82705330c041