]> git.llucax.com Git - software/pymin.git/history - pymin
Convert HopHandler to a ListSubHandler (fixes #15, fixes #12).
[software/pymin.git] / pymin /
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...
2007-11-12 Leandro LucarellaAdd a ProcessManager class to manage processes.
2007-11-12 Nicolas EmilianiMerge or3st3s@baryon.com.ar:workspace/pymin
2007-11-12 Nicolas EmilianiVpnHandler bugfixes.
2007-11-12 Nicolas EmilianiBug fix for the vpn --net=<VPN> fixed
2007-11-12 Nicolas EmilianiAdded Mode=switch to tinc.conf template.
2007-11-12 or3st3sMerge branch 'master' into suse
2007-11-12 Nicolas EmilianiMerge branch 'master' into suse
2007-11-12 Nicolas EmilianiHack for DNS timer_handle added.
2007-11-12 Nicolas EmilianiVpnHandler export added.
2007-11-12 Nicolas EmilianiMake up.
2007-11-11 Leandro LucarellaBugfix: InitdHandler.timer_handler() had undefined...
2007-11-10 Nicolas EmilianiMerge baryon.com.ar:workspace/pymin
2007-11-10 Nicolas EmilianiVPN support added.
2007-11-06 Federico Cuelloqos implementation fixes
2007-11-06 Nicolas EmilianiSe agregan try y catch al _write_config del iphandler
2007-11-06 Federico Cuelloqos implementation
2007-11-05 Leandro LucarellaBugfix: add noauth and change name for user in ppp...
2007-11-05 Leandro LucarellaBugfix: remove wrong poff command call in ppp handler.
2007-11-05 Leandro LucarellaMove Device and Address to services.util and add ppp...
2007-10-29 Leandro LucarellaAdd a default handle_timer() method to InitdHandler...
2007-10-27 Leandro LucarellaMerge jack2@192.168.7.8:src/pymin
2007-10-27 Leandro LucarellaAdd a timer handler to ppp to monitor ppp connections...
2007-10-27 Leandro LucarellaExcecute the timer at startup if enabled.
2007-10-27 Leandro LucarellaRemoved 'ip addr update' command since it has not much...
2007-10-27 jack2Merge branch 'master' of or3st3s@baryon.com.ar:workspac...
2007-10-25 Nicolas EmilianiVerificacion de interfaces usando handle_timer().
2007-10-24 Leandro LucarellaAdd support for a simple timer to do periodic tasks.
2007-10-22 rootMerge branch 'master' into suse
2007-10-22 Leandro LucarellaMerge commit 'nico-baryon/master'
next