summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-466/+0
|
* don't have a useless empty hash in wizards objects, use the wizards hashOlivier Blin2006-01-031-5/+4
|
* typo fixThierry Vignaud2005-09-181-1/+1
|
* fix untranslated messages (#17969)Olivier Blin2005-09-131-1/+1
|
* remove wrong testOlivier Blin2005-08-291-3/+1
|
* typo fixThierry Vignaud2005-08-241-1/+1
|
* it's better to warn package installation failure in ensure_is_installed than ↵Pascal Rigaux2005-08-081-16/+4
| | | | each callers (bugzilla #17251)
* make sure shorewall gets enabledOlivier Blin2005-08-021-0/+1
|
* fix bad phrasingOlivier Blin2005-07-121-1/+1
|
* move wait message after package installation (or else the interfaceOlivier Blin2005-07-121-3/+3
| | | | | isn't active)
* don't be fooled by if_ not short-circuiting and auto-vivification, use ↵Olivier Blin2005-06-071-1/+1
| | | | $conf->{masq_subnet} instead of $conf->{masquerade}{subnet} (i.e. do not write buggy shorewall masqfile when connection sharing is disabled)
* drop unused variable, this file is modified in network::shorewall nowOlivier Blin2005-06-061-1/+0
|
* new netconnect APIOlivier Blin2005-06-061-7/+5
|
* remove debug codeOlivier Blin2005-05-261-2/+0
|
* check_iptables() doesn't need a $in object anymoreOlivier Blin2005-05-261-1/+1
|
* add "choose_net_interface" step to have a real wizard step when askingOlivier Blin2005-05-261-17/+25
| | | | | net interface
* better way to handle squid ports (read shorewall REDIRECT rules in ↵Olivier Blin2005-05-261-14/+16
| | | | network::shorewall::read to avoid tricks in network::shorewall::write)
* - wizardifyOlivier Blin2005-05-241-489/+354
| | | | | | | - allow not to enable DNS, dhcpd and proxy servers - allow not to enable CUPS broadcast - use @IF (network interface) instead of network address in CUPS configuration
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* - network::shorewall::default_interfaces_silent() does not need any parameterPascal Rigaux2005-03-241-1/+1
| | | | | | | - network::shorewall::read() is simpler with a $o_in - network::drakfirewall::default_from_pkgs() is non interactive, better give it a do_pkgs - cleanup as little as possible
* indentation/spaces cleanupsOlivier Blin2005-02-181-14/+14
|
* perl_checker fixesOlivier Blin2005-02-171-5/+4
|
* use network::shorewall::get_net_deviceOlivier Blin2005-02-171-2/+2
|
* net_cnx scripts shouldn't be used anymoreOlivier Blin2005-02-171-2/+0
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
|
* (get_eth_cards_names) remove unused parameterOlivier Blin2004-09-141-1/+1
|
* (outpend) clean by reusing MDK::CommonThierry Vignaud2004-07-301-2/+3
|
* standalone tools are *not* chrootedThierry Vignaud2004-07-291-2/+2
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-2/+3
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* add a new line for lord catThierry Vignaud2004-03-231-1/+1
|
* fix drakgw removing MII_NOT_SUPPORTED parameter from ifcfg file (#9076)Thierry Vignaud2004-03-231-1/+5
|
* add ppp+ and ippp+ at the interfaces listFlorin Grad2004-03-151-0/+1
|
* fix the disable, enable functionsFlorin Grad2004-03-111-36/+40
|
* fix previous button on first step (robert.vojta@qcm.cz, anthill #386)Thierry Vignaud2004-03-111-1/+3
|
* fix the 8669 bugFlorin Grad2004-03-101-1/+1
|
* reput back strict pragmaThierry Vignaud2004-03-041-0/+1
|
* really enable the proxy squid, fix the proxy REDIRECT shorewall rule, fis ↵Florin Grad2004-03-041-8/+10
| | | | the shorewall interfaces configuration
* list network card name rather than just ethX in device listThierry Vignaud2004-03-041-1/+2
|
* do not abuse global namespaceThierry Vignaud2004-02-161-2/+2
|
* new banner iconsThierry Vignaud2004-02-131-1/+1
|
* update copyright noticesThierry Vignaud2004-01-221-2/+2
|
* install the squid package, if necessaryFlorin Grad2004-01-201-0/+1
|
* perl_checker fixesThierry Vignaud2004-01-191-14/+13
|
* remove empty lines in order to get more place for entry fieldsThierry Vignaud2004-01-191-3/+1
|
* typo errorFlorin Grad2004-01-191-1/+0
|
* add transparent proxy supportFlorin Grad2004-01-191-10/+78
|
* prevent altering system configuration in testing mode in optionalThierry Vignaud2003-11-271-8/+10
| | | | | steps
* more explanationsThierry Vignaud2003-11-271-0/+2
|