summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
Commit message (Expand)AuthorAgeFilesLines
* - force use strictThierry Vignaud2003-01-231-1/+1
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
* - zero conf is avaible in drakconnect, with/without dhcpDamien Chaumette2003-01-201-15/+5
* - some changes to dhcp behavior for beta2 (not clean yet)Damien Chaumette2003-01-171-1/+3
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-1/+1
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-3/+3
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-1/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+2
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
* add support ADIModem.Francois Pons2002-11-251-2/+3
* removed reference to ...->{nb_cards} no more used.Francois Pons2002-11-251-2/+0
* removed 2 labels and 2 gotos by a very simple while, dam's is really greatFrancois Pons2002-11-251-6/+5
* default dhcp client is dhcp-clientFrederic Lepied2002-11-191-8/+8
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-6/+6
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-3/+3
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-17/+17
* Fix configureNetwork to fit with new any::load_category_prompt_for_more behaviorDamien Chaumette2002-09-241-1/+1
* - check DNS & Gateway IPDamien Chaumette2002-09-091-1/+1
* - fix previous behavior in Expert mode... (100% lazy loop free this time)Damien Chaumette2002-09-021-1/+2
* *** empty log message ***Damien Chaumette2002-08-271-1/+1
* - fix previous button behavior in Proxies configurationDamien Chaumette2002-08-261-2/+1
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-311-3/+3
* make new perl_checker happyPascal Rigaux2002-07-311-4/+4
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-2/+2
* adapt to new modules.pmPascal Rigaux2002-07-041-3/+3
* small cleanup on untested code (need testing:)Pascal Rigaux2002-03-161-3/+1
* we now consider dhcp provide GATEWAY and internet connection.damien2002-03-161-1/+3
* bug fixdamien2001-09-241-1/+1
* network restart at better placedamien2001-09-191-15/+8
* new default connection handlingdamien2001-09-121-2/+2
* don't detect ethx if no autodetection.damien2001-09-111-4/+4
* detect_devicesdamien2001-09-101-1/+1
* corrected zero return when cable configuringdamien2001-08-311-0/+1
* generik internet initscript, planq the children againdamien2001-08-211-4/+0
* big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_p...Pascal Rigaux2001-08-181-2/+2
* fixed i18nStefan Siegel2001-08-181-1/+1
* corrected connection script creationdamien2001-08-171-7/+2
* remove Data::Dumperdamien2001-08-101-1/+0
* add interactive_pkgs stuffPascal Rigaux2001-08-081-6/+6
* debugging, profile coding, isdn 128 debuggingdamien2001-08-061-2/+2
* added intro step for each configuration type.damien2001-07-311-2/+2
* added cable internet connection selectiondamien2001-07-301-9/+9
* added internet connection selection in case of multiple configurationsdamien2001-07-301-17/+12
* - globals is now MDK::Common::GlobalsPascal Rigaux2001-07-241-1/+1
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
* corrected speed fax + PCI, updated configurationdamien2001-07-241-4/+4
* modularized. It compiles, runs, and works for some stuff.damien2001-07-041-3/+2
* modularization continuateddamien2001-07-041-8/+55