]> git.llucax.com Git - software/pymin.git/history - services/dhcp/__init__.py
Change "var" for "attr" where it refer to an object attribute.
[software/pymin.git] / services / dhcp / __init__.py
2007-10-04 Leandro LucarellaChange "var" for "attr" where it refer to an object...
2007-10-04 Leandro LucarellaAdd a ParametersHandler to services.util.
2007-10-03 Leandro LucarellaFactored out a lot of common code.
2007-10-02 or3st3sMerge /home/luca/pymin
2007-09-30 Leandro LucarellaFix a typo in the documentation.
2007-09-29 Leandro LucarellaExport only selected symbols.
2007-09-28 Leandro LucarellaAdd help messages and command listing to dispatcher...
2007-09-28 Leandro LucarellaImprove error handling.
2007-09-28 or3st3sMerge /home/luca/pymin
2007-09-27 Leandro LucarellaUse the serializer mode to automatically serialize...
2007-09-26 Leandro LucarellaMake Host iterable so it can be used as a sequence...
2007-09-24 Leandro LucarellaAdd DhcpHandler.get() and HostHandler.get() to get...
2007-09-24 Leandro LucarellaImprove error reporting.
2007-09-24 Leandro LucarellaBugfix: close() files after use them so the changes...
2007-09-24 Leandro LucarellaAdd a decorator to mark which callables are exported...
2007-09-24 Leandro LucarellaDhcpHandler documentation and improvements.
2007-09-23 Leandro LucarellaImplement DhcpdHandler class.