Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install rtlwifi-firmware for rtl8192 drivers | Olivier Blin | 2012-04-29 | 1 | -0/+11 |
| | |||||
* | remove rtl8187se thirdparty check, it has been in mainline for a long time ↵ | Olivier Blin | 2012-04-29 | 1 | -7/+0 |
| | | | | already | ||||
* | further fix iwlagn firmware installation | Olivier Blin | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | (ask_driver) do not try to access the full chroot path when running in ↵ | Thierry Vignaud | 2012-04-25 | 1 | -1/+3 |
| | | | | | | chroot (mga#56052) still need to look at #26046 and #44416 | ||||
* | install ralink-firmware for rt61/73/2860/2870/3090 drivers | Olivier Blin | 2012-04-23 | 1 | -25/+8 |
| | |||||
* | fix iwlagn firmware package installation (#5549) and make iwl3945/4965 check ↵ | Olivier Blin | 2012-04-22 | 1 | -1/+1 |
| | | | | faster by fixing test file | ||||
* | version 1.7 fixes b43 firmware path (#5419)1.7 | José Jorge | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | ensure /etc/hostname has a newline as per upstream specs (#4672) | Colin Guthrie | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | 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 |
| |