]> git.llucax.com Git - software/pymin.git/history - pymin/services/util.py
Convert Rule to Item for validation in firewall service handler.
[software/pymin.git] / pymin / services / util.py
2008-01-02 Leandro LucarellaBugfix: use index/key to report ItemAlreadyExistsError.
2008-01-02 Leandro LucarellaBugfix: replace __ALL__ with the correct __all__.
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-11-25 or3st3sSupport for inactive devices added in IPHandler.
2007-11-18 Leandro LucarellaAdd logging to pymin.services.util module.
2007-11-18 Leandro LucarellaRemove ReturnNot0Error, use subprocess.check_call instead.
2007-11-14 Leandro LucarellaMerge commit 'scm/master'
2007-11-13 Leandro LucarellaMerge branch 'procman' of baryon.com.ar:/home/luca...
2007-11-13 Leandro LucarellaFix config file and DEBUG settings for testing.
2007-11-12 Nicolas EmilianiMerge or3st3s@baryon.com.ar:workspace/pymin
2007-11-12 or3st3sMerge branch 'master' into suse
2007-11-12 Nicolas EmilianiMerge branch 'master' into suse
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-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 jack2Merge branch 'master' of or3st3s@baryon.com.ar:workspac...
2007-10-25 Nicolas EmilianiVerificacion de interfaces usando handle_timer().
2007-10-22 rootMerge branch 'master' into suse
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 LucarellaAdd support "operation tagging" to ParametersHandler.
2007-10-18 FedeDon't run in DEBUG mode (but print call() calls).
2007-10-17 FedeMerge ../t/pymin/
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 clear() method to ContainerSubHandler to remove...
2007-10-16 Leandro LucarellaUse more consistent getter name in ContainerSubHandler.
2007-10-15 Leandro LucarellaAdd RestartHandler and ReloadHandler to pymin.services...
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-10 Leandro LucarellaAdd a new helper class for services: ListSubHandler.
2007-10-10 Leandro LucarellaBugfix: remove unused DictSubHandler attribute.
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 Nicolas EmilianiMerge or3st3s@azazel:/home/luca/repos/pymin
2007-10-06 FedeUpdate services.util errors to be unicode compatible.
2007-10-06 FedeBugfix and add service reload when loading pickled...
2007-10-04 Leandro LucarellaCreate a package named pymin with all the pymin modules.