summaryrefslogtreecommitdiffstats
path: root/lib/network
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* revert bogus part of last commitThierry Vignaud2011-11-1831-33/+33
|
* update main catalog (#3371)Thierry Vignaud2011-11-1831-33/+33
|
* SILENT : really fix b43-openfwwfJosé Jorge2011-10-171-0/+1
|
* install b43-openfwwf for b43 chips instead of requiring external firmware filesJosé Jorge2011-10-171-1/+10
|
* (get_routes) use the right moduleThierry Vignaud2011-07-271-2/+2
|
* (get_routes) make network connectivity check work with kernel-2.6.39+ (#1266)Thierry Vignaud2011-07-271-1/+4
|
* - fixed typo (Bug #961)Oliver Burger2011-05-032-2/+2
| | | | | - corrected pot file so it passes msgfmt -c
* Remove wrong commit Dexter Morgan2011-03-061-2/+0
|
* Add empty files to be filled for desktop-common-dataDexter Morgan2011-03-061-0/+2
|
* Keep UUID, NAME and LAST_CONNECT for NetworkManager to work correctly.Dexter Morgan2011-02-032-0/+7
| | | | | Merge mdv commit 271837
* Allow interface to be controlled by NetworkManagerDexter Morgan2011-02-032-0/+4
| | | | | Merge mdv commit 271832
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-0315-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 errorOlivier Blin2010-05-191-2/+2
|
* Fix squid config file generation (#58600)Eugeni Dodonov2010-05-041-3/+3
|
* installer: configure automatic DHCP on all ethernet interfacesOlivier Blin2010-04-301-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 Blin2010-04-301-1/+4
| | | | /etc/sysconfig/drakx-net
* factorize support for rt3090Olivier Blin2010-04-301-12/+1
|
* add support for rt2870 driverOlivier Blin2010-04-301-6/+8
|
* fix detecting sysfs bus (only applies to ieee1394 subsystem)Olivier Blin2010-04-301-1/+1
|
* remove old unused configuration variablesOlivier Blin2010-04-301-8/+0
|
* Use $::prefix for nfs stuff.Eugeni Dodonov2010-03-151-6/+13
| | | | | Properly support nlockmgr kernel ports (#51431)
* Also prevent CA certificate from being written if pkcs12 used (#38463)Claudio Matsuoka2010-03-081-0/+2
|
* Revert code to write to resolvconf (shouldn't be done) (#54180)Claudio Matsuoka2010-03-081-10/+1
|
* write name servers to correct file (#54180)Claudio Matsuoka2010-03-041-1/+10
|
* disable CA certificate field if pkcs12 certificate is used (#38463)Claudio Matsuoka2010-03-021-1/+1
|
* Fix inverted wireless networks signal level sortingPascal Terjan2010-02-011-1/+1
|
* Sort wireless networks by signal level by defaultPascal Terjan2010-02-011-0/+2
|