summaryrefslogtreecommitdiffstats
path: root/lib/network
Commit message (Collapse)AuthorAgeFilesLines
* improve MAC adress helpThierry Vignaud2013-03-061-4/+4
|
* re-add broadcom-wl referenceThomas Backlund2013-02-231-0/+8
|
* silent a couple warningsThierry Vignaud2013-02-201-3/+3
|
* load services when neededThierry Vignaud2013-02-191-0/+1
|
* add support for MACADDR and ETHTOOL_OPTS (Oden Eriksson, mga#8811)Thierry Vignaud2013-02-192-1/+13
|
* add support for 802.1x EAP with WPA Enterprise Patch (mga#8577, Zombie Ryushu)Thierry Vignaud2013-02-191-0/+12
|
* (read) check shorewall enabling via systemd (mga#8699, from Rosa)Thierry Vignaud2013-02-191-1/+1
|
* drop broadcom-wl reference during free driver testsThomas Backlund2013-01-241-8/+0
|
* monitor: allow wpa_cli to report signale strength in dBm (Derek Jennings, #8228)Thomas Backlund2013-01-241-1/+12
|
* (get_tty_device) fix device path for "cdc_acm" (mga#3841)Thierry Vignaud2012-09-061-1/+1
|
* remove invalid character in source code that makes drakx-net tools crashOlivier Blin2012-09-051-1/+1
|
* (reload_net_applet) fix crash when net_applet doesn't run (mga#6040)Thierry Vignaud2012-09-051-1/+1
|
* (check_setup) fix a crash (mga#6847)Thierry Vignaud2012-09-041-0/+1
| | | | | it would be better to make button insensitive until a network is selected though...
* (connected) use chroot's /etc/resolv.conf if stage1 didn't write anyThierry Vignaud2012-09-041-0/+4
| | | | (Derek Jennings, mga#5772)
* (apply_connection) wait for network to show up the same way as in theThierry Vignaud2012-09-041-7/+6
| | | | installer (Derek Jennings, mga#5830)
* tokenring support has been removed from kernel-3.5Thierry Vignaud2012-09-041-1/+1
|
* fix installing ralink firmware for 2860 and 2870 chipsetsOlivier Blin2012-07-221-1/+1
| | | | | (also drop 3090 checks, the driver has been merged in others)
* install rtlwifi-firmware for r8712u driver (#6064)Olivier Blin2012-06-101-5/+4
|
* fix connectivity test during install (and possibly standalone) by Olivier Blin2012-05-102-7/+3
| | | | | calling res_init before hostname resolution (#5772)
* (connected) fix testing network connectivy test after resolv.conf changesThierry Vignaud2012-05-101-1/+9
| | | | (Derek Jennings, mga#5772)
* another fix for iwlagn firmware installation since reported module name is ↵Olivier Blin2012-04-291-4/+5
| | | | iwlwifi (#5549)
* simplify rtl8192 driver checkOlivier Blin2012-04-291-1/+1
|
* install rtlwifi-firmware for rtl8192 driversOlivier Blin2012-04-291-0/+11
|
* remove rtl8187se thirdparty check, it has been in mainline for a long time ↵Olivier Blin2012-04-291-7/+0
| | | | already
* further fix iwlagn firmware installationOlivier Blin2012-04-271-1/+1
|
* (ask_driver) do not try to access the full chroot path when running in ↵Thierry Vignaud2012-04-251-1/+3
| | | | | | chroot (mga#56052) still need to look at #26046 and #44416
* install ralink-firmware for rt61/73/2860/2870/3090 driversOlivier Blin2012-04-231-25/+8
|
* fix iwlagn firmware package installation (#5549) and make iwl3945/4965 check ↵Olivier Blin2012-04-221-1/+1
| | | | faster by fixing test file
* version 1.7 fixes b43 firmware path (#5419)1.7José Jorge2012-04-161-1/+1
|
* ensure /etc/hostname has a newline as per upstream specs (#4672)Colin Guthrie2012-03-251-1/+1
|
* 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-201-1/+1
|
* (set_ifw) merge the right patchThierry Vignaud2012-03-201-1/+1
|
* (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
* (warn_not_found) fix bogus messages about 3rd party driversThierry Vignaud2012-03-201-1/+1
| | | | introduced when importing+cleaning
* (set_ifw) fix cleaning old rulesThierry Vignaud2012-03-201-1/+1
| | | | | 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-201-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 domainsThierry Vignaud2012-03-201-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 cleanupsThierry Vignaud2012-03-2019-101/+88
|
* adapt to drakxtools-13.92+ API change which fixes mgaapplet crashing on majorThierry Vignaud2012-03-121-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 portsOlivier Blin2012-01-151-2/+2
|
* hostname: update the /etc/hostname (new x-distro standard) file on hostname ↵Colin Guthrie2012-01-041-0/+3
| | | | change (#2983)
* wireless scan: use programs from prefix, not installer root (#1452)Olivier Blin2011-12-141-6/+6
|
* shorewall: do not warn about incompatible SECTION commands in rules fileOlivier Blin2011-12-091-2/+3
|
* ERR_CUSTOM file does not exist anymore, fix bug #1353José Jorge2011-12-051-1/+1
|
* do not write end line twice in shorewall files if there is no "LAST LINE" markerOlivier Blin2011-12-021-4/+8
|
* use . instead of source in /etc/ifw/rules (source does not work in dash)Olivier Blin2011-12-021-1/+1
|
* remove unused settings variable in connection hashOlivier Blin2011-11-232-3/+2
|
* revert buggy commitOlivier Blin2011-11-211-1/+0
|
* fix parsing (and thus writing back) ACCOUNTING and NM_CONTROLLED in ifcfgOlivier Blin2011-11-212-2/+3
|