summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-18service: Keep only a single connected technology if configuredPatrik Flykt1-0/+33
2012-10-18main: Add SingleConnectedTechnology main.conf variablePatrik Flykt1-0/+12
2012-10-18main.conf: Add SingleConnectedTechnology descriptionPatrik Flykt1-0/+12
2012-10-18service: Fix default service switching and setting gatewayPatrik Flykt1-2/+3
2012-10-18main.conf: Update preferred technology descriptionPatrik Flykt1-6/+7
2012-10-18service: A preferred service in state ready is good enoughPatrik Flykt1-5/+1
2012-10-18service: Don't trigger autoconnect when neither service is preferredPatrik Flykt1-3/+0
2012-10-17client: Add Remove() method support for serviceTomasz Bursztyka3-0/+38
2012-10-17client: Fix various memory leaks in monitor and services partsTomasz Bursztyka2-2/+13
2012-10-17client: Fix some memory leaks in data_manager partTomasz Bursztyka1-18/+40
2012-10-17client: Fix some memory leaks in commands partTomasz Bursztyka1-81/+78
2012-10-16gresolv: Remove the lookup for realJukka Rissanen1-1/+1
2012-10-16technology: Fix hardblocked state on non hw rfkillable switch addedTomasz Bursztyka1-13/+17
2012-10-16technology: Recompute hardblocked state on rfkill remove eventTomasz Bursztyka1-0/+7
2012-10-16technology: Properly handle rfkill driven stateTomasz Bursztyka1-9/+43
2012-10-16device: Add a getter for powered propertyTomasz Bursztyka2-0/+6
2012-10-16technology: Use the right method to enable or disableTomasz Bursztyka1-22/+27
2012-10-16technology: Change enabled to a boolean and refactor accordinglyTomasz Bursztyka1-25/+20
2012-10-16technology: Refactor and split functions setting enabled stateTomasz Bursztyka1-25/+29
2012-10-16technology: Refactor rfkill event handling according to soft/hard blockTomasz Bursztyka1-22/+35
2012-10-16technology: Add and handle a marker for softblock statusTomasz Bursztyka1-5/+11
2012-10-16technology: Add a marker to know if a technology is rfkill drivenTomasz Bursztyka1-3/+10
2012-10-16technology: Refactor how a technology is enabled or disabledTomasz Bursztyka1-38/+28
2012-10-16wispr: Keep track of proxy callback timeoutPatrik Flykt1-2/+10
2012-10-16wifi: Do not start autoscan if interface was not readyTomasz Bursztyka1-1/+4
2012-10-16gsupplicant: Send -ENOLINK error on scan reply if interface was not readyTomasz Bursztyka1-1/+9
2012-10-16gsupplicant: Add a new state according to 'interface_disabled'Tomasz Bursztyka3-1/+11
2012-10-16rfkill: Return the error when write() failsTomasz Bursztyka1-3/+6
2012-10-16gresolv: Remove all pending lookups when resolver is removedJukka Rissanen1-0/+4
2012-10-16gresolv: Avoid accessing already freed memoryJukka Rissanen1-3/+6
2012-10-15iptables: Ignore module loading errorJukka Rissanen1-6/+7
2012-10-15gdhcp: Returned IP address is already in host byte orderJukka Rissanen1-1/+1
2012-10-12gresolv: Remove lookup from correct queueJukka Rissanen1-1/+1
2012-10-12nat: Memory leak when cleaning upJukka Rissanen1-0/+1
2012-10-11gdhcp: Use data size specific option setting functionJukka Rissanen4-31/+72
2012-10-11gdhcp: Use host byte order internallyJukka Rissanen5-71/+58
2012-10-11gdhcp: Add unalignment macrosJukka Rissanen2-1/+164
2012-10-11gdhcp: Remove obsolete load lease functionJukka Rissanen2-8/+0
2012-10-09Release 1.81.8Marcel Holtmann2-1/+10
2012-10-09doc: State is a string typeGustavo Padovan1-1/+1
2012-10-08unit: Wrong enum type used in session codeJukka Rissanen1-1/+1
2012-10-04gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz1-1/+1
2012-10-03dnsproxy: Do not overwrite protocol and channel in server structJukka Rissanen1-5/+26
2012-10-03technology: Do not expose a technology which is hard rfkilledTomasz Bursztyka1-4/+8
2012-10-03technology: Add helpers for (un)registering a technology in D-BusTomasz Bursztyka1-11/+34
2012-10-03technology: Do not apply Powered setting change if hardblock is onTomasz Bursztyka1-1/+7
2012-10-03technology: Simplify set_powered functionTomasz Bursztyka1-7/+3
2012-10-03technology: Link hard rfkill with actual device's stateTomasz Bursztyka1-8/+18
2012-10-03technology: Handle harblock if all of them have identical typeTomasz Bursztyka1-0/+19
2012-10-03technology: Handle rfkill hardblockTomasz Bursztyka1-12/+28