Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (apply_connection) wait for network to show up the same way as in the | Thierry Vignaud | 2012-09-05 | 1 | -0/+2 |
| | | | | | | installer (Derek Jennings, mga#5830) (backported from trunk) | ||||
* | install rtlwifi-firmware for r8712u driver (#6064) | Olivier Blin | 2012-06-10 | 1 | -0/+2 |
| | |||||
* | 1.121.12 | Thierry Vignaud | 2012-05-11 | 1 | -0/+1 |
| | |||||
* | fix connectivity test during install (and possibly standalone) by | Olivier Blin | 2012-05-10 | 1 | -0/+3 |
| | | | | | calling res_init before hostname resolution (#5772) | ||||
* | 1.111.11 | Thierry Vignaud | 2012-05-10 | 1 | -0/+1 |
| | |||||
* | (connected) fix testing network connectivy test after resolv.conf changes | Thierry Vignaud | 2012-05-10 | 1 | -0/+3 |
| | | | | (Derek Jennings, mga#5772) | ||||
* | 1.101.10 | Olivier Blin | 2012-04-30 | 1 | -0/+1 |
| | |||||
* | another fix for iwlagn firmware installation since reported module name is ↵ | Olivier Blin | 2012-04-29 | 1 | -0/+2 |
| | | | | iwlwifi (#5549) | ||||
* | install rtlwifi-firmware for rtl8192 drivers | Olivier Blin | 2012-04-29 | 1 | -0/+1 |
| | |||||
* | remove rtl8187se thirdparty check, it has been in mainline for a long time ↵ | Olivier Blin | 2012-04-29 | 1 | -0/+3 |
| | | | | already | ||||
* | 1.91.9 | Thomas Backlund | 2012-04-28 | 1 | -0/+1 |
| | |||||
* | further fix iwlagn firmware installation | Olivier Blin | 2012-04-27 | 1 | -0/+2 |
| | |||||
* | fix bug ID | Thierry Vignaud | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | 1.81.8 | Thierry Vignaud | 2012-04-25 | 1 | -0/+1 |
| | |||||
* | (ask_driver) do not try to access the full chroot path when running in ↵ | Thierry Vignaud | 2012-04-25 | 1 | -0/+2 |
| | | | | | | 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 | -0/+1 |
| | |||||
* | fix iwlagn firmware package installation (#5549) and make iwl3945/4965 check ↵ | Olivier Blin | 2012-04-22 | 1 | -0/+3 |
| | | | | faster by fixing test file | ||||
* | version 1.7 fixes b43 firmware path (#5419)1.7 | José Jorge | 2012-04-16 | 1 | -0/+3 |
| | |||||
* | 1.61.6 | Colin Guthrie | 2012-04-11 | 1 | -0/+1 |
| | |||||
* | ensure /etc/hostname has a newline as per upstream specs (#4672) | Colin Guthrie | 2012-03-25 | 1 | -0/+2 |
| | |||||
* | 1.51.5 | Thierry Vignaud | 2012-03-22 | 1 | -0/+1 |
| | |||||
* | nfs: add .conf suffix to lockd.drakx file in /etc/modprobe.d | Olivier Blin | 2012-03-20 | 1 | -0/+1 |
| | |||||
* | (warn_not_found) fix bogus messages about 3rd party drivers | Thierry Vignaud | 2012-03-20 | 1 | -0/+1 |
| | | | | introduced when importing+cleaning | ||||
* | (set_ifw) fix cleaning old rules | Thierry Vignaud | 2012-03-20 | 1 | -0/+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 | -0/+2 |
| | | | | | 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 | -0/+3 |
| | | | | | | | | | | | | | | 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... | ||||
* | 1.41.4 | Thierry Vignaud | 2012-03-12 | 1 | -0/+1 |
| | |||||
* | adapt to drakxtools-13.92+ API change which fixes mgaapplet crashing on major | Thierry Vignaud | 2012-03-12 | 1 | -0/+2 |
| | | | | | | | | | 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 | -0/+2 |
| | |||||
* | 1.31.3 | Colin Guthrie | 2012-01-04 | 1 | -0/+1 |
| | |||||
* | hostname: update the /etc/hostname (new x-distro standard) file on hostname ↵ | Colin Guthrie | 2012-01-04 | 1 | -0/+3 |
| | | | | change (#2983) | ||||
* | 1.21.2 | Olivier Blin | 2011-12-14 | 1 | -0/+1 |
| | |||||
* | wireless scan: use programs from prefix, not installer root (#1452) | Olivier Blin | 2011-12-14 | 1 | -0/+2 |
| | |||||
* | minor style fix in NEWS | Olivier Blin | 2011-12-09 | 1 | -1/+1 |
| | |||||
* | 1.11.1 | Olivier Blin | 2011-12-09 | 1 | -0/+1 |
| | |||||
* | update NEWS | Olivier Blin | 2011-12-09 | 1 | -0/+7 |
| | |||||
* | SILENT : corrected NEWS file | José Jorge | 2011-12-05 | 1 | -1/+2 |
| | |||||
* | SILENT : forgot to update NEWS | José Jorge | 2011-12-05 | 1 | -0/+1 |
| | |||||
* | 1.01.0 | Olivier Blin | 2011-11-21 | 1 | -0/+2 |
| | |||||
* | make sure all strings ended in translation catalogs (#3371) | Thierry Vignaud | 2011-11-18 | 1 | -0/+2 |
| | |||||
* | Bump version to release0.99 | José Jorge | 2011-10-18 | 1 | -0/+3 |
| | | | | Corrected typo in make dist | ||||
* | 0.980.98 | Thierry Vignaud | 2011-07-27 | 1 | -0/+1 |
| | |||||
* | (get_routes) make network connectivity check work with kernel-2.6.39+ (#1266) | Thierry Vignaud | 2011-07-27 | 1 | -0/+2 |
| | |||||
* | 0.97 | Anne Nicolas | 2011-05-19 | 1 | -0/+3 |
| | |||||
* | update for 0.96 | Anne Nicolas | 2011-05-18 | 1 | -1/+3 |
| | |||||
* | update for 0.95 | Anne Nicolas | 2011-05-18 | 1 | -0/+4 |
| | |||||
* | update translations | Anne Nicolas | 2011-05-14 | 1 | -0/+3 |
| | |||||
* | New version 0.93 | Dexter Morgan | 2011-02-22 | 1 | -0/+1 |
| | |||||
* | Merge mdv commit 271931 : | Dexter Morgan | 2011-02-22 | 1 | -0/+3 |
| | | | | | | | - Move autostart desktop files to /etc/xdg/autostart - Remove xinit.d script: non-xdg-autostart compliant desktops should use the xdg-compliance-autostart package if they want to run drakx-net and others | ||||
* | - Fix NEWS file versioning | Dexter Morgan | 2011-02-03 | 1 | -0/+2 |
| | | | | | | - Add missing ";" at the end of the Categories entry in draknetcenter.desktop Merge mdv commit 271858 |