Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first lan step: replace the "manual choice" string by the more | Thierry Vignaud | 2004-06-10 | 1 | -2/+2 |
| | | | | | meaningfull "manually load a driver" | ||||
* | first lan step: do not compare translated strings, use format callback | Thierry Vignaud | 2004-06-10 | 1 | -3/+3 |
| | |||||
* | remove some FIXME comments | Damien Chaumette | 2004-06-04 | 1 | -3/+2 |
| | |||||
* | switch ONBOOT to on/off for isdn and adsl connections | Damien Chaumette | 2004-06-04 | 1 | -0/+5 |
| | |||||
* | s#ppp/peers/adsl#ppp/peers/ppp0# | Damien Chaumette | 2004-06-01 | 1 | -3/+3 |
| | | | | | as we now use ifup-ppp for adsl, it will look for ppp0 | ||||
* | new way to specify how to up connection for pppoe(xDSL) and others(ADSL) | Damien Chaumette | 2004-06-01 | 1 | -6/+5 |
| | |||||
* | remove debug message | Thierry Vignaud | 2004-06-01 | 1 | -1/+0 |
| | |||||
* | (use_windows) space cleanup | Thierry Vignaud | 2004-06-01 | 1 | -1/+2 |
| | |||||
* | mark it as translatable for non alphabetic languages | Thierry Vignaud | 2004-06-01 | 1 | -1/+1 |
| | |||||
* | make LAN wizard more user friendly: move "manual choice" after detected | Thierry Vignaud | 2004-06-01 | 1 | -1/+1 |
| | | | | | interfaces | ||||
* | (read_all_conf) read VLAN interfaces too | Thierry Vignaud | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | (real_main) fix protocol switching from manual to auto when stepping back | Thierry Vignaud | 2004-05-28 | 1 | -4/+4 |
| | |||||
* | (read_all_conf) read ip aliased interfaces too | Thierry Vignaud | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | (get_eth_cards) fallback on sysfs in order to get driver and card | Thierry Vignaud | 2004-05-28 | 1 | -0/+11 |
| | | | | | | description when ethtool is not supported (eg: ipw2100 driver for intel centrino) | ||||
* | - drop old internet service code | Damien Chaumette | 2004-05-27 | 1 | -70/+22 |
| | | | | | - only one way to configure/up/down an adsl connection | ||||
* | - call remove_initscript because internet service is dropped | Damien Chaumette | 2004-05-27 | 1 | -1/+1 |
| | | | | | - drop write_initscript call | ||||
* | - kill write_initscript | Damien Chaumette | 2004-05-27 | 1 | -50/+9 |
| | | | | | - add remove_initscript | ||||
* | - BitTorrent support added | Robert Vojta | 2004-05-25 | 1 | -0/+6 |
| | |||||
* | (mapIntfToDevice) only try to lookup pci or usb device by bus location | Thierry Vignaud | 2004-05-25 | 1 | -1/+2 |
| | | | | | | if its location is defined (some driver are returning bogus data on ETHTOOL_GDRVINFO command) | ||||
* | (get_eth_cards) brown paper bug: fix card name lookup when driver does | Thierry Vignaud | 2004-05-25 | 1 | -1/+1 |
| | | | | | | not support GDRVINFO command from ETHTOOL ioctl and there's only one card managed by this driver | ||||
* | filter LAN and Wireless cards by explicitely checking whether network | Thierry Vignaud | 2004-05-19 | 1 | -2/+2 |
| | | | | | | | interfaces support wireless extensions or not instead of relying on both ethtool support (in order to get the module name) and checking against a whitelist of known wireless awere cards | ||||
* | perl_checker compliance | Damien Chaumette | 2004-05-17 | 1 | -3/+3 |
| | |||||
* | remove speedtouch and ISDN 'only working under 2.4 kernel' warnings | Damien Chaumette | 2004-05-17 | 1 | -10/+0 |
| | |||||
* | Fixes to use speedtouch kernel driver / drop userspace one | Damien Chaumette | 2004-05-14 | 1 | -10/+15 |
| | | | | | | | | | (happy modem with both 2.4 and 2.6) - fix modem_run parameters to use kernel driver - change/move pty declaration in /etc/ppp/peers/adsl - plugin pppoatm has to be set and vpi.vci too - new net_cnx_{up/down}, speedtouch.sh seems to be useless now | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
| | |||||
* | open more ports for samba | Thierry Vignaud | 2004-05-05 | 1 | -1/+1 |
| | |||||
* | do not offer to set DOMAINNAME2 since it is never saved nor read (#9580) | Thierry Vignaud | 2004-05-05 | 1 | -1/+1 |
| | |||||
* | use @cards instead of $#cards as told by master pipi | Damien Chaumette | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Damien Chaumette | 2004-05-04 | 1 | -3/+3 |
| | |||||
* | perlchecker fixes | Damien Chaumette | 2004-05-04 | 1 | -20/+21 |
| | |||||
* | take ISDN protocol into account for people outside Europe to use it | Damien Chaumette | 2004-05-03 | 2 | -1/+5 |
| | | | | | (kind of lost in space before) | ||||
* | cleaning _last_ 'isdn_' prefix | Damien Chaumette | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | drop unused ISA and EXPORT | Damien Chaumette | 2004-04-28 | 1 | -4/+0 |
| | |||||
* | drop isdn_ fonction names | Damien Chaumette | 2004-04-28 | 2 | -13/+12 |
| | |||||
* | drop network::isdn->import | Damien Chaumette | 2004-04-28 | 1 | -8/+7 |
| | |||||
* | no need to up ippp0 in net_cnx_up, it's been up'ed at startup | Damien Chaumette | 2004-04-27 | 1 | -2/+0 |
| | |||||
* | try to fix #3793 or at least enhance firmware seeking on windows partition | Damien Chaumette | 2004-04-27 | 2 | -4/+4 |
| | | | | | (based upon titi's patch) | ||||
* | move reread_net_conf to tools.pm | Damien Chaumette | 2004-04-20 | 1 | -0/+8 |
| | |||||
* | $adsl_modem is optional, moved to $o_adsl_modem | Damien Chaumette | 2004-04-19 | 1 | -2/+2 |
| | |||||
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -1/+1 |
| | |||||
* | s/bcm4400/b44/ | Thierry Vignaud | 2004-03-26 | 1 | -1/+1 |
| | |||||
* | (adsl_probe_info) fix vpi, vci rereading (speedtouch conf write hexa...) | Thierry Vignaud | 2004-03-26 | 1 | -1/+1 |
| | |||||
* | misc space cleanups (thx perl_checko) | Thierry Vignaud | 2004-03-26 | 1 | -2/+2 |
| | |||||
* | warn than speedtouch only works with 2.4.x kernels for now | Thierry Vignaud | 2004-03-26 | 1 | -0/+6 |
| | |||||
* | (adsl_probe_info) fix "manage interface" that broke speedtouch configuration | Thierry Vignaud | 2004-03-26 | 1 | -2/+4 |
| | |||||
* | bcm4400 is known to not support ETHTOOL | Thierry Vignaud | 2004-03-26 | 1 | -1/+1 |
| | |||||
* | (isdn_write_config_backend) load ISDN driver | Thierry Vignaud | 2004-03-24 | 1 | -3/+5 |
| | |||||
* | up ippp0 interface and delete previous default route | Thierry Vignaud | 2004-03-24 | 1 | -2/+2 |
| | |||||
* | (isdn_detect_backend) do not try to get "type" field here, we just have nothing | Thierry Vignaud | 2004-03-24 | 1 | -1/+0 |
| | | | | | to guess it there | ||||
* | fix ISDN modem selection | Thierry Vignaud | 2004-03-24 | 1 | -1/+1 |
| |