summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)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
| | | | 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.
* 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
| | | | | | | | | This introduces a new "Automatic" choice for the "NM controlled" option in the UI. This "Automatic" choice removes the NM_CONTROLLED variable from the ifcfg file. The system will then choose between NetworkManager and initscripts depending on the activation of the NetworkManager daemon.
* ifcfg: Do not write the NM_CONTROLLED flag unless we know it's value.Colin Guthrie2014-01-271-1/+2
| | | | | | | | | | | If it's not read from the config, it will be read as undef, but written back as 'no'. This changes the behaviour where no setting means 'automatic' - i.e. if NM is installed, use it, otherwise don't. If the user wants to be specific, then they make the consious choice to tick the box in drakx-net. mga#6675 mga#9261
* 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
| | | | | | Persistent device names make it no longer relevant. mga#11592
* 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
| | | | This is used by rtorrent.
* prevent segfaulting b/c of fork vs threads (mga#12041)Thierry Vignaud2013-12-211-1/+13
| | | | | the issue is that glib/gtk create threads behind us however threads & fork() don't behave well when mixed...
* Avoid system() as this seems to crash net_applet.Colin Guthrie2013-12-081-1/+7
| | | | | | | | | | | | | In what would appear to be related to threads and gtk3, calling system() here appears to crash net_applet(). We can avoid it by simply reading the network config. I'm not sure if a global $net variable is available here or if things could be re-engineered to pass this object in, but this seems like a quick and easy fix. mga#11929
* fix "undefined value for mandatory argument 'sensitive'" (mga#11799)Thierry Vignaud2013-11-281-1/+1
| | | | getters really should _not_ return undef...
* 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
|