summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add httpd module. Can return information from mod_status and do graceful ↵HEADhttpdJohn Eckersberg2009-02-201-0/+67
| | | | service restart.
* add changelog entry about removal of version fileAdrian Likins2009-02-181-0/+3
|
* remove version file and update spec/makefile/setup.pyAdrian Likins2009-02-184-16/+5
|
* add a sys.excepthook handler that logs to the func log fileAdrian Likins2009-02-121-0/+16
| | | | Fix ticket https://fedorahosted.org/func/ticket/70
* Added author, version and api_version docstrings.Jasper Capel2009-02-032-4/+12
|
* Added pydoc formatted documentation strings for bridge module.Jasper Capel2009-02-031-28/+128
|
* Forgot to add pydoc description to vlan module.Jasper Capel2009-02-031-0/+4
|
* Added pydoc formatted documentation strings for vlan module.Jasper Capel2009-02-031-14/+66
|
* Capitalized config files for bridge and vlan modulesJasper Capel2009-02-024-4/+4
|
* fixed typo in vlan moduleJasper Capel2009-02-021-1/+1
|
* Added configfile for vlan moduleJasper Capel2009-02-021-0/+6
|
* Added vlan config file to spec and setup.pyJasper Capel2009-02-022-0/+2
|
* vlan module: have it use a config file for some configurable parameters ↵Jasper Capel2009-02-021-20/+23
| | | | instead of hardcoding them
* Added bridge module config file to setup.pyJasper Capel2009-02-021-4/+5
|
* bridge module: some values weren't read from config yet, fixed.Jasper Capel2009-02-021-11/+11
|
* bridge module: imported the required modules for the configfile stuffJasper Capel2009-02-021-10/+7
|
* Added configfile for bridge module and added it to the .spec file.Jasper Capel2009-02-022-0/+7
|
* Changed the bridge module so it will use a config file.Jasper Capel2009-02-021-16/+18
|
* Set bridge forwarding delay to '0', so it will actually work.Jasper Capel2009-02-021-1/+3
|
* Since the async status codes changes, there were two test cases for ↵Adrian Likins2009-01-281-4/+1
| | | | | | JOB_FINISHED, so got rid of one of them.
* patch from http://paste.debian.net/26608/Adrian Likins2009-01-221-1/+3
| | | | Fix formatting of man page
* changed the old website url to the new website url in various placesAdrian Likins2009-01-226-10/+10
|
* make the python executable be a makefile variableAdrian Likins2009-01-211-5/+7
|
* certspec: Try to simplify the support for rhel3+python2.3 a little bit.Adrian Likins2009-01-192-5/+9
| | | | | | | | | | We let distutils do the /usr/bin/python path munging for the files that need it (aka, everything in "scripts"). So we can get rid of the patch for this (we also cleaned up all the files that had a #! set that didn't need it) Some minor spec file formatting changes as well
* The first patch makes changes to the spec for building against a custom ↵Greg Swift2009-01-192-4/+29
| | | | python2.3 when in a rhel3 environment. When in that environment it will use the func-python2.3.patch to adjust all the python script's headers to point to the right binary.
* Merge branch 'no_poundbang'Adrian Likins2009-01-198-11/+2
|\
| * remove any unneeded "/usr/bin/python" lines from scripts so it'sAdrian Likins2009-01-199-11/+2
| | | | | | | | a little easier to change it if we need to.
| * remove 'x' bitAdrian Likins2009-01-191-0/+0
| |
* | Just some permissions clean up on source files, mostlyAdrian Likins2009-01-1924-0/+0
|/ | | | removing 'x' bits on source code and makefiles
* move rpm/yum initiation to after module import to workaround rpm bugAdrian Likins2009-01-082-2/+4
| | | | See https://bugzilla.redhat.com/show_bug.cgi?id=476737
* rev to version 0.24Adrian Likins2008-12-172-2/+5
|
* make init script work on debian/ubuntuTim Bielawa2008-12-151-13/+29
| | | | patch from Tim Bielawa <timbielawa@gmail.com>
* log file acls were getting reset on rotate ↵Adrian Likins2008-12-141-0/+1
| | | | | | https://fedorahosted.org/func/ticket/65 Patch from lfoppiano
* add new test methods used by unittests. return an empty exceptionAdrian Likins2008-12-111-0/+9
|
* add some test cases for command.run, since we need them...Adrian Likins2008-12-111-1/+40
|
* add some missing dirsAdrian Likins2008-12-081-0/+9
| | | | fix for bugzilla #474644
* add Silas Sewell to the AUTHORS listAdrian Likins2008-11-251-0/+1
|
* * Minor spec file tweak.Silas Sewell2008-11-251-3/+2
|
* * Added close_fds=True to sub_process calls.Silas Sewell2008-11-2512-18/+23
|
* * Enabled shell for Command module.Silas Sewell2008-11-251-9/+3
| | | | * Removed unnecessary if statement.
* Some docs on how/when/where the various ssl certs get created.Adrian Likins2008-11-171-0/+106
|
* remove unused imports and reorder remaining onesAdrian Likins2008-11-131-4/+1
|
* add support for untrack lists of files (or file globs)Adrian Likins2008-11-131-2/+3
|
* comment out local copyfile tests for nowAdrian Likins2008-11-131-7/+41
| | | | | add more tests for filetracker to test support for lists of files and file globs
* typo found for file_name_globs by pycheckerAdrian Likins2008-11-131-1/+1
|
* more func.utils/certmaster.utils changes.Adrian Likins2008-11-131-3/+3
| | | | | Module was using the wrong utils module and calling methods that didnt exist in the func one.
* more func.utils/certmaster.utils changes.Adrian Likins2008-11-131-2/+2
| | | | Fallout from the certmaster split.
* jbothing.py had a couple of cases of using the wrong "utils" module.Adrian Likins2008-11-131-7/+8
| | | | | | Fix and update. Also reorder the imports little bit. Just style changes.
* Make ping subcommand use the default verbose setting if not specified.Adrian Likins2008-11-121-0/+1
|
* Split Show() and ShowHardware() classes into two seperate modules.Adrian Likins2008-11-122-42/+67
| | | | | | | This is because module_loader currently only understands how to load one class per module. That should probabaly be fixed as well. See https://fedorahosted.org/func/ticket/61