summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* I suxOlivier Blin2004-09-071-1/+1
|
* pppoa shouldn't be selected by default for ethernet devices, fallback on pppoeOlivier Blin2004-09-071-0/+2
|
* use fctStartAdsl for eagle-usb in dhcp/static modesOlivier Blin2004-09-071-2/+3
|
* fix stupid errorOlivier Blin2004-09-061-1/+1
|
* adjust tests, dhcp/static adsl connections can now use non-ethernet devicesOlivier Blin2004-09-061-2/+2
|
* write sagem specific stuff for dhcp/static connectionsOlivier Blin2004-09-061-0/+1
|
* always ask adsl providerOlivier Blin2004-09-061-2/+1
|
* keep linmodem message for Hcf and HsfOlivier Blin2004-09-061-0/+6
|
* remove wrong message about linmodems (#11224)Olivier Blin2004-09-061-6/+0
|
* support DHCP and manual for sagem devicesOlivier Blin2004-09-031-1/+6
|
* adsl_conf_backend needs $intf nowOlivier Blin2004-08-301-1/+1
|
* NET_DEVICE is the ethernet interface for pptp tooOlivier Blin2004-08-301-1/+1
|
* write metric in ifcfg files according to connection typeOlivier Blin2004-08-271-0/+3
|
* adsl devices need network restart if they're *not* in the adsl devices listOlivier Blin2004-08-261-1/+1
|
* no space before question marks in EnglishPablo Saratxaga2004-08-231-1/+1
|
* no space before a question mark in EnglishPablo Saratxaga2004-08-231-2/+2
|
* protocol names, trademark and acronyms should be upcaseThierry Vignaud2004-08-231-2/+2
|
* aspell's typo fixesThierry Vignaud2004-08-231-2/+2
|
* rollback (a string was removed so translators still have toThierry Vignaud2004-08-201-2/+2
| | | | | investigate anyway...)
* rollback 'n split in order to reduce pressure on translatorsThierry Vignaud2004-08-201-2/+2
|
* (network_on_boot step) do not create ifcfg-ippp0 quite randomlyOlivier Blin2004-08-201-4/+2
|
* ($after_start_on_boot_step) remove obsolete call to write_cnx_scriptOlivier Blin2004-08-201-1/+0
|
* fix nonsense in reconfigure message (#10827)Olivier Blin2004-08-201-2/+3
|
* typo fixesThierry Vignaud2004-08-191-6/+6
|
* get rid off the 'ifcfg-Manually load a driver' file ...Olivier Blin2004-08-171-1/+1
|
* use network::ethernet::get_eth_categories() when neededOlivier Blin2004-08-171-4/+6
|
* NET_INTERFACE should be ppp0 for pppoe tooOlivier Blin2004-08-161-1/+2
|
* add reminder about external ISDN modems (special init string)Olivier Blin2004-08-161-0/+3
|
* don't configure firewall after configuring network during installPascal Rigaux2004-08-161-5/+0
| | | | | (in summary you can configure firewall directly)
* kill unused variablesOlivier Blin2004-08-121-2/+2
|
* kill deprecated partsOlivier Blin2004-08-121-36/+0
|
* set both NET_DEVICE and NET_INTERFACE in automatic lan configurationOlivier Blin2004-08-121-1/+1
| | | | | (network install)
* set NET_DEVICE and NET_INTERFACE for lan and adsl dhcp/manual connectionsOlivier Blin2004-08-121-0/+1
|
* remove unused variable in network::netconnect, thanks perl_checkerOlivier Blin2004-08-101-2/+1
|
* add some FIXME comments in network::netconnectOlivier Blin2004-08-101-2/+2
|
* network::tools::connect_prog shouldn't be used/written anymore nowOlivier Blin2004-08-101-41/+0
|
* kill some more connect/disconnect_fileOlivier Blin2004-08-101-6/+1
|
* in netconnect::(start|stop)_internet, use (connect|disconnect)_backendOlivier Blin2004-08-091-2/+2
|
* s/iwpconfig/iwconfigFunda Wang2004-08-081-1/+1
|
* use the new kdenetwork-kppp-provider package (thanks Laurent !) to beOlivier Blin2004-08-061-0/+1
| | | | | able to parse the provider db without requiring kdenetwork-kppp
* set netcnx type when an external isdn modem is selected, or elseOlivier Blin2004-08-051-1/+1
| | | | | modem::ppp_read_conf will crash (Anthill #1033)
* fix wordingOlivier Blin2004-08-041-1/+1
|
* do not force kppp installation, it will be installed byOlivier Blin2004-08-041-1/+0
| | | | | | modem::ppp_configure if kdebase is installed, else ifup/ifdown scripts are enough
* kill set_cnx_script usage, replace cnx_scripts with ifup/ifdownOlivier Blin2004-08-041-19/+3
|
* write a cnx_script for adsl connexions too (so that drakconnect canOlivier Blin2004-08-041-0/+5
| | | | | establish the connexion), add a FIXME comment to remind it is bad
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed
* introduce ->ensure_binary_is_installed and use itPascal Rigaux2004-08-021-1/+1
|
* (handle_multiple_cnx) only restart network for ADSL if we use anThierry Vignaud2004-07-291-1/+1
| | | | | ethernet modem
* it's probably better to rely on modem_run since speedtouch.sh may be droppedOlivier Blin2004-07-281-1/+1
|
* hey, I suck, that's DIAL_ON_IFUP, not DIAL_ON_BOOTOlivier Blin2004-07-231-5/+5
|