Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refresh every second, and do not reread network conf at each refresh | Olivier Blin | 2005-03-02 | 1 | -7/+7 |
| | |||||
* | netprofile support, allow to select watched interface | Olivier Blin | 2005-02-28 | 1 | -7/+48 |
| | |||||
* | no space before question marks in English | Pablo Saratxaga | 2005-02-24 | 1 | -1/+1 |
| | |||||
* | no space after colon in English | Pablo Saratxaga | 2005-02-24 | 1 | -1/+1 |
| | |||||
* | reuse the very same message | Thierry Vignaud | 2005-02-22 | 1 | -1/+1 |
| | |||||
* | unbreak blino change: reuse string from mcc since that's what will be ↵ | Thierry Vignaud | 2005-02-22 | 1 | -1/+1 |
| | | | | displayed and allter *all* callers | ||||
* | reflect new label from drakconf | Olivier Blin | 2005-02-22 | 1 | -1/+1 |
| | |||||
* | disable activefw by default | Olivier Blin | 2005-02-22 | 1 | -12/+19 |
| | |||||
* | remove spurious spaces | Olivier Blin | 2005-02-18 | 1 | -1/+1 |
| | |||||
* | show unprocessed attacks when the applet starts | Olivier Blin | 2005-02-18 | 1 | -0/+8 |
| | |||||
* | store attacks in a queue instead of blocking DBus bus with a Gtk2 main loop | Olivier Blin | 2005-02-18 | 1 | -15/+41 |
| | |||||
* | let the daemon handle the blacklist policy in automatic mode | Olivier Blin | 2005-02-18 | 1 | -0/+6 |
| | |||||
* | allow to enable automatic mode from popup | Olivier Blin | 2005-02-17 | 1 | -6/+13 |
| | |||||
* | use only one 'edge' ButtonBox | Olivier Blin | 2005-02-17 | 1 | -9/+5 |
| | |||||
* | rename get_mode as get_interactive | Olivier Blin | 2005-02-16 | 1 | -1/+1 |
| | |||||
* | fix typo again | Olivier Blin | 2005-02-15 | 1 | -1/+1 |
| | |||||
* | fix typo | Olivier Blin | 2005-02-15 | 1 | -1/+1 |
| | |||||
* | remove unneeded variable | Olivier Blin | 2005-02-15 | 1 | -1/+0 |
| | |||||
* | use network::activefw; | Olivier Blin | 2005-02-15 | 1 | -98/+17 |
| | |||||
* | use real IP address | Olivier Blin | 2005-02-14 | 1 | -1/+1 |
| | |||||
* | remove some debug code | Olivier Blin | 2005-02-14 | 1 | -13/+2 |
| | |||||
* | active firewall support | Olivier Blin | 2005-02-14 | 1 | -3/+167 |
| | |||||
* | perl_checker fixes | Olivier Blin | 2005-02-09 | 1 | -7/+7 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | - Numeric comparisons | Daouda Lo | 2004-09-30 | 1 | -1/+1 |
| | |||||
* | fix again running processes detection | Olivier Blin | 2004-09-26 | 1 | -1/+5 |
| | |||||
* | (go2state) do not destroy/re-create menu if state hasn't changed, or | Olivier Blin | 2004-09-26 | 1 | -3/+6 |
| | | | | | else the menu may disappear without any reason | ||||
* | lower refresh timeout to 5 seconds | Olivier Blin | 2004-09-10 | 1 | -1/+1 |
| | |||||
* | make connect/disconnect buttons useful | Olivier Blin | 2004-09-10 | 1 | -0/+1 |
| | |||||
* | add notconfigured state | Olivier Blin | 2004-09-01 | 1 | -4/+11 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-09-01 | 1 | -2/+3 |
| | |||||
* | (is_running) enhance regexp, use any | Olivier Blin | 2004-08-31 | 1 | -1/+2 |
| | |||||
* | (is_running) make it work | Thierry Vignaud | 2004-08-31 | 1 | -2/+1 |
| | |||||
* | (is_running) try harder | Thierry Vignaud | 2004-08-31 | 1 | -1/+1 |
| | |||||
* | (is_running) ignore our own process ... (brown paper bag bug) | Thierry Vignaud | 2004-08-31 | 1 | -1/+1 |
| | |||||
* | move start_interface and stop_interface from net_monitor to network::tools, ↵ | Olivier Blin | 2004-08-30 | 1 | -4/+2 |
| | | | | use it in net_monitor and net_applet | ||||
* | allow to connect/disconnect from net_applet | Olivier Blin | 2004-08-30 | 1 | -4/+10 |
| | |||||
* | is_running returns a boolean which would never be > 1 | Olivier Blin | 2004-08-30 | 1 | -2/+2 |
| | |||||
* | - no need to run net-monitor with '--testing' | Daouda Lo | 2004-08-30 | 1 | -1/+1 |
| | |||||
* | - launch net_monitor in background | Daouda Lo | 2004-08-30 | 1 | -1/+1 |
| | |||||
* | - typo | Daouda Lo | 2004-08-30 | 1 | -1/+1 |
| | |||||
* | - avoid duplication | Daouda Lo | 2004-08-30 | 1 | -4/+6 |
| | |||||
* | - s/and/or/ (oblin) | Daouda Lo | 2004-08-30 | 1 | -1/+1 |
| | |||||
* | - launch net_monitor once (test if there's a running net_monitor before) | Daouda Lo | 2004-08-30 | 1 | -6/+4 |
| | |||||
* | avoid grep to grep itself, use perl | Olivier Blin | 2004-08-25 | 1 | -1/+1 |
| | |||||
* | fix titi sux, fix I sux | Olivier Blin | 2004-08-17 | 1 | -3/+3 |
| | |||||
* | use network::tools::get_internet_connection | Olivier Blin | 2004-08-17 | 1 | -16/+13 |
| | |||||
* | developers should always run their stuff with the strict pragma | Thierry Vignaud | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | (checkNetwork) do not die when gateway canot be guessed (Joe Bolin | Thierry Vignaud | 2004-08-09 | 1 | -2/+0 |
| | | | | | | | | | | | | <sopwithcamel@charter.net>) else the applet dies never to be heard from again until the next login b/c with DHCP connections, the gateway information is lost when the network is manually brought down. Indeed gateway is not needed for direct connection through crossover cable. |