summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.101.10Olivier Blin2012-04-302-1/+2
|
* another fix for iwlagn firmware installation since reported module name is ↵Olivier Blin2012-04-292-4/+7
| | | | iwlwifi (#5549)
* simplify rtl8192 driver checkOlivier Blin2012-04-291-1/+1
|
* install rtlwifi-firmware for rtl8192 driversOlivier Blin2012-04-292-0/+12
|
* remove rtl8187se thirdparty check, it has been in mainline for a long time ↵Olivier Blin2012-04-292-7/+3
| | | | already
* 1.91.9Thomas Backlund2012-04-282-1/+2
|
* further fix iwlagn firmware installationOlivier Blin2012-04-272-1/+3
|
* fix bug IDThierry Vignaud2012-04-261-1/+1
|
* 1.81.8Thierry Vignaud2012-04-252-1/+2
|
* (ask_driver) do not try to access the full chroot path when running in ↵Thierry Vignaud2012-04-252-1/+5
| | | | | | chroot (mga#56052) still need to look at #26046 and #44416
* install ralink-firmware for rt61/73/2860/2870/3090 driversOlivier Blin2012-04-232-25/+9
|
* updated Romanian translationFlorin Catalin Russen2012-04-231-820/+806
|
* fix iwlagn firmware package installation (#5549) and make iwl3945/4965 check ↵Olivier Blin2012-04-222-1/+4
| | | | faster by fixing test file
* version 1.7 fixes b43 firmware path (#5419)1.7José Jorge2012-04-163-2/+5
|
* 1.61.6Colin Guthrie2012-04-112-1/+2
|
* Fix Makefile dist-svn targetColin Guthrie2012-04-111-1/+1
|
* ensure /etc/hostname has a newline as per upstream specs (#4672)Colin Guthrie2012-03-252-1/+3
|
* (dist-git) kill useless rmThierry Vignaud2012-03-241-1/+0
|
* (dist) auto select right method of generating tarballThierry Vignaud2012-03-241-1/+12
|
* switch from bzip2 to xzThierry Vignaud2012-03-241-1/+1
|
* (git-svn) split it out of distThierry Vignaud2012-03-241-1/+3
|
* (gitdist) rename as dist-git like other projectsThierry Vignaud2012-03-241-1/+1
|
* (dist) compress with xzThierry Vignaud2012-03-221-1/+1
|
* 1.51.5Thierry Vignaud2012-03-222-1/+2
|
* make sure net object is passed to get_provider_settings and set_provider methodsOlivier Blin2012-03-203-6/+5
|
* nfs: add .conf suffix to lockd.drakx file in /etc/modprobe.dOlivier Blin2012-03-202-1/+2
|
* (set_ifw) merge the right patchThierry Vignaud2012-03-201-1/+1
|
* do not fork useless shells, also should help with variables withThierry Vignaud2012-03-201-4/+4
| | | | spaces or other "strange" characters in
* (show_file_dialog,configure_samba) add FIXME issues about undeclared variablesThierry Vignaud2012-03-201-0/+2
| | | | | | | | | | undeclared $dlg variable introduced by eugeni in r253961 on Mar 12 2009: "Updated draksambashare directory selection to use FileChooser (#44564)." undeclared $o introduced by aginies in r231202 on Oct 26 2007: "add a wizard to configure a PDC or a standalone Samba server" draksambashare doesn't even start in strict mode
* (show_file_dialog) add a FIXME issue about an undeclared variableThierry Vignaud2012-03-201-0/+1
| | | | | | | undeclared variable introduced by eugeni in r253962 on Mar 12 2009: "Updated draknfs to use FileChooser for directory selection (#44562)" draknfs doesn't even start in strict mode
* (set_provider) add a FIXME issue about an undeclared variableThierry Vignaud2012-03-201-0/+1
| | | | undeclared variable $net introduced by blino in r242689 on May 23 2008
* (get_selected_profile) add a FIXME issue about a bloc doing nothingThierry Vignaud2012-03-201-0/+1
| | | | | issue introduced by eugeni in r254146 on Mar 17 2009: "Netprofile: selecting correct netprofile for cloning (#26562 #26776 #29303 #29271 #31721)"
* (warn_not_found) fix bogus messages about 3rd party driversThierry Vignaud2012-03-202-1/+2
| | | | introduced when importing+cleaning
* (set_ifw) fix cleaning old rulesThierry Vignaud2012-03-202-1/+2
| | | | | issue introduced by blino in r239468 on Mar 14 2008: "remove old Ifw rule if needed"
* (read_nfs_ports) fix listing NFS portsThierry Vignaud2012-03-202-1/+3
| | | | | 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 domainsThierry Vignaud2012-03-202-1/+4
| | | | | | | | | | | | | | 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-2025-149/+153
|
* supplement blacklistThierry Vignaud2012-03-201-0/+4
|
* 1.41.4Thierry Vignaud2012-03-122-1/+2
|
* adapt to drakxtools-13.92+ API change which fixes mgaapplet crashing on majorThierry Vignaud2012-03-122-2/+3
| | | | | | | | | 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+)
* updated Czech translationPetos Safarik2012-03-101-541/+262
|
* - Updated Catalan translationsOliver Burger2012-03-101-1144/+650
|
* Yet more updates for Estonian translation.Marek Laane2012-03-101-3/+3
|
* Updated Estonian translation.Marek Laane2012-03-101-90/+92
|
* - Updated German translationsOliver Burger2012-03-091-10/+10
|
* - Updated German translationsOliver Burger2012-03-071-974/+870
|
* Updating Spanish translationDiego Bello2012-03-051-629/+293
|
* updated Italian translationMatteo Pasotti2012-03-011-1/+1
|
* Uploaded all the French translations from TransifexRémi Verschelde2012-02-231-622/+295
|
* - updated Italian translationMatteo Pasotti2012-02-191-619/+295
|