| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-03-21 | add missing space | Stefan Pluecken | |
| 2007-03-20 | don't use interfaces.tmp instead of interfaces file | Stefan Pluecken | |
| 2007-03-19 | plugins are now able to add device specific text to /etc/networking/interfaces | Stefan Pluecken | |
| example: where = PluginDescriptor.WHERE_NETWORKSETUP, fnc={"ifaceSupported": callFunction, "configStrings": configStrings} with def PluginFunction(session, iface): session.open(<MainPlugin>, iface) def callFunction(iface): if <iface is supported by plugin>: return PluginFunction else: return None def configSrings(iface): return "# would add this to adapter iface into /etc/networking/interfaces" | |||
| 2007-03-19 | network setup rewrite... adds support for multiple devices and an extended ↵ | Stefan Pluecken | |
| setup via plugins | |||
| 2007-02-25 | remove improper print | Stefan Pluecken | |
| 2007-02-25 | more generic Components/Network.py for allowing other interface names (thx ↵ | Stefan Pluecken | |
| to Reichi) | |||
| 2006-12-19 | some python import cleanups | Andreas Monzner | |
| lesser swig overhead | |||
| 2006-10-18 | workaround for not working /etc/init.d/network script | Andreas Monzner | |
| 2006-10-15 | fix initial IP not shown in network config | Felix Domke | |
| 2006-10-02 | config rewrite. some extensions still need to be updated. | Felix Domke | |
| 2006-02-06 | fix writing nameserver to /etc/resolv.conf when no dhcp is used | Andreas Monzner | |
| 2006-01-28 | add \n to separate devices | Stefan Pluecken | |
| 2006-01-28 | add loopback device | Stefan Pluecken | |
| 2006-01-28 | use config.network.dns instead of a non-existing config element ↵ | Stefan Pluecken | |
| config.network.nameserver add debug prints | |||
| 2005-12-30 | configSelection is now saved to config file in a human readable style | Stefan Pluecken | |
| 2005-12-27 | fix more very stupid bugs... someone must have had too much drinks while ↵ | Stefan Pluecken | |
| writing this code | |||
| 2005-12-27 | fix very stupid error | Stefan Pluecken | |
| 2005-12-14 | (final?) fix in getCurrentIP | Stefan Pluecken | |
| 2005-12-13 | fix ip address | Stefan Pluecken | |
| 2005-12-12 | get current ip address from ifconfig | Stefan Pluecken | |
| 2005-12-12 | add debug-msg | Stefan Pluecken | |
| 2005-11-29 | fix network-setting (tested now... not yet complete... have to remove the ↵ | Stefan Pluecken | |
| cursor somehow when configElement is disabled) | |||
| 2005-11-29 | get and show ip-address with DHCP... untested (an evil hacker has taken my box) | Stefan Pluecken | |
| 2005-11-17 | translations | Stefan Pluecken | |
| 2005-10-12 | prepare better configSequence | Stefan Pluecken | |
| 2005-10-12 | - added resolv.conf parsing | Stefan Pluecken | |
| - fixed some bugs - networksetting now complete ;) | |||
| 2005-10-11 | get network config from /etc/network/interfaces | Stefan Pluecken | |
| still missing: parsing of /etc/resolv.conf for nameserver retrieval | |||
| 2005-10-11 | get ip address from environment instead of using config file | Stefan Pluecken | |
| 2005-09-29 | removed os-calls and removed ",sir" ;) | Ronny Strutz | |
| 2005-09-04 | entering numbers into networksetup is possible now | Stefan Pluecken | |
| 2005-09-03 | - adding netmask to network setup | Stefan Pluecken | |
| - writing network config (to /etc/network/interfaces.tmp for now) - adding magic to config.py | |||
| 2005-09-03 | configBoolean is now configSelection | Ronny Strutz | |
| 2005-09-02 | add option for DHCP and possibility to disable configElements | Stefan Pluecken | |
| 2005-09-02 | add digitCount to init | Ronny Strutz | |
| add some code for navigate in ConfigSequence -pls check this, actual its more an ip field and not very flexible -perhaps nav in field is better done in C++? | |||
| 2005-09-02 | added mac address to network setting menu for testing | Stefan Pluecken | |
| 2005-09-02 | network setup stuff | Stefan Pluecken | |
