summaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-25config: Allow user to specify how IP address is usedJukka Rissanen1-4/+36
2013-02-26config: Add a function to provision mutable serviceTomasz Bursztyka1-2/+103
2013-02-26config: Make load service from each keyfile group as a functionTomasz Bursztyka1-17/+24
2013-02-26config: Remove superfluous error codeTomasz Bursztyka1-22/+14
2013-02-22config: Run service autoconnect after provisioning the wifi serviceJukka Rissanen1-0/+2
2013-02-22config: Add ethernet provisioning supportJukka Rissanen1-8/+44
2013-02-22config: Support static IP address for wifi serviceJukka Rissanen1-41/+456
2013-02-19config: Read only wifi configJukka Rissanen1-1/+5
2013-02-19config: Remove obsolete definitionJukka Rissanen1-2/+0
2012-11-23inotify: Move inotify code into its own fileDaniel Wagner1-120/+2
2012-11-23config: Factor out config inotify handlerDaniel Wagner1-45/+52
2012-09-07config: Call g_clear_error to prevent memory leakDanny Jeongseok Seo1-0/+1
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-1/+1
2012-07-15config: Avoid shadowing config structure variableMarcel Holtmann1-10/+15
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-06-11config: Check if we need to rescan the config file for any changesJukka Rissanen1-3/+17
2012-06-11config: No service removal on cleanupJukka Rissanen1-0/+9
2012-06-11config: Check individual service entries for removalJukka Rissanen1-1/+37
2012-06-11config: Use config file name and entry when deciding removalJukka Rissanen1-1/+1
2012-06-11config: Save service after provisioning itJukka Rissanen1-0/+2
2012-06-11service: Sort service sequence after checking provisioned servicesJukka Rissanen1-0/+2
2012-06-11service: Add function to set the favorite flagJukka Rissanen1-1/+1
2012-06-11config: Set config information in serviceJukka Rissanen1-0/+10
2012-06-11config: Remove service if config file is removedJukka Rissanen1-21/+48
2012-05-28config: Remove unused functionJukka Rissanen1-56/+0
2012-05-15config: Reject invalid SSID hexadecimal entriesPatrik Flykt1-1/+7
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-17config: Warn user if no configuration is foundJukka Rissanen1-3/+10
2011-09-12storage: Switch to settings fileAlok Barsode1-15/+4
2011-06-27config: Provision service after adding new .config files.Mohamed Abbas1-0/+22
2011-06-16element: Remove element.cDaniel Wagner1-0/+1
2011-04-11config: Use static function to validate identifiersSamuel Ortiz1-2/+20
2011-04-11config: Fix compiler warning on 64 bits hostsSamuel Ortiz1-1/+1
2011-04-11config: Default config protection set to TRUESamuel Ortiz1-2/+7
2011-04-11config: Remove the from_fs config fieldSamuel Ortiz1-21/+1
2011-04-11config: Check SSID length before comparing protected SSIDsSamuel Ortiz1-0/+3
2011-04-11config: Save D-Bus provisioned filesSamuel Ortiz1-7/+60
2011-04-11config: Fix service pointers memory leakSamuel Ortiz1-11/+20
2011-04-11config: Do not overwrite protected servicesSamuel Ortiz1-0/+44
2011-04-11config: Add configuration protected flagSamuel Ortiz1-0/+8
2011-04-11config: Set from_fs to connman_bool_tSamuel Ortiz1-1/+1
2011-04-11config: Avoid create_config forward declarationSamuel Ortiz1-16/+14
2011-04-11config: Export a function to load service configsHenri Bragge1-1/+39
2011-04-11config: Fix service configuration updateHenri Bragge1-1/+6
2011-01-18Use g_io_channel_read_chars instead of g_io_channel_readMarcel Holtmann1-7/+9
2011-01-05Add inotify monitoring .config file.Mohamed Abbas1-8/+163
2010-09-15Add verification of the .config file parametersFabien Marotte1-0/+55
2010-09-15Move configuration key strings to be #defineFabien Marotte1-14/+33
2010-05-22Add configuration file option for passphraseDaniel Wagner1-0/+11