summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libnm: handle illegal characters in nm_utils_ssid_to_utf8() (rh #1243078)David Shea2015-07-162-0/+30
* build: fix comment for NM_MORE_LOGGINGLubomir Rintel2015-07-151-1/+1
* build/trivial: move declaration of NM_AVAILABLE_IN_0_9_10 macroThomas Haller2015-07-151-6/+6
* build: add NM_VERSION_1_0_6 macro and bump NM_VERSION_CUR_STABLEThomas Haller2015-07-151-2/+3
* contrib/rpm: WEXT depends on enabled wifiDan Horák2015-07-141-5/+5
* release: bump version to 1.0.5 (development)1.0.5-devLubomir Rintel2015-07-141-1/+1
* release: bump version to 1.0.41.0.4Lubomir Rintel2015-07-141-1/+1
* route-manager: merge branch 'th/route-full-sync'Thomas Haller2015-07-1419-165/+362
|\
| * route-manager/test: add test for full-syncThomas Haller2015-07-141-0/+89
| * test: add nmtst_platform_ip4_route() utilsThomas Haller2015-07-141-0/+32
| * platform: replace addr/route exists() functions by get()Thomas Haller2015-07-148-98/+96
| * route-manager: align trace logging statementThomas Haller2015-07-141-6/+6
| * routes: fix race syncing routes by not doing full-syncThomas Haller2015-07-141-6/+20
| * routes/trival: add argument @routes_full_sync to IP config commitThomas Haller2015-07-147-10/+16
| * route-manager: add argument to to only remove routes that were added by NMRou...Thomas Haller2015-07-145-46/+104
| * route-manager/trivial: fix naming of local variableThomas Haller2015-07-141-4/+4
|/
* vpn-plugin-old,dispatcher: cast unchecked g_variant_lookup() calls to voidLubomir Rintel2015-07-142-7/+7
* linux-platform: correct the lifetime conditionalLubomir Rintel2015-07-141-2/+2
* config: fix a potential NULL dereferenceLubomir Rintel2015-07-141-1/+1
* updated NEWSJiří Klimeš2015-07-141-0/+2
* vpn: send firewall zone to firewalld also for VPN connections (rh #1065948)Jiří Klimeš2015-07-141-7/+83
* platform: don't assert there's no parent-parent loopsLubomir Rintel2015-07-141-3/+3
* vpn: allow overwriting default gateway by connection configurationThomas Haller2015-07-132-4/+8
* vpn: fix overwriting gateway of parent device for non-tunnel based VPNsThomas Haller2015-07-131-2/+9
* vpn: don't set the gateway of VPN's IP config to the external gatewayThomas Haller2015-07-131-4/+0
* default-route-manager: fix handling for absent default routes for VPNThomas Haller2015-07-131-1/+7
* default-route-manager: don't add entries with (!synced && never_default)Thomas Haller2015-07-131-0/+7
* device: turn off "unmanaged unless IFF_UP externally" for vethLubomir Rintel2015-07-121-0/+12
* device: move the decision whether to wait for IFF_UP a virtual functionLubomir Rintel2015-07-122-6/+15
* clients: fix bad array loop in nm-secret-agent-simple.c:strv_has (bgo #752137)Jiří Klimeš2015-07-101-3/+3
* po: update Polish (pl) translation (bgo #751998)Piotr Drąg2015-07-101-900/+1147
* device: fix regression for ignored search domains in ip._config_merge_and_app...Thomas Haller2015-07-091-2/+4
* contrib/rpm: always drag in bluez-libs-develLubomir Rintel2015-07-091-5/+1
* bluetooth: avoid an assertion failure if built w/o bluez5 supportLubomir Rintel2015-07-091-3/+6
* supplicant: allow with_system_ca_path to be a file name (rh #1236548)Jiří Klimeš2015-07-083-28/+49
* utils: fix error logging in ASSERT_VALID_PATH_COMPONENT()Jiří Klimeš2015-07-081-5/+4
* device: use NULL instead of 0 in g_return_val_if_fail() for pointerJiří Klimeš2015-07-081-1/+1
* device: trivial: fix a copy/paste error in commentJiří Klimeš2015-07-081-1/+1
* route-manager: restore shadowed gateway routes after direct routesThomas Haller2015-07-081-1/+27
* device: just get ip_iface in the place where it is neededJiří Klimeš2015-07-071-2/+2
* route-manager/trivial: move codeThomas Haller2015-07-071-12/+12
* settings: get_plugin() should return plugin that has all requested capabilitiesThomas Haller2015-07-071-1/+1
* route-manager/logging: fix wording in logging statementThomas Haller2015-07-071-1/+1
* route-manager: merge branch 'th/direct-route-conflict-bgo752062'Thomas Haller2015-07-074-58/+388
|\
| * route-manager: always add conflicting direct routes and bump the route-metric...Thomas Haller2015-07-072-48/+341
| * route-manager: add optional @r2_metric argument to _route_equals_ignoring_ifi...Thomas Haller2015-07-071-4/+7
| * platform: add optional @metric argument to route_add() functionThomas Haller2015-07-073-7/+7
| * route-manager: add compare function for route-destinationThomas Haller2015-07-071-1/+35
| * route-manager: fix trace logging statementThomas Haller2015-07-071-1/+1
|/
* config: merge branch 'th/nm-config-intern-bgo750558' (early part)th/nm-1-0Thomas Haller2015-07-0336-397/+1333
|\