summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-14network: Only set index in connman_network_set_index()Daniel Wagner1-22/+5
2012-08-14service: Allow plugins to lookup services by networksDaniel Wagner6-39/+38
2012-08-14service: Allow plugins access to connman_service_create_ip4/6configDaniel Wagner4-9/+6
2012-08-14technology: Save tethering identifier and passphraseJulien Massot1-0/+18
2012-08-14technology: Rename save_state function by technology_saveJulien Massot1-6/+6
2012-08-10dhcp: Apply received hostname option according to conf file settingJukka Rissanen1-3/+7
2012-08-10main: Introduce conf file option to disable hostname updatesJukka Rissanen2-0/+18
2012-08-09provider: Discard routes to VPN server via VPN tunnelJukka Rissanen1-2/+84
2012-08-09provider: Allow VPN connection if not in connected stateJukka Rissanen1-2/+15
2012-08-09connection: Set VPN default route to the VPN interfaceJukka Rissanen1-16/+4
2012-08-09connection: Add more debugging when setting VPN routesJukka Rissanen1-0/+7
2012-08-09service: Signal error property changesGrant Erickson1-5/+30
2012-08-08service: Initiate autoconnect after changing ipconfig methodJukka Rissanen1-0/+2
2012-08-08service: Do not set the service state when changing IPv4 methodJukka Rissanen1-2/+1
2012-08-08service: Do not try to connect to service that cannot create connectionJukka Rissanen1-0/+16
2012-08-08ipconfig: Add function to check if the ipconfig is OFFJukka Rissanen2-0/+20
2012-08-08main: Add support for specifying a non-default configuration file.Grant Erickson1-5/+23
2012-08-07main: Remove unused compat argumentDaniel Wagner1-3/+0
2012-08-07storage.c: Search for settings file even if d_type is DT_UNKNOWN.Andrei Gherzan1-0/+1
2012-08-03device: Remove unused phyindexDaniel Wagner2-18/+0
2012-07-19wispr: Add a reference counter mechanism on contextsTomasz Bursztyka1-10/+120
2012-07-18storage: check that the string isn't empty before splittingRoss Burton1-1/+5
2012-07-17device: Do not set regdom when device is not poweredTomasz Bursztyka1-0/+3
2012-07-17rtnl: Support PPP connectionsForest Bond1-0/+1
2012-07-17ntp: Add debug message when starting NTP against resolved serverGrant Erickson1-0/+2
2012-07-17ntp: Fixed a debug message typoGrant Erickson1-1/+1
2012-07-17ntp: Retry a given server address multiple times before falling backGrant Erickson1-21/+45
2012-07-17ntp: Use mnemonic when specifying the request precisionGrant Erickson1-0/+7
2012-07-17ntp: Add mnemonics for common clock precisionsGrant Erickson1-0/+7
2012-07-17ntp: Use mnemonics when checking reply flagsGrant Erickson1-1/+13
2012-07-17ntp: Specify leap-not-in-sync in flagsGrant Erickson1-1/+1
2012-07-17ntp: Send a transmit time value that reflects current system timeGrant Erickson1-2/+3
2012-07-17ntp: Use mnemonics rather than magic numbersGrant Erickson1-1/+1
2012-07-17ntp: Add mnemonics for the flags (leap, version, mode) packet fieldGrant Erickson1-0/+30
2012-07-16timeserver: Try all resolved timeserver IP addressesJukka Rissanen1-2/+8
2012-07-16ntp: If the server cannot be contacted, try next oneJukka Rissanen1-1/+6
2012-07-15dnsproxy: Avoid multiple shadowing variablesMarcel Holtmann1-13/+12
2012-07-15tethering: Avoid shadowing connection variableMarcel Holtmann1-1/+1
2012-07-15session: Avoid shadowing hash table iteratorMarcel Holtmann1-4/+4
2012-07-15session: Avoid shadowing session info variableMarcel Holtmann1-13/+13
2012-07-15config: Avoid shadowing config structure variableMarcel Holtmann1-10/+15
2012-07-15counter: Avoid shadowing connection variableMarcel Holtmann1-1/+1
2012-07-15notifier: Avoid shadowing connected variableMarcel Holtmann1-12/+6
2012-07-15agent: Avoid shadowing connection variableMarcel Holtmann1-1/+1
2012-07-15service: Avoid shadowing string variableMarcel Holtmann1-6/+6
2012-07-15task: Avoid shadowing connection variableMarcel Holtmann1-2/+2
2012-07-13service: Gateway IP address property is not sentJukka Rissanen1-0/+11
2012-07-13config: Get configurations that are provisionedJukka Rissanen1-0/+81
2012-07-13config: Read hidden AP information from config fileJukka Rissanen1-0/+9
2012-07-13agent: Handle wpspin type as a PreviousPassphraseTomasz Bursztyka1-18/+27