Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | connection manager: move more gtk code in specific module | Olivier Blin | 2013-05-07 | 2 | -12/+16 |
| | |||||
* | connection manager: extract gtk2 specific code in separate module (to | Olivier Blin | 2013-05-07 | 4 | -180/+210 |
| | | | | | | reuse connection manager in harddrake service for packages installation) | ||||
* | add FDN to ISP list (mga#6883) | Thierry Vignaud | 2013-05-01 | 1 | -0/+12 |
| | |||||
* | help perl_checker (increase SNR) | Thierry Vignaud | 2013-04-27 | 46 | -2/+46 |
| | |||||
* | install shorewall-ipv6 too (mga#9401) | Thierry Vignaud | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | drakfirewall: list loc zone before net zone in /etc/shorewall/zones | Olivier Blin | 2013-03-24 | 1 | -1/+1 |
| | | | | | | | | | This is useful to apply local rules before net rules for a "one-armed" router, e.g. one interface with both a public IP address and a local private address, with such an entry in /etc/shorewall/hosts: "loc eth0:192.168.0.0/24" | ||||
* | drakfirewall: fix detecting if shorewall is enabled (mga#8699) | Olivier Blin | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2013-03-07 | 1 | -1/+1 |
| | |||||
* | improve MAC adress help | Thierry Vignaud | 2013-03-06 | 1 | -4/+4 |
| | |||||
* | re-add broadcom-wl reference | Thomas Backlund | 2013-02-23 | 1 | -0/+8 |
| | |||||
* | silent a couple warnings | Thierry Vignaud | 2013-02-20 | 1 | -3/+3 |
| | |||||
* | load services when needed | Thierry Vignaud | 2013-02-19 | 1 | -0/+1 |
| | |||||
* | add support for MACADDR and ETHTOOL_OPTS (Oden Eriksson, mga#8811) | Thierry Vignaud | 2013-02-19 | 2 | -1/+13 |
| | |||||
* | add support for 802.1x EAP with WPA Enterprise Patch (mga#8577, Zombie Ryushu) | Thierry Vignaud | 2013-02-19 | 1 | -0/+12 |
| | |||||
* | (read) check shorewall enabling via systemd (mga#8699, from Rosa) | Thierry Vignaud | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | drop broadcom-wl reference during free driver tests | Thomas Backlund | 2013-01-24 | 1 | -8/+0 |
| | |||||
* | monitor: allow wpa_cli to report signale strength in dBm (Derek Jennings, #8228) | Thomas Backlund | 2013-01-24 | 1 | -1/+12 |
| | |||||
* | (get_tty_device) fix device path for "cdc_acm" (mga#3841) | Thierry Vignaud | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | remove invalid character in source code that makes drakx-net tools crash | Olivier Blin | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | (reload_net_applet) fix crash when net_applet doesn't run (mga#6040) | Thierry Vignaud | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | (check_setup) fix a crash (mga#6847) | Thierry Vignaud | 2012-09-04 | 1 | -0/+1 |
| | | | | | it would be better to make button insensitive until a network is selected though... | ||||
* | (connected) use chroot's /etc/resolv.conf if stage1 didn't write any | Thierry Vignaud | 2012-09-04 | 1 | -0/+4 |
| | | | | (Derek Jennings, mga#5772) | ||||
* | (apply_connection) wait for network to show up the same way as in the | Thierry Vignaud | 2012-09-04 | 1 | -7/+6 |
| | | | | installer (Derek Jennings, mga#5830) | ||||
* | tokenring support has been removed from kernel-3.5 | Thierry Vignaud | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | fix installing ralink firmware for 2860 and 2870 chipsets | Olivier Blin | 2012-07-22 | 1 | -1/+1 |
| | | | | | (also drop 3090 checks, the driver has been merged in others) |