summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add set_ppp_settings helperOlivier Blin2008-05-151-0/+5
|
* do not set dial number in cellular subclasses, to be factorized in ↵Olivier Blin2008-05-152-2/+0
| | | | network::connection::cellular::set_ppp_settings
* keep context id in selfOlivier Blin2008-05-152-6/+6
|
* extract set_ppp_settings functions, to be called to apply network selection onlyOlivier Blin2008-05-153-11/+18
|
* factorize in network::connection::cellularOlivier Blin2008-05-153-2/+6
|
* write cellular settings later (should not change behavior)Olivier Blin2008-05-152-4/+2
|
* split a write_ppp_settings helperOlivier Blin2008-05-151-1/+6
|
* make dial number optional when writing chat scriptOlivier Blin2008-05-151-10/+11
|
* do not blacklist ifplugd for via_velocity, use a link detection delay ↵Olivier Blin2008-05-151-2/+2
| | | | instead (reported working by Stefan van der Eijk)
* fix blacklisting via_velocity for ifplugdOlivier Blin2008-05-151-1/+1
|
* fix typoOlivier Blin2008-05-151-1/+1
|
* call comgt instead of gcomOlivier Blin2008-05-151-5/+5
|
* remove doble questionThierry Vignaud2008-05-151-3/+1
|
* do not write ONBOOT setting in access point filesOlivier Blin2008-05-151-1/+1
|
* use hso0 network interface for hso devicesOlivier Blin2008-05-141-1/+7
|
* use ttyHS0 as modem device for hso devicesOlivier Blin2008-05-141-0/+2
|
* try to normalize signal level reported by wpa_supplicant only if some values ↵Olivier Blin2008-05-141-3/+7
| | | | are greater than 100
* use signal level if all reported qualities are 100% and if signal level is ↵Olivier Blin2008-05-141-0/+4
| | | | different
* rewrite for next commitOlivier Blin2008-05-141-1/+5
|
* use eval_quality helper as well not to divide by zeroOlivier Blin2008-05-141-1/+1
|
* parse "Signal level=" as well (was only parsing "Signal level:")Olivier Blin2008-05-141-1/+1
|
* Convert cellular provider list to UTF-8.Anssi Hannula2008-05-141-2/+2
|
* Add internet settings for Finnish cellular providers.Anssi Hannula2008-05-141-0/+51
|
* install ppp (thanks Anssi) and bluez-utils when configuring a cellular ↵Olivier Blin2008-05-131-0/+2
| | | | connection over bluetooth
* reuse any::ask_for_X_restart()Thierry Vignaud2008-05-131-2/+1
|
* allow to skip protocol and address configuration (defaulting to dhcp) if ↵Olivier Blin2008-05-123-4/+8
| | | | AUTOMATIC_ADDRESS is true in /etc/sysconfig/drakx-net
* use NET_APPLET_DBUS variable in /etc/sysconfig/drakx-net as D-Bus optionOlivier Blin2008-05-121-2/+2
|
* default to roaming for all encryption types if ROAMING is true in ↵Olivier Blin2008-05-121-1/+5
| | | | /etc/sysconfig/drakx-net
* allow skipping interface choice if AUTOMATIC_IFACE_CHOICE is true in ↵Olivier Blin2008-05-121-2/+5
| | | | /etc/sysconfig/drakx-net and only one "automatic" interface is detected (i.e. not ndiswrapper)
* greek (el) language update by DimitrisNikos Papadopoulos2008-05-091-64/+272
|
* refresh networks list when switching from non-roaming to roaming (to get ↵Olivier Blin2008-05-051-0/+10
| | | | wpa_supplicant network IDs)
* support LXDE tooFunda Wang2008-05-041-1/+1
|
* add network to wpa_supplicant config if needed when connecting ↵Olivier Blin2008-05-021-0/+2
| | | | (drakroam/netcenter)
* reorderOlivier Blin2008-05-021-4/+4
|
* extract add_nework_to_wpa_supplicant functionOlivier Blin2008-05-021-7/+10
|
* force using wireless-tools when wpa_supplicant gives empty resultsOlivier Blin2008-05-021-0/+1
| | | | | (by removing useless info from wpa_cli output)
* do not try to use mandi if not availableOlivier Blin2008-05-021-1/+1
|
* simplify has_roaming definitionOlivier Blin2008-05-021-2/+3
|
* do not create unused monitor object (but add a FIXME note)Olivier Blin2008-05-021-1/+1
|
* remove unneeded useOlivier Blin2008-05-011-1/+0
|
* use common in network::net_applet so that find works againOlivier Blin2008-04-301-0/+1
|
* do not try to run ifw code if disabled (total memory gain of 156 kB after ↵Olivier Blin2008-04-301-1/+1
| | | | network::net_applet::ifw move, if D-Bus is disabled)
* move ifw code in network::net_applet::ifwOlivier Blin2008-04-302-220/+221
|
* move some variables in a network::net_applet package (to be shared with ↵Olivier Blin2008-04-301-23/+48
| | | | future network::net_applet::ifw)
* add support for using dbus-send to select a network (will require some way ↵Olivier Blin2008-04-301-1/+10
| | | | to get network IDs first)
* move out some variables (for future usage)Olivier Blin2008-04-301-6/+7
|
* be safer ("id" should exist only if a monitor exist when running as non-root ↵Olivier Blin2008-04-301-1/+1
| | | | user)
* allow to disable D-Bus usage by setting DBUS=no in /etc/sysconfig/net_appletOlivier Blin2008-04-301-1/+1
| | | | | | (saves about 5200 kB of RSS memory) this disables Interactive Firewall and switching wireless network in the background without being root
* read global settings from /etc/sysconfig/net_appletOlivier Blin2008-04-301-0/+3
|
* do not disable ONBOOT for PCMCIA interfaces (ifplugd is used by default)Olivier Blin2008-04-301-2/+0
|