summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wifi: only try adding supplicant interface 5 times on errors (bgo #753971)jk/supplicant-fix-bgo753971Jiří Klimeš2015-11-251-1/+36
* wifi: (trivial) remove unused failed_link_countJiří Klimeš2015-11-251-1/+0
* clients: check errors of polkit_unix_session_new_for_process_sync()Jiří Klimeš2015-11-251-3/+5
* gitignore: ignore ifnet/tests/check_ifnet binaryThomas Haller2015-11-251-0/+8
* merge: branch 'bg/create-sw-devices-bgo749369-tun'Beniamino Galvani2015-11-2531-46/+1796
|\
| * nmcli/bash-completion: add completion for 'tun' connection modeBeniamino Galvani2015-11-251-1/+1
| * libnm-glib: print HW address of generic devices in test toolBeniamino Galvani2015-11-251-0/+9
| * libnm-glib: add support for TUN devicesBeniamino Galvani2015-11-254-2/+37
| * libnm-glib: refactor _nm_device_type_for_path()Beniamino Galvani2015-11-252-16/+21
| * device/tun: remove unused property enum FLAGSBeniamino Galvani2015-11-251-1/+0
| * libnm: add NMDeviceTunBeniamino Galvani2015-11-258-0/+534
| * device/tun: support device creationBeniamino Galvani2015-11-255-19/+182
| * platform: support creation of TUN/TAP devicesBeniamino Galvani2015-11-253-4/+110
| * cli: add support for tun settingsBeniamino Galvani2015-11-252-3/+365
| * libnm-core: add NMSettingTunBeniamino Galvani2015-11-2510-0/+537
|/
* nm-device: don't try to re-add LL address if the devices is torn downLubomir Rintel2015-11-251-2/+4
* core: don't handle SIGUSR1 and SIGUSR2 signals for pre 2.36.0 glibThomas Haller2015-11-251-2/+5
* nm-glib: add nm_glib_check_version() utilThomas Haller2015-11-251-0/+11
* dhcp-helper: call g_type_init() to support pre 2.36.0 glibGlenn Washburn2015-11-251-0/+2
* systemd: add an initializerLubomir Rintel2015-11-241-1/+1
* build: add a missing file into distLubomir Rintel2015-11-241-1/+2
* po: remove special characters from translationsLubomir Rintel2015-11-2426-442/+50
* cli: make a prompt a translatable string in do_connection_clone()Jiří Klimeš2015-11-241-1/+1
* device: use nm_utils_find_helper() to find out ping/ping6 binary (bgo #758566)Jiří Klimeš2015-11-241-2/+2
* ifcfg-rh: remove unused selinux.h include from "plugin.c"Thomas Haller2015-11-241-4/+0
* tests: merge branch 'th/test-run-valgrind'Thomas Haller2015-11-243-21/+184
|\
| * nmtst/valgrind: allow calling 'run-test-valgrind.sh' script directlyThomas Haller2015-11-242-10/+85
| * nmtst: support -p and -s arguments from gtestutils via $NMTST_DEBUGThomas Haller2015-11-241-1/+49
| * nmtst: pass -m=quick when specifying quick test in $NMTST_DEBUGThomas Haller2015-11-241-1/+38
| * nmtst: detect whether the test runs as tap testThomas Haller2015-11-241-0/+3
| * nmtst: initialize g_test_init() after parsing NMTST_DEBUGThomas Haller2015-11-241-11/+11
|/
* merge: branch 'bg/dhcp-send-fqdn-rh1255507'Beniamino Galvani2015-11-2320-41/+260
|\
| * dhcp4: send FQDN option when ipv4.dhcp-fqdn is setBeniamino Galvani2015-11-2312-31/+122
| * cli: add ipv4.dhcp-fqdn propertyBeniamino Galvani2015-11-231-4/+15
| * ifcfg-rh: support the DHCP_FQDN variableBeniamino Galvani2015-11-233-2/+25
| * libnm-core: add a 'dhcp-fqdn' property to NMSettingIP4ConfigBeniamino Galvani2015-11-235-1/+78
| * dhcp-manager: strip hostname sent by dhcpcdBeniamino Galvani2015-11-231-2/+9
| * dhcp-manager: strip hostname sent by internal DHCP clientBeniamino Galvani2015-11-231-1/+11
|/
* systemd: merge branch 'systemd' into masterBeniamino Galvani2015-11-2387-7918/+6466
|\
| * systemd: update code from upstreamBeniamino Galvani2015-11-2385-7962/+6363
* | dhcp: pass IPv6 link-local address to DHCP clientBeniamino Galvani2015-11-238-3/+28
* | main: add argument --print-config to NetworkManagerThomas Haller2015-11-226-11/+65
* | default-route: fix deleting default-route when disconnecting device (bgo #757...Thomas Haller2015-11-201-4/+11
* | default-route: introduce _LOG2*() logging macros to log entry-messagesThomas Haller2015-11-201-35/+57
* | platform: use explict "bool" type instead of "guint8" in NMPObjectsThomas Haller2015-11-201-2/+2
* | platform: minor code cleanup in _new_from_nl_link()Thomas Haller2015-11-201-10/+10
* | core: verify secrets when adding connection via D-Bus (bgo #757843)Jiří Klimeš2015-11-201-3/+9
* | libnm: add nm_setting_verify_secrets() and nm_connection_verify_secrets()Jiří Klimeš2015-11-2010-1/+182
* | ifcfg-rh: fix memleak reading mac-address-randomizationThomas Haller2015-11-191-0/+1
* | libnm-core: fix memleak in NMSettingGsmThomas Haller2015-11-191-0/+3