summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add help text anchor to firewall setup screen.HEADmasterMartin Whitaker2026-02-082-0/+2
|
* Restore knowledge of dhclient but keep dhcpcd as default (mga#30938)Martin Whitaker2026-02-081-1/+2
| | | | | dhclient is required by dracut for nfs support in the installer, so we can't drop it from the distribution yet.
* Change default DHCP client to dhcpcd and remove dhclient (mga#30938)Martin Whitaker2026-01-161-2/+1
|
* netconnect+drakvpn: default to "yes" ehen asking whether to connect nowMartin Whitaker2026-01-032-0/+3
|
* drakconnect: set the {net_interface} field in the $net objectMartin Whitaker2026-01-031-0/+1
| | | | | | | | This enables the installer to start networking later if the user answered "no" to starting it when the network configuration wizard finished. Without this, if the user answered "no" (which is sometimes the default) after configuring networking before adding supplementary media, the installer calls ifup with no interface name, which immediately fails.
* Start wpasupplicant when needed in installer stage2 (mga#32125)Martin Whitaker2026-01-021-2/+9
|
* drakfirewall: fix Echo request (ping) for IPV6 (mga#34321)daviddavid2025-05-301-1/+1
|
* drakfirewall: update postgresql package namesdaviddavid2025-05-301-1/+1
|
* Remove unused wpa_supplicant_get_driver()Jani Välimaa2023-10-221-9/+0
|
* Prefer nl80211 as a wpa driver, and use wext as a backup (mga#32130)Jani Välimaa2023-10-221-1/+1
|
* Revert "Change default DHCP client to dhcpcd and remove dhclient (mga#30938)"Martin Whitaker2023-08-191-2/+2
| | | | | | | This reverts commit 69b30df9af481c62601aa3a42b965f9ffebc921d. The change broke the ability to bring up networking (to add on-line media) when using the classical installer ISO to update a system that used the legacy network scripts.
* Change default DHCP client to dhcpcd and remove dhclient (mga#30938)Martin Whitaker2023-06-241-2/+2
|
* drakfirewall: update postgresql package names and remove vuze (mga#23485)Martin Whitaker2021-01-122-4/+4
|
* drakfirewall: add support for network printer/scanner autodiscovery (mga#26912)Martin Whitaker2020-09-182-0/+12
|
* drakfirewall: exclude NM wireless config files when building interface list ↵Martin Whitaker2020-09-151-1/+4
| | | | (mga#8960)
* drakfirewall: add support for SANE serverMartin Whitaker2020-09-152-0/+12
|
* Add basic support for connecting to WPA2-PSK network with net_applet when ↵Jani Välimaa2020-06-072-0/+5
| | | | | | networkmanager is used We need to set KEY_MGMT and WPA_PSK in ifcfg file for networkmanager.
* Enable IPv6 by defaultzezinho422020-05-231-1/+1
| | | | | | Nowadays, IPv6 connections are very common, and other OS enable it by default. Until now, we only enabled IPv6 is user asked for a tunnel. Mageia 8 will now be IPv6 ready ;-)
* - drakfirewall: cloned to a drakfirewall6 for IPv6 firewallzezinho2019-04-032-0/+632
|
* Add advanced option to set NOZEROCONF in /etc/sysconfig/network (mga#23282)Paul Bichis2019-01-281-1/+2
|
* simplify: use //= where appropirateThierry Vignaud2018-10-302-5/+5
|
* Disabled for now as it crashes when launched with drakconnect --skip-wizardJosé JORGE [zezinho]2018-09-241-1/+2
|
* add IPv6 function to show IPv6 adress along with IPv4 in net_appletJosé JORGE [zezinho]2018-09-231-0/+6
|
* drakfirewall: drop references to nonexistant mydsn, udhcpd, imap,Thomas Backlund2018-08-271-4/+3
| | | | courier-imap-pop, bittorrent
* iwlwifi-agn-ucode is renamed to iwlwifi-firmware (mga#22316)Martin Whitaker2018-06-101-1/+12
|
* Fix pgsql versionsNicolas Lécureuil2017-03-291-1/+1
|
* Fix package nameNicolas Lécureuil2017-03-281-1/+1
|
* Add oidentd supportNicolas Lécureuil2017-03-281-0/+6
|
* Fix typo from previous commitNicolas Lécureuil2017-03-281-0/+1
|
* Add KDEConnect to available servicesNicolas Lécureuil2017-03-281-0/+5
|
* Fix transmission package nameNicolas Lécureuil2017-03-281-1/+1
|
* Add netkit-telnet for "Telnet server"Nicolas Lécureuil2017-03-281-2/+1
|
* Add nginx as web serverNicolas Lécureuil2017-03-281-1/+1
|
* Remove some packages no more available in mageiaNicolas Lécureuil2017-03-281-10/+10
|
* adapt to new samba package name (mga#20584)Nicolas Lécureuil2017-03-271-1/+1
|
* Hybrid support for both SNI (for Plasma) and GtkStatusIconFrédéric Buclin2017-03-051-3/+1
|
* Fix the net_applet status icon (mga#17592)Frédéric Buclin2017-03-041-1/+3
| | | | This also restores the tooltip with IP information.
* fix crash when running with --skip-wizardThierry Vignaud2016-06-271-2/+4
| | | | Resolves: mga#16772
* fix crash if notification queue is not yet setupJoseph Wang2016-06-271-0/+1
| | | | Fixing mga#16995
* help perl_checkerThierry Vignaud2016-06-271-0/+1
|
* Correction for Drakfirewall fails to open mountd ports for NFS #mga14550Papoteur2015-12-141-28/+24
|
* Fix unescaped left brace warningShlomi Fish2015-07-121-2/+2
|
* fix displaying MAC for hidden network (mga13685)Thierry Vignaud2015-04-271-1/+3
| | | | ESSID is bogus when the card fails to detect it's hidden...
* fix not saving WPA Enterprise settings (mga#11136)Thierry Vignaud2015-03-111-3/+3
| | | | | Private key, Private key password & CA cert were no saved in /etc/wpa_supplicant.conf if provided (Patrick Hibbs)
* hide EAP client private key password (mga#11136)Thierry Vignaud2015-03-111-0/+1
|
* remove double definition and warnings (mga#14904)Maarten Vanraes2014-12-311-3/+0
|
* add a forward port too (mga#14904)Maarten Vanraes2014-12-301-0/+1
| | | | | apparently the same port can be used for interception and forwarding (as was the transparent functionality before)
* transparent option is replaced by interceptMaarten Vanraes2014-12-301-1/+1
|
* drakfirewall: open submission port (587/tcp, RFC4409) when a mail server is ↵Olivier Blin2014-05-081-1/+1
| | | | available
* Fix 'automatic' setting for network manager.Colin Guthrie2014-01-271-1/+1
| | | | | | | | | It seems to come through as a string here and is thus 'defined' so passes the check and as a string it equates to true/yes. This just adds a simple fix for this, as it's beyond my perl-fu. More eleqant fixes welcome.