Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not add 127.0.0.1 entires to /etc/hosts as this is handled by nss-myhostname | Olav Vitters | 2013-10-15 | 1 | -3/+1 |
| | |||||
* | help perl_checker (increase SNR) | Thierry Vignaud | 2013-04-27 | 1 | -0/+1 |
| | |||||
* | silent a couple warnings | Thierry Vignaud | 2013-02-20 | 1 | -3/+3 |
| | |||||
* | add support for MACADDR and ETHTOOL_OPTS (Oden Eriksson, mga#8811) | Thierry Vignaud | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | remove invalid character in source code that makes drakx-net tools crash | Olivier Blin | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | (reload_net_applet) fix crash when net_applet doesn't run (mga#6040) | Thierry Vignaud | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | fix connectivity test during install (and possibly standalone) by | Olivier Blin | 2012-05-10 | 1 | -1/+2 |
| | | | | | calling res_init before hostname resolution (#5772) | ||||
* | ensure /etc/hostname has a newline as per upstream specs (#4672) | Colin Guthrie | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | (detect_crda_domain) fix CRDA never set to 'US' when country not in CRDA domains | Thierry Vignaud | 2012-03-20 | 1 | -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 cleanups | Thierry Vignaud | 2012-03-20 | 1 | -36/+35 |
| | |||||
* | hostname: update the /etc/hostname (new x-distro standard) file on hostname ↵ | Colin Guthrie | 2012-01-04 | 1 | -0/+3 |
| | | | | change (#2983) | ||||
* | revert bogus part of last commit | Thierry Vignaud | 2011-11-18 | 1 | -2/+2 |
| | |||||
* | update main catalog (#3371) | Thierry Vignaud | 2011-11-18 | 1 | -2/+2 |
| | |||||
* | Keep UUID, NAME and LAST_CONNECT for NetworkManager to work correctly. | Dexter Morgan | 2011-02-03 | 1 | -0/+1 |
| | | | | | Merge mdv commit 271837 | ||||
* | Allow interface to be controlled by NetworkManager | Dexter Morgan | 2011-02-03 | 1 | -0/+1 |
| | | | | | Merge mdv commit 271832 | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-03 | 1 | -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 interfaces | Olivier Blin | 2010-04-30 | 1 | -9/+6 |
| | | | | | (and not just if there is a unique ethernet interface) | ||||
* | remove old unused configuration variables | Olivier Blin | 2010-04-30 | 1 | -8/+0 |
| | |||||
* | Revert code to write to resolvconf (shouldn't be done) (#54180) | Claudio Matsuoka | 2010-03-08 | 1 | -10/+1 |
| | |||||
* | write name servers to correct file (#54180) | Claudio Matsuoka | 2010-03-04 | 1 | -1/+10 |
| | |||||
* | Do not mess up /etc/hosts file when there are multiple aliases for same | Eugeni Dodonov | 2009-11-19 | 1 | -6/+13 |
| | | | | IP, use similar procedure as drakhosts instead (#30168) | ||||
* | use from_utf8 instead of Encode::decode to better work within installer. | Eugeni Dodonov | 2009-09-02 | 1 | -2/+1 |
| | |||||
* | support utf8-encoded network profiles | Eugeni Dodonov | 2009-08-25 | 1 | -1/+2 |
| | |||||
* | Showing netprofile info in proxies configuration when required. | Eugeni Dodonov | 2009-08-17 | 1 | -1/+4 |
| | |||||
* | Added netprofile_count function. | Eugeni Dodonov | 2009-08-17 | 1 | -0/+5 |
| | |||||
* | Typo fix. | Eugeni Dodonov | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Implemented netprofile module management. | Eugeni Dodonov | 2009-08-14 | 1 | -0/+28 |
| | |||||
* | Updated for new netprofile. | Eugeni Dodonov | 2009-08-14 | 1 | -23/+6 |
| | |||||
* | Using correct sysctl variable (#50807). | Eugeni Dodonov | 2009-05-11 | 1 | -3/+3 |
| | |||||
* | Support for network accounting configuration. | Eugeni Dodonov | 2009-05-08 | 1 | -0/+1 |
| | |||||
* | Support default CRDA domain (required for #49982, #49983 and #49171). | Eugeni Dodonov | 2009-04-15 | 1 | -3/+24 |
| | |||||
* | New way to disable ipv6 (#48618). | Eugeni Dodonov | 2009-04-02 | 1 | -7/+7 |
| | |||||
* | Preserving CRDA_DOMAIN value. | Eugeni Dodonov | 2009-03-18 | 1 | -1/+1 |
| | |||||
* | Guessing DNS server as x.x.x.1, as it is more usual this days (partly | Eugeni Dodonov | 2009-02-11 | 1 | -1/+1 |
| | | | | fixes #7041). | ||||
* | Support for msec-controlled network settings. | Eugeni Dodonov | 2009-02-05 | 1 | -6/+8 |
| | |||||
* | Added more options to Advanced Settings of draknetcenter. | Eugeni Dodonov | 2009-01-27 | 1 | -32/+55 |
| | |||||
* | Moved advanced network settings to draknetcenter, and removed draknetadvanced. | Eugeni Dodonov | 2009-01-20 | 1 | -0/+34 |
| | |||||
* | - Added draknetadvanced to control advanced network parameters | Eugeni Dodonov | 2009-01-19 | 1 | -0/+13 |
| | | | | | | such as IPv6 and TCP Window Scaling (#27070, #28829, #33623, #38662). | ||||
* | write ATM_DEVICE in config file | Olivier Blin | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | write WIRELESS_WPA_REASSOCIATE=yes for rt61pci driver | Olivier Blin | 2008-08-01 | 1 | -1/+1 |
| | |||||
* | write CELLULAR_CID in ifcfg file if needed | Olivier Blin | 2008-05-15 | 1 | -0/+1 |
| | |||||
* | do not write ONBOOT setting in access point files | Olivier Blin | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | do not disable ONBOOT for PCMCIA interfaces (ifplugd is used by default) | Olivier Blin | 2008-04-30 | 1 | -2/+0 |
| | |||||
* | do not write MII_NOT_SUPPORTED in wireless.d files (so that its value | Olivier Blin | 2008-04-03 | 1 | -1/+1 |
| | | | | | does not get overwritten when switching networks) | ||||
* | rewrite for next commit | Olivier Blin | 2008-04-03 | 1 | -3/+5 |
| | |||||
* | add netmask_to_vlsm function (for shorewall masq computing) | Olivier Blin | 2008-04-03 | 1 | -0/+12 |
| | |||||
* | allow writting WIRELESS_ENC_MODE | Olivier Blin | 2008-04-03 | 1 | -1/+1 |
| | |||||
* | sync with 2007.1 (because of SVN loss)2007.1 | Olivier Blin | 2007-05-25 | 1 | -109/+190 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+627 |