summaryrefslogtreecommitdiffstats
path: root/lib/network/network.pm
Commit message (Collapse)AuthorAgeFilesLines
* drakfirewall: exclude NM wireless config files when building interface list ↵Martin Whitaker2020-09-151-1/+4
| | | | (mga#8960)
* Add basic support for connecting to WPA2-PSK network with net_applet when ↵Jani Välimaa2020-06-071-0/+2
| | | | | | networkmanager is used We need to set KEY_MGMT and WPA_PSK in ifcfg file for networkmanager.
* Add advanced option to set NOZEROCONF in /etc/sysconfig/network (mga#23282)Paul Bichis2019-01-281-1/+2
|
* Nuke an ethN regexp that prevents network coming up in installer mga#11592Colin Guthrie2014-01-051-1/+1
|
* adapt to new /etc/sysctl.dThierry Vignaud2013-12-271-2/+2
|
* Do not add 127.0.0.1 entires to /etc/hosts as this is handled by nss-myhostnameOlav Vitters2013-10-151-3/+1
|
* help perl_checker (increase SNR)Thierry Vignaud2013-04-271-0/+1
|
* silent a couple warningsThierry Vignaud2013-02-201-3/+3
|
* add support for MACADDR and ETHTOOL_OPTS (Oden Eriksson, mga#8811)Thierry Vignaud2013-02-191-1/+1
|
* remove invalid character in source code that makes drakx-net tools crashOlivier Blin2012-09-051-1/+1
|
* (reload_net_applet) fix crash when net_applet doesn't run (mga#6040)Thierry Vignaud2012-09-051-1/+1
|
* fix connectivity test during install (and possibly standalone) by Olivier Blin2012-05-101-1/+2
| | | | | calling res_init before hostname resolution (#5772)
* ensure /etc/hostname has a newline as per upstream specs (#4672)Colin Guthrie2012-03-251-1/+1
|
* (detect_crda_domain) fix CRDA never set to 'US' when country not in CRDA domainsThierry Vignaud2012-03-201-1/+1
| | | | | | | | | | | | | | we would set CRDA to 'US' only if country was undefined instead of not in CRDA domains. might help quite a log bug reports... (bug introduced by eugeni in commit r256513 on Apr 15 2009) caught while performing perl_checker cleanup & fixes, the most beautiful being in detect_crda_domain(): - if (grep($country, @crda_domains)) { + if (member($country, @crda_domains)) { exercise left to the reader...
* perl_checker cleanupsThierry Vignaud2012-03-201-36/+35
|
* hostname: update the /etc/hostname (new x-distro standard) file on hostname ↵Colin Guthrie2012-01-041-0/+3
| | | | change (#2983)
* revert bogus part of last commitThierry Vignaud2011-11-181-2/+2
|
* update main catalog (#3371)Thierry Vignaud2011-11-181-2/+2
|
* Keep UUID, NAME and LAST_CONNECT for NetworkManager to work correctly.Dexter Morgan2011-02-031-0/+1
| | | | | Merge mdv commit 271837
* Allow interface to be controlled by NetworkManagerDexter Morgan2011-02-031-0/+1
| | | | | Merge mdv commit 271832
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r398 | dmorgan | 2011-02-03 18:07:04 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-net ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: po - replace Mandriva by Mangeia in po files pixmaps - replace all images (use Oxygen) icons - replace all images (use Oxygen) lib - remove Mandriva occurrences - movre dbus prefix to org.mageia config - remove Mandriva occurrences - movre dbus prefix to org.mageia
* installer: configure automatic DHCP on all ethernet interfacesOlivier Blin2010-04-301-9/+6
| | | | | (and not just if there is a unique ethernet interface)
* remove old unused configuration variablesOlivier Blin2010-04-301-8/+0
|
* Revert code to write to resolvconf (shouldn't be done) (#54180)Claudio Matsuoka2010-03-081-10/+1
|
* write name servers to correct file (#54180)Claudio Matsuoka2010-03-041-1/+10
|
* Do not mess up /etc/hosts file when there are multiple aliases for sameEugeni Dodonov2009-11-191-6/+13
| | | | IP, use similar procedure as drakhosts instead (#30168)
* use from_utf8 instead of Encode::decode to better work within installer.Eugeni Dodonov2009-09-021-2/+1
|
* support utf8-encoded network profilesEugeni Dodonov2009-08-251-1/+2
|
* Showing netprofile info in proxies configuration when required.Eugeni Dodonov2009-08-171-1/+4
|
* Added netprofile_count function.Eugeni Dodonov2009-08-171-0/+5
|
* Typo fix.Eugeni Dodonov2009-08-141-1/+1
|
* Implemented netprofile module management.Eugeni Dodonov2009-08-141-0/+28
|
* Updated for new netprofile.Eugeni Dodonov2009-08-141-23/+6
|
* Using correct sysctl variable (#50807).Eugeni Dodonov2009-05-111-3/+3
|
* Support for network accounting configuration.Eugeni Dodonov2009-05-081-0/+1
|
* Support default CRDA domain (required for #49982, #49983 and #49171).Eugeni Dodonov2009-04-151-3/+24
|
* New way to disable ipv6 (#48618).Eugeni Dodonov2009-04-021-7/+7
|
* Preserving CRDA_DOMAIN value.Eugeni Dodonov2009-03-181-1/+1
|
* Guessing DNS server as x.x.x.1, as it is more usual this days (partlyEugeni Dodonov2009-02-111-1/+1
| | | | fixes #7041).
* Support for msec-controlled network settings.Eugeni Dodonov2009-02-051-6/+8
|
* Added more options to Advanced Settings of draknetcenter.Eugeni Dodonov2009-01-271-32/+55
|
* Moved advanced network settings to draknetcenter, and removed draknetadvanced.Eugeni Dodonov2009-01-201-0/+34
|
* - Added draknetadvanced to control advanced network parametersEugeni Dodonov2009-01-191-0/+13
| | | | | | such as IPv6 and TCP Window Scaling (#27070, #28829, #33623, #38662).
* write ATM_DEVICE in config fileOlivier Blin2008-11-241-1/+1
|
* write WIRELESS_WPA_REASSOCIATE=yes for rt61pci driverOlivier Blin2008-08-011-1/+1
|
* write CELLULAR_CID in ifcfg file if neededOlivier Blin2008-05-151-0/+1
|
* do not write ONBOOT setting in access point filesOlivier Blin2008-05-151-1/+1
|
* do not disable ONBOOT for PCMCIA interfaces (ifplugd is used by default)Olivier Blin2008-04-301-2/+0
|
* do not write MII_NOT_SUPPORTED in wireless.d files (so that its valueOlivier Blin2008-04-031-1/+1
| | | | | does not get overwritten when switching networks)
* rewrite for next commitOlivier Blin2008-04-031-3/+5
|