summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix crash when running with --skip-wizardThierry Vignaud2016-06-271-2/+4
* fix crash if notification queue is not yet setupJoseph Wang2016-06-271-0/+1
* 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
* fix not saving WPA Enterprise settings (mga#11136)Thierry Vignaud2015-03-111-3/+3
* 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
* transparent option is replaced by interceptMaarten Vanraes2014-12-301-1/+1
* drakfirewall: open submission port (587/tcp, RFC4409) when a mail server is a...Olivier Blin2014-05-081-1/+1
* Fix 'automatic' setting for network manager.Colin Guthrie2014-01-271-1/+1
* simplify: kill useless variableThierry Vignaud2014-01-271-3/+1
* perl_checker cleanupsThierry Vignaud2014-01-271-2/+2
* ifcfg: do not force NM_CONTROLLED to no when previously unset (interactive UI)Olivier Blin2014-01-271-1/+9
* ifcfg: Do not write the NM_CONTROLLED flag unless we know it's value.Colin Guthrie2014-01-271-1/+2
* write ipv6 zones for shorewall6Maarten Vanraes2014-01-261-2/+2
* use bridge instead of routebackMaarten Vanraes2014-01-261-1/+1
* shorewall: add minimal ipv6 support mga#11928Colin Guthrie2014-01-251-23/+37
* shorewall: drop shorewall 2->3 upgrade supportColin Guthrie2014-01-251-14/+0
* shorewall: correct path to shorewall config mga#11928Colin Guthrie2014-01-251-1/+1
* Nuke an ethN regexp that prevents network coming up in installer mga#11592Colin Guthrie2014-01-051-1/+1
* Nuke the use of udev rules for network device namesColin Guthrie2014-01-051-23/+0
* Nuke the use of /etc/iftab (it's no longer useful) mga#11592Colin Guthrie2014-01-051-18/+0
* adapt to new /etc/sysctl.dThierry Vignaud2013-12-271-2/+2
* drakfirewall: add 6881:6999 UDP port range for BittorrentOlivier Blin2013-12-221-1/+1
* prevent segfaulting b/c of fork vs threads (mga#12041)Thierry Vignaud2013-12-211-1/+13
* Avoid system() as this seems to crash net_applet.Colin Guthrie2013-12-081-1/+7
* fix "undefined value for mandatory argument 'sensitive'" (mga#11799)Thierry Vignaud2013-11-281-1/+1
* fix "undefined value for mandatory argument 'sensitive'" (mga#11764)Thierry Vignaud2013-11-261-1/+1
* fix "*** Gtk3::ComboBox::new: passed too many parameters"Thierry Vignaud2013-11-241-1/+1
* fix computing root_window sizeThierry Vignaud2013-11-241-1/+1
* perlish $dialog->vbox => $dialog->get_childThierry Vignaud2013-11-241-1/+1
* s/Gtk3::Combo/Gtk3::ComboBox/Thierry Vignaud2013-11-241-1/+1
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-4/+4
* perlish realized() => get_realized()Thierry Vignaud2013-11-241-1/+1
* Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->newThierry Vignaud2013-11-241-4/+4