Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (stop_internet) init_globals()'s prefix parameter is dead | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | get rid of pseudo global $prefix, just reuse global $::prefix :-) | Thierry Vignaud | 2004-01-26 | 6 | -66/+65 |
| | |||||
* | kill unused down_it() and up_it() functions | Thierry Vignaud | 2004-01-26 | 1 | -15/+1 |
| | |||||
* | fix the cleanup | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | remove useless parenthessis | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | make wizard be faster when trying to install speedtouch_mgmt and when firmware | Thierry Vignaud | 2004-01-26 | 1 | -2/+2 |
| | | | | | is already present | ||||
* | share provider db for all usb modems (vpi/vci parameters are need for most | Thierry Vignaud | 2004-01-26 | 1 | -4/+4 |
| | | | | | | modem/protocol combinaisons and anyway it's ok to guess the protocol and dns servers for the end user) | ||||
* | - let be faster when trying to install already installed packages | Thierry Vignaud | 2004-01-26 | 1 | -5/+5 |
| | | | | | - fix next step name when installing kppp | ||||
* | kill unused dhcp_hostname step | Thierry Vignaud | 2004-01-25 | 1 | -5/+1 |
| | |||||
* | fix again adsl type setting :-( | Thierry Vignaud | 2004-01-25 | 1 | -1/+1 |
| | |||||
* | modem connection: install kppp | Thierry Vignaud | 2004-01-25 | 1 | -0/+1 |
| | |||||
* | set adsl protocol to use according to provider database when using a sagem 800 | Thierry Vignaud | 2004-01-25 | 1 | -2/+3 |
| | | | | | modem | ||||
* | modem connection: default to pap/chap authentification method (should work for | Thierry Vignaud | 2004-01-25 | 1 | -0/+1 |
| | | | | | most people) | ||||
* | typo fix | Thierry Vignaud | 2004-01-25 | 1 | -1/+1 |
| | |||||
* | s/ppptp/pptp/ | Thierry Vignaud | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | factorize lan module search for adsl through ethernet | Thierry Vignaud | 2004-01-24 | 1 | -1/+3 |
| | |||||
* | make adsl device choose somewhat readable (detabable though | Thierry Vignaud | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | fix adsl device setting :-( | Thierry Vignaud | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | kill unreachable code | Thierry Vignaud | 2004-01-24 | 1 | -1/+0 |
| | |||||
* | kill unused variable | Thierry Vignaud | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | cleanup | Thierry Vignaud | 2004-01-24 | 1 | -6/+2 |
| | |||||
* | fix adsl connection type retrieving | Thierry Vignaud | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | fix interface name when doing adsl over an ethernet card | Thierry Vignaud | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | sort ADSL connection types | Thierry Vignaud | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | offer to configure sagem800 (needed because of unfriendly vpi/vci parameters) | Thierry Vignaud | 2004-01-23 | 1 | -1/+21 |
| | |||||
* | provider database needed in oder to not arbitrary set obfuscated vpi | Thierry Vignaud | 2004-01-23 | 1 | -0/+212 |
| | | | | | and vci parameters | ||||
* | (adsl_probe_info) make it aware of the fact we now see the adsl modem | Thierry Vignaud | 2004-01-23 | 1 | -2/+3 |
| | | | | | and protocol separatly | ||||
* | fix doble "IP address" entries | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-22 | 1 | -1/+0 |
| | |||||
* | config some stuff about adsl protocol | Thierry Vignaud | 2004-01-22 | 1 | -0/+14 |
| | |||||
* | kill debug statement | Thierry Vignaud | 2004-01-22 | 1 | -1/+0 |
| | |||||
* | factorize out adsl protocols' translations | Thierry Vignaud | 2004-01-22 | 1 | -9/+11 |
| | |||||
* | get rid of uselesss net_device variabl | Thierry Vignaud | 2004-01-22 | 1 | -5/+3 |
| | |||||
* | code simplification due to previous assertion | Thierry Vignaud | 2004-01-22 | 1 | -3/+3 |
| | |||||
* | ensure struct XXX and o_XXX parameters always reference the same hashes | Thierry Vignaud | 2004-01-22 | 1 | -3/+3 |
| | |||||
* | when configuring an ethernet card, skip the protocol choice step for any cnx | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | | | | | type different than lan (eg: for cable and adsl connections) | ||||
* | rollback debug stuff :-( | Thierry Vignaud | 2004-01-22 | 1 | -7/+15 |
| | |||||
* | (adsl_conf_backend) kill interactive code (was merged into adsl wizard) | Thierry Vignaud | 2004-01-22 | 1 | -25/+0 |
| | |||||
* | (copy_firmware) kill it (was merged into add intf wizard | Thierry Vignaud | 2004-01-22 | 1 | -22/+0 |
| | |||||
* | handle speedtouch firmware if needed | Thierry Vignaud | 2004-01-22 | 1 | -16/+69 |
| | |||||
* | detect ECI like modems and warn we cannot support them (hence less pressure on | Thierry Vignaud | 2004-01-22 | 1 | -3/+13 |
| | | | | | our support services) | ||||
* | (adsl_detect) detect ECI modems | Thierry Vignaud | 2004-01-22 | 1 | -0/+1 |
| | |||||
* | fix typo fix | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | typo fix :-( | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | tag speedtouch and eci connections as to be restarted as in old wizard | Thierry Vignaud | 2004-01-22 | 1 | -0/+1 |
| | |||||
* | rename old end adsl step | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | install needed package depending of modem | Thierry Vignaud | 2004-01-22 | 1 | -8/+23 |
| | |||||
* | rollback | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | add static configuration for sagem800 spanish users | Thierry Vignaud | 2004-01-22 | 1 | -0/+1 |
| | |||||
* | hide too big label (which is useless because of above text) but keep | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | | | | | it for translation b/c of further reusage |