summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* titifixOlivier Blin2005-02-171-1/+1
|
* perl_checker fixOlivier Blin2005-02-171-1/+1
|
* perl_checker fixesOlivier Blin2005-02-171-2/+2
|
* revert some previous commitOlivier Blin2005-02-171-1/+0
|
* definitively get rid off net_cnx scriptsOlivier Blin2005-02-171-3/+4
|
* add get_default_deviceOlivier Blin2005-02-171-3/+8
|
* net_cnx scripts shouldn't be used anywhere nowOlivier Blin2005-02-171-4/+0
|
* remove unused network::netconnect::get_net_deviceOlivier Blin2005-02-171-14/+0
|
* remove unneeded testOlivier Blin2005-02-171-1/+1
|
* use network::shorewall::get_net_deviceOlivier Blin2005-02-171-1/+1
|
* add and use network::shorewall::get_net_deviceOlivier Blin2005-02-171-1/+12
|
* remove set_cnx_scriptOlivier Blin2005-02-171-7/+1
|
* remove write_cnx_scriptOlivier Blin2005-02-171-10/+2
|
* rename get_mode as get_interactiveOlivier Blin2005-02-161-5/+5
|
* add generic call_method sub to factorizeOlivier Blin2005-02-161-63/+24
|
* typo fixOlivier Blin2005-02-161-1/+1
|
* handle whitelistOlivier Blin2005-02-161-0/+36
|
* allow to look for daemon after startupOlivier Blin2005-02-151-4/+11
|
* add unblacklistOlivier Blin2005-02-151-0/+11
|
* initial importOlivier Blin2005-02-151-0/+131
|
* perl_checker fixOlivier Blin2005-02-141-1/+1
|
* proxy_configure: modify KDE proxy settings tooOlivier Blin2005-02-141-0/+15
|
* typo fix (Arpad Biro)Thierry Vignaud2005-02-141-2/+2
|
* fix ndiswrapper installing: always install it if needed (btw run faster ifThierry Vignaud2005-02-101-2/+4
| | | | | already installed)
* fix stepping back from lan interface step (impossible when using ndiswrapperThierry Vignaud2005-02-101-1/+1
| | | | | and when there's only one interface)
* simplify ndiwrapper step chainingThierry Vignaud2005-02-101-1/+1
|
* select manual adsl connection type if the network interface was staticOlivier Blin2005-02-071-0/+2
|
* add missing methodsOlivier Blin2005-02-071-0/+2
|
* 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)