summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-19wispr: Add a reference counter mechanism on contextsTomasz Bursztyka1-10/+120
2012-07-18storage: check that the string isn't empty before splittingRoss Burton1-1/+5
2012-07-17device: Do not set regdom when device is not poweredTomasz Bursztyka1-0/+3
2012-07-17rtnl: Support PPP connectionsForest Bond1-0/+1
2012-07-17ntp: Add debug message when starting NTP against resolved serverGrant Erickson1-0/+2
2012-07-17ntp: Fixed a debug message typoGrant Erickson1-1/+1
2012-07-17ntp: Retry a given server address multiple times before falling backGrant Erickson1-21/+45
2012-07-17ntp: Use mnemonic when specifying the request precisionGrant Erickson1-0/+7
2012-07-17ntp: Add mnemonics for common clock precisionsGrant Erickson1-0/+7
2012-07-17ntp: Use mnemonics when checking reply flagsGrant Erickson1-1/+13
2012-07-17ntp: Specify leap-not-in-sync in flagsGrant Erickson1-1/+1
2012-07-17ntp: Send a transmit time value that reflects current system timeGrant Erickson1-2/+3
2012-07-17ntp: Use mnemonics rather than magic numbersGrant Erickson1-1/+1
2012-07-17ntp: Add mnemonics for the flags (leap, version, mode) packet fieldGrant Erickson1-0/+30
2012-07-16timeserver: Try all resolved timeserver IP addressesJukka Rissanen1-2/+8
2012-07-16ntp: If the server cannot be contacted, try next oneJukka Rissanen1-1/+6
2012-07-15dnsproxy: Avoid multiple shadowing variablesMarcel Holtmann1-13/+12
2012-07-15tethering: Avoid shadowing connection variableMarcel Holtmann1-1/+1
2012-07-15session: Avoid shadowing hash table iteratorMarcel Holtmann1-4/+4
2012-07-15session: Avoid shadowing session info variableMarcel Holtmann1-13/+13
2012-07-15config: Avoid shadowing config structure variableMarcel Holtmann1-10/+15
2012-07-15counter: Avoid shadowing connection variableMarcel Holtmann1-1/+1
2012-07-15notifier: Avoid shadowing connected variableMarcel Holtmann1-12/+6
2012-07-15agent: Avoid shadowing connection variableMarcel Holtmann1-1/+1
2012-07-15service: Avoid shadowing string variableMarcel Holtmann1-6/+6
2012-07-15task: Avoid shadowing connection variableMarcel Holtmann1-2/+2
2012-07-13service: Gateway IP address property is not sentJukka Rissanen1-0/+11
2012-07-13config: Get configurations that are provisionedJukka Rissanen1-0/+81
2012-07-13config: Read hidden AP information from config fileJukka Rissanen1-0/+9
2012-07-13agent: Handle wpspin type as a PreviousPassphraseTomasz Bursztyka1-18/+27
2012-07-13agent: Rewrite how PreviousPassphrase field is handledTomasz Bursztyka1-19/+31
2012-07-09device: Turn off all running interfaces at startupJukka Rissanen1-0/+50
2012-07-09inet: Return all running interfacesJukka Rissanen2-0/+79
2012-07-05service: Make sure the pending reply is not lostJukka Rissanen1-0/+3
2012-07-05dhcp: warn on invalid netmaskJulien Massot1-0/+2
2012-07-05main: Dynamically allocate default blacklist array, free on exitPatrik Flykt1-2/+5
2012-07-05main: Move default string arrays top of the filePatrik Flykt1-12/+14
2012-07-05technology: check validity of given properties for tetheringJulien Massot1-2/+5
2012-07-05technology: return already enabled when tethering is enabledJulien Massot1-1/+1
2012-07-05technology: Set regulatory domain by device or fallback to technology basedTomasz Bursztyka1-4/+32
2012-07-05device: Add capability to notify on regulatory domain settingTomasz Bursztyka1-0/+13
2012-07-05technology: Notify the regulatory domain setting by deviceTomasz Bursztyka2-0/+17
2012-07-05device: Add driver capability to set regulatory domain on device basisTomasz Bursztyka1-0/+16
2012-07-02rtnl: Fixed log for the type RTM_GETADDRPaulo Pizarro1-0/+2
2012-07-02tethering: Fix incorrect index value for private networkWu Zheng1-1/+1
2012-06-28inet: Fix usage of getaddrinfo() return valuePatrik Flykt1-2/+0
2012-06-28main: static-qualify default config valuesGrant Erickson1-2/+2
2012-06-26agent: Fix how to provide PreviousPassphrase through D-BusTomasz Bursztyka1-6/+29
2012-06-25ipconfig: Save prefixlen only if not clearedJulien Massot1-2/+3
2012-06-25technology: Return proper error code when already disabledJukka Rissanen1-1/+4