summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* - all the class bits to make the authssl xmlrpc server work - most of it ↵Seth Vidal2007-09-251-0/+44
| | | | | | copied and modified from plague - modifications to setup.py to behave with func dir for python sitelib
* Basic plugin for checking SMART status on drives.Michael DeHaan2007-09-241-4/+8
|
* Added kill and pkill to the process moduleMichael DeHaan2007-09-211-1/+2
|
* Process module. Accepts flags to PS, returns nicely formatted tabular output.Michael DeHaan2007-09-211-0/+4
|
* Added a smolt-based hardware profiler module.Michael DeHaan2007-09-211-1/+5
|
* Remove underscores from exported function names as they are now redundant.Michael DeHaan2007-09-211-5/+5
|
* update to new calling conventionsAdrian Likins2007-09-211-5/+5
|
* Fix up virt code some more.Michael DeHaan2007-09-211-1/+1
|
* Misc fixes to the virt management module.Michael DeHaan2007-09-211-1/+2
|
* clean up dumb_client.py, and make it actually run for meRobin Norwood2007-09-211-7/+15
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-201-1/+24
|\
| * Add test code for virt.Michael DeHaan2007-09-201-1/+24
| |
* | add a very simple, very dumb commandline client:Adrian Likins2007-09-201-0/+42
|/ | | | | | | | dumb_client.py methodname arg1 arg2 arg3 So at the moment, it will more or less all args get converted to strings, which is kind of lame,but I did say "dumb" didnt I?
* Implement a quickie service control moduleMichael DeHaan2007-09-201-0/+1
|
* Remove yaml libraries (configparser is good enough) plus remove references ↵Michael DeHaan2007-09-201-0/+2
| | | | to virt-factory.
* first pass at packaging stuffAdrian Likins2007-09-201-0/+0
| | | | | version is 0.11-1 (this one goes to .11) "make rpms" should build a rpm from the setup.py and func.spec
* initial code dropAdrian Likins2007-09-201-0/+11
module_loader from the virt-factory node server xmlrpc server from the virt-factory-server code and some test modules no ssl support yet, no init scripts, no packagin etc