Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure net object is passed to get_provider_settings and set_provider methods | Olivier Blin | 2012-03-20 | 3 | -6/+5 |
| | |||||
* | nfs: add .conf suffix to lockd.drakx file in /etc/modprobe.d | Olivier Blin | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | (set_ifw) merge the right patch | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | (set_provider) add a FIXME issue about an undeclared variable | Thierry Vignaud | 2012-03-20 | 1 | -0/+1 |
| | | | | undeclared variable $net introduced by blino in r242689 on May 23 2008 | ||||
* | (warn_not_found) fix bogus messages about 3rd party drivers | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
| | | | | introduced when importing+cleaning | ||||
* | (set_ifw) fix cleaning old rules | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
| | | | | | issue introduced by blino in r239468 on Mar 14 2008: "remove old Ifw rule if needed" | ||||
* | (read_nfs_ports) fix listing NFS ports | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
| | | | | | bug introduced by eugeni in r254161 on Mar 17 2009: "Supporting custom user-defined NFS ports." | ||||
* | (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 | 19 | -101/+88 |
| | |||||
* | adapt to drakxtools-13.92+ API change which fixes mgaapplet crashing on major | Thierry Vignaud | 2012-03-12 | 1 | -2/+1 |
| | | | | | | | | | perl live upgrade, thus reducing the amount of resident memory used by net_applet by not loading so much useless perl modules (regression introduced when adding support for reading routes with kernel-2.6.38+) | ||||
* | drakfirewall: list SSL flavor of POP3/IMAP/SMTP ports | Olivier Blin | 2012-01-15 | 1 | -2/+2 |
| | |||||
* | hostname: update the /etc/hostname (new x-distro standard) file on hostname ↵ | Colin Guthrie | 2012-01-04 | 1 | -0/+3 |
| | | | | change (#2983) | ||||
* | wireless scan: use programs from prefix, not installer root (#1452) | Olivier Blin | 2011-12-14 | 1 | -6/+6 |
| | |||||
* | shorewall: do not warn about incompatible SECTION commands in rules file | Olivier Blin | 2011-12-09 | 1 | -2/+3 |
| | |||||
* | ERR_CUSTOM file does not exist anymore, fix bug #1353 | José Jorge | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | do not write end line twice in shorewall files if there is no "LAST LINE" marker | Olivier Blin | 2011-12-02 | 1 | -4/+8 |
| | |||||
* | use . instead of source in /etc/ifw/rules (source does not work in dash) | Olivier Blin | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | remove unused settings variable in connection hash | Olivier Blin | 2011-11-23 | 2 | -3/+2 |
| | |||||
* | revert buggy commit | Olivier Blin | 2011-11-21 | 1 | -1/+0 |
| | |||||
* | fix parsing (and thus writing back) ACCOUNTING and NM_CONTROLLED in ifcfg | Olivier Blin | 2011-11-21 | 2 | -2/+3 |
| | |||||
* | revert bogus part of last commit | Thierry Vignaud | 2011-11-18 | 31 | -33/+33 |
| | |||||
* | update main catalog (#3371) | Thierry Vignaud | 2011-11-18 | 31 | -33/+33 |
| | |||||
* | SILENT : really fix b43-openfwwf | José Jorge | 2011-10-17 | 1 | -0/+1 |
| | |||||
* | install b43-openfwwf for b43 chips instead of requiring external firmware files | José Jorge | 2011-10-17 | 1 | -1/+10 |
| | |||||
* | (get_routes) use the right module | Thierry Vignaud | 2011-07-27 | 1 | -2/+2 |
| | |||||
* | (get_routes) make network connectivity check work with kernel-2.6.39+ (#1266) | Thierry Vignaud | 2011-07-27 | 1 | -1/+4 |
| | |||||
* | - fixed typo (Bug #961) | Oliver Burger | 2011-05-03 | 2 | -2/+2 |
| | | | | | - corrected pot file so it passes msgfmt -c | ||||
* | Remove wrong commit | Dexter Morgan | 2011-03-06 | 1 | -2/+0 |
| | |||||
* | Add empty files to be filled for desktop-common-data | Dexter Morgan | 2011-03-06 | 1 | -0/+2 |
| | |||||
* | Keep UUID, NAME and LAST_CONNECT for NetworkManager to work correctly. | Dexter Morgan | 2011-02-03 | 2 | -0/+7 |
| | | | | | Merge mdv commit 271837 | ||||
* | Allow interface to be controlled by NetworkManager | Dexter Morgan | 2011-02-03 | 2 | -0/+4 |
| | | | | | Merge mdv commit 271832 | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-03 | 15 | -35/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | fix syntax error | Olivier Blin | 2010-05-19 | 1 | -2/+2 |
| | |||||
* | Fix squid config file generation (#58600) | Eugeni Dodonov | 2010-05-04 | 1 | -3/+3 |
| | |||||
* | 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) | ||||
* | allow to skip Interactive Firewall configuration if IFW is set to no in ↵ | Olivier Blin | 2010-04-30 | 1 | -1/+4 |
| | | | | /etc/sysconfig/drakx-net | ||||
* | factorize support for rt3090 | Olivier Blin | 2010-04-30 | 1 | -12/+1 |
| | |||||
* | add support for rt2870 driver | Olivier Blin | 2010-04-30 | 1 | -6/+8 |
| | |||||
* | fix detecting sysfs bus (only applies to ieee1394 subsystem) | Olivier Blin | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | remove old unused configuration variables | Olivier Blin | 2010-04-30 | 1 | -8/+0 |
| | |||||
* | Use $::prefix for nfs stuff. | Eugeni Dodonov | 2010-03-15 | 1 | -6/+13 |
| | | | | | Properly support nlockmgr kernel ports (#51431) | ||||
* | Also prevent CA certificate from being written if pkcs12 used (#38463) | Claudio Matsuoka | 2010-03-08 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | disable CA certificate field if pkcs12 certificate is used (#38463) | Claudio Matsuoka | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Fix inverted wireless networks signal level sorting | Pascal Terjan | 2010-02-01 | 1 | -1/+1 |
| | |||||
* | Sort wireless networks by signal level by default | Pascal Terjan | 2010-02-01 | 1 | -0/+2 |
| | |||||
* | Don't guess gateway and nameserver if not specified (bug #28033) | Claudio Matsuoka | 2010-01-14 | 1 | -2/+5 |
| | | | | | | | | | Sometimes we don't want a default route to be set when configuring a network interface with static address. The typical case is when we have an external interface with dhcp and default route to the internet and a static interface connected to the local network. See bug 28033 for details. | ||||
* | Change prism54 wifi driver to p54pci/p54usb (bug #52018) | Claudio Matsuoka | 2010-01-14 | 1 | -5/+15 |
| | |||||
* | 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) |