summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-12-20dnsproxy: Build failure fixSamuel Ortiz1-1/+1
2011-12-16ipconfig: Make IPv6 method AUTO by defaultJukka Rissanen1-2/+9
2011-12-16resolver: Fix memory leak when resolver is stoppedJukka Rissanen1-0/+32
2011-12-16dnsproxy: Implement A and AAAA DNS record cachingJukka Rissanen1-9/+781
2011-12-12network: Remove connman_network_set_roamingDaniel Wagner1-18/+1
2011-12-12service: Refactor timeserver removal functionJukka Rissanen1-6/+16
2011-12-12network: Add functionality to connect a hidden networkPatrik Flykt1-0/+20
2011-12-12service: Do hidden network scan for the given SSIDPatrik Flykt1-1/+10
2011-12-12service: Factor out passphrase setting functionalityPatrik Flykt2-19/+27
2011-12-12device: Add function for requesting a hidden scanPatrik Flykt2-0/+20
2011-12-12wispr: Add SSID and length variables to callbackPatrik Flykt1-0/+1
2011-12-12agent: Add network name and name length to authentication_cb_tPatrik Flykt3-2/+5
2011-12-12agent: Handle 'Name' and/or 'SSID' fields on method call returnPatrik Flykt1-0/+24
2011-12-12agent: If a service is hidden, request either 'Name' or 'SSID'Patrik Flykt1-0/+33
2011-12-12service: Helper function to check if a service is hiddenPatrik Flykt2-0/+6
2011-12-12wispr: Add authentication_cb_t boolean to callbackPatrik Flykt1-0/+1
2011-12-12service: Use boolean variable to determine valid valuesPatrik Flykt1-1/+2
2011-12-12agent: Be explicit when RequestInput method return provides valuesPatrik Flykt2-2/+8
2011-12-12service: Return -EPERM for hidden services and prompt for inputPatrik Flykt1-1/+4
2011-12-12service: No modifications allowed for hidden servicesPatrik Flykt1-8/+20
2011-12-12service: List also hidden servicesPatrik Flykt1-2/+2
2011-12-12service: Disconnect network when service is freedPatrik Flykt1-0/+1
2011-12-10manager: Remove support for GetState method and StateChanged signalMarcel Holtmann2-26/+0
2011-12-10manager: Remove support for ProvisionService methodMarcel Holtmann3-76/+0
2011-12-10manager: Remove support for ConnectService methodMarcel Holtmann3-262/+0
2011-12-10manager: Remove support for LookupService methodMarcel Holtmann3-65/+0
2011-12-01technology: Check if pending message is NULL before sending it backSamuel Ortiz1-2/+4
2011-12-01service: Make state downgrading routine staticTomasz Bursztyka2-23/+22
2011-12-01service: Recompute service state when moving it upTomasz Bursztyka2-3/+28
2011-12-01service: Only one service should be online at a timeTomasz Bursztyka1-1/+40
2011-12-01service: Ensure the service list is well sorted after each updateTomasz Bursztyka1-4/+10
2011-11-28tethering: Avoid removing dhcp server twice.Jukka Rissanen1-0/+2
2011-11-28ipconfig: Remove ipconfig from ipconfig_listJukka Rissanen1-1/+2
2011-11-286to4: Use the right interface index with gwebTomasz Bursztyka1-2/+6
2011-11-28wispr: Use the right interface index with gwebTomasz Bursztyka1-1/+6
2011-11-28technology: Save the pending reply only when the status is inprogressYu A Wang1-8/+12
2011-11-28service: Support automatically added nameserversJukka Rissanen6-44/+137
2011-11-24storage: Add default values to settings file.Alok Barsode1-25/+58
2011-11-24dnsproxy: Do not copy two extra bytes if using TCPJukka Rissanen1-1/+1
2011-11-24dnsproxy: Get rid of extra strlen() callsJukka Rissanen1-8/+11
2011-11-24dnsproxy: One extra garbage byte was sent at the end of the messageJukka Rissanen1-2/+2
2011-11-21service: Fix memory leak in service_load()Daniel Wagner1-0/+1
2011-11-21service: Set network_created flag only if create_hidden_wifi succeedsTomasz Bursztyka1-3/+3
2011-11-18service: network_created is set only for hidden servicesTomasz Bursztyka1-8/+10
2011-11-16network: connman_network_set_nameservers() handle NULL argument correctlyDaniel Wagner1-3/+5
2011-11-15notifier: Remove service from hash in error caseDaniel Wagner1-1/+1
2011-11-15network: Call indicate error function in error caseDaniel Wagner1-6/+4
2011-11-15task: Make sure the process is eventually killedJukka Rissanen1-1/+43
2011-11-15task: Allow vpn plugins to send replyMohamed Abbas1-13/+17
2011-11-15tethering: Use already existing 'tether' bridge interfacePatrik Flykt1-5/+6