index
:
drakx-backup-do-not-use
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
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/dietlibc
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_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
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
/
network.pm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
corrected option handling and added hotplug checkbox
Frederic Lepied
2003-02-10
1
-16
/
+18
*
perl_checker fixes
Thierry Vignaud
2003-02-10
1
-3
/
+3
*
check that zeroconf hostname doesn"t contain a .
Frederic Lepied
2003-02-09
1
-5
/
+26
*
- DHCP & Zeroconf fixes for installation
Damien Chaumette
2003-02-07
1
-3
/
+4
*
*** empty log message ***
Damien Chaumette
2003-02-07
1
-1
/
+1
*
avoid to mess up tmdns.conf file
Damien Chaumette
2003-02-06
1
-7
/
+4
*
fix dhcp package installation
Damien Chaumette
2003-02-06
1
-3
/
+5
*
fixed my own sucking
Damien Chaumette
2003-02-05
1
-0
/
+1
*
dhcp/zeroconf stuff
Damien Chaumette
2003-02-03
1
-4
/
+11
*
- fix zeroconf support
Damien Chaumette
2003-02-03
1
-27
/
+13
*
more zeroconf configuration
Damien Chaumette
2003-01-31
1
-0
/
+9
*
adapt to new category network/gigabit (which used to be in network/main)
Pascal Rigaux
2003-01-30
1
-1
/
+1
*
fix typo
Damien Chaumette
2003-01-24
1
-1
/
+1
*
pixelification
Pascal Rigaux
2003-01-23
1
-13
/
+3
*
- perl_checker compliant
Damien Chaumette
2003-01-23
1
-39
/
+46
*
force strict mode
Thierry Vignaud
2003-01-23
1
-0
/
+1
*
simplify easy_dhcp prototype
Pascal Rigaux
2003-01-22
1
-1
/
+1
*
perl_checker fixes
Thierry Vignaud
2003-01-22
1
-5
/
+5
*
English proofreading (first pass)
Pablo Saratxaga
2003-01-21
1
-4
/
+4
*
void label removed
Damien Chaumette
2003-01-20
1
-2
/
+2
*
- zero conf is avaible in drakconnect, with/without dhcp
Damien Chaumette
2003-01-20
1
-9
/
+21
*
- some changes to dhcp behavior for beta2 (not clean yet)
Damien Chaumette
2003-01-17
1
-5
/
+13
*
- fix /etc/hosts localhost.localdomain in localhost
Damien Chaumette
2003-01-16
1
-0
/
+1
*
replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"
Pascal Rigaux
2003-01-16
1
-1
/
+1
*
have dhcp-client the default dhcp client
Pascal Rigaux
2003-01-16
1
-1
/
+1
*
(easy_dhcp): don't call network::configureNetwork2
Pascal Rigaux
2003-01-09
1
-2
/
+0
*
- fix priority
Pascal Rigaux
2003-01-09
1
-1
/
+3
*
pass $::prefix instead of ''
Pascal Rigaux
2003-01-08
1
-1
/
+1
*
fix typo
Pascal Rigaux
2003-01-08
1
-1
/
+1
*
(easy_dhcp): cleanup
Pascal Rigaux
2003-01-08
1
-19
/
+19
*
add network::easy_dhcp function. Quietly setup eth0 in dhcp and restart network.
Damien Chaumette
2003-01-07
1
-1
/
+27
*
use "if any" instead of "if grep", and various other occurences of "any", "ev...
Pascal Rigaux
2003-01-07
1
-3
/
+3
*
- move any::pppConfig() to network::modem::ppp_configure()
Pascal Rigaux
2002-12-29
1
-13
/
+23
*
remove exported names which are not defined
Pascal Rigaux
2002-12-13
1
-1
/
+1
*
remove unused variables or rename them with an underscore (eg: $o becomes $_o)
Pascal Rigaux
2002-12-04
1
-1
/
+0
*
syntax changes to make perl_checker happy
Pascal Rigaux
2002-12-04
1
-2
/
+2
*
More data are now fetched from system instead of drakconnect conf file
Arnaud Desmons
2002-12-04
1
-2
/
+2
*
use if_() where possible (as reported by perl_checker)
Pascal Rigaux
2002-12-04
1
-1
/
+1
*
(read_resolv_conf): simplify
Pascal Rigaux
2002-12-03
1
-7
/
+2
*
(add2hosts): use output and pixelization
Pascal Rigaux
2002-12-02
1
-20
/
+7
*
Some data are now fetched from system instead of drakconnect conf file (adsl,...
Arnaud Desmons
2002-12-02
1
-2
/
+2
*
perl_checker adaptations
Pascal Rigaux
2002-11-28
1
-2
/
+2
*
perl_checker adaptations
Pascal Rigaux
2002-11-27
1
-2
/
+2
*
added is_domain_name that checks validity of a domain name.
Francois Pons
2002-11-25
1
-0
/
+5
*
- add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-14
1
-3
/
+3
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
1
-2
/
+2
*
add or remove spaces where need to please perl_checker
Pascal Rigaux
2002-11-11
1
-1
/
+1
*
- have "local *FILEHANDLE" before each "open FILEHANDLE, ..."
Pascal Rigaux
2002-11-06
1
-9
/
+5
*
(write_resolv_conf): much cleanup (originally it was meant to introduce
Pascal Rigaux
2002-11-06
1
-34
/
+37
*
replace complex "unless"s with "if"s
Pascal Rigaux
2002-11-06
1
-2
/
+2
[prev]
[next]