Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl checker fixes | Guillaume Cottenceau | 2004-01-21 | 1 | -2/+2 |
| | |||||
* | really use the same path in standalone and install mode | Thierry Vignaud | 2004-01-21 | 1 | -8/+1 |
| | |||||
* | add new first adsl steps | Thierry Vignaud | 2004-01-21 | 1 | -3/+43 |
| | |||||
* | factorize lan detection (needed for adsl) | Thierry Vignaud | 2004-01-21 | 1 | -10/+12 |
| | |||||
* | fixed typo | Pablo Saratxaga | 2004-01-21 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2004-01-21 | 1 | -5/+1 |
| | |||||
* | share same path in both standalone and in install mode (2/2) | Thierry Vignaud | 2004-01-20 | 1 | -4/+0 |
| | |||||
* | do not offer to enter domain name twice | Thierry Vignaud | 2004-01-20 | 1 | -1/+0 |
| | |||||
* | share same path in both standalone and in install mode | Thierry Vignaud | 2004-01-20 | 1 | -27/+1 |
| | |||||
* | read back auth method | Thierry Vignaud | 2004-01-20 | 1 | -0/+1 |
| | |||||
* | read back new fields | Thierry Vignaud | 2004-01-20 | 1 | -2/+5 |
| | |||||
* | fix gateway reading and writing | Thierry Vignaud | 2004-01-20 | 1 | -1/+3 |
| | |||||
* | - handle PAP/CHAP auth method too | Thierry Vignaud | 2004-01-20 | 1 | -1/+2 |
| | | | | | - translate again strings | ||||
* | use checkbow's label | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | dyn hostname is a boolean | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | - split ppp steps into account, ip, dns and gateway parameters step | Thierry Vignaud | 2004-01-20 | 1 | -5/+53 |
| | | | | | - offer to configure more ip, dns and gateway parameters | ||||
* | rename ppp_choose as ppp_account | Thierry Vignaud | 2004-01-20 | 1 | -5/+5 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2004-01-20 | 1 | -3/+1 |
| | |||||
* | go to wireless step if needed | Thierry Vignaud | 2004-01-20 | 1 | -7/+7 |
| | |||||
* | always go to hostname step (shared by all paths) | Thierry Vignaud | 2004-01-20 | 1 | -4/+1 |
| | |||||
* | kill old cable step | Thierry Vignaud | 2004-01-20 | 1 | -18/+0 |
| | |||||
* | install requested dhcp client | Thierry Vignaud | 2004-01-20 | 1 | -0/+1 |
| | |||||
* | add hidden option enabling to select dhcp client | Thierry Vignaud | 2004-01-20 | 1 | -0/+3 |
| | |||||
* | skip protocol step when configuring cable connection | Thierry Vignaud | 2004-01-20 | 1 | -0/+1 |
| | |||||
* | cable is like lan but with dhcp | Thierry Vignaud | 2004-01-20 | 1 | -1/+6 |
| | |||||
* | set connection type at one point only | Thierry Vignaud | 2004-01-20 | 1 | -3/+1 |
| | |||||
* | load adsl wizard on demand | Thierry Vignaud | 2004-01-20 | 1 | -0/+1 |
| | |||||
* | (get_subwizard) introduce the infrastructure that enable to load a | Thierry Vignaud | 2004-01-20 | 1 | -0/+11 |
| | | | | | part of a wizard from another module | ||||
* | init modem data structure when manually selecting a serial port | Thierry Vignaud | 2004-01-20 | 1 | -0/+3 |
| | |||||
* | fix modem dns servers reading | Thierry Vignaud | 2004-01-20 | 1 | -2/+4 |
| | |||||
* | keep entered data when stepping back to dialup options step | Thierry Vignaud | 2004-01-20 | 1 | -8/+10 |
| | |||||
* | do not mix modem choice and modem configuration, so that we keep | Thierry Vignaud | 2004-01-20 | 1 | -3/+4 |
| | | | | | entered data when stepping back and forward | ||||
* | pass dynamically build data into interactive layer when configuring modems | Thierry Vignaud | 2004-01-20 | 1 | -4/+7 |
| | |||||
* | fix device (was broken due to the fact we kept all the data collected | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
| | | | | | about modems) | ||||
* | fix ppp_configure call | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | prepare killing obfuscated install path | Thierry Vignaud | 2004-01-20 | 1 | -19/+2 |
| | |||||
* | merge in next_cnx_step into handle_multiple_cnx | Thierry Vignaud | 2004-01-20 | 1 | -14/+6 |
| | |||||
* | - kill duplicated code | Thierry Vignaud | 2004-01-19 | 1 | -11/+2 |
| | | | | | - move some code where it belongs so that it's shared by isdn/modem | ||||
* | - merge wireless step into normal modem one | Thierry Vignaud | 2004-01-19 | 1 | -83/+64 |
| | | | | | | - report all detected serial modems - use all collected data on modems in order to have a nice list | ||||
* | rollback bogus change | Thierry Vignaud | 2004-01-19 | 1 | -74/+101 |
| | |||||
* | dot not try to alter squid config in --testing mode | Thierry Vignaud | 2004-01-19 | 1 | -101/+74 |
| | |||||
* | isdn: detect serial modems if needed | Thierry Vignaud | 2004-01-19 | 1 | -0/+1 |
| | |||||
* | rename "ppp_choose step" as "choose_serial_port" and "ppp_choose2" one | Thierry Vignaud | 2004-01-19 | 1 | -4/+4 |
| | | | | | as "ppp_choose" | ||||
* | chain hostname/dns step with zeroconf one (more work on zeroconf will | Thierry Vignaud | 2004-01-19 | 1 | -1/+2 |
| | | | | | be done between beta 1 and 2) | ||||
* | turn "unsupported winmodem" into a terminal step | Thierry Vignaud | 2004-01-19 | 1 | -1/+2 |
| | |||||
* | add strings for future options | Thierry Vignaud | 2004-01-19 | 1 | -1/+5 |
| | |||||
* | fix next_cnx_step call | Thierry Vignaud | 2004-01-19 | 1 | -1/+1 |
| | |||||
* | (detect) display a nice string for serial modems | Thierry Vignaud | 2004-01-19 | 1 | -1/+1 |
| | |||||
* | (detect) | Thierry Vignaud | 2004-01-19 | 1 | -3/+1 |
| | | | | | | - adapt modem detection to new detect_devices - keep all data collected on modems |