]> git.llucax.com Git - software/pymin.git/shortlog
software/pymin.git
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-05-08 Leandro LucarellaRemove TODO list (moved to issues tracker).
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 LucarellaAdd an INSTALL file, at least to keep track of the...
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-19 Leandro LucarellaAdd protocol specification of firewall and nat commands.
2007-12-17 Nicolas EmilianiAdded the protocol specification.
2007-12-05 Nicolas EmilianiRoot class inyects ip forwrading in constructor.
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 LucarellaImprove logging format.
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 Leandro LucarellaAdd a small utility to send pymin commands.
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-12 Nicolas EmilianiFixes, VPN handler added and qos handler commented...
2007-11-12 or3st3sVpn Handler added to config.py.
2007-11-11 Leandro LucarellaBugfix: InitdHandler.timer_handler() had undefined...
next