summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* config: Space as the last character of a private key passphrasePatrik Flykt2016-03-221-1/+2
* config: Space as last character in passphraseNaveen Singh2016-03-221-0/+4
* config: Fix memory leak when realloc failsNishant Chaprana2016-02-261-2/+9
* config: Fix memory leak in load_service()Jaakko Hannikainen2015-08-271-0/+2
* wifi: Add support for AnonymousIdentityJaakko Hannikainen2015-08-251-0/+15
* config: Provision only from new/modified filesMarcin Niestrój2015-08-121-9/+22
* config: Load provisioning file with IN_MOVED_TOPatrik Flykt2015-08-121-1/+1
* config: monitor inotify event IN_MOVED_FROMJaakko Hannikainen2015-07-291-2/+2
* config: Correctly handle provisioning for unsecured wifi networksPeter Meerwald2015-06-011-1/+10
* config: Use the newly provided function for getting random valuesPatrik Flykt2014-11-241-1/+3
* config: Handle IN_MOVED_TO inotify eventTomasz Bursztyka2014-10-221-1/+1
* config: Set service to immutable after completed configurationPatrik Flykt2014-09-101-3/+2
* config: Refactor connecting after service provisioningPatrik Flykt2014-09-101-5/+14
* config: Refactor checks for configuration file typePatrik Flykt2014-09-101-36/+47
* config: Add option to specify WiFi security in a .config filePatrik Flykt2014-08-201-0/+41
* config: Netmask length cannot be zeroPatrik Flykt2014-08-151-1/+1
* config: Provision service so that user allowed modifications are preservedJukka Rissanen2014-06-061-35/+43
* src: Update copyright year(s)Patrik Flykt2014-03-111-1/+1
* service: Add connect reason to __connman_serice_auto_connect()Daniel Wagner2014-02-171-1/+1
* service: Add connect reason to __connman_service_connect()Daniel Wagner2014-02-171-2/+4
* src: Introduce define for CONNMAN_NETWORK_TYPE_GADGET.Glenn Schmottlach2014-02-141-6/+14
* config: Set the list separator to be commaJukka Rissanen2013-10-111-0/+2
* config: Add function to check if IP address is provisionedJukka Rissanen2013-10-081-0/+28
* config: Allow omitting gateway from IPv4 and IPv6 settingJukka Rissanen2013-09-021-13/+11
* config: Return success after reading ethernet service sectionPeter Meerwald2013-08-291-1/+1
* config: Use function to trim trailing whitespace when reading config filesPeter Meerwald2013-08-281-23/+23
* config: Add functions trimming trailing whitespace when reading config valuesPeter Meerwald2013-08-281-0/+47
* core: Do not compare expression against NULLDaniel Wagner2013-08-071-89/+89
* config: Use stdbool defines for true and falseDaniel Wagner2013-07-231-5/+5
* core: Whitespace cleanupDaniel Wagner2013-07-231-1/+2
* core: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-53/+53
* config: Remove code implementing Protected config file settingPatrik Flykt2013-05-301-54/+0
* config: Allow user to specify how IP address is usedJukka Rissanen2013-03-251-4/+36
* config: Add a function to provision mutable serviceTomasz Bursztyka2013-02-261-2/+103
* config: Make load service from each keyfile group as a functionTomasz Bursztyka2013-02-261-17/+24
* config: Remove superfluous error codeTomasz Bursztyka2013-02-261-22/+14
* config: Run service autoconnect after provisioning the wifi serviceJukka Rissanen2013-02-221-0/+2
* config: Add ethernet provisioning supportJukka Rissanen2013-02-221-8/+44
* config: Support static IP address for wifi serviceJukka Rissanen2013-02-221-41/+456
* config: Read only wifi configJukka Rissanen2013-02-191-1/+5
* config: Remove obsolete definitionJukka Rissanen2013-02-191-2/+0
* inotify: Move inotify code into its own fileDaniel Wagner2012-11-231-120/+2
* config: Factor out config inotify handlerDaniel Wagner2012-11-231-45/+52
* config: Call g_clear_error to prevent memory leakDanny Jeongseok Seo2012-09-071-0/+1
* Use g_slist_prepend() where appropriatePatrik Flykt2012-09-041-1/+1
* config: Avoid shadowing config structure variableMarcel Holtmann2012-07-151-10/+15
* config: Get configurations that are provisionedJukka Rissanen2012-07-131-0/+81
* config: Read hidden AP information from config fileJukka Rissanen2012-07-131-0/+9
* config: Check if we need to rescan the config file for any changesJukka Rissanen2012-06-111-3/+17
* config: No service removal on cleanupJukka Rissanen2012-06-111-0/+9