summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-18Constify GDBus method tablesHenrique Dante de Almeida5-5/+5
2012-05-18connection: Refactor VPN route setupJukka Rissanen1-64/+72
2012-05-17technology: Set deprecated flag for GetProperties methodMarcel Holtmann1-1/+2
2012-05-17service: Set deprecated flag for GetProperties methodMarcel Holtmann1-1/+2
2012-05-15config: Reject invalid SSID hexadecimal entriesPatrik Flykt1-1/+7
2012-05-15rtnl: Domain search list was not handled according to RFC 6106Jukka Rissanen1-30/+27
2012-05-15resolver: Do not try to update service if server is not setJukka Rissanen1-1/+1
2012-05-15resolver: Allow update to domain if server is not setJukka Rissanen1-1/+1
2012-05-15resolver: Follow connman coding styleJukka Rissanen1-4/+4
2012-05-10dhcpv6: Check NULL pointer dereferenceJukka Rissanen1-2/+4
2012-05-09dhcp: Use g_list_length() to calculate the list lengthJukka Rissanen1-4/+2
2012-05-09dhcpv6: Check NULL pointer dereferenceJukka Rissanen1-2/+4
2012-05-09dhcp: Check NULL pointer dereferenceJukka Rissanen1-2/+4
2012-05-09wispr: Remove dead assignmentHenrique Dante de Almeida1-1/+1
2012-05-09rtnl: Remove dead assignmentHenrique Dante de Almeida1-1/+1
2012-05-09iptables: Remove dead assignmentHenrique Dante de Almeida1-1/+1
2012-05-09dnsproxy: Remove dead assignmentHenrique Dante de Almeida1-1/+0
2012-05-09dnsproxy: Return error if initial send failsHenrique Dante de Almeida1-0/+2
2012-05-08connection: Fix possible NULL dereferenceAdrien Bustany1-15/+19
2012-05-08connection: Fix host route to VPN serverDaniel Wagner1-2/+13
2012-05-08provider: Fix network/netmask parsing and potential crashPatrik Flykt1-4/+17
2012-05-04agent: Memory leak in error replyJukka Rissanen1-0/+1
2012-05-04notifier: Evaluate offline state after 'online' and 'ready'Patrik Flykt1-3/+3
2012-05-04network: Mark service as hidden after successfull connectJukka Rissanen1-0/+1
2012-05-04service: Save/load service hidden statusJukka Rissanen1-0/+7
2012-05-04service: Add flag that tells if the service is hidden or notJukka Rissanen2-0/+10
2012-05-04dhcpv6: Remove timer properly in error casesJukka Rissanen1-2/+10
2012-05-04dhcpv6: Refactor timer clearingJukka Rissanen1-20/+13
2012-05-04dhcpv6: Possible memory leakJukka Rissanen1-4/+12
2012-05-04wispr: Add check for status 400Patrik Flykt1-0/+1
2012-05-04inet: Add function that checks if the hostname is validJukka Rissanen1-0/+48
2012-05-04inet: Make sure that we only accept netlink messages from kernelJukka Rissanen1-10/+20
2012-05-04rtnl: Make sure that we only accept netlink messages from kernelJukka Rissanen1-13/+24
2012-05-04service: Do not stay on failure state when it is due to wrong user inputTomasz Bursztyka1-1/+9
2012-05-04network: Set service as a userconnect when connecting a hidden networkTomasz Bursztyka1-1/+3
2012-05-04service: Adding a function to set userconnect valueTomasz Bursztyka2-0/+9
2012-05-04service: Remove useless scan requestsTomasz Bursztyka1-5/+0
2012-05-04service: Handle nicely request input errorTomasz Bursztyka1-4/+15
2012-05-04wispr: Managing the case when user wants to login through the browser himselfTomasz Bursztyka1-21/+29
2012-05-04agent: Adding a parameter to give the error name to browser callbackTomasz Bursztyka3-5/+8
2012-05-04agent: Adding a parameter to give the error name to authentication callbackTomasz Bursztyka4-7/+13
2012-05-04wispr: Adding some useful debug outputsTomasz Bursztyka1-0/+3
2012-05-04wispr: Set gweb debug at the right placeTomasz Bursztyka1-3/+3
2012-05-02wispr: Use g_strdup() instead of strdup()Jukka Rissanen1-1/+1
2012-05-02wispr: Possible memory leak in error caseJukka Rissanen1-1/+3
2012-05-02connection: Set host route to VPN serverJukka Rissanen1-8/+24
2012-05-01service: Use helper function to add timeservers only oncePatrik Flykt1-2/+7
2012-05-01clock: Use helper function to add timeservers only oncePatrik Flykt1-2/+6
2012-05-01timeserver: Use helper function to add timeservers only oncePatrik Flykt1-5/+6
2012-05-01timeserver: Helper function for adding timeservers once to a listPatrik Flykt2-0/+19