summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: avoid loosing signalslr/add-match-crazeLubomir Rintel2015-11-302-10/+79
* wifi: only try adding supplicant interface 5 times on errors (bgo #753971)Jiří Klimeš2015-11-301-1/+36
* Revert "systemd: fix potential memory leaks"Thomas Haller2015-11-281-3/+1
* man: add missing description of tun parameters in nmcli manual pageJiří Klimeš2015-11-281-0/+16
* cli: allow TAB-completion for tun.mode in nmcli editorJiří Klimeš2015-11-281-1/+5
* cli: allow TAB-completion of "Mode:" in 'nmcli -a con add type tun'Jiří Klimeš2015-11-281-14/+33
* cli: ask user before requiring optional parameters for 'nmcli -a con add type...Jiří Klimeš2015-11-281-0/+4
* cli: fix an error in setting s390-options in nmcli editorJiří Klimeš2015-11-281-1/+12
* cli: fix an error in nmcli editor when setting vpn.data/vpn.secretsJiří Klimeš2015-11-281-2/+15
* cli: fix a crash in 'nmcli -a con clone'Jiří Klimeš2015-11-281-6/+16
* systemd: fix potential memory leaksJiří Klimeš2015-11-281-1/+3
* build: re-add NetworkManager.conf.xml.in to distLubomir Rintel2015-11-281-0/+1
* platform: merge branch 'th/platform-netlink-events'Thomas Haller2015-11-2721-1096/+535
|\
| * platform: emit signals by signal-id instead of stringThomas Haller2015-11-275-25/+54
| * platform: remove NMPlatformReason enumThomas Haller2015-11-2716-69/+37
| * platform: cope differently with spurious RTM_DELLINK message when unslaving b...Thomas Haller2015-11-272-64/+78
| * Revert "platform: cancel delayed action REFRESH_LINK when receiving an update"Thomas Haller2015-11-272-28/+51
| * platform/tests: add test for missing netlink notification for IFA_LINK_NETNSIDThomas Haller2015-11-272-2/+30
| * platform: workaround kernel bug about missing IFLA_LINK/parent when creating ...Thomas Haller2015-11-272-0/+56
| * platform: add workaround for incomplete netlink link messagesThomas Haller2015-11-271-0/+25
| * platform/tests: add namespace helper functions to nmtstpThomas Haller2015-11-272-1/+179
| * platform/tests: add @expected_link_type to nmtstp_wait_for_link()Thomas Haller2015-11-272-9/+8
| * platform/tests: drop "platform" test binaryThomas Haller2015-11-272-896/+0
| * nmtst: refactor NMTST_BUSY_WAIT() and rename to NMTST_WAIT*()Thomas Haller2015-11-271-5/+15
| * nmtst: support shorthand "NMTST_DEBUG=TRACE" to set logging levelThomas Haller2015-11-271-0/+5
|/
* build: substitute config directory in MakefileLubomir Rintel2015-11-272-2/+9
* build: Remove NM_CONFIG_KEYFILE_PATH_DEFAULT from config.hLubomir Rintel2015-11-272-3/+2
* ppp-manager: set 'export_on_construction' flagBeniamino Galvani2015-11-261-9/+1
* clients: (trivial) remove unused commented code in nm-vpn-helpersJiří Klimeš2015-11-262-236/+0
* clients: move clients/tui/vpn-helpers.c to clients/common/nm-vpn-helpers.cJiří Klimeš2015-11-264-30/+24
* ip4-config: properly handle gateway in nm_ip4_config_replace()Beniamino Galvani2015-11-261-3/+6
* cli: add 'strongswan' and 'fortisslvpn' to known VPN typesJiří Klimeš2015-11-252-4/+15
* cli: improve error messages for 'nmcli device set'Jiří Klimeš2015-11-251-2/+2
* 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