summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-util: fix initializing NMSetting::name property on other places toojk/setting-name-fixesJiří Klimeš2013-11-283-4/+8
* libnm-util: fix creating setting objectsJiří Klimeš2013-11-2827-62/+83
* dhcp: dhcpcd uses a fixed path for PID filesDan Williams2013-11-272-1/+5
* dhcp: force IPv4-only for dhcpcdDan Williams2013-11-272-0/+11
* libnm-util: refactor NMSetting construction, assert of setting nameThomas Haller2013-11-271-27/+3
* libnm-util: fix minor memory leak in infiniband settingThomas Haller2013-11-271-0/+1
* libnm-util: trivial: rename private field and enum value in NMSettingVlanThomas Haller2013-11-271-13/+13
* libnm-util: fix minor memory leaks in bond and team settingThomas Haller2013-11-272-0/+3
* cli: add support for DCB settingsDan Williams2013-11-273-1/+561
* devices: if IP4 and IP6 config both fail right away, fail the deviceDan Winship2013-11-271-0/+5
* 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
* Revert "core: add Devices property to Manager"Dan Williams2013-11-253-31/+4
* trivial: fix leak in hostname reverse-lookup codeDan Williams2013-11-251-2/+4
* core: add Devices property to ManagerDan Williams2013-11-253-4/+31
* core: capture DNS configuration from resolv.conf when generating connections ...Dan Williams2013-11-2211-42/+459
|\
| * core: don't leave additional default routes in captured IP configDan Williams2013-11-222-10/+15
| * core: capture DNS configuration from resolv.conf when generating connectionsDan Williams2013-11-2210-10/+425
| * policy: ignore nameservers when starting lookup thread (rh #1031763)Dan Williams2013-11-221-22/+19
|/
* core: fix crash in nm-manager-authThomas Haller2013-11-221-44/+35
* cli: add NMC_RESULT_ERROR_NOT_FOUND and use as appropriateDan Winship2013-11-224-20/+25
* cli: initialize interface-name for new team connections in editorJiří Klimeš2013-11-221-1/+5
* cli: bash completion completes filenames for team "config" propertyThomas Haller2013-11-221-1/+7
* cli: complete file names for properties whose value is a file nameJiří Klimeš2013-11-221-6/+83
* cli: support file names for 'config' argument when creating team connectionsJiří Klimeš2013-11-224-17/+163
* core: ignore RA-provided default routes (rh #1029213)Dan Williams2013-11-201-5/+11
* core: do not generate a connection for loopback interface (rh #1032594)Jiří Klimeš2013-11-201-9/+10
* dispatcher: fix crash while logging from signal handlerThomas Haller2013-11-191-20/+10
* libnm-glib: fix crash by taking additional ref in nm-remote-connection/result_cbThomas Haller2013-11-181-0/+2
* device: remove invalid assertion in slave_state_changed()Jiří Klimeš2013-11-181-1/+0
* build: fix for `make distcheck` without enable-gtk-docThomas Haller2013-11-182-1/+2
* trivial: fix some prototypesDan Williams2013-11-181-2/+2
* cli: bash completion must not suggest IP options for adding slave typesThomas Haller2013-11-181-0/+3
* trivial: ifcfg-rh: remove unused code/variablesThomas Haller2013-11-181-3/+0
* cli: add missing reason-to-string mappings for NMDeviceStateReasonJiří Klimeš2013-11-181-0/+7
* doc: fix description of nm_setting_set_secret_flags()Jiří Klimeš2013-11-181-1/+1
* team: correct the message telling the teamd binary is missingJiří Klimeš2013-11-181-1/+2
* cli: add 'config' option to bash completion when adding team-slave connectionThomas Haller2013-11-181-1/+1
* settings: fix return value in nm_system_config_interface_load_connection()Jiří Klimeš2013-11-181-1/+1
* libnm-glib: fix return value in nm_remote_settings_load_connections()Jiří Klimeš2013-11-181-2/+2
* cli: adjust bash completion for `nmcli connection load <file>...`Thomas Haller2013-11-151-0/+6
* cli: add "nmcli con load file..."Dan Winship2013-11-152-2/+57
* libnm-glib: add nm_remote_settings_load_connections()Dan Winship2013-11-153-0/+77
* core: add o.fd.NM.Settings.LoadConnectionsDan Winship2013-11-156-7/+163
* devices: use disable_ipv6 as appropriateDan Winship2013-11-151-3/+30
* devices: enable/disable kernel IPv6 autoconf at the appropriate timesDan Winship2013-11-151-22/+16
* devices: clean up accept_ra/use_tempaddr handlingDan Winship2013-11-151-68/+45
* devices: rename ip6_privacy_tempaddr_* vars to match sysctlDan Winship2013-11-151-19/+19
* devices: "deactivate" devices when going from UNMANAGED->UNAVAILABLEDan Winship2013-11-151-2/+4
* core: remove redundant sysctl utilitiesDan Winship2013-11-156-142/+43