summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* do not require perl-Gnome2-Gconf in drakxtools, but use gconftool-2Olivier Blin2005-02-071-7/+2
|
* make it easy to use other GConf interfacesOlivier Blin2005-02-071-15/+20
|
* remove useless messageOlivier Blin2005-02-051-1/+0
|
* basic ndiswrapper supportOlivier Blin2005-02-052-2/+65
|
* gnome proxy support in drakproxyOlivier Blin2005-02-041-0/+58
|
* handle bpalogin serviceOlivier Blin2005-02-041-5/+12
|
* perl_checker fixesOlivier Blin2005-02-041-8/+8
|
* add bpalogin support for cable connectionsOlivier Blin2005-02-041-4/+30
|
* fix capi kernel drivers installationOlivier Blin2005-02-021-1/+1
|
* supplement previous half-fixOlivier Blin2005-02-011-1/+1
|
* port 445 is used for Samba (without NetBios)Olivier Blin2005-02-011-1/+1
|
* use new range syntax for smbOlivier Blin2005-02-011-1/+1
|
* (configure_eth_aliases) simplifyThierry Vignaud2005-01-281-2/+2
|
* fix (bugzilla #13197)Pascal Rigaux2005-01-261-0/+1
|
* updates from baud:Thierry Vignaud2005-01-211-0/+28
| | | | | | | | - add "Czech Republic|Cesky Telecom" - add "Switzerland|Tiscali.ch" - add "Tunisia|Planet.tn" - add dns servers to "Israel|Bezeq"
* restore previous network::ethernet::get_eth_cards_names() behaviourPascal Rigaux2005-01-202-4/+4
| | | | | (i got hit by { map ... }; being a block and not a hash ref)
* fix bugzilla #12996Pascal Rigaux2005-01-131-4/+4
|
* remove unused variablesPascal Rigaux2005-01-061-2/+1
|
* cleanup unused variablesPascal Rigaux2005-01-061-3/+0
|
* handle spaces in usernamePascal Rigaux2005-01-051-2/+2
|
* update ADSL ISPs listThierry Vignaud2005-01-041-2/+133
|
* move and rename network::ethernet::get_eth_categories() into ↵Pascal Rigaux2005-01-033-12/+4
| | | | | | | list_modules::ethernet_categories() (it's closer to the definition of the categories)
* "Samba server" is better named "Windows Files Sharing (SMB)" (bugzilla #10585)Pascal Rigaux2004-12-241-1/+1
|
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-211-3/+3
|
* (get_user_home) do not horribly die if USER environment variable listThierry Vignaud2004-12-201-1/+2
| | | | | a non existing user
* fix NETMASK autofillingThierry Vignaud2004-12-171-1/+1
|
* for drakx-finish-install, we want drakconnect to restart networkPascal Rigaux2004-12-141-1/+1
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-1310-26/+26
|
* network::netconnect::real_main() do not exit brutally on wizcancel, handle ↵Pascal Rigaux2004-11-301-2/+4
| | | | it in network::netconnect::main()
* don't pass the prefix/etc/sysconfig/network to ↵Pascal Rigaux2004-11-301-2/+3
| | | | network::network::write_conf(), we always use the same file name
* Don't load encoding.pm, it's not provided in the stage 2 perlRafael Garcia-Suarez2004-11-271-1/+0
|
* help perl_checkerPascal Rigaux2004-11-261-1/+1
|
* (real_main) in "ADSL provider" step, plain reset the protocol onThierry Vignaud2004-11-221-1/+1
| | | | | provider switch
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-185-23/+23
|
* update/add ADSL ISP entries (Benoit Audouard)Thierry Vignaud2004-11-091-2/+51
|
* reorder finnish entryThierry Vignaud2004-11-091-8/+8
|
* introduce network::tools::get_interface_statusOlivier Blin2004-11-091-4/+9
|
* do not use slicing when selecting single valuesThierry Vignaud2004-11-081-1/+1
|
* hide ifcfg files for non-root users if they contain a WEP key (#12177)Olivier Blin2004-11-051-0/+2
|
* support Philips Semiconductors DSL cardOlivier Blin2004-10-281-0/+8
|
* (mapIntfToDevice) do not try to match usb devices since ldetect doesn't returnThierry Vignaud2004-10-271-0/+1
| | | | | enough data (thus fixing 9box string)
* cleanupPascal Rigaux2004-10-151-1/+1
|
* cleanup thanks to perl_checkerPascal Rigaux2004-10-152-5/+9
|
* make perl_checker happyPascal Rigaux2004-10-151-1/+1
|
* simplifyPascal Rigaux2004-10-141-1/+1
|
* cleanup thanks to perl_checkerPascal Rigaux2004-10-141-6/+9
|
* (get_eth_cards) workaround more buggy drivers that returns a bogus driver ↵Thierry Vignaud2004-10-121-0/+5
| | | | name for the GDRVINFO command of the ETHTOOL ioctl
* (get_eth_cards) fix another lying moduleThierry Vignaud2004-10-111-1/+5
|
* (configureNetwork2) remove /etc/sysconfig/network-scripts/ethX filesOlivier Blin2004-10-091-1/+4
| | | | | that may have been created by sagem scripts
* (adsl_conf_backend) don't write ifcfg-ppp0 for static/dhcp connectionsOlivier Blin2004-10-091-1/+2
|