Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle range (bugzilla #7172) | Pascal Rigaux | 2004-02-06 | 1 | -2/+2 |
| | |||||
* | fix N() badly used | Pascal Rigaux | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | - add icmp support | Pascal Rigaux | 2004-01-16 | 1 | -1/+1 |
| | | | | | - add "Echo request (ping)" choice | ||||
* | revert code for testing perl_checker :-/ | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | (default_interfaces) | Thierry Vignaud | 2003-10-14 | 1 | -16/+8 |
| | | | | | | | | | | | - simplify: ask_from already optimize the one item case for us - make it show up a pull-down menu rather than forcing one to type in the interface - fix it: $conf{net_interface} was *not* set on multiple interfaces case (read) fix it (conf was uselely initialized) | ||||
* | small cleanup (thanks to perl_checker) | Pascal Rigaux | 2003-09-29 | 1 | -7/+6 |
| | | | | | !! default_interfaces() is still wrong !! | ||||
* | allow drakfirewall to choose the interface | Florin Grad | 2003-09-24 | 1 | -9/+42 |
| | |||||
* | add the network interface window as in the drakgw's case | Florin Grad | 2003-09-11 | 1 | -1/+3 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -2/+2 |
| | |||||
* | fix florin: replace $prefix with $::prefix | Pascal Rigaux | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | update 2 rules for the pptp dsl internet connection | Florin Grad | 2003-02-20 | 1 | -2/+5 |
| | |||||
* | force strict mode | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -4/+4 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | The LPD/LPRng port is 515, not 5015. | Till Kamppeter | 2002-09-20 | 1 | -1/+2 |
| | |||||
* | add the 5015 port for some printers in internal_ports | Florin Grad | 2002-09-20 | 1 | -1/+1 |
| | |||||
* | remove forgotten debug hash printings | Florin Grad | 2002-09-18 | 1 | -7/+0 |
| | |||||
* | small updates | Florin Grad | 2002-09-17 | 1 | -9/+12 |
| | |||||
* | add internal_ports variable | Florin Grad | 2002-09-16 | 1 | -0/+2 |
| | |||||
* | more services in drakgw_protocols | Florin Grad | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | run_program crazyness | Guillaume Cottenceau | 2002-09-12 | 1 | -3/+3 |
| | |||||
* | fix writing twice tcp instead of tcp & udp | Pascal Rigaux | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | ensure net_interface is found in any case | Pascal Rigaux | 2002-08-26 | 1 | -1/+1 |
| | |||||
* | remove debug code | Pascal Rigaux | 2002-08-23 | 1 | -1/+0 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-22 | 1 | -0/+1 |
| | |||||
* | use $::prefix to access shorewall config files | Pascal Rigaux | 2002-08-22 | 1 | -2/+2 |
| | |||||
* | - add network::shorewall | Pascal Rigaux | 2002-08-22 | 1 | -0/+136 |
- add tinyfirewall during install |