summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-10dhcp: Apply received hostname option according to conf file settingJukka Rissanen1-3/+7
2012-08-10main: Introduce conf file option to disable hostname updatesJukka Rissanen2-0/+18
2012-08-09provider: Discard routes to VPN server via VPN tunnelJukka Rissanen1-2/+84
2012-08-09provider: Allow VPN connection if not in connected stateJukka Rissanen1-2/+15
2012-08-09connection: Set VPN default route to the VPN interfaceJukka Rissanen1-16/+4
2012-08-09connection: Add more debugging when setting VPN routesJukka Rissanen1-0/+7
2012-08-09service: Signal error property changesGrant Erickson1-5/+30
2012-08-08service: Initiate autoconnect after changing ipconfig methodJukka Rissanen1-0/+2
2012-08-08service: Do not set the service state when changing IPv4 methodJukka Rissanen1-2/+1
2012-08-08service: Do not try to connect to service that cannot create connectionJukka Rissanen1-0/+16
2012-08-08ipconfig: Add function to check if the ipconfig is OFFJukka Rissanen2-0/+20
2012-08-08main: Add support for specifying a non-default configuration file.Grant Erickson1-5/+23
2012-08-07main: Remove unused compat argumentDaniel Wagner1-3/+0
2012-08-07storage.c: Search for settings file even if d_type is DT_UNKNOWN.Andrei Gherzan1-0/+1
2012-08-07TODO: Add WiMAX removal taskPatrik Flykt1-0/+13
2012-08-03device: Remove unused phyindexDaniel Wagner2-18/+0
2012-07-24Release 1.41.4Marcel Holtmann2-1/+17
2012-07-24wifi: Return -EBUSY when tetheringTomasz Bursztyka1-1/+1
2012-07-19wispr: Add a reference counter mechanism on contextsTomasz Bursztyka1-10/+120
2012-07-18AUTHORS: Mention Ross' contributionsDaniel Wagner1-0/+1
2012-07-18doc: Add coding-style.txtSamuel Ortiz1-0/+344
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-17gdhcp: Set client state to INIT_SELECTING on restartForest Bond1-0/+1
2012-07-17rtnl: Support PPP connectionsForest Bond1-0/+1
2012-07-17gresolv: Use predefined mnemonics rather than magic numbersGrant Erickson1-6/+6
2012-07-17gresolv: Do not update successful status with unsuccessful oneGrant Erickson1-3/+9
2012-07-17gresolve: Fix a typo in conditional check for returning resultsGrant Erickson1-1/+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-16Revert "build: Use -Wshadow compiler option"Marcel Holtmann1-1/+1
2012-07-15build: Use -Wshadow compiler optionMarcel Holtmann1-1/+1
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