summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-03-30ofono: Check for info pointer in set_active_replyMohamed Abbas1-2/+5
2011-03-17vpn: Fix fd leakDaniel Wagner1-1/+3
2011-03-17vpn: Fix possible null pointer dereferenceDaniel Wagner1-2/+4
2011-03-17tist: Fix initializing of variableSamuel Ortiz1-3/+3
2011-03-16ofono: Free network_infoDaniel Wagner1-3/+8
2011-03-11pacrunner: Pass proper namesevers array pointerSamuel Ortiz1-1/+1
2011-03-11tethering: Add wifi interface to bridge after carrier onMartin Xu1-9/+33
2011-03-11tist: Initial plugin implementationSamuel Ortiz1-0/+598
2011-03-03bluetooth: Set service state to IDLE when PAN connection failsSamuel Ortiz1-4/+13
2011-03-02ofono: Remove set_connected forward declarationSamuel Ortiz1-28/+25
2011-03-02ofono: Connect when context activation is requestedHenri Bragge1-19/+28
2011-03-02ofono: Do not connect autonomously activated contextsHenri Bragge1-2/+9
2011-02-25openconnect: Support IPv6 settingsSamuel Ortiz1-7/+45
2011-02-25vpnc: Port to the new provider APIsSamuel Ortiz1-5/+26
2011-02-25provider: Remove IPv4 element registrationDaniel Wagner2-14/+60
2011-02-24ofono: Remove IPv4 element registrationDaniel Wagner1-105/+109
2011-02-23network: Remove address fieldSamuel Ortiz1-44/+0
2011-02-21wifi: Remove interfaces from the bridge when disabling tetheringSamuel Ortiz1-1/+5
2011-02-18ofono: Fix infinite recursion in network disconnectHenri Bragge1-0/+2
2011-02-18ofono: Fix memory leak in network activationHenri Bragge1-1/+1
2011-02-16portal: Print region information if availableMarcel Holtmann1-0/+4
2011-02-16service: Remove APN propertySamuel Ortiz1-34/+0
2011-02-15service: Refactor Service nameserver APIDaniel Wagner1-3/+4
2011-02-08pacrunner: Remove unitialised use of host_ret variableKalle Valo1-3/+0
2011-02-08ofono: Handle ContextAdded/ContextRemoved signalsHenri Bragge1-1/+77
2011-02-08wifi: Check invalid key/passphrase in gsupplicant connect callbackPatrik Flykt1-2/+12
2011-02-04ethernet: Create the bridge before to add an interface to it.Guillaume Lucas1-2/+2
2011-02-04proxy: Add implementation for internal proxy framework.Mohamed Abbas1-7/+21
2011-02-04pacrunner: Add pacrunner proxy driver.Mohamed Abbas1-0/+147
2011-02-03wifi: Debug string typoSamuel Ortiz1-1/+1
2011-02-03wifi: Return a tethering error if AP mode is not supported at allSamuel Ortiz1-2/+5
2011-02-03wifi: Use WPA2 only when in AP modeSamuel Ortiz1-0/+1
2011-02-03wifi: Set AP ciphers to CCMP onlySamuel Ortiz1-0/+2
2011-02-03wifi: Initial tethering supportSamuel Ortiz1-1/+194
2011-02-02gsupplicant: Add interface bridge settingSamuel Ortiz1-1/+1
2011-02-02gsupplicant: Add network scan ssid settingSamuel Ortiz1-0/+1
2011-02-02wifi: Track interfacesSamuel Ortiz1-0/+9
2011-02-02gsupplicant: Add network mode supportSamuel Ortiz1-0/+1
2011-02-02tethering: Add a tethering property per technologySamuel Ortiz2-0/+2
2011-01-28wifi: Remove legacy pluginSamuel Ortiz3-2985/+0
2011-01-28nmcompat: D-Bus configuration fileKalle Valo1-0/+14
2011-01-28nmcompat: Support nm dbus propertiesKalle Valo1-0/+94
2011-01-28nmcompat: Add pluginKalle Valo1-0/+188
2011-01-28dhcp: Move plugins/dhcp in to coreDaniel Wagner1-227/+0
2011-01-28openconnect: error_code implementationMohamed Abbas1-0/+14
2011-01-28vpnc: error_code implementationMohamed Abbas1-0/+13
2011-01-28vpn: Allow plugins to report error codeMohamed Abbas2-4/+16
2011-01-28task: Pass exit code to the exit callbackMohamed Abbas3-3/+4
2011-01-28vpn: Fix vpn_died prototypeSamuel Ortiz1-1/+1
2011-01-27openvpn: Use parser table instead of open codingDaniel Wagner1-61/+45