aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
AgeCommit message (Collapse)Author
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-02-06fix writing nameserver to /etc/resolv.conf when no dhcp is usedAndreas Monzner
2006-01-28add \n to separate devicesStefan Pluecken
2006-01-28add loopback deviceStefan Pluecken
2006-01-28use config.network.dns instead of a non-existing config element ↵Stefan Pluecken
config.network.nameserver add debug prints
2005-12-30configSelection is now saved to config file in a human readable styleStefan Pluecken
2005-12-27fix more very stupid bugs... someone must have had too much drinks while ↵Stefan Pluecken
writing this code
2005-12-27fix very stupid errorStefan Pluecken
2005-12-14(final?) fix in getCurrentIPStefan Pluecken
2005-12-13fix ip addressStefan Pluecken
2005-12-12get current ip address from ifconfigStefan Pluecken
2005-12-12add debug-msgStefan Pluecken
2005-11-29fix network-setting (tested now... not yet complete... have to remove the ↵Stefan Pluecken
cursor somehow when configElement is disabled)
2005-11-29get and show ip-address with DHCP... untested (an evil hacker has taken my box)Stefan Pluecken
2005-11-17translationsStefan Pluecken
2005-10-12prepare better configSequenceStefan Pluecken
2005-10-12- added resolv.conf parsingStefan Pluecken
- fixed some bugs - networksetting now complete ;)
2005-10-11get network config from /etc/network/interfacesStefan Pluecken
still missing: parsing of /etc/resolv.conf for nameserver retrieval
2005-10-11get ip address from environment instead of using config fileStefan Pluecken
2005-09-29removed os-calls and removed ",sir" ;)Ronny Strutz
2005-09-04entering numbers into networksetup is possible nowStefan Pluecken
2005-09-03- adding netmask to network setupStefan Pluecken
- writing network config (to /etc/network/interfaces.tmp for now) - adding magic to config.py
2005-09-03configBoolean is now configSelectionRonny Strutz
2005-09-02add option for DHCP and possibility to disable configElementsStefan Pluecken
2005-09-02add digitCount to initRonny 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-02added mac address to network setting menu for testingStefan Pluecken
2005-09-02network setup stuffStefan Pluecken