summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Vicent Guardiola2004-07-191-3/+1
|
* Add function write_smb_ads_confVicent Guardiola2004-07-191-0/+32
|
* make the tcp ping actually workOlivier Blin2004-07-191-1/+9
|
* do not write wireless encryption key if emptyOlivier Blin2004-07-191-1/+1
|
* use hotplug blacklist for adsl connections tooOlivier Blin2004-07-191-4/+10
|
* use a tcp ping in check_link_beat if not rootOlivier Blin2004-07-161-1/+1
|
* - rename add_alias() into set_alias()Pascal Rigaux2004-07-082-3/+3
| | | | | - create set_sound_slot() and use it
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-072-2/+2
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-2/+2
| | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number
* remove spurious '"pty ', I suckOlivier Blin2004-07-021-1/+1
|
* pptp support (partial fix for #6515)Olivier Blin2004-07-021-1/+8
|
* typo fixThierry Vignaud2004-07-011-1/+1
|
* shut up "smbclient -L"Pascal Rigaux2004-06-301-1/+1
|
* never disable "DHCP host name" entry box, it shouldn't be linked with ↵Olivier Blin2004-06-251-1/+1
| | | | ""Assign host name from DHCP address" checkbox (#2759, #9981)
* unblacklist sis900 since its link beat detection works with latest kernelsOlivier Blin2004-06-251-1/+1
|
* properly handle ascii WEP keys (#9884)Olivier Blin2004-06-242-1/+19
|
* use upcase letters whenever neededThierry Vignaud2004-06-231-3/+3
|
* - unblacklist tg3 since QA has confirmed it works smoothlyThierry Vignaud2004-06-231-1/+1
| | | | | - blacklist buggy madwifi_pci
* rephrase zeroconf dialog (cybercfo)Olivier Blin2004-06-221-1/+4
|
* blacklist sis900 and tg3 modules for network hotpluggingOlivier Blin2004-06-221-1/+1
|
* update fields description (baud <baud123@tuxfamily.org>)Thierry Vignaud2004-06-221-0/+9
|
* update doc urls (baud <baud123@tuxfamily.org>)Thierry Vignaud2004-06-221-2/+1
|
* add new ISP entries (baud <baud123@tuxfamily.org>)Thierry Vignaud2004-06-221-0/+130
|
* fix Telia entry (baud <baud123@tuxfamily.org>)Thierry Vignaud2004-06-221-1/+1
|
* fix Free dns (baud <baud123@tuxfamily.org>)Thierry Vignaud2004-06-221-2/+2
|
* merge duplicate Free entriesThierry Vignaud2004-06-221-2/+1
|
* enhance tel9com name (baud <baud123@tuxfamily.org>)Thierry Vignaud2004-06-221-1/+1
|
* kill duplicate spanish entry (baud <baud123@tuxfamily.org>)Thierry Vignaud2004-06-221-8/+0
|
* enhance a few entries (baud <baud123@tuxfamily.org>)Thierry Vignaud2004-06-221-1/+6
|
* fix spanish isp nameThierry Vignaud2004-06-221-1/+1
|
* accept from fw to locFlorin Grad2004-06-211-0/+1
|
* first lan step: replace the "manual choice" string by the moreThierry Vignaud2004-06-101-2/+2
| | | | | meaningfull "manually load a driver"
* first lan step: do not compare translated strings, use format callbackThierry Vignaud2004-06-101-3/+3
|
* remove some FIXME commentsDamien Chaumette2004-06-041-3/+2
|
* switch ONBOOT to on/off for isdn and adsl connectionsDamien Chaumette2004-06-041-0/+5
|
* s#ppp/peers/adsl#ppp/peers/ppp0#Damien Chaumette2004-06-011-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 Chaumette2004-06-011-6/+5
|
* remove debug messageThierry Vignaud2004-06-011-1/+0
|
* (use_windows) space cleanupThierry Vignaud2004-06-011-1/+2
|
* mark it as translatable for non alphabetic languagesThierry Vignaud2004-06-011-1/+1
|
* make LAN wizard more user friendly: move "manual choice" after detectedThierry Vignaud2004-06-011-1/+1
| | | | | interfaces
* (read_all_conf) read VLAN interfaces tooThierry Vignaud2004-05-281-1/+1
|
* (real_main) fix protocol switching from manual to auto when stepping backThierry Vignaud2004-05-281-4/+4
|
* (read_all_conf) read ip aliased interfaces tooThierry Vignaud2004-05-281-1/+1
|
* (get_eth_cards) fallback on sysfs in order to get driver and cardThierry Vignaud2004-05-281-0/+11
| | | | | | description when ethtool is not supported (eg: ipw2100 driver for intel centrino)
* - drop old internet service codeDamien Chaumette2004-05-271-70/+22
| | | | | - only one way to configure/up/down an adsl connection
* - call remove_initscript because internet service is droppedDamien Chaumette2004-05-271-1/+1
| | | | | - drop write_initscript call
* - kill write_initscriptDamien Chaumette2004-05-271-50/+9
| | | | | - add remove_initscript
* - BitTorrent support addedRobert Vojta2004-05-251-0/+6
|
* (mapIntfToDevice) only try to lookup pci or usb device by bus locationThierry Vignaud2004-05-251-1/+2
| | | | | | if its location is defined (some driver are returning bogus data on ETHTOOL_GDRVINFO command)