summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: keyfile: use 'connections' instead of 'system-connections'pavlix/variousPavel Šimerda2013-08-295-8/+15
* trivial: fix test program helpPavel Šimerda2013-08-291-2/+2
* cleanup: remove old connection assumption methodPavel Šimerda2013-08-295-184/+8
* cleanup: remove *_get_lease_config() functionsPavel Šimerda2013-08-296-247/+0
* cleanup: remove ptp_addressPavel Šimerda2013-08-298-96/+1
* libnl testsPavel Šimerda2013-08-296-1/+228
* bridging/bonding: make 'slave-type' setting optional (bgo #682052)Pavel Šimerda2013-08-291-1/+7
* bridging/bonding: enslave wifi connections/devicesJiří Klimeš2013-08-292-1/+3
* config: don't enforce config file existencePavel Šimerda2013-08-291-5/+1
* simplify nm_device_activate()Pavel Šimerda2013-08-291-8/+2
* core: remove bridge workaroundsPavel Šimerda2013-08-291-112/+1
* core: handle foreign connections properlyPavel Šimerda2013-08-291-3/+13
* avoid one bug warningPavel Šimerda2013-08-291-1/+2
* core: simplify IPv4/IPv6 configuration codePavel Šimerda2013-08-291-113/+61
* core: support slave devices in nm_platform_generate_connection()Pavel Šimerda2013-08-291-0/+6
* core: fix nm_device_activate() for assumed connectionsPavel Šimerda2013-08-291-8/+10
* core: implement update_connection() for VLANsPavel Šimerda2013-08-291-36/+57
* core: implement update_connection() for bondsPavel Šimerda2013-08-291-12/+49
* core: use nm_platform_master_*_option() for bondsPavel Šimerda2013-08-291-68/+63
* core: implement update_connection() for bridgingPavel Šimerda2013-08-291-8/+32
* core: use nm_platform_*_*_option() for bridgesPavel Šimerda2013-08-291-68/+81
* core: connection live reconfiguration upon nm-platform signalsPavel Šimerda2013-08-291-1/+20
* core: add device-generated connection to settingsPavel Šimerda2013-08-291-0/+10
* settings: enforce s_ip4 and s_ip6 for eligible connectionsPavel Šimerda2013-08-291-0/+37
* trivial: rename nm_settings_add_connection*() functionsPavel Šimerda2013-08-293-24/+24
* trivial: add some comments to nm-device's link-changed handlersPavel Šimerda2013-08-291-0/+8
* cli: add missing 802-1x setting for Wi-Fi connections in the editorJiří Klimeš2013-08-291-0/+1
* cli: fix TAB-completion for aliases in interactive editorJiří Klimeš2013-08-291-8/+17
* cli: disable setting 'rate' and 'tx-power' properties in editorJiří Klimeš2013-08-291-2/+6
* policy: fix build with glib < 2.34Jiří Klimeš2013-08-291-0/+1
* trivial: nm_connectivity_check_async() returns void -> use g_return_if_fail()Jiří Klimeš2013-08-291-1/+1
* core: fix warning about unused variableThomas Haller2013-08-281-1/+1
* libnm-glib: Add NMClient:primary-connection and :activating-connectionDan Winship2013-08-283-0/+106
* core: add NMManager:primary-connection and :activating-connectionDan Winship2013-08-285-38/+340
* core: make NMPolicy a GObjectDan Winship2013-08-284-157/+231
* cli: add connectivity supportDan Winship2013-08-281-22/+85
* libnm-glib: support new connectivity property/methodsDan Winship2013-08-283-0/+230
* core: provide additional network connectivity informationDan Winship2013-08-286-51/+237
* core: improve NMManager:state transitions with connectivity checkingDan Winship2013-08-283-75/+175
* core: add LOGD_CONCHECK, log unexpected concheck responses at LOGL_INFODan Winship2013-08-283-9/+14
* core: build NMConnectivity unconditionally, possibly as a no-opDan Winship2013-08-283-29/+26
* core: clean up connectivity code a bitDan Winship2013-08-282-72/+38
* core: make log domains 64-bitDan Winship2013-08-282-44/+44
* nmcli: fix errors in nmcli help output and man pageThomas Haller2013-08-282-18/+30
* cli: change completion to suggest connection idsThomas Haller2013-08-281-7/+12
* cli: improve bash completion by parsing options separately.Thomas Haller2013-08-281-175/+254
* ifcfg-rh: do not write IPV6_DEFAULTGW=:: for missing gatewayThomas Haller2013-08-272-2/+166
* ifcfg-rh: fix distcheckJiří Klimeš2013-08-271-0/+1
* cli: consider empty value as "*" for "Interface name: " promptJiří Klimeš2013-08-271-6/+4
* core: add nm_platform_ip4_route_to_string for debuggingThomas Haller2013-08-262-0/+31