Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace sprintf_fixutf8 with simple sprintf | Pascal Rigaux | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | use $wnet variable name to disambiguate wireless network and global net settings | Olivier Blin | 2005-11-04 | 1 | -24/+24 |
| | |||||
* | perl_checker fix | Olivier Blin | 2005-10-18 | 1 | -1/+1 |
| | |||||
* | use disconnected icon if no route, even if wifi is associated | Olivier Blin | 2005-10-17 | 1 | -4/+8 |
| | |||||
* | show IFW button even if not connected (#18708) | Olivier Blin | 2005-09-19 | 1 | -1/+2 |
| | |||||
* | force menu refresh when interface status is modified (#18636) | Olivier Blin | 2005-09-18 | 1 | -0/+1 |
| | |||||
* | fix crash when only one interface is configured | Olivier Blin | 2005-09-16 | 1 | -1/+1 |
| | |||||
* | allow to up/down any network interface (backport of my 2005 patch for PSA) | Olivier Blin | 2005-09-15 | 1 | -1/+23 |
| | |||||
* | refresh wireless networks every minute only | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | fallback to wpa_cli or iwlist/iwconfig when needed (#18516) | Olivier Blin | 2005-09-15 | 1 | -13/+16 |
| | |||||
* | don't exec new binary on update | Olivier Blin | 2005-09-02 | 1 | -7/+0 |
| | |||||
* | run drakids on click if an alert is still available | Olivier Blin | 2005-09-01 | 1 | -6/+5 |
| | |||||
* | avoid warning | Olivier Blin | 2005-08-31 | 1 | -1/+1 |
| | |||||
* | don't display keyring icon if the wireless network doesn't need a key ↵ | Olivier Blin | 2005-08-31 | 1 | -1/+1 |
| | | | | (thanks to Couriousous) | ||||
* | display wireless link icon in net_applet if connected through wireless | Olivier Blin | 2005-08-30 | 1 | -3/+11 |
| | |||||
* | check wireless every 20 seconds only | Olivier Blin | 2005-08-30 | 1 | -4/+6 |
| | |||||
* | use new wireless icons | Olivier Blin | 2005-08-28 | 1 | -3/+1 |
| | |||||
* | rephrase IFW interactive/automatic checkbox label in the settings menu | Olivier Blin | 2005-08-25 | 1 | -4/+4 |
| | |||||
* | preset automatic mode in popup | Olivier Blin | 2005-08-24 | 1 | -0/+1 |
| | |||||
* | allow to whitelist attackers in popup | Olivier Blin | 2005-08-24 | 1 | -22/+40 |
| | |||||
* | - net_applet: stop icon blink when an Interactive Firewall alert isn't processed | Olivier Blin | 2005-08-24 | 1 | -24/+41 |
| | | | | | | | | | - drakids: add log tab - drakids: allow to clear logs - net_applet: stop icon blinking when drakids is run or clear logs - net_applet: present drakids window on click on menu if drakids is already run - factorize packet reading to network::ifw::attack_to_hash | ||||
* | do not show drakids in menu if Interactive Firewall isn't available | Olivier Blin | 2005-08-20 | 1 | -4/+5 |
| | |||||
* | do not fail to start if messagebus is down | Olivier Blin | 2005-08-20 | 1 | -17/+18 |
| | |||||
* | use Gtk2::NotificationBubble (and drop Gtk2::Balloon) | Olivier Blin | 2005-08-19 | 1 | -68/+10 |
| | |||||
* | do not crash when unexpanding details in Interactive Firewall window | Olivier Blin | 2005-08-19 | 1 | -1/+1 |
| | |||||
* | cosmetic fixes (use ugtk2 to have nice borders, shrink window on expander ↵ | Olivier Blin | 2005-08-18 | 1 | -24/+29 |
| | | | | hide, reorder buttons) | ||||
* | switch to Interactive Firewall | Olivier Blin | 2005-08-18 | 1 | -4/+4 |
| | |||||
* | new name is Interactive Firewall | Olivier Blin | 2005-08-18 | 1 | -12/+12 |
| | |||||
* | perl_checker fixes | Olivier Blin | 2005-08-12 | 1 | -4/+4 |
| | |||||
* | - store attack details in a hash | Olivier Blin | 2005-08-12 | 1 | -49/+117 |
| | | | | | | | - add a Gtk2::Balloon custom pseudo-widget - use balloons to notify attacks - show attack window on balloon click | ||||
* | compute approx_level in network::monitor::list_wireless | Olivier Blin | 2005-08-10 | 1 | -2/+1 |
| | |||||
* | put wireless items in a submenu | Olivier Blin | 2005-07-29 | 1 | -17/+12 |
| | |||||
* | simplify error messages | Olivier Blin | 2005-07-28 | 1 | -4/+1 |
| | |||||
* | allow to run drakids | Olivier Blin | 2005-07-27 | 1 | -3/+7 |
| | |||||
* | really use ap address for hidden ssid | Olivier Blin | 2005-07-22 | 1 | -3/+3 |
| | |||||
* | split | Olivier Blin | 2005-07-22 | 1 | -29/+35 |
| | |||||
* | use has_wireless | Olivier Blin | 2005-07-22 | 1 | -1/+2 |
| | |||||
* | simplify | Olivier Blin | 2005-07-22 | 1 | -3/+1 |
| | |||||
* | run drakroam to configure a wireless network when selected (if not already ↵ | Olivier Blin | 2005-07-22 | 1 | -0/+2 |
| | | | | configured) | ||||
* | use run_program | Olivier Blin | 2005-07-22 | 1 | -9/+9 |
| | |||||
* | select a wireless network for association on click | Olivier Blin | 2005-07-22 | 1 | -0/+13 |
| | |||||
* | enable activefw by default and catch errors | Olivier Blin | 2005-07-20 | 1 | -20/+20 |
| | |||||
* | handle activefw init | Olivier Blin | 2005-07-20 | 1 | -1/+6 |
| | |||||
* | icons are really nicer with 24x24 resolution | Olivier Blin | 2005-07-20 | 1 | -2/+2 |
| | |||||
* | show active wireless network in the menu | Olivier Blin | 2005-07-20 | 1 | -0/+2 |
| | |||||
* | use $0 instead of hardcoded path | Olivier Blin | 2005-07-20 | 1 | -4/+2 |
| | |||||
* | remove useless test | Olivier Blin | 2005-07-18 | 1 | -2/+1 |
| | |||||
* | fix typo | Olivier Blin | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | update menu if interface has been modified | Olivier Blin | 2005-07-18 | 1 | -5/+5 |
| | |||||
* | factorize code to netMonitor() and use $current_interface | Olivier Blin | 2005-07-18 | 1 | -11/+12 |
| |