summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: make nm_manager_activate_connection() take a Device, not a pathDan Williams2013-10-313-31/+23
* core: move connection completion code closer to callersDan Williams2013-10-311-161/+160
* dcb: merge DCB/FCoE core functionality (bgo #710422) (rh #799241)Dan Williams2013-10-3137-8/+3799
|\
| * core: set up and tear down DCB/FCoE when DCB is enabledDan Williams2013-10-313-0/+37
| * core: add dcbtool manipulation logicDan Williams2013-10-316-1/+794
| * logging: add DCB log domainDan Williams2013-10-313-2/+6
| * ifcfg-rh: add DCB setting reader and writerDan Williams2013-10-3115-3/+1147
| * libnm-util: add Data Center Bridging (DCB) settingDan Williams2013-10-3111-2/+1815
|/
* man: typo fix wil -> willJiří Klimeš2013-10-311-1/+1
* man: fix 'nmcli con reload' description in nmcli manual pageJiří Klimeš2013-10-311-6/+8
* man: some improvements to language and style in nmcli-examples manual pageStephen Wadeley2013-10-311-5/+5
* man: some improvements to language and style in nmcli manual pageStephen Wadeley2013-10-311-40/+41
* po: updated Brazilian Portuguese (pt_BR) translation (bgo #711185)Enrico Nicoletto2013-10-311-392/+367
* cli: TAB-complete devices for 'activate' command in the editorJiří Klimeš2013-10-311-11/+52
* cli: add 'activate' menu command for interactive editor (rh #1004883)Jiří Klimeš2013-10-311-35/+218
* core: fix segfault in nm-policy when setting default route for vpnThomas Haller2013-10-301-3/+6
* core: remove code without effect from nm-policy.cThomas Haller2013-10-301-5/+0
* cli: fix VLAN egress priority mapping for 'nmcli connection add'Jiří Klimeš2013-10-301-1/+1
* cli: fix bash completion for `nmcli connection modify`Thomas Haller2013-10-301-1/+3
* ifcfg-rh: remove a stray reference to bridges and vlans being unsupportedDan Winship2013-10-291-1/+1
* ifcfg-rh: fix crash when doing managed->unmanaged transitionJiří Klimeš2013-10-291-0/+2
* 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