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
Commit message (
Expand
)
Author
Age
Files
Lines
*
perl_checker adaptations
Pascal Rigaux
2002-11-28
1
-2
/
+2
*
perl_checker adaptations
Pascal Rigaux
2002-11-27
6
-13
/
+13
*
in network::netconnect::main(), declare @l as it should be. But the code is r...
Pascal Rigaux
2002-11-25
1
-1
/
+2
*
- $up was my-ed inside the if-then block though it was used outside the block...
Pascal Rigaux
2002-11-25
1
-2
/
+3
*
$modem is redefined 2 lines below its first declaration. this first declarati...
Pascal Rigaux
2002-11-25
1
-1
/
+0
*
since $mouse is undefined, replace it with undef (??)
Pascal Rigaux
2002-11-25
1
-1
/
+1
*
add support for Sagem USB Modem (for free.fr ;-))
Francois Pons
2002-11-25
1
-2
/
+14
*
add support ADIModem.
Francois Pons
2002-11-25
1
-2
/
+3
*
removed reference to ...->{nb_cards} no more used.
Francois Pons
2002-11-25
1
-2
/
+0
*
removed old code (commented out).
Francois Pons
2002-11-25
1
-14
/
+0
*
removed 2 labels and 2 gotos by a very simple while, dam's is really great
Francois Pons
2002-11-25
1
-6
/
+5
*
added is_domain_name that checks validity of a domain name.
Francois Pons
2002-11-25
1
-0
/
+5
*
default dhcp client is dhcp-client
Frederic Lepied
2002-11-19
1
-8
/
+8
*
make perl_checker happy
Pascal Rigaux
2002-11-18
3
-7
/
+5
*
- add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-14
3
-6
/
+6
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
7
-58
/
+58
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
3
-3
/
+3
*
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
4
-16
/
+15
*
add or remove spaces where need to please perl_checker
Pascal Rigaux
2002-11-11
10
-30
/
+30
*
various small syntax enhancements to please perl_checker
Pascal Rigaux
2002-11-11
1
-1
/
+1
*
replace qq{...} with qq(...)
Pascal Rigaux
2002-11-11
1
-4
/
+4
*
don't return a typeglob ref, return the typeglob (reference to typeglobs are
Pascal Rigaux
2002-11-10
1
-1
/
+1
*
- do not use q{...} to please perl_checker
Pascal Rigaux
2002-11-09
1
-7
/
+6
*
- have "local *FILEHANDLE" before each "open FILEHANDLE, ..."
Pascal Rigaux
2002-11-06
2
-9
/
+6
*
(write_resolv_conf): much cleanup (originally it was meant to introduce
Pascal Rigaux
2002-11-06
1
-34
/
+37
*
make perl_checker happy
Pascal Rigaux
2002-11-06
1
-0
/
+1
*
replace complex "unless"s with "if"s
Pascal Rigaux
2002-11-06
3
-7
/
+7
*
replace "_" with "N" and "__" with "N_"
Pascal Rigaux
2002-11-06
9
-181
/
+181
*
few reworks for winmodem detection
Damien Chaumette
2002-10-28
1
-15
/
+12
*
add sub winmodemConfigure
Damien Chaumette
2002-10-28
1
-0
/
+19
*
perl_checker fixes
Thierry Vignaud
2002-10-23
1
-0
/
+1
*
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
*
make new perl_checker happy: replacing PKG::f by PKG::f()
Pascal Rigaux
2002-10-17
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
*
fix speedtouch detection
Damien Chaumette
2002-10-11
1
-1
/
+2
*
notify if speedtouch is detected or not
Damien Chaumette
2002-10-10
1
-13
/
+9
*
- move serial modem detection to detect_devices.pm
Damien Chaumette
2002-10-10
1
-32
/
+1
*
add a warning window for winmodems
Damien Chaumette
2002-10-10
1
-5
/
+15
*
workaround situation when /etc/resolv.conf is an absolute link to /etc/ppp/re...
Guillaume Cottenceau
2002-09-26
1
-1
/
+3
*
Fix configureNetwork to fit with new any::load_category_prompt_for_more behavior
Damien Chaumette
2002-09-24
1
-1
/
+1
*
fix NULL Gateway IP checking
Damien Chaumette
2002-09-23
1
-2
/
+2
*
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
*
fix spurious ";" before closing block
Guillaume Cottenceau
2002-09-19
1
-1
/
+1
*
remove forgotten debug hash printings
Florin Grad
2002-09-18
1
-7
/
+0
[next]