summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add httpd module. Can return information from mod_status and do graceful ser...HEADhttpdJohn Eckersberg2009-02-201-0/+67
* 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
* 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 inste...Jasper Capel2009-02-021-20/+23
* 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 JOB_FINIS...Adrian Likins2009-01-281-4/+1
* patch from http://paste.debian.net/26608/Adrian Likins2009-01-221-1/+3
* 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
* The first patch makes changes to the spec for building against a custom pytho...Greg Swift2009-01-192-4/+29
* 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
| * remove 'x' bitAdrian Likins2009-01-191-0/+0
* | Just some permissions clean up on source files, mostlyAdrian Likins2009-01-1924-0/+0
|/
* move rpm/yum initiation to after module import to workaround rpm bugAdrian Likins2009-01-082-2/+4
* rev to version 0.24Adrian Likins2008-12-172-2/+5
* make init script work on debian/ubuntuTim Bielawa2008-12-151-13/+29
* log file acls were getting reset on rotate https://fedorahosted.org/func/tick...Adrian Likins2008-12-141-0/+1
* 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
* 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
* 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
* 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
* more func.utils/certmaster.utils changes.Adrian Likins2008-11-131-2/+2
* jbothing.py had a couple of cases of using the wrong "utils" module.Adrian Likins2008-11-131-7/+8
* 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