summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-30session: Move Priority to configuration pluginDaniel Wagner1-18/+15
2012-08-30session: Add configuration pluginDaniel Wagner1-0/+95
2012-08-30session: Remove SessionMarker implementationDaniel Wagner1-12/+0
2012-08-30session: Remove PeriodicConnect implementationDaniel Wagner1-51/+3
2012-08-30session: Remove IdleTimeout implementationDaniel Wagner1-19/+0
2012-08-30service: Do not report error twiceAlok Barsode1-3/+0
2012-08-29inet: Properly remove IPv4 address and set interface downPatrik Flykt1-3/+5
2012-08-23provider: Return VPN gateway IP addressJukka Rissanen1-1/+7
2012-08-23device: Refactor device scan functionJukka Rissanen1-7/+5
2012-08-22service: Always zero the timeout id when timer triggersPatrik Flykt1-1/+2
2012-08-22service: Send updated properties after ServicesChangedPatrik Flykt1-3/+75
2012-08-22wispr: Fix refcounting issueTomasz Bursztyka1-4/+9
2012-08-20service: Restore error clearing on Agent replyPatrik Flykt1-0/+3
2012-08-17service: Allow connection if there are interfaces availableJukka Rissanen1-1/+32
2012-08-17inet: Clear IP addresses when interface is set downPatrik Flykt1-2/+8
2012-08-17service: Clear service error on successfull connection attemptsPatrik Flykt1-5/+4
2012-08-17ipconfig: Use correct ipconfig ipaddress for FIXED methodPatrik Flykt1-9/+5
2012-08-17technology: Move SetProperty to async method callTomasz Bursztyka1-1/+1
2012-08-17technology: Refactor enable/disable technologyTomasz Bursztyka1-86/+39
2012-08-16timezone: Add commentPatrik Flykt1-1/+1
2012-08-16timezone: If there is no d_type support use fstatat()Andrei Gherzan1-0/+13
2012-08-15provider: Return EINPROGRESS to the caller when connect is pendingJukka Rissanen2-1/+34
2012-08-15service: Remember provider pending dbus messageJukka Rissanen2-0/+29
2012-08-15service: Allow setting path when sending pending dbus replyJukka Rissanen3-6/+10
2012-08-15connection: Disconnect VPN when underlaying service disconnectsJukka Rissanen1-41/+63
2012-08-15inet: Add function to return route to a given hostJukka Rissanen2-0/+153
2012-08-15service: Add getter for favorite flagJulien Massot1-0/+5
2012-08-14iptables: Load table at the right placesTomasz Bursztyka1-9/+27
2012-08-14iptables: Refactor default return code usageTomasz Bursztyka1-9/+7
2012-08-14service: Disconnect provider after connection timeoutJukka Rissanen1-0/+2
2012-08-14network: Enable IPv6 on network interfaceElena Tebesoi1-0/+2
2012-08-14ipconfig: Allow NULL gateway for IPv6Elena Tebesoi1-3/+0
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