]> git.llucax.com Git - software/pymin.git/history - pymin
Fix a typo in a log message format in VrrpHandler (closes #26).
[software/pymin.git] / pymin /
2008-05-26 Leandro LucarellaFix a typo in a log message format in VrrpHandler ...
2008-05-25 Leandro LucarellaFix procman.ProcessInfo.__repr__() (refs #11).
2008-05-25 Leandro LucarellaMake procman.ProcessManager accept a ProcessInfo as...
2008-05-21 Leandro LucarellaMake procman.ProcessManager return True is an action...
2008-05-21 Leandro LucarellaMake procman.ProcessInfo.error_count a read-only property.
2008-05-21 Leandro LucarellaMake procman.ProcessManager.restart(p) update pidmap...
2008-05-21 Leandro Lucarellaprocman.ProcessManager.restart(p) call start(p) when...
2008-05-21 Leandro LucarellaMake some procman.ProcessManager's methods return the...
2008-05-21 Leandro LucarellaMake magic methods of procman.ProcessManager aliases...
2008-05-21 Leandro LucarellaMake procman.ProcessInfo.process a read-only property.
2008-05-21 Leandro LucarellaMark procman.ProcessInfo.signal as private.
2008-05-21 Leandro LucarellaMark procman.ProcessInfo.dont_run as private.
2008-05-21 Leandro LucarellaMake procman.ProcessInfo.name a read-only property.
2008-05-21 Leandro LucarellaRename procman.ProcessManager.call to once.
2008-05-21 Leandro LucarellaCheck for name uniqueness when a new process is added...
2008-05-21 Leandro LucarellaChange ProcessInfo.running to a read-only property.
2008-05-21 Leandro LucarellaAdd an example of process waiting to testcase.
2008-05-21 Leandro LucarellaCall wait() on the Popen object instead of the ProcessI...
2008-05-21 Leandro LucarellaImprove procman testcase.
2008-05-21 Leandro LucarellaTidy procman.ProcessInfo constructor related arguments.
2008-05-21 Leandro LucarellaFix ConfigWriter class documentation.
2008-05-21 Leandro LucarellaRemove imports for unused modules.
2008-05-12 Leandro LucarellaUse the "virual deletion" facilities from XxxSubHandler...
2008-05-12 Leandro LucarellaGive a nice error if a VPN key can't be readed (refs...
2008-05-12 Leandro LucarellaRemove duplicated code.
2008-05-12 Leandro LucarellaUse os.makedirs to create directories instead of exec...
2008-05-11 Leandro LucarellaConvert to unicode before encoding to UTF-8 in firewall...
2008-05-10 Leandro LucarellaDon't override the ListSubHandler.delete() method in...
2008-05-10 Leandro LucarellaUse the ContainerSubHandler._attr method as a method...
2008-05-10 Leandro LucarellaConvert HopHandler to a ListSubHandler (fixes #15,...
2008-01-03 Leandro LucarellaConvert Rule to Item for validation in firewall service...
2008-01-02 Leandro LucarellaBugfix: use index/key to report ItemAlreadyExistsError.
2008-01-02 Leandro LucarellaRemove unused formencode validators imports.
2008-01-02 Leandro LucarellaAdd __all__ to pymin.item.
2008-01-02 Leandro LucarellaBugfix: replace __ALL__ with the correct __all__.
2008-01-01 Leandro LucarellaMerge branch 'master' of git.llucax.com.ar:/var/lib...
2007-12-31 Leandro LucarellaPrepare pymindaemon to handle formencode.Invalid except...
2007-12-31 Leandro LucarellaImprove description parsing again the TypeError.
2007-12-31 Leandro LucarellaImprove detection of bad arguments errors in dispatcher...
2007-12-31 Leandro LucarellaImprove detection of bad arguments errors in dispatcher...
2007-12-31 Leandro LucarellaBugfix: don't call the handler twice.
2007-12-31 Leandro LucarellaMerge branch 'master' of git.llucax.com.ar:/var/lib...
2007-12-30 Leandro LucarellaMove handler decorator help checking to avoid an extra...
2007-12-29 Leandro LucarellaBugfix: fix pymin.serializer test case import.
2007-12-29 Leandro LucarellaAdd pymin.item module.
2007-12-29 Leandro LucarellaAdd pymin.validatedclass module.
2007-12-27 Leandro LucarellaAdd logging support to procman module.
2007-12-27 Leandro LucarellaMerge branch 'procman'
2007-12-24 Leandro LucarellaMerge branch 'master' of git.llucax.com.ar:/var/lib...
2007-12-24 Leandro LucarellaMerge branch 'master' of git.llucax.com.ar:/var/lib...
2007-12-19 Leandro LucarellaMerge branch 'master' of git.llucax.com.ar:/var/lib...
2007-12-19 Leandro LucarellaMerge commit 'llucax/logging' into logging
2007-12-19 Leandro LucarellaMerge commit 'scm/master'
2007-12-19 Leandro LucarellaMerge branch 'master' of baryon.com.ar:/home/luca/pymin
2007-12-03 or3st3sAdded route handling capabilities and service restarting
2007-12-01 or3st3sFix so that when a device is brought back up, the routes
2007-11-26 Nicolas EmilianiAdded support to hook services to IPHandler.
2007-11-25 or3st3sSupport for inactive devices added in IPHandler.
2007-11-18 Leandro LucarellaAdd logging to pymin.eventloop module.
2007-11-18 Leandro LucarellaBugfix: set the catched signal to None *after* calling...
2007-11-18 Leandro LucarellaImprove vrrp restorable defaults readability.
2007-11-18 Leandro LucarellaUse procman.restart() to restart vrrp service.
2007-11-18 Leandro LucarellaAdd ProcessManager.restart() method to block until...
2007-11-18 Leandro LucarellaAdd logging to pymin.services.vrrp module.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.vpn module.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.proxy module.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.ppp module.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.nat module.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.ip module.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.firewall module.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.dns module.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.dhcp module.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.util module.
2007-11-18 Leandro LucarellaAdd logging to pymin.dispatcher module.
2007-11-18 Leandro LucarellaUse %r instead of %s for logging.
2007-11-18 Leandro LucarellaAdd basic initial logging support.
2007-11-18 Federico Cuelloqos implementation (working)
2007-11-18 Federico Cuelloqos template fixes
2007-11-18 Leandro LucarellaRemove ReturnNot0Error, use subprocess.check_call instead.
2007-11-16 Leandro LucarellaAdd basic initial logging support.
2007-11-15 Leandro LucarellaUse procman to manage vrrp service.
2007-11-15 Leandro LucarellaBugfix: raise a KeyError, don't return it.
2007-11-15 Leandro LucarellaBugfix: call ProcessInfo.stop() in the right way (witho...
2007-11-15 Leandro LucarellaBugfix: use self instead of an unbinded pi object when...
2007-11-14 Leandro LucarellaMerge commit 'scm/master'
2007-11-14 Leandro LucarellaMerge commit 'nico-baryon/master'
2007-11-13 Leandro LucarellaRemove unused ProcessInfo.last_return attribute.
2007-11-13 Leandro LucarellaBugfix: use correct module for simbol ECHILD.
2007-11-13 Leandro LucarellaHandle SIGCHLD in PyminDaemon.
2007-11-13 Leandro LucarellaAdd a global ProcessManager instance and functions...
2007-11-13 Leandro LucarellaMerge branch 'procman' of baryon.com.ar:/home/luca...
2007-11-13 Leandro LucarellaImplement timer in PyminDaemon using EventLoop signal...
2007-11-13 Leandro LucarellaSupport general signals handling in EventLoop.
2007-11-13 Leandro LucarellaReplace time.sleep() for signal.pause() in the ProcessM...
2007-11-13 Leandro LucarellaImprove ProcessManager to manage registerable named...
2007-11-13 Leandro LucarellaAdd a ProcessManager class to manage processes.
2007-11-13 Leandro LucarellaFix config file and DEBUG settings for testing.
2007-11-13 Federico Cuelloqos implementation (working)
2007-11-13 Federico Cuelloqos template fixes
2007-11-12 Leandro LucarellaImprove ProcessManager to manage registerable named...
next