summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: simplify autoconnect retry handlingDan Winship2014-01-232-0/+88
* core: remove useless NMSettings::connections-loaded signalDan Winship2014-01-232-49/+5
* core: add signal CONNECTION_UPDATED_BY_USER to NMSettingsThomas Haller2014-01-152-0/+24
* core: emit UPDATED_BY_USER signal when reloading connection from fileThomas Haller2014-01-151-2/+2
* core: trivial rename NMSettings signal dbus-updated to updated-by-userThomas Haller2014-01-153-10/+10
* ifcfg-rh: fix handling of DHCP_SEND_HOSTNAME when no hostname is givenDan Williams2014-01-061-5/+6
* settings: fix secret-agent fallbackDan Winship2013-12-201-1/+1
* logging: tweak logging-enabled functionsDan Winship2013-12-201-1/+1
* trivial: update dates in ifcfg-rh and keyfile pluginsJiří Klimeš2013-12-122-4/+4
* ifcfg-rh: read/write dhcp-send-hostname as DHCP_SEND_HOSTNAME (rh #1001529)Jiří Klimeš2013-12-125-3/+97
* keyfile: fix reader and writer for writing routesThomas Haller2013-12-094-152/+167
* keyfile: add test cases for reading route and addressesThomas Haller2013-12-092-4/+54
* keyfile: be more strict when reading integer valuesThomas Haller2013-12-091-2/+3
* core: fuzzier matching of generated connections to persistent onesDan Williams2013-12-052-9/+10
* agent-manager: if an agent returns UserCanceled, stopDan Winship2013-12-032-3/+13
* settings: prefer secret agents in the same process as the requestDan Winship2013-12-033-11/+32
* settings: port NMAgentManager, etc, to use NMAuthSubjectDan Winship2013-12-0314-86/+85
* core: make NMSessionMonitor non-refcountedDan Winship2013-12-033-30/+13
* keyfile: ensure slave connections have the right settingsDan Williams2013-12-021-4/+31
* ifcfg-rh: write zero-value bridge and bridge port optionsDan Williams2013-12-021-5/+5
* manager: fix connection auto-activation in timestamp-based order (rh #1029854)Jiří Klimeš2013-11-291-2/+4
* trivial: update a commentJiří Klimeš2013-11-291-4/+3
* agents: fix crash in nm_secret_agent_cancel_secrets() (rh #922855)Jiří Klimeš2013-11-261-2/+4
* agents: fix removing requests from hash table while iterating itJiří Klimeš2013-11-261-6/+16
* trivial: ifcfg-rh: remove unused code/variablesThomas Haller2013-11-181-3/+0
* settings: fix return value in nm_system_config_interface_load_connection()Jiří Klimeš2013-11-181-1/+1
* core: add o.fd.NM.Settings.LoadConnectionsDan Winship2013-11-155-7/+129
* core: allow default wired connections to stay up when quittingDan Williams2013-11-142-3/+8