summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* use new mygtk3::root_window_size()Thierry Vignaud2013-11-241-1/+1
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-247-152/+152
|
* polkit: Fix support for several third party net management commands (mga#11286)Colin Guthrie2013-11-212-7/+6
|
* do not do costly urpmi check before forking net_monitorThierry Vignaud2013-11-121-1/+1
|
* Do not add 127.0.0.1 entires to /etc/hosts as this is handled by nss-myhostnameOlav Vitters2013-10-151-3/+1
|
* Convert to polkit from usermode consolehelper for gaining root privilegesColin Guthrie2013-09-291-1/+3
| | | | | | | | | | | | | | polkit is better integrated into various environments, both console and GUI and offers better access rules and prevents the internal need to run su which is prone to errors and doesn't offer an environment agnostic prompt to the user. In this case the current package policy (in rpm spec) has been migrated here and is as follows: draknetcenter requires authentication as the current user. Everything else require authentication as an administrator.
* drakfirewall: replace obsolete state module with conntrack (mga#8225)Derek Jennings2013-08-241-1/+1
|
* install net_monitor package on demand (mga#157)Derek Jennings2013-08-241-0/+1
|
* netcenter: update connection status after connection timeout (#3888)Olivier Blin2013-05-071-0/+1
|
* net_applet/netcenter/drakroam: remove unused pixbufs creationOlivier Blin2013-05-071-3/+0
|
* connection manager gtk: use a global pixbufs hash to simplify APIOlivier Blin2013-05-074-21/+24
|
* connection manager gtk: remove unused method parameterOlivier Blin2013-05-071-2/+2
|
* connection manager: move more gtk code in specific moduleOlivier Blin2013-05-072-12/+16
|
* connection manager: extract gtk2 specific code in separate module (toOlivier Blin2013-05-074-180/+210
| | | | | | reuse connection manager in harddrake service for packages installation)
* add FDN to ISP list (mga#6883)Thierry Vignaud2013-05-011-0/+12
|