Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.122.12 | Colin Guthrie | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | ifcfg: Do not write the NM_CONTROLLED flag unless we know it's value. | Colin Guthrie | 2014-01-27 | 1 | -0/+4 |
| | | | | | | | | | | | 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 | ||||
* | 2.112.11 | Colin Guthrie | 2014-01-26 | 1 | -0/+1 |
| | |||||
* | shorewall: add minimal ipv6 support mga#11928 | Colin Guthrie | 2014-01-25 | 1 | -0/+1 |
| | |||||
* | shorewall: drop shorewall 2->3 upgrade support | Colin Guthrie | 2014-01-25 | 1 | -0/+1 |
| | |||||
* | shorewall: correct path to shorewall config mga#11928 | Colin Guthrie | 2014-01-25 | 1 | -0/+1 |
| | |||||
* | Do not exec pkexec but run it so it has a parent process to fix double fork ↵distro/mga3 | Colin Guthrie | 2014-01-22 | 1 | -0/+3 |
| | | | | issues mga#11184 mga#12364 | ||||
* | 2.102.10 | Thierry Vignaud | 2014-01-22 | 1 | -0/+1 |
| | |||||
* | block CHLD signals on startup in order to prevent glib-threading segfaults | Thierry Vignaud | 2014-01-22 | 1 | -0/+2 |
| | |||||
* | 2.92.9 | Thierry Vignaud | 2014-01-08 | 1 | -0/+1 |
| | |||||
* | delay setting SIG_CHLD handler | Thierry Vignaud | 2014-01-08 | 1 | -0/+3 |
| | | | | thus preventing potential segfault on startup (mga#10289) | ||||
* | 2.82.8 | Thierry Vignaud | 2014-01-05 | 1 | -0/+1 |
| | |||||
* | Nuke an ethN regexp that prevents network coming up in installer mga#11592 | Colin Guthrie | 2014-01-05 | 1 | -0/+1 |
| | |||||
* | Nuke the use of udev rules for network device names | Colin Guthrie | 2014-01-05 | 1 | -0/+2 |
| | | | | | | 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 | -0/+2 |
| | |||||
* | 2.72.7 | Thierry Vignaud | 2013-12-28 | 1 | -0/+1 |
| | |||||
* | adapt to new /etc/sysctl.d | Thierry Vignaud | 2013-12-27 | 1 | -0/+1 |
| | |||||
* | drakfirewall: add 6881:6999 UDP port range for Bittorrent | Olivier Blin | 2013-12-22 | 1 | -0/+3 |
| | | | | This is used by rtorrent. | ||||
* | 2.62.6 | Thierry Vignaud | 2013-12-21 | 1 | -0/+1 |
| | |||||
* | prevent segfaulting b/c of fork vs threads (mga#12041) | Thierry Vignaud | 2013-12-21 | 1 | -0/+3 |
| | | | | | the issue is that glib/gtk create threads behind us however threads & fork() don't behave well when mixed... | ||||
* | 2.52.5 | Thierry Vignaud | 2013-12-18 | 1 | -0/+1 |
| | |||||
* | Do not request password for draknetcenter mga#12017 | Colin Guthrie | 2013-12-17 | 1 | -0/+1 |
| | |||||
* | fix mga web url (mga#11972) | Thierry Vignaud | 2013-12-13 | 1 | -0/+2 |
| | |||||
* | 2.42.4 | Thierry Vignaud | 2013-12-12 | 1 | -0/+1 |
| | |||||
* | fix crashing when displaying about dialog (mga#11972) | Thierry Vignaud | 2013-12-12 | 1 | -0/+2 |
| | |||||
* | fix spacing | Thierry Vignaud | 2013-12-12 | 1 | -1/+0 |
| | |||||
* | 2.3.12.3.1 | Thierry Vignaud | 2013-12-08 | 1 | -0/+2 |
| | |||||
* | fix a warning in net_applet (spoted by Colin Guthrie) | Thierry Vignaud | 2013-12-08 | 1 | -0/+2 |
| | | | | | conversion of perlish visible() to get_visible() should have been to set_visible() in commit 3bef8ad88261e34551963b4a09c4877b4baea8ee | ||||
* | 2.32.3 | Thierry Vignaud | 2013-12-08 | 1 | -0/+1 |
| | |||||
* | Avoid system() as this seems to crash net_applet. | Colin Guthrie | 2013-12-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | 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 | ||||
* | 2.22.2 | Thierry Vignaud | 2013-11-28 | 1 | -0/+1 |
| | |||||
* | fix "undefined value for mandatory argument 'sensitive'" (mga#11799) | Thierry Vignaud | 2013-11-28 | 1 | -0/+2 |
| | | | | getters really should _not_ return undef... | ||||
* | 2.12.1 | Thierry Vignaud | 2013-11-26 | 1 | -0/+1 |
| | |||||
* | - fix "undefined value for mandatory argument 'is_active'" (mga#11763) | Thierry Vignaud | 2013-11-26 | 1 | -0/+1 |
| | |||||
* | fix "undefined value for mandatory argument 'sensitive'" (mga#11764) | Thierry Vignaud | 2013-11-26 | 1 | -0/+2 |
| | |||||
* | 2.02.0 | Thierry Vignaud | 2013-11-24 | 1 | -0/+3 |
| | |||||
* | Fix paths | Colin Guthrie | 2013-11-21 | 1 | -0/+2 |
| | | | | Some commands are no longer in /usr/sbin | ||||
* | polkit: Fix support for several third party net management commands (mga#11286) | Colin Guthrie | 2013-11-21 | 1 | -0/+1 |
| | |||||
* | do not do costly urpmi check before forking net_monitor | Thierry Vignaud | 2013-11-12 | 1 | -0/+2 |
| | |||||
* | 1.281.28 | Colin Guthrie | 2013-10-13 | 1 | -0/+1 |
| | |||||
* | polkit: Tidy up polkit support | Colin Guthrie | 2013-10-12 | 1 | -0/+2 |
| | |||||
* | 1.271.27 | Colin Guthrie | 2013-10-01 | 1 | -1/+2 |
| | |||||
* | Fix namespace problem on root user check (mga#11332) | Colin Guthrie | 2013-10-01 | 1 | -0/+2 |
| | |||||
* | 1.261.26 | Colin Guthrie | 2013-09-29 | 1 | -0/+1 |
| | |||||
* | Convert to polkit from usermode consolehelper for gaining root privileges | Colin Guthrie | 2013-09-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | 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. | ||||
* | 1.251.25 | Derek Jennings | 2013-08-24 | 1 | -0/+1 |
| | |||||
* | drakfirewall: replace obsolete state module with conntrack (mga#8225) | Derek Jennings | 2013-08-24 | 1 | -0/+1 |
| | |||||
* | install net_monitor package on demand (mga#157) | Derek Jennings | 2013-08-24 | 1 | -0/+1 |
| | |||||
* | net_applet: fix error dialog title after selecting a wireless network | Olivier Blin | 2013-05-09 | 1 | -0/+2 |
| | |||||
* | 1.241.24 | Olivier Blin | 2013-05-07 | 1 | -0/+1 |
| |