summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* kill some warnings catched by diagnostics pragmaThierry Vignaud2003-05-221-9/+9
|
* add a step to warn user before writing settings (bug #852 and so)Damien Chaumette2003-05-161-2/+4
|
* - gtkcreate_img is exported by helpers tag in ugtk2Thierry Vignaud2003-05-131-2/+2
| | | | | - add a bug note: write_on_pixmap() is only in my_gtk, not in ugtk2 !
* - configuration stuffDamien Chaumette2003-05-071-118/+24
| | | | | | | | | | . rewrite sub save_conf, new signature is ($netcnx) . rewrite sub load_conf, connection type stored in /etc/sysconfig/drakconnect . remove sub read_raw_net_conf . shrink sub read_net_conf - drop if ($nb < 1 ), useless - perl_checker
* - remove sub introDamien Chaumette2003-05-061-47/+14
| | | | | | | - change sub main signature - drop !$::isWizard code - perl_checker
* - change configure and winmodemConfigure args (due to $intf drop)Damien Chaumette2003-05-051-2/+2
|
* perl_checker fixesDamien Chaumette2003-05-021-5/+5
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-6/+6
|
* added modem configuration after LT Modem support.Francois Pons2003-03-241-1/+1
|
* use driver instead of descrition to validate an isdn autodetectionFrederic Lepied2003-03-051-1/+1
|
* allow to switch in expert mode during install.Frederic Lepied2003-02-281-1/+1
|
* oups... hu... nothingDamien Chaumette2003-02-211-2/+0
|
* get back password input for adslDamien Chaumette2003-02-211-0/+2
|
* add isdn check in get_net_deviceFlorin Grad2003-02-211-0/+2
|
* perl generate undef indefinitely from the voidThierry Vignaud2003-02-171-2/+2
|
* - set_help is deprecatedPascal Rigaux2003-02-131-6/+8
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* add cvs $IdPascal Rigaux2003-02-131-1/+1
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
|
* reworded network restart stringFrederic Lepied2003-02-101-1/+1
|
* perl_checker fixesThierry Vignaud2003-02-101-1/+1
|
* corrected expert case to restart network and if the user choose not to restartFrederic Lepied2003-02-091-2/+2
| | | | | the network, end the dialog normally.
* perl_checker fixThierry Vignaud2003-02-061-1/+1
|
* fix some drakgw behaviourFlorin Grad2003-02-031-1/+8
|
* adapt to new category network/gigabit (which used to be in network/main)Pascal Rigaux2003-01-301-2/+2
|
* fixed some perl_checkerFrancois Pons2003-01-291-1/+0
|
* let drakconnect be less verbose: aka explain rename of old configuration filesThierry Vignaud2003-01-271-1/+2
| | | | | if that had been already done
* isdn.pm now in use strictDamien Chaumette2003-01-231-1/+1
| | | | | little cleanup
* force strict modeThierry Vignaud2003-01-231-1/+2
|
* perl_checker fixesThierry Vignaud2003-01-221-3/+3
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
|
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-2/+2
|
* - catch wizcancel dieDamien Chaumette2003-01-101-59/+1
| | | | | | - fix fucked previous button after configuration completes - little cleanup
* *** empty log message ***Damien Chaumette2003-01-091-91/+43
|
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-291-2/+2
| | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way)
* do not export start_internet and stop_internetPascal Rigaux2002-12-141-1/+0
| | | | | (was broken since network::netconnect do not inheritate from Exporter)
* perl_checker fixesThierry Vignaud2002-12-101-2/+2
|
* make perl_checker happyArnaud Desmons2002-12-091-1/+1
|
* drakconnect conf file no more uploaded with now useless variableArnaud Desmons2002-12-091-49/+47
|
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-061-53/+23
|
* gtk+-2 portThierry Vignaud2002-12-051-5/+5
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-12/+9
|
* - %l is not used, so why declare it??Pascal Rigaux2002-12-041-2/+2
| | | | | - in network::netconnect::main(), declare @l as it should be. But the code is really wrong, it NEEDS fixing (bis)
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-4/+4
|
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-041-63/+85
|
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-8/+4
|
* syntax changes to make perl_checker happyPascal Rigaux2002-12-041-1/+1
|
* use output_with_perm()Pascal Rigaux2002-12-021-17/+11
|
* Some data are now fetched from system instead of drakconnect conf file ↵Arnaud Desmons2002-12-021-28/+30
| | | | (adsl, ppp, ifcfg-eth)
* perl_checker adaptationsPascal Rigaux2002-11-281-6/+6
|