summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-05ipconfig: Have separate callbacks for route changes.Jukka Rissanen1-4/+4
2012-01-05ipconfig: Address list for duplicates does not need gateway info.Jukka Rissanen1-16/+0
2012-01-05iptables: Small improvements on ipatables_init()Flávio Ceolin1-7/+6
2012-01-05wispr: using only the nameservers from requested serviceTomasz Bursztyka1-0/+11
2012-01-05wispr: fixing a possible memory leak if interface index cannot be retrievedTomasz Bursztyka1-2/+4
2012-01-05storage: Using the right free funcFlavio Ceolin1-1/+1
2012-01-05manager: Remove DefaultTechnology and associated functionPatrik Flykt3-17/+0
2012-01-05manager: Remove ConnectedTechnologies and associated functionPatrik Flykt3-26/+0
2012-01-05manager: Remove EnabledTechnologies and associated functionPatrik Flykt3-24/+0
2012-01-05manager: Remove AvailableTechnologies and associated functionPatrik Flykt3-24/+0
2012-01-05service: Don't send 'wpa' or 'rsn' as alternate values for 'psk'Patrik Flykt1-6/+5
2012-01-05service: Remove Passphrase propertyPatrik Flykt1-25/+0
2012-01-05service: Remove PassphraseRequired propertyPatrik Flykt1-67/+0
2012-01-05service: Remove LoginRequired propertyPatrik Flykt3-39/+0
2011-12-22technology: Return technology name Cellular instead 3GDaniel Wagner1-1/+1
2011-12-22storage: Remove useless commentsDaniel Wagner1-6/+0
2011-12-22storage: Use technology name Cellular instead 3GDaniel Wagner1-4/+4
2011-12-22service: Remove file index check in setup_ipv4/v6config()Daniel Wagner1-6/+0
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