summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* all: fix various warnings detected with coverityThomas Haller2014-05-021-8/+1
* ifcfg-rh: fix alias tests to not depend on directory read orderDan Winship2014-04-254-27/+54
* ifcfg-rh: fix leak in svOpenFileInternal()Thomas Haller2014-04-241-0/+1
* ifcfg-rh: fix crash for reading invalid bridge configurationThomas Haller2014-04-241-8/+7
* core: fix leaks for nm_setting_ip[46]_config_add_\(route\|address\)()Thomas Haller2014-04-241-0/+2
* all/test: modify makefiles to run tests (without arguments) via autoconf TESTS=Thomas Haller2014-04-234-9/+4
* ifnet/test: fix test breakage after refactoring testsThomas Haller2014-04-231-3/+0
* core: use g_test_expect_message() in test programsDan Winship2014-04-234-11/+150
* settings: use nm_log_info/warning() in settings pluginsDan Winship2014-04-2326-609/+492
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-2311-0/+11
* ifnet/test: fix test breakage after moving wifi-utils to platformThomas Haller2014-04-221-0/+3
* ifcfg-rh: don't write out IP config on Team connectionsDan Winship2014-04-171-1/+2
* keyfile: don't g_return_if_fail() on bad user inputDan Winship2014-04-171-1/+2
* wifi: move wifi-utils into platformDan Winship2014-04-176-11/+25
* core: sort connections in descending timestamp order on take-over (rh #1067712)Jiří Klimeš2014-04-111-1/+5
* ifcfg-rh: more fix buildDan Winship2014-04-091-1/+1
* ifcfg-rh: fix buildDan Winship2014-04-093-5/+7
* ifcfg-rh: return proper error messages from svOpenFile() and svWriteFile()Dan Winship2014-04-097-74/+96
* ifcfg-rh: (trivial) rename svNewFile() to svOpenFile()Dan Winship2014-04-097-25/+25
* ifcfg-rh: semantic code style fixes to shvar.[ch]Dan Winship2014-04-093-52/+51
* ifcfg-rh: (trivial) syntactic code style fixes to shvar.[ch]Dan Winship2014-04-092-242/+245
* ifcfg-rh: fix up lowlevel ifcfg file reading codeDan Winship2014-04-092-7/+15
* ifcfg-rh: use g_ascii_strcasecmp() in svTrueValue()Dan Winship2014-04-091-8/+8
* ifcfg-rh: remove ifcfg inheritance codeDan Winship2014-04-092-63/+14
* ifcfg-rh: fix compile error with HAVE_SELINUXThomas Haller2014-04-011-1/+1
* ifcfg-rh: fix bugs in the new alias code (rh #1067170)Dan Winship2014-04-012-8/+11
* ifcfg-rh: put \n after hostname when writing it to /etc/hostnameJiří Klimeš2014-03-311-1/+5
* core: build with SELinux; don't break /etc/hostname context (rh #1070829)Jiří Klimeš2014-03-311-2/+29
* keyfile: ignore ipv4.address-labelsDan Winship2014-03-261-0/+14
* ifcfg-rh: add support for reading and writing ifcfg alias filesDan Winship2014-03-2614-50/+841
* ifcfg-rh: add support for SSID_HIDDEN (rh #1069844)Dan Williams2014-03-125-0/+134
* ifcfg-rh writer: do not set TYPE for team ports (rh #1074160)Jiri Pirko2014-03-123-0/+5
* ifcfg-rh: add missing functionality for reading/writing subject matchesJiří Klimeš2014-02-285-1/+178
* trivial: more wrong compiler warningsThomas Haller2014-02-271-1/+1
* trivial: omit wrong compiler warning in ifcfg-rh reader about uninitialized useThomas Haller2014-02-271-1/+1
* settings: free memory in finalize(), not in dispose() in NMSecretAgent (rh #1...Jiří Klimeš2014-02-251-12/+16
* docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš2014-02-241-1/+1
* ifcfg-rh: add testcase for empty Team port configDan Williams2014-02-143-1/+34
* ifcfg-rh: allow missing (empty TEAM_CONFIG), which is valid configurationJiří Klimeš2014-02-142-3/+10
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-1310-0/+10
* trivial: fix a typo in a commentJiří Klimeš2014-02-101-1/+1
* core: use nm_utils_get_monotonic_timestamp_s for autoconnect_retry_timeThomas Haller2014-01-302-4/+4
* ifcfg-rh: write SLAVE=yes on bond slave connectionsDan Winship2014-01-302-2/+7
* ifcfg-rh: change algorithm for svUnescapeThomas Haller2014-01-282-20/+159
* ifcfg-rh: add tests for Team master and portDan Williams2014-01-274-1/+259
* ifcfg-rh: unescape Team configuration (rh #1051517)Dan Williams2014-01-271-7/+36
* api/settings: expose the ConnectionRemoved signalDan Williams2014-01-231-1/+3
* api/settings: add Connections propertyDan Williams2014-01-232-0/+23
* settings: return error from GetConnectionByUuid() if caller not in ACLDan Williams2014-01-231-14/+42
* core: move virtual device autoconnect tracking bits out of NMManagerDan Winship2014-01-231-0/+5