summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! core: add dcbtool manipulation logicth/review/dcbw/dcbThomas Haller2013-10-291-0/+1
* fixup! ifcfg-rh: add DCB setting reader and writerThomas Haller2013-10-291-1/+1
* fixup! core: add dcbtool manipulation logicThomas Haller2013-10-291-1/+1
* core: set up and tear down DCB/FCoE when DCB is enableddcbw/dcbDan Williams2013-10-263-0/+37
* core: add dcbtool manipulation logicDan Williams2013-10-265-1/+793
* logging: add DCB log domainDan Williams2013-10-263-2/+6
* ifcfg-rh: add DCB setting reader and writerDan Williams2013-10-2615-3/+1147
* libnm-util: add Data Center Bridging (DCB) settingDan Williams2013-10-2611-2/+1815
* libnm-util: validate "primary" bonding option as an interface nameJiří Klimeš2013-10-251-1/+13
* libnm-util: do not g_warn when trying to set invalid bond optionThomas Haller2013-10-251-7/+16
* libnm-util: expose nm_setting_bond_validate_option as public APIThomas Haller2013-10-253-17/+35
* bond: use platform functions for writing sysfsThomas Haller2013-10-251-38/+37
* bond: handle bond options more gracefullyThomas Haller2013-10-254-146/+286
* cli: fix new connection initialization in the editorJiří Klimeš2013-10-251-19/+27
* wifi: use NM_SETTING_WIRELESS_MODE_* constants for mode propertyJiří Klimeš2013-10-251-4/+5
* core: fix crash when activating a never-default IPv4 connectionDan Winship2013-10-241-1/+1
* libnm-util: fix slave IP config checkingDan Winship2013-10-241-7/+9
* libnm-util: centralize find_setting_by_name codeDan Winship2013-10-246-58/+35
* libnm-util: fix a leak in NMSettingIP6ConfigDan Winship2013-10-241-2/+1
* po: updated Brazilian Portuguese (pt_BR) translation (bgo #710815)Enrico Nicoletto2013-10-241-235/+157
* cli: show property names in bash completion for `nmcli connection modify`Thomas Haller2013-10-241-9/+10
* core: fix an error message - connection ID vs. interface nameJiří Klimeš2013-10-241-1/+1
* core: track autoconnect for removed software devices (rh #1005913)Jiří Klimeš2013-10-243-4/+68
* ifcfg-rh: always read (and write) static IP addresses (rh #998135)Jiří Klimeš2013-10-245-94/+252
* cli: do not pass con_type to callbacks, get the type from deviceJiří Klimeš2013-10-231-20/+8
* nmcli: fix some leaks found by valgrindDan Winship2013-10-233-17/+19
* core: add support for EAP-PWD authenticationjvoisin2013-10-235-5/+8
* cli: add IPv{4,6} setting for all new non-slave connections in editorJiří Klimeš2013-10-231-0/+9
* cli: copy remote connection to local one on 'save' (rh #997958)Jiří Klimeš2013-10-231-1/+15
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-2226-108/+69
* core: fix memory leak in nm-agent-managerThomas Haller2013-10-221-1/+1
* core: fix memory leak in nm-dhcp-dhclientThomas Haller2013-10-221-1/+1
* dispatcher: fix memory leak in nm-dispatcher-actionThomas Haller2013-10-222-9/+15
* libnm-glib: fix use proper unref function in libnm-glib/nm-ip4-config.cThomas Haller2013-10-221-3/+3
* keyfile: always chain-up parent constructor in keyfile dispose methodThomas Haller2013-10-221-1/+2
* core: keep nm_connection_provider_get_connections in private instead of stati...Thomas Haller2013-10-221-7/+11
* core: fix compiler warnings -Werror=shadow by trivial renaming of variablesThomas Haller2013-10-223-35/+35
* po: updated Ukrainian (uk) translation (bgo #710511)Yuri Chornoivan2013-10-221-878/+2992
* core: fix NMManager:primary-connection when a VPN has the default routeDan Winship2013-10-211-6/+14
* cli: properly initialize new team-slave connections in editorJiří Klimeš2013-10-211-6/+5
* device: remove unused 'dev_state' variablePavel Šimerda2013-10-201-6/+0
* platform: use translated VLAN flagsPavel Šimerda2013-10-201-1/+1
* Fix typosYuri Chornoivan2013-10-1915-22/+22
* bluez: remove created NAP connection together with NMBluezDeviceThomas Haller2013-10-181-6/+30
* bluez: merge rework of BlueZ to detect BlueZ 4 vs. 5 at runtime (bgo #709412)Thomas Haller2013-10-1814-753/+1322
|\
| * bluez: fix calling of bdaddr added/removed signals in nm-bluez4-adapterThomas Haller2013-10-181-24/+43
| * bluez: use GDBus instead of dbus-glib in nm-bluez-device.cThomas Haller2013-10-182-255/+206
| * bluez: enable both BlueZ4 and 5 and select it dynamically at runtimeThomas Haller2013-10-189-180/+725
| * bluez: copy bluez-manager file for version 4 and 5Thomas Haller2013-10-186-6/+80
| * bluez: rename BlueZ 4 adapter to make the BlueZ version explicitThomas Haller2013-10-184-85/+85