summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker compliance (revert non usefull titi change)Pascal Rigaux2003-08-191-1/+1
|
* fix internet reconnection in mccDamien Chaumette2003-08-191-2/+1
|
* fix some previous callback in drakconnect wizard modeThierry Vignaud2003-08-183-8/+13
|
* perl_checker compliancePascal Rigaux2003-08-101-2/+2
|
* replace "Press \"Forward\" to continue" with "Press \"%s\" to continue" (bug ↵Pascal Rigaux2003-08-101-1/+1
| | | | #4564)
* - move write_smb_conf() from install_any to network::smbPascal Rigaux2003-08-011-0/+32
| | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth
* fix typo (thanks to perl_checker)Pascal Rigaux2003-07-301-1/+1
|
* cleanup (especially ensure $interface is not something like "eth0 (usingPascal Rigaux2003-07-301-12/+10
| | | | | module ...)" but only "eth0" (cf network/network.pm 1.130 nasty change)
* revert to 1.129:Pascal Rigaux2003-07-301-4/+1
| | | | | | | it's no good removing " (using module ...)" from {DEVICE} field, it's much better not having it in the first place. See network/ethernet.pm v1.81 for the real fix
* fix fpons sucks (as usuall as he neither tests nor care about bugThierry Vignaud2003-07-221-1/+4
| | | | | reports)
* dhcp host name cannot be set if one want to get it from dhcp serverThierry Vignaud2003-07-211-1/+1
|
* add a hint if we never restore profiles featureThierry Vignaud2003-07-211-0/+1
|
* do not gratuitously waste spaceThierry Vignaud2003-07-211-1/+1
|
* if we really want the type connection to be translated by translate() call inThierry Vignaud2003-07-211-0/+2
| | | | | step_2, we should mark it as translatable for gettext somewhere ...
* fix final success message:Thierry Vignaud2003-07-211-2/+2
| | | | | | - fix join usage - fix gtk frontend detection
* do not loop if one refuse to save changes, just skip the save stepThierry Vignaud2003-07-211-9/+3
|
* keep user changes on back stepThierry Vignaud2003-07-211-1/+1
|
* fix no previous button when using ask_okcancel() in wizard mode due to *very*Thierry Vignaud2003-07-211-19/+30
| | | | | | | | | | | | | | | ugly "$common->{cancel} = '' if !defined wantarray();" in interactive.pm anyway, the whole pre_func() idea was totally dumb it now looks a little cleaner making all main configuration callbacks having the same prototype and name would enable further cleanups (direct call to network::$net_module{$type}::configure(...);)
* sync translation with stock itemThierry Vignaud2003-07-181-1/+2
|
* proxy configuration step: do not go back two steps back on "previous"Thierry Vignaud2003-07-171-1/+2
| | | | | click, but only one back
* properly use checkboxesThierry Vignaud2003-07-171-4/+4
|
* fix usage of bool type in interactive: put the text in the checkbox'sThierry Vignaud2003-07-171-3/+3
| | | | | | label instead of packing a standalone label *and* a checkbox with an empty label
* isdn : virtual interface ippp0 is started at boot.damien2003-07-051-3/+6
|
* - miscellaneous_choose() no longer use uneeded b_clickedDamien Chaumette2003-06-121-4/+4
| | | | | | - drop $::Expert - perl_checker fix
* - drop $::ExpertDamien Chaumette2003-06-121-4/+4
| | | | | - drop $netc->{ZEROCONF_HOSTNAME}, only need regexp
* - drop $::ExpertDamien Chaumette2003-06-121-23/+9
| | | | | - simplify code
* - s/interactive_gtk/interactive::gtk/ to get sub pre_func usableDamien Chaumette2003-06-111-21/+3
| | | | | - drop write_on_pixmap way
* - handle spaces in exported directoriesPascal Rigaux2003-06-061-3/+2
| | | | | - simplify using --no-headers when calling showmount
* forgot to commit the new configuration stepDamien Chaumette2003-05-281-1/+4
|
* s/my/our/ to make perl_checker happy in isdn.pmDamien Chaumette2003-05-281-1/+1
|
* - remove isdn-light config (seen with isdn4net maintainer)Damien Chaumette2003-05-281-103/+25
| | | | | - new step to keep old device configuration
* fix isdndata export in stripped packageThierry Vignaud2003-05-281-3/+3
|
* remove /dev/ttyS14 link by drakconnect.Francois Pons2003-05-281-1/+1
|
* perl_checker fixesThierry Vignaud2003-05-232-6/+3
|
* #3628 /etc/resolv.conf explicit rights set (by titi)Damien Chaumette2003-05-231-2/+2
|
* kill some warnings catched by diagnostics pragmaThierry Vignaud2003-05-221-9/+9
|
* add some ip checking (#853)Damien Chaumette2003-05-211-15/+25
| | | | | remove old comments
* #763 #2336 fix alias in modules.confDamien Chaumette2003-05-201-0/+5
|
* (find_servers): chomp is uneededThierry Vignaud2003-05-201-1/+0
|
* (find_exports) better behavior when regexp does not matchThierry Vignaud2003-05-201-1/+1
|
* perl_checker compliantDamien Chaumette2003-05-201-8/+7
|
* do not drop return values from regexp but use them to ensure we do notThierry Vignaud2003-05-191-1/+1
| | | | | | reuse capture buffers from previous one, which is really bad and trully buggy
* move expert stuff under the "advanced" button like in all other ↵Thierry Vignaud2003-05-191-7/+6
| | | | drakx/drakxtools code
* add a step to warn user before writing settings (bug #852 and so)Damien Chaumette2003-05-161-2/+4
|
* let it workThierry Vignaud2003-05-161-1/+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 !
* s/@isdn::isdndata/@isdndata/Damien Chaumette2003-05-121-3/+3
|
* - 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
* s|/sbin/isdnctrl|/usr/sbin/isdnctrl|Damien Chaumette2003-05-071-2/+2
|
* - drop !$::isWizard codeDamien Chaumette2003-05-061-12/+10
| | | | | - perl_checker