summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-17service: Schedule auto connect procedure to be ran on its ownTomasz Bursztyka1-6/+27
2012-04-17service: Do not autoconnect if service is getting removedTomasz Bursztyka1-0/+2
2012-04-17service: Move setting of WPS input from agent to service.Julien Massot2-18/+10
2012-04-17service: Add function to check the WPS PIN validityJulien Massot1-0/+20
2012-04-17service: request_input_cb handle wps settingJulien Massot4-0/+5
2012-04-17network: Avoid connection to a network with invalid keyJulien Massot2-7/+22
2012-04-17service: Check the passphrase validityJulien Massot2-16/+75
2012-04-17main.conf: Document main.conf optionsPatrik Flykt1-0/+25
2012-04-17config: Warn user if no configuration is foundJukka Rissanen1-3/+10
2012-04-12service: Check for settings list being non-NULLPatrik Flykt1-1/+2
2012-04-12resolver: Append fallback nameserversPatrik Flykt1-26/+9
2012-04-12main: Implement 'FallbackNameservers' main.conf optionPatrik Flykt1-0/+47
2012-04-12timeserver: Nameserver array was not freedJukka Rissanen1-1/+5
2012-04-12timeserver: Timeserver array was not freedJukka Rissanen1-0/+2
2012-04-12provider: Disconnect VPN when phy service is disconnectedJukka Rissanen3-0/+85
2012-04-11service: Schedule ServicesChanged signal to be sentPatrik Flykt1-4/+13
2012-04-11service: Add ServicesChanged signalPatrik Flykt2-59/+39
2012-04-11service: Update ordering regarding connected preferred servicePatrik Flykt1-8/+14
2012-04-11service: Function for checking and updating service orderingPatrik Flykt1-0/+30
2012-04-11service: Try preferred technologies first, then normal autoconnectPatrik Flykt1-18/+49
2012-04-11service: Factor out code for switching two servicesPatrik Flykt1-13/+16
2012-04-11service: Create preferred technology listPatrik Flykt1-0/+39
2012-04-11main: Add 'PreferredTechnologies' configuration file optionPatrik Flykt1-0/+17
2012-04-11main: Free g_key_file config immediately after usePatrik Flykt1-5/+4
2012-04-11service: Set autoconnect according to configured preferencesPatrik Flykt1-5/+14
2012-04-11main: Add 'DefaultAutoConnectTechnologies' configuration optionPatrik Flykt1-0/+59
2012-04-11service: Add __connman_service_string2type() functionPatrik Flykt2-0/+28
2012-04-05timeserver: Check for resolv before accessing itAlok Barsode1-1/+1
2012-04-05timeservers: Add Fallback TimerserversAlok Barsode2-0/+14
2012-04-05main: Parse FallbackTimeservers list from main.confAlok Barsode1-0/+21
2012-04-05ntp: Shorten NTP failure delayAlok Barsode1-2/+2
2012-04-05timeserver: Add Timeservers.Configuration to timeserver listAlok Barsode2-0/+9
2012-04-05service: Add Timeservers.Configuration PropertyAlok Barsode1-0/+79
2012-04-05timeserver: Add service gateway to timeserver listAlok Barsode1-3/+17
2012-04-05timeserver: Create timeserver listAlok Barsode2-83/+119
2012-04-05timeserver: Trigger ntp on default changed notifierAlok Barsode2-7/+30
2012-04-05service: Add __connman_service_get_defaultAlok Barsode2-6/+7
2012-04-05Replace older system timeserver values with new ones instead of appendingAlok Barsode2-96/+23
2012-04-05connection: Add host route for VPN when setting default gatewayJukka Rissanen1-0/+4
2012-04-05connection: Remove wrong VPN routeJukka Rissanen1-10/+22
2012-04-05inet: Build failure fixPatrik Flykt1-1/+1
2012-04-056to4: Connectivity check was done too earlyJukka Rissanen1-13/+71
2012-04-056to4: Add web debug printsJukka Rissanen1-0/+9
2012-04-05inet: Refactor rtnl functions in 6to4.cJukka Rissanen3-191/+375
2012-04-05connection: Set additional point-to-point routeJukka Rissanen1-16/+40
2012-04-05service: Nameservers behind P-t-P link need special handlingJukka Rissanen1-8/+23
2012-04-05net: Add functions to get dest address of P-t-P linkJukka Rissanen1-0/+94
2012-04-05connection: Remove original default route only when neededJukka Rissanen1-2/+8
2012-04-05service: Return service split routing statusJukka Rissanen2-0/+7
2012-04-05connection: Update service list orderJukka Rissanen1-0/+2