summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: keyfile: don't write out deprecated virt_iface_name propertyth/rh979425_set_virtual_iface_nameThomas Haller2014-06-301-0/+26
* WIP: libnm-util: deprecate get_virtual_iface_nameThomas Haller2014-06-3029-63/+182
* merge branch 'th/rh979425_set_virtual_iface_name'Thomas Haller2014-06-3020-274/+770
|\
| * core: remove nm_utils_normalize_connection functionThomas Haller2014-06-306-125/+56
| * libnm-util: normalize IP settings in connectionThomas Haller2014-06-303-31/+97
| * libnm-util: validate master/slave-type property in NMSettingConnection::verify()Thomas Haller2014-06-301-4/+32
| * libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller2014-06-3011-96/+317
| * libnm-util: add function nm_connection_normalizeThomas Haller2014-06-306-22/+195
| * test: nm_connection_verify() sets the interface-name to virtual_iface_name.Thomas Haller2014-06-301-0/+44
| * libnm-util: add function nm_connection_get_interface_name()Thomas Haller2014-06-304-1/+34
|/
* contrib/nm-live-vm: merge branch 'contrib/nm-live-vm'Thomas Haller2014-06-306-0/+317
|\
| * contrib/nm-live-vm: install required packages readline, gobject-introspection...Thomas Haller2014-06-301-0/+3
| * contrib/nm-live-vm: fix run.sh script to into script directoryThomas Haller2014-06-301-0/+2
| * contrib/nm-live-vm: start the VM with less memory (1024 mb)Thomas Haller2014-06-301-2/+3
| * contrib/nm-live-vm: install wget and setup bashrc and gitThomas Haller2014-06-302-0/+13
| * contrib/nm-live-vm: enable option main.debug for NM in VMThomas Haller2014-06-301-0/+1
| * contrib/nm-live-vm: write /etc/fstabThomas Haller2014-06-302-2/+8
| * contrib/nm-live-vm: disable rate limiting in the journal of the VMThomas Haller2014-06-301-1/+7
| * contrib/nm-live-vm: don't remove the temporary directory with the extracted V...Thomas Haller2014-06-301-1/+1
| * contrib/nm-live-vm: enable ssh server and add port forward from localhost:10022Thomas Haller2014-06-303-1/+7
| * contrib/nm-live-vm: share a directory with the live-vmThomas Haller2014-06-302-1/+9
| * contrib/nm-live-vm: include the NetworkManager source in the live-mv file for...Thomas Haller2014-06-302-1/+4
| * contrib/nm-live-vm: compile live-vm build without compiler optimizationThomas Haller2014-06-301-0/+3
| * contrib/nm-live-vm: add dnsmasq to the VMJiří Klimeš2014-06-301-1/+1
| * contrib/nm-live-vm: fix build - libndp-devel is now requiredJiří Klimeš2014-06-301-1/+2
| * contrib/nm-live-vm: also build nmtuiJiří Klimeš2014-06-302-2/+8
| * contrib/nm-live-vm: add rootfstype=ramfs kernel parameter to run.shJiří Klimeš2014-06-301-3/+2
| * contrib/nm-live-vm: put qemu network-related options into a variableJiří Klimeš2014-06-301-2/+5
| * contrib/nm-live-vm: update scripts to make VM based on Fedora 20Jiří Klimeš2014-06-302-10/+10
| * contrib/nm-live-vm: adjust build script to enable DEBUG loggingThomas Haller2014-06-301-1/+7
| * contrib/nm-live-vm: change scripts to be run by unprevileged userThomas Haller2014-06-303-15/+85
| * contrib/nm-live-vm: add 'teamd' and 'libteam' packages to the VM for teaming ...Jiří Klimeš2014-06-301-1/+2
| * contrib/nm-live-vm: add some debugging tools and useful utilitiesJiří Klimeš2014-06-301-1/+4
| * contrib/nm-live-vm: correct and simplify paths for configureJiří Klimeš2014-06-301-1/+1
| * contrib/nm-live-vm: documentation/man pages now depend on '--enable-gtk-doc'Jiří Klimeš2014-06-301-1/+1
| * contrib/nm-live-vm: put the archive name explicitly inside the bundled scriptJiří Klimeš2014-06-302-4/+3
| * contrib/nm-live-vm: add 'gdb' to the VMJiří Klimeš2014-06-301-1/+1
| * contrib/nm-live-vm: set of scripts for building a live initramfs for NM testingJiří Klimeš2014-06-305-0/+177
|/
* build: 'nm-setting-docs.xml' must depend on 'NetworkManager-1.0.typelib'Thomas Haller2014-06-301-1/+1
* core: don't reject activating devices with incomplete IP configGiovanni Campagna2014-06-301-10/+16
* platform: fix invalid address lifetimes on startupThomas Haller2014-06-301-0/+4
* libnm-util: build nm-setting-docs.xml against uninstalled libnm-utilDan Winship2014-06-271-1/+3
* build: fix nm-setting-docs build in various configurationsDan Winship2014-06-278-28/+69
* libnm-util, libnm-glib: add NM_VERSION_1_0, NM_DEPRECATED_IN_1_0, and NM_DEPR...Thomas Haller2014-06-271-11/+17
* po: remove obsolete reference to nm-modem-old.c fileThomas Haller2014-06-271-1/+0
* build: check harder for readlineDan Williams2014-06-272-6/+107
* core: log when creating team device as generic due to missing pluginThomas Haller2014-06-271-0/+1
* team: merge branch 'th/bgo731905_team_plugin'Thomas Haller2014-06-2718-178/+581
|\
| * team: remove conditional compilation WITH_TEAMDCTLThomas Haller2014-06-272-33/+4
| * team: make team support a pluginThomas Haller2014-06-2711-28/+262