summaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-07Fix some WPA Enterprise privacy issuesMarcel Holtmann1-11/+9
2010-01-07Add support for setting immutable flag from configurationsMarcel Holtmann1-0/+3
2010-01-07Add configuration file option for private key passphrase typeMarcel Holtmann1-9/+10
2010-01-07Add support for multiple services per configuration fileMarcel Holtmann1-127/+161
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-25Add extra NULL pointer check for service configurationMarcel Holtmann1-0/+3
2009-12-25Some cleanup with the provision handlingMarcel Holtmann1-12/+16
2009-12-23More config.c copy and paste fixesSamuel Ortiz1-5/+5
2009-12-23Fix copy-and-paste issue with SSID configuration fieldMarcel Holtmann1-1/+1
2009-12-23Some more whitespace cleanupsMarcel Holtmann1-13/+15
2009-12-23Add support for building passphrase from the private key fsidSamuel Ortiz1-1/+52
2009-12-23Load service entries from configuration filesSamuel Ortiz1-1/+198
2009-12-22Fix service loading and add provision callbacksMarcel Holtmann1-0/+7
2009-12-14Add framework for configuration filesMarcel Holtmann1-0/+168