Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix crash when running with --skip-wizard | Thierry Vignaud | 2016-06-27 | 1 | -2/+4 |
| | | | | Resolves: mga#16772 | ||||
* | fix crash if notification queue is not yet setup | Joseph Wang | 2016-06-27 | 1 | -0/+1 |
| | | | | Fixing mga#16995 | ||||
* | help perl_checker | Thierry Vignaud | 2016-06-27 | 1 | -0/+1 |
| | |||||
* | Correction for Drakfirewall fails to open mountd ports for NFS #mga14550 | Papoteur | 2015-12-14 | 1 | -28/+24 |
| | |||||
* | Fix unescaped left brace warning | Shlomi Fish | 2015-07-12 | 1 | -2/+2 |
| | |||||
* | fix displaying MAC for hidden network (mga13685) | Thierry Vignaud | 2015-04-27 | 1 | -1/+3 |
| | | | | ESSID is bogus when the card fails to detect it's hidden... | ||||
* | fix not saving WPA Enterprise settings (mga#11136) | Thierry Vignaud | 2015-03-11 | 1 | -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 Vignaud | 2015-03-11 | 1 | -0/+1 |
| | |||||
* | remove double definition and warnings (mga#14904) | Maarten Vanraes | 2014-12-31 | 1 | -3/+0 |
| | |||||
* | add a forward port too (mga#14904) | Maarten Vanraes | 2014-12-30 | 1 | -0/+1 |
| | | | | | apparently the same port can be used for interception and forwarding (as was the transparent functionality before) | ||||
* | transparent option is replaced by intercept | Maarten Vanraes | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | drakfirewall: open submission port (587/tcp, RFC4409) when a mail server is ↵ | Olivier Blin | 2014-05-08 | 1 | -1/+1 |
| | | | | available | ||||
* | Fix 'automatic' setting for network manager. | Colin Guthrie | 2014-01-27 | 1 | -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 variable | Thierry Vignaud | 2014-01-27 | 1 | -3/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2014-01-27 | 1 | -2/+2 |
| | |||||
* | ifcfg: do not force NM_CONTROLLED to no when previously unset (interactive UI) | Olivier Blin | 2014-01-27 | 1 | -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 Guthrie | 2014-01-27 | 1 | -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 shorewall6 | Maarten Vanraes | 2014-01-26 | 1 | -2/+2 |
| | |||||
* | use bridge instead of routeback | Maarten Vanraes | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | shorewall: add minimal ipv6 support mga#11928 | Colin Guthrie | 2014-01-25 | 1 | -23/+37 |
| | |||||
* | shorewall: drop shorewall 2->3 upgrade support | Colin Guthrie | 2014-01-25 | 1 | -14/+0 |
| | |||||
* | shorewall: correct path to shorewall config mga#11928 | Colin Guthrie | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Nuke an ethN regexp that prevents network coming up in installer mga#11592 | Colin Guthrie | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | Nuke the use of udev rules for network device names | Colin Guthrie | 2014-01-05 | 1 | -23/+0 |
| | | | | | | Persistent device names make it no longer relevant. mga#11592 | ||||
* | Nuke the use of /etc/iftab (it's no longer useful) mga#11592 | Colin Guthrie | 2014-01-05 | 1 | -18/+0 |
| | |||||
* | adapt to new /etc/sysctl.d | Thierry Vignaud | 2013-12-27 | 1 | -2/+2 |
| | |||||
* | drakfirewall: add 6881:6999 UDP port range for Bittorrent | Olivier Blin | 2013-12-22 | 1 | -1/+1 |
| | | | | This is used by rtorrent. | ||||
* | prevent segfaulting b/c of fork vs threads (mga#12041) | Thierry Vignaud | 2013-12-21 | 1 | -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 Guthrie | 2013-12-08 | 1 | -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 Vignaud | 2013-11-28 | 1 | -1/+1 |
| | | | | getters really should _not_ return undef... | ||||
* | fix "undefined value for mandatory argument 'sensitive'" (mga#11764) | Thierry Vignaud | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | fix "*** Gtk3::ComboBox::new: passed too many parameters" | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | fix computing root_window size | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish $dialog->vbox => $dialog->get_child | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | s/Gtk3::Combo/Gtk3::ComboBox/ | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 1 | -4/+4 |
| | |||||
* | perlish realized() => get_realized() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->new | Thierry Vignaud | 2013-11-24 | 1 | -4/+4 |
| | |||||
* | use new mygtk3::root_window_size() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | switch from gtk2 to gtk3 | Thierry Vignaud | 2013-11-24 | 7 | -152/+152 |
| | |||||
* | polkit: Fix support for several third party net management commands (mga#11286) | Colin Guthrie | 2013-11-21 | 2 | -7/+6 |
| | |||||
* | do not do costly urpmi check before forking net_monitor | Thierry Vignaud | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | Do not add 127.0.0.1 entires to /etc/hosts as this is handled by nss-myhostname | Olav Vitters | 2013-10-15 | 1 | -3/+1 |
| | |||||
* | Convert to polkit from usermode consolehelper for gaining root privileges | Colin Guthrie | 2013-09-29 | 1 | -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 Jennings | 2013-08-24 | 1 | -1/+1 |
| | |||||
* | install net_monitor package on demand (mga#157) | Derek Jennings | 2013-08-24 | 1 | -0/+1 |
| | |||||
* | netcenter: update connection status after connection timeout (#3888) | Olivier Blin | 2013-05-07 | 1 | -0/+1 |
| | |||||
* | net_applet/netcenter/drakroam: remove unused pixbufs creation | Olivier Blin | 2013-05-07 | 1 | -3/+0 |
| | |||||
* | connection manager gtk: use a global pixbufs hash to simplify API | Olivier Blin | 2013-05-07 | 4 | -21/+24 |
| | |||||
* | connection manager gtk: remove unused method parameter | Olivier Blin | 2013-05-07 | 1 | -2/+2 |
| |