]> git.llucax.com Git - software/pymin.git/shortlog
software/pymin.git
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-13 Leandro LucarellaFix config file and DEBUG settings for testing.
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...
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-25 Leandro LucarellaUpdate TODO list.
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 LucarellaRearrange service startup order.
2007-10-22 Leandro LucarellaMerge commit 'nico-baryon/master'
2007-10-22 Leandro LucarellaAdd support for service running status and restoring...
2007-10-22 Leandro LucarellaBugfix: _dict_* should be _cont_* and _persistent_attrs...
2007-10-22 Leandro LucarellaAdd support "operation tagging" to ParametersHandler.
2007-10-22 Leandro LucarellaBugfix: _persistent_attrs should be a sequence.
2007-10-22 FedeCambios ppp.
2007-10-21 FedeSe corrigen el nombre del pid file y se camban prints...
2007-10-21 FedeSe agrega el POLICY al script para que el NAMED no...
2007-10-21 FedeSe corrigen el nombre del pid file y se camban prints...
2007-10-21 FedeSe agrega el POLICY al script para que el NAMED no...
2007-10-21 FedeMod de los parametros de inicializacion de vrrp.
2007-10-19 Leandro LucarellaRemove implemented items from TODO.
2007-10-18 FedeDon't run in DEBUG mode (but print call() calls).
2007-10-18 FedeMerge branch 'master' into suse
2007-10-18 FedeMake real calls (remove prints).
2007-10-18 FedeAlias reload to restart in DhcpHandler (init.d script...
2007-10-17 FedeMerge branch 'master' into suse
2007-10-17 FedeInherit errors from HandlerError.
2007-10-17 FedeSpecific Suse configuration.
2007-10-17 FedeMerge ../t/pymin/
2007-10-16 Leandro LucarellaRemove unused error classes.
2007-10-16 Leandro LucarellaAdd ComposedSubHandler (and their List and Dict flavors...
2007-10-16 Leandro LucarellaBugfix: catch LookupErrors instead of IndexError in...
2007-10-16 Leandro LucarellaAdd a default __cmp__() implementation to pymin.seqtool...
2007-10-16 Leandro LucarellaAdd a clear() method to ContainerSubHandler to remove...
2007-10-16 Leandro LucarellaUse more consistent getter name in ContainerSubHandler.
2007-10-15 Leandro LucarellaAdd NatHandler to handle NAT (port forwarding, snating...
2007-10-15 Leandro LucarellaAdd RestartHandler and ReloadHandler to pymin.services...
2007-10-13 or3st3sSe agrega soporto para balanceo de carga.
2007-10-12 Nicolas EmilianiSe agrega el template de chap-secrets para el pptp
2007-10-12 Nicolas EmilianiMerge or3st3s@azazel:/home/luca/repos/pymin
2007-10-11 Leandro LucarellaAdd support to "operation tagging" to ListSubHandler...
2007-10-11 Leandro LucarellaAdd a new, backward compatible, way to specify specific...
2007-10-11 Nicolas EmilianiSe agrega soporte de pppoe, pptp al ppp.
2007-10-11 Nicolas EmilianiSe agrega el manejo de ppp.
2007-10-10 Leandro LucarellaUse ListSubHandler in firewall rules.
2007-10-10 Leandro LucarellaAdd a new helper class for services: ListSubHandler.
2007-10-10 Leandro LucarellaBugfix: skip SubHandlers parent when looking for a...
2007-10-10 Leandro LucarellaBugfix: use hasattr() right when looking for help.
2007-10-10 Leandro LucarellaBugfix: remove unused DictSubHandler attribute.
2007-10-10 Leandro LucarellaAdd default conversion from Sequence to str and unicode.
2007-10-10 Leandro LucarellaUpdate services to use SubHandler and DictSubHandler.
2007-10-10 Leandro LucarellaRaise a CommandNotFoundError if updating an object...
2007-10-10 Nicolas EmilianiMerge or3st3s@azazel:/home/luca/repos/pymin
2007-10-10 Leandro LucarellaAdd new service helper classes: SubHandler and DictSubH...
2007-10-10 Leandro LucarellaUpdate TODO list.
2007-10-10 Nicolas EmilianiModificacion al vrrp para start y stop
2007-10-10 Nicolas EmilianiSe agrega el servicio de VRRP.
2007-10-10 Leandro LucarellaImprove WrongArgumentError class.
2007-10-10 Leandro LucarellaHandle calling a command with an unexpected keyword...
2007-10-10 Nicolas EmilianiMerge or3st3s@azazel:/home/luca/repos/pymin
next