summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-31memoryleak: method was not freedJukka Rissanen1-1/+2
2010-12-31memoryleak: block was not freedJukka Rissanen1-0/+1
2010-12-31memoryleak: address was not freedJukka Rissanen1-0/+1
2010-12-31memoryleak: device name was not freedJukka Rissanen1-0/+1
2010-12-31memoryleak: SSID was not freedJukka Rissanen1-1/+5
2010-12-31memoryleak: network interface string was not freedJukka Rissanen1-6/+12
2010-12-30Handling multiple message-header fields with the same name.Mohamed Abbas1-40/+79
2010-12-29Fix memory leaks in iptables libraryLeena Gunda1-0/+2
2010-12-29Free WiFi network strings in network_destructLeena Gunda1-0/+7
2010-12-28Building fix about implicit declaration of strnlenYang Ruirui1-0/+1
2010-12-28fix glib dependencyYang Ruirui1-2/+2
2010-12-28Fix Valgrind Invalid Read error while removing gsupplicant interfaceLeena Gunda1-2/+5
2010-12-28Free gsupplicant network path when removing networkLeena Gunda1-0/+1
2010-12-28gsupplicant network_path not freed while removing interfaceLeena Gunda1-0/+1
2010-12-28portal: Check status and print client IP and country detailsMarcel Holtmann1-0/+13
2010-12-28Add g_web_result_get_header support.Mohamed Abbas2-13/+88
2010-12-26Fix Leena's email addressMarcel Holtmann1-0/+1
2010-12-24Release 0.650.65Marcel Holtmann2-1/+14
2010-12-23wifi: Check for passphrase being not NULL before calling strlenMohamed Abbas1-1/+1
2010-12-23wifi: Remove network on BSSRemoved signal receptionLeena Gunda1-2/+12
2010-12-23rtnl: Call technology_add_interface() only onceMarcel Holtmann1-3/+3
2010-12-23network: Remove unused network_set_passphrase routineSamuel Ortiz2-30/+0
2010-12-23wifi: Track wpa supplicant stateSamuel Ortiz1-0/+35
2010-12-23wifi: Zero length passphrase set to NULLSamuel Ortiz1-3/+8
2010-12-23service: Don't clear ipconfig layers if network disconnection failedSamuel Ortiz1-8/+4
2010-12-23gsupplicant: Remove network even if disconnect failedSamuel Ortiz1-3/+1
2010-12-23device: Do not use the disconnected flag for auto connectionMohamed Abbas1-3/+0
2010-12-23service: Return connecting status while idleMohamed Abbas2-2/+10
2010-12-23service: Avoid autoconnect from scanMohamed Abbas3-2/+13
2010-12-23wifi: Dont start new connection until disassociation completesMohamed Abbas1-19/+64
2010-12-22wifi: Remove misleading error stringSamuel Ortiz1-2/+10
2010-12-22gsupplicant: Remove get_results warningSamuel Ortiz1-1/+1
2010-12-22wifi: Use CONNMAN_SUPPLICANT_DEBUG for debuggingSamuel Ortiz1-1/+1
2010-12-22wifi: Set wifi plugin priority to DEFAULTSamuel Ortiz2-2/+2
2010-12-22ipconfig: Check for ipconfig pointer before getting ops_dataSamuel Ortiz1-0/+3
2010-12-22ipconfig: Remove the right ipconfig pointer from the ipconfig listMohamed Abbas1-2/+4
2010-12-22wifi: Switch to being the default wifi pluginSamuel Ortiz2-2/+2
2010-12-22wifi: Make gsupplicant debug depend on CONNMAN_GSUPPLICANT_DEBUGSamuel Ortiz1-1/+3
2010-12-21rtnl: Register all RDNSS search domainsSamuel Ortiz1-3/+13
2010-12-21rtnl: Add support for RFC6106 DNSSLDavid Woodhouse1-1/+60
2010-12-21rtnl: Refactor RDNSS support so we can support DNSSLDavid Woodhouse1-15/+28
2010-12-21connection: Add gateway host routes for non NULL gatewaysSamuel Ortiz1-2/+5
2010-12-21dhcp: Add IPv4LL supportJulien Massot1-0/+37
2010-12-21gdhcp: Add netmask getterJulien Massot2-0/+25
2010-12-21openvpn: Identation fixesSamuel Ortiz1-38/+38
2010-12-21openvpn: Move foreign_option_ parse code into its own functionDaniel Wagner1-25/+31
2010-12-21openvpn: Use ifconfig_remote as peer addressDaniel Wagner1-1/+1
2010-12-21openvpn: Append routesDaniel Wagner1-0/+109
2010-12-21openvpn: Add pushed routesDaniel Wagner2-0/+51
2010-12-21openvpn: Pass in additional argumentsDaniel Wagner1-2/+37