Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | - pack add_modify_remove widget growable | Pascal Rigaux | 2004-01-26 | 1 | -2/+1 |
| | | | | | - no need to size it | ||||
* | 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) | ||||
* | new function add_modify_remove_action() | Pascal Rigaux | 2004-01-26 | 1 | -24/+35 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | perl Gtk2 has been rebuilt | Pascal Rigaux | 2004-01-26 | 1 | -2/+2 |
| | |||||
* | add gtk_set_treelist | Pascal Rigaux | 2004-01-26 | 1 | -0/+7 |
| | |||||
* | - 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 | ||||
* | don't forget to umount additional drivers floppy after successful copy of ↵ | Guillaume Cottenceau | 2004-01-26 | 1 | -0/+1 |
| | | | | modules.mar (gc sux) | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-01-26 | 1 | -1/+298 |
| | |||||
* | don't use ioctl KDSKBENT with kernel 2.6, until fixed... | Pascal Rigaux | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | (Repaint) help perl_checker in checking time_to_rad() arguments | Thierry Vignaud | 2004-01-26 | 1 | -1/+2 |
| | |||||
* | (spinned) do not pass extra arguments to time_to_rad() | Thierry Vignaud | 2004-01-26 | 1 | -3/+1 |
| | |||||
* | reindent gtkpack calls | Thierry Vignaud | 2004-01-26 | 1 | -42/+43 |
| | |||||
* | rename adj_* variables as adj* in order to help cperl-mode parsing | Thierry Vignaud | 2004-01-26 | 1 | -15/+15 |
| | | | | | this file | ||||
* | (getNetDriver) introduce getHwIDs() alias that return pci/usb/... hw | Thierry Vignaud | 2004-01-26 | 1 | -3/+12 |
| | | | | | | addr (or "N/A" for some isapnp cards due to lack of support from drivers) | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | perl_checker: assigned, but not read | Stew Benedict | 2004-01-23 | 1 | -5/+2 |
| | |||||
* | More perl_checker fixes. Remove another unused sub. | Stew Benedict | 2004-01-23 | 1 | -81/+76 |
| | | | | | Fix broken sys, other restore. | ||||
* | don't miss the hook with 2.6 usb kernels (might explain fredl problem with ↵ | Guillaume Cottenceau | 2004-01-23 | 1 | -1/+1 |
| | | | | usb keyboard) | ||||
* | support 2.4 and 2.6 | Guillaume Cottenceau | 2004-01-23 | 1 | -5/+19 |
| | |||||
* | lsmod.old and rmmod.old also needed | Guillaume Cottenceau | 2004-01-23 | 1 | -0/+2 |
| | |||||
* | autoprobe? what's that? | Guillaume Cottenceau | 2004-01-23 | 1 | -1/+0 |
| | |||||
* | since dietlibc always reports null strings for RPC errors, at least provide ↵ | Guillaume Cottenceau | 2004-01-23 | 1 | -3/+2 |
| | | | | something useful instead | ||||
* | wrong, "make" in kernel by hand is not even needed | Guillaume Cottenceau | 2004-01-23 | 1 | -4/+3 |
| | |||||
* | Update | David Baudens | 2004-01-23 | 41 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | update | Guillaume Cottenceau | 2004-01-23 | 1 | -21/+34 |
| | |||||
* | 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 | ||||
* | remove debug message | Thierry Vignaud | 2004-01-23 | 1 | -1/+0 |
| |