summaryrefslogtreecommitdiffstats
path: root/lib/network
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't guess gateway and nameserver if not specified (bug #28033)Claudio Matsuoka2010-01-141-2/+5
| | | | | | | | | Sometimes we don't want a default route to be set when configuring a network interface with static address. The typical case is when we have an external interface with dhcp and default route to the internet and a static interface connected to the local network. See bug 28033 for details.
* Change prism54 wifi driver to p54pci/p54usb (bug #52018)Claudio Matsuoka2010-01-141-5/+15
|
* Do not mess up /etc/hosts file when there are multiple aliases for sameEugeni Dodonov2009-11-191-6/+13
| | | | IP, use similar procedure as drakhosts instead (#30168)
* bcm43xx and b43 do not have a package, so use no_package with themEugeni Dodonov2009-11-191-0/+2
|
* minor identation fixesHerton Ronaldo Krzesinski2009-11-121-4/+4
|
* Cosmetic: use USB_MODEM_INTERFACE instead of USB_INTERFACE environmentHerton Ronaldo Krzesinski2009-11-121-2/+2
| | | | | variable name for support of udev-supplied 3g modem parameters
* Added patch to support udev-supplied 3g modem parameters (patch byEugeni Dodonov2009-11-091-4/+34
| | | | Herton).
* Ignoring non-fatal wpa_supplicant messages (#54002)Eugeni Dodonov2009-10-271-8/+10
|
* There is no real reason to asking for changing the regulatory domain, justEugeni Dodonov2009-10-201-4/+2
| | | | do it automatically.
* updated countries to be in sync with main drakx po filesEugeni Dodonov2009-10-201-11/+11
|
* Updated CRDA title to be in sync with po.Eugeni Dodonov2009-10-201-1/+1
|
* Allow changing CRDA settings without reboot (#54600).Eugeni Dodonov2009-10-201-0/+9
|
* filter out CDMA-only providersEugeni Dodonov2009-10-191-1/+6
|
* import cellular providers from mobile-broadband-provider-info projectEugeni Dodonov2009-10-192-1/+2289
|
* Run net_monitor from /usr/bin (to comply with new net_monitor layout).Eugeni Dodonov2009-10-131-1/+1
|
* clearing pending ifw notifications in net_applet (#48493). This can beEugeni Dodonov2009-09-291-0/+3
| | | | done manually too, by sending -SIGUSR1 to net_applet.
* (create_networks_list) only display 2 digits after comma for signalThierry Vignaud2009-09-161-1/+1
| | | | | strengh (#53685)
* use from_utf8 instead of Encode::decode to better work within installer.Eugeni Dodonov2009-09-021-2/+1
|
* added support for ralink 3090 wirelessEugeni Dodonov2009-08-261-0/+11
|
* support utf8-encoded network profilesEugeni Dodonov2009-08-251-1/+2
|
* improved entry for network service autodiscoveryEugeni Dodonov2009-08-241-4/+3
|
* make drakfirewall module return somethingEugeni Dodonov2009-08-241-0/+2
|
* Spelling fix.Eugeni Dodonov2009-08-171-1/+1
|
* English fixes.Eugeni Dodonov2009-08-172-3/+3
|
* (real_main) fix extraction of translation strings ('N() must be used with a ↵Thierry Vignaud2009-08-171-1/+1
| | | | string')
* show profile information when necessary in network centerEugeni Dodonov2009-08-171-0/+1
|
* Showing netprofile info in proxies configuration when required.Eugeni Dodonov2009-08-171-1/+4
|
* Showing current profile name when necessary.Eugeni Dodonov2009-08-171-1/+1
|
* Only show profile info when necessary.Eugeni Dodonov2009-08-171-1/+1
|
* Added netprofile_count function.Eugeni Dodonov2009-08-171-0/+5
|
* Showing current profile in firewall configuration.Eugeni Dodonov2009-08-171-0/+6
|
* Typo fix.Eugeni Dodonov2009-08-141-1/+1
|
* Implemented netprofile module management.Eugeni Dodonov2009-08-141-0/+28
|
* Updated for new netprofile.Eugeni Dodonov2009-08-141-23/+6
|
* Encryption key is always ASCII when not using WEP (#52128)Eugeni Dodonov2009-07-141-0/+4
|
* Simplify duplicated IP check and prevent crashing if not found.Eugeni Dodonov2009-07-111-3/+2
|
* Using correct check for Ad-Hoc network mode when saving wpa_supplicantEugeni Dodonov2009-07-091-2/+2
| | | | configuration.
* serial_ports was moved from mouse:: to detect_devices::Christophe Fergeau2009-07-011-2/+2
|
* Show what device we are conflicting with for duplicate addresses.Eugeni Dodonov2009-06-251-2/+6
|
* Added help for hostname settings (#35143, #38557, #47364).Eugeni Dodonov2009-06-251-2/+4
|
* Show default hostname when no hostname was defined, to have visualEugeni Dodonov2009-06-252-1/+3
| | | | | feedback on what will be used if user does not changes the hostname (#35143, #38557, #47364).
* Removed dead code.Eugeni Dodonov2009-06-191-1/+0
|
* Handle extra wpa_supplicant variables for all connections, and notEugeni Dodonov2009-06-191-16/+34
| | | | EPA-only (possible fixes #45343).