summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-28build: Remove deprecated --enable-dnsproxy optionMarcel Holtmann1-1/+0
2011-01-28TODO: Remove DNS Proxy entryDaniel Wagner1-12/+0
2011-01-28dhcp: Move plugins/dhcp in to coreDaniel Wagner6-478/+162
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-28provider: Report VPN error codeMohamed Abbas4-2/+37
2011-01-28task: Pass exit code to the exit callbackMohamed Abbas5-8/+13
2011-01-28vpn: Fix vpn_died prototypeSamuel Ortiz1-1/+1
2011-01-27openvpn: Use parser table instead of open codingDaniel Wagner1-61/+45
2011-01-27service: Check for WPS support only in the WiFi caseSamuel Ortiz1-1/+2
2011-01-27provider: route_env_parse should depend on type not nameDaniel Wagner1-2/+2
2011-01-27openvpn: Fix typo in routing prefix checkDaniel Wagner1-1/+1
2011-01-27TODO: Removing WPS related partTomasz Bursztyka1-10/+0
2011-01-27gsupplicant: Disconnect request might not need to go through RemoveNetwork callTomasz Bursztyka1-0/+6
2011-01-27test: WPS input added in agent test scriptTomasz Bursztyka1-8/+36
2011-01-27service: WPS connection logicTomasz Bursztyka1-5/+17
2011-01-27agent: WPS input request logicTomasz Bursztyka1-1/+76
2011-01-27service: WPS enabled getterTomasz Bursztyka2-0/+9
2011-01-27doc: WPS method input documentation added to agent-api.txtTomasz Bursztyka1-1/+24
2011-01-27test: WPS property supportTomasz Bursztyka3-3/+3
2011-01-27doc: Add service WPS attribute to service-api.txtTomasz Bursztyka1-0/+10
2011-01-27service: WPS supportTomasz Bursztyka1-1/+24
2011-01-27wifi: WPS supportTomasz Bursztyka1-183/+266
2011-01-27network: WPS supportTomasz Bursztyka1-0/+17
2011-01-27gsupplicant: WPS start() method implementationTomasz Bursztyka2-1/+83
2011-01-27gsupplicant: WPS event signal supportTomasz Bursztyka2-0/+59
2011-01-27gsupplicant: WPS credentials signal supportTomasz Bursztyka2-0/+95
2011-01-27gsupplicant: bss/network wps enabled supportTomasz Bursztyka2-1/+93
2011-01-27ofono: be proactive with registration statusPekka Pessi1-21/+41
2011-01-27ofono: be proactive when connectingPekka Pessi1-0/+14
2011-01-27service: Mark service as failed if connect failsPekka Pessi1-17/+45
2011-01-27ofono: Retry autoconnect when gprs gets attachedPekka Pessi1-25/+121
2011-01-27network: Add connman_network_clear_error()Pekka Pessi4-0/+38
2011-01-27Makefile: Add build suppport for the vpnc pluginMohamed Abbas2-4/+41
2011-01-27plugins: Initial vpnc supportMohamed Abbas2-0/+281
2011-01-27dnsproxy: Fix public server supportSamuel Ortiz1-1/+7
2011-01-27provider: Factorize VPN routing environment variables parsingSamuel Ortiz4-156/+138
2011-01-26provider: Set service pointer for provider_set_nameserversSamuel Ortiz1-0/+5
2011-01-26provider: Implement IPv6 route settingSamuel Ortiz3-6/+26
2011-01-26inet: IPv6 network route setting APISamuel Ortiz2-5/+22
2011-01-26provider: Handle empty nameserversDaniel Wagner1-24/+33
2011-01-26ondemand: Remove ondemand.cDaniel Wagner6-179/+5
2011-01-26resolver: Only support resolv.conf and dnsproxyDaniel Wagner5-288/+173
2011-01-26dnsproxy: Add command line switchDaniel Wagner3-3/+15
2011-01-26dnsproxy: Fix checkpatch warningsDaniel Wagner1-7/+12
2011-01-26dnsproxy: Move from plugins to coreDaniel Wagner7-47/+13
2011-01-26configure: Do not fail when systemd is not installedLucas De Marchi1-12/+8
2011-01-26gweb: Check GString pointers before freeing themMohamed Abbas1-3/+9
2011-01-26wifi: Balance scanning statesMohamed Abbas3-6/+28