summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-13ippool: Fix collision detection altorithmDaniel Wagner1-63/+169
2012-02-13ippool: Fix 16 bit block iteratorDaniel Wagner1-3/+2
2012-02-13ippool: Add prefixlen argument to __connman_ippool_new/deladdr()Daniel Wagner3-8/+12
2012-02-13nat: Fix typo in iptables ruleDaniel Wagner1-1/+1
2012-02-13bridge: Fix __connman_bridge_enable() arguments orderingDaniel Wagner2-4/+4
2012-02-13iptables: Mask address when parsing ip/prefixlenDaniel Wagner1-0/+1
2012-02-13iptables: Fix rule insertion in a builtin chainTomasz Bursztyka1-1/+4
2012-02-13tethering: Fix start of IP poolDaniel Wagner1-1/+1
2012-02-13resolver: Domain name was not setJukka Rissanen1-1/+1
2012-02-13nat: Move nat code into a seperate fileDaniel Wagner4-110/+253
2012-02-13tethering: Use notifier to update default interface.Daniel Wagner3-9/+25
2012-02-13bridge: Move bridge code into a seperate fileDaniel Wagner3-109/+154
2012-02-13iptables: Parse also netmask for src/dst addressesDaniel Wagner1-9/+38
2012-02-04timeserver: Remove connman_timeserver_driver frameworkAlok Barsode1-47/+0
2012-02-04timeserver: Remove connman_timeserver_[append/remove]Alok Barsode2-99/+0
2012-02-04timeserver: Check condition to restart timeserversAlok Barsode1-0/+4
2012-02-04timeserver: Use service timeserver, if any, before system timeserversAlok Barsode2-0/+22
2012-02-04ntp: Add timeserver switch logicAlok Barsode2-2/+31
2012-02-04Add __connman_timerserver_sync() to resolve a list of timeserversAlok Barsode4-13/+142
2012-02-04ntp: NTP Query a Timeserver server IPAlok Barsode2-77/+58
2012-02-04service: Free service->timeserversAlok Barsode1-0/+1
2012-02-04dhcp: modify connman_dhcp to add multiple timeserversAlok Barsode1-15/+32
2012-02-04timeserver: Add functions to store/restore timeservers via the clock APIAlok Barsode3-24/+159
2012-02-04manager: Remove RequestScan D-Bus method callPatrik Flykt1-35/+0
2012-02-04device: Notify technology when a scan has started or stoppedPatrik Flykt1-0/+4
2012-02-04technology: Implement Technology Scan and scan start/stop functionalityPatrik Flykt2-11/+102
2012-02-04device: Return success if scan succeeded for at least one devicePatrik Flykt1-5/+11
2012-02-04device: Return -EOPNOTSUPP if the device does not support scanningPatrik Flykt1-1/+1
2012-02-03iptables: add capability to check for an existing ruleTomasz Bursztyka1-5/+45
2012-02-03iptables: refactor how an existing rule is foundTomasz Bursztyka1-13/+40
2012-02-01ipconfig: Add/del IP address from IP poolDaniel Wagner1-0/+6
2012-02-01tethering: Add notification callback implementationGuillaume Zajac1-2/+18
2012-02-01ippool: Add API to notify when IP is externally assignedDaniel Wagner3-7/+90
2012-02-01tethering: Use IP pool API with DHCPGuillaume Zajac1-14/+29
2012-02-01tethering: Use IP pool API with private networkGuillaume Zajac1-12/+18
2012-02-01ippool: Add IP pool layerDaniel Wagner3-0/+315
2012-02-01session: Send SessionMode property change messageDaniel Wagner1-1/+7
2012-02-01technology: Fix technology refcountingAlok Barsode1-2/+6
2012-02-01technology: Create a list for technology orphaned rfkill switchesAlok Barsode1-20/+45
2012-02-01technology: Create a list for technology orphaned devicesAlok Barsode1-2/+43
2012-01-27provider: Don't remove a provider on errorPatrik Flykt1-7/+1
2012-01-27provider: Load providers at provider driver registration timePatrik Flykt1-0/+78
2012-01-27provider: Handle connman_provider_load() in provider_create()Patrik Flykt1-2/+2
2012-01-27provider: Factor out service creationPatrik Flykt1-11/+25
2012-01-27provider: Factor out keyfile loadingPatrik Flykt1-9/+17
2012-01-27provider: Don't set provider->name when creating provider structPatrik Flykt1-3/+0
2012-01-27storage: Function to fetch all saved providersPatrik Flykt2-0/+50
2012-01-25iptables: Avoid NULL pointer dereference in table_cleanup()Daniel Mack1-0/+3
2012-01-24technology: Remove 'State' property from TechnologyPatrik Flykt1-58/+3
2012-01-24technology: Add 'Connected' Technology propertyPatrik Flykt3-0/+26