index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
network
/
netconnect.pm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
isdn data are now fetched form system instead of drakconnect conf file
Arnaud Desmons
2002-12-06
1
-53
/
+23
*
gtk+-2 port
Thierry Vignaud
2002-12-05
1
-5
/
+5
*
remove unused variables or rename them with an underscore (eg: $o becomes $_o)
Pascal Rigaux
2002-12-04
1
-12
/
+9
*
- %l is not used, so why declare it??
Pascal Rigaux
2002-12-04
1
-2
/
+2
*
syntax changes to make perl_checker happy
Pascal Rigaux
2002-12-04
1
-4
/
+4
*
More data are now fetched from system instead of drakconnect conf file
Arnaud Desmons
2002-12-04
1
-63
/
+85
*
use if_() where possible (as reported by perl_checker)
Pascal Rigaux
2002-12-04
1
-8
/
+4
*
syntax changes to make perl_checker happy
Pascal Rigaux
2002-12-04
1
-1
/
+1
*
use output_with_perm()
Pascal Rigaux
2002-12-02
1
-17
/
+11
*
Some data are now fetched from system instead of drakconnect conf file (adsl,...
Arnaud Desmons
2002-12-02
1
-28
/
+30
*
perl_checker adaptations
Pascal Rigaux
2002-11-28
1
-6
/
+6
*
in network::netconnect::main(), declare @l as it should be. But the code is r...
Pascal Rigaux
2002-11-25
1
-1
/
+2
*
$modem is redefined 2 lines below its first declaration. this first declarati...
Pascal Rigaux
2002-11-25
1
-1
/
+0
*
removed old code (commented out).
Francois Pons
2002-11-25
1
-14
/
+0
*
make perl_checker happy
Pascal Rigaux
2002-11-18
1
-1
/
+1
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
1
-28
/
+28
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
1
-1
/
+1
*
add/remove some spaces to make perl_checker happy
Pascal Rigaux
2002-11-12
1
-3
/
+3
*
- replace ... =~ 'foo' with ... =~ /foo/
Pascal Rigaux
2002-11-11
1
-2
/
+2
*
add or remove spaces where need to please perl_checker
Pascal Rigaux
2002-11-11
1
-10
/
+10
*
replace complex "unless"s with "if"s
Pascal Rigaux
2002-11-06
1
-4
/
+4
*
replace "_" with "N" and "__" with "N_"
Pascal Rigaux
2002-11-06
1
-45
/
+45
*
few reworks for winmodem detection
Damien Chaumette
2002-10-28
1
-15
/
+12
*
make perl_checker happy: replace PKG::f with PKG::f()
Pascal Rigaux
2002-10-23
1
-1
/
+1
*
remove useless 'pop'
Damien Chaumette
2002-10-18
1
-2
/
+1
*
change dumb return values s/@pci_modems, $serial_modem/$serial_modem, @pci_mo...
Damien Chaumette
2002-10-18
1
-1
/
+1
*
"=head" doc must end with "=cut"
Pascal Rigaux
2002-10-17
1
-0
/
+2
*
document network::netconnect::detect()
Thierry Vignaud
2002-10-17
1
-0
/
+17
*
- winmodem detection fix
Damien Chaumette
2002-10-16
1
-1
/
+1
*
add a warning window for winmodems
Damien Chaumette
2002-10-10
1
-5
/
+15
*
- fix old conf files name (thx titi)
Damien Chaumette
2002-09-13
1
-2
/
+2
*
- little fix
Damien Chaumette
2002-09-05
1
-4
/
+0
*
*** empty log message ***
Damien Chaumette
2002-09-03
1
-2
/
+2
*
- network restart previous bug fixed
Damien Chaumette
2002-09-02
1
-2
/
+2
*
- replace tinyfirewall by drakfirewall
Daouda Lo
2002-09-02
1
-2
/
+2
*
florin fixes for multiple NIC boxes
Thierry Vignaud
2002-08-23
1
-4
/
+4
*
(read_raw_net_conf): new function to access /etc/sysconfig/drakconnect and /e...
Pascal Rigaux
2002-08-23
1
-3
/
+12
*
- add network::shorewall
Pascal Rigaux
2002-08-22
1
-0
/
+5
*
(get_profiles): get rid of "glob", clean it up
Pascal Rigaux
2002-08-07
1
-8
/
+1
*
- First ECI adsl support step
Damien Chaumette
2002-08-01
1
-0
/
+2
*
make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")
Pascal Rigaux
2002-07-31
1
-9
/
+9
*
make new perl_checker happy
Pascal Rigaux
2002-07-31
1
-26
/
+25
*
make new perl_checker happy (and that's not easy!)
Pascal Rigaux
2002-07-31
1
-12
/
+12
*
. draknet renamed in drakconnect
Damien Chaumette
2002-07-18
1
-20
/
+20
*
adapt to new modules.pm
Pascal Rigaux
2002-07-04
1
-3
/
+3
*
fix a few english strings
Guillaume Cottenceau
2002-04-08
1
-2
/
+6
*
changed timeout for testing internet connection
damien
2002-03-12
1
-1
/
+2
*
corrected bad previous behaviour
damien
2002-03-07
1
-1
/
+1
*
corrected expert option in install mode
damien
2002-03-05
1
-1
/
+1
*
added expert mode
damien
2002-03-05
1
-0
/
+1
[prev]
[next]