summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: use dev_id when calculating the interface IPv6 IID (rh #1101809)dcbw/dev-id-rh1101809Dan Williams2015-03-243-4/+18
* platform: add nm_platform_link_get_dev_id()Dan Williams2015-03-244-1/+60
* platform: update code documentation for nm_platform_link_get_physical_port_id()Dan Williams2015-03-241-1/+7
* libnm-util: allow 0.0.0.0/1 route in verify() (rh #1203904)Jiří Klimeš2015-03-242-10/+44
* dhcp: merge branch 'systemd-dhcp' into masterth/dhcpThomas Haller2015-03-2311-91/+176
|\
| * dhcp: update systemd DHCP codeThomas Haller2015-03-2311-89/+175
* | platform: merge branch 'lr/udev-unmanaged-fd731014'Lubomir Rintel2015-03-2317-61/+169
|\ \
| * | Revert "core: make veth devices default-unmanaged for now"lr/udev-unmanaged-fd731014Lubomir Rintel2015-03-231-1/+0
| * | data: move OLPC MESH udev rules away from calloutsLubomir Rintel2015-03-233-7/+4
| * | data: add udev rules to make emulated ethernet devices default unmanagedLubomir Rintel2015-03-232-0/+40
| * | platform: give the platform an opportunity to override default-unmanagedLubomir Rintel2015-03-236-1/+75
| * | platform: don't wait for udev device initializaton if there's no udevLubomir Rintel2015-03-237-53/+45
| * | contrib: ensure udev rules from RPM package are appliedLubomir Rintel2015-03-201-0/+6
|/ /
* | trivial: remove semicolon after macro definitionThomas Haller2015-03-201-1/+1
* | libnm/keyfile: sort keyfile entries and nm_connection_for_each_setting_value()Thomas Haller2015-03-204-71/+221
|\ \
| * | libnm: sort properties for nm_setting_enumerate_values()Thomas Haller2015-03-201-0/+35
| * | libnm: sort settings for nm_connection_for_each_setting_value()Thomas Haller2015-03-201-3/+41
| * | keyfile/test: refactor and cleanup _keyfile_convert()Thomas Haller2015-03-201-58/+113
| * | test: print connections as keyfile on failure of nmtst_assert_connection_equa...Thomas Haller2015-03-201-0/+18
| * | test: fix printing error in nmtst_assert_connection_equals()Thomas Haller2015-03-201-7/+10
| * | test: fix __NMTST_LOG() macro to allow format-string-only argumentThomas Haller2015-03-201-3/+4
|/ /
* | libnm: merge branch 'th/wep-key-bgo745890'Thomas Haller2015-03-2011-167/+30
|\ \
| * | libnm: accept unknown WEP key type in nm_utils_wep_key_valid()Thomas Haller2015-03-203-5/+22
| * | libnm: don't check for valid passwords in NMSetting:verify()Thomas Haller2015-03-208-162/+8
|/ /
* | nm-iface-helper: remove duplicate setpgid() callThomas Haller2015-03-201-2/+0
* | core: merge branch 'th/main-order-bgo746254'Thomas Haller2015-03-204-252/+321
|\ \
| * | main: (order) early start D-Bus serviceThomas Haller2015-03-201-15/+15
| * | main: (order) move run_from_build_dir check before setting up loggingThomas Haller2015-03-201-15/+15
| * | main: (order) earlier create rundirThomas Haller2015-03-202-10/+10
| * | main: (order) log "is starting" message immediately after setting up loggingThomas Haller2015-03-201-4/+3
| * | main: (order) parse state file later and use nm-loggingThomas Haller2015-03-201-10/+10
| * | main: (order) check pidfile earlier for running NMThomas Haller2015-03-202-10/+10
| * | nm-iface-helper: fix pidfile name and obtain the ifindex earlierThomas Haller2015-03-201-6/+9
| * | main: (order) move root user check after help/version optionThomas Haller2015-03-204-5/+16
| * | main: (order) early call _init_nm_debug()Thomas Haller2015-03-201-2/+2
| * | main: (order) set g_log_set_always_fatal() early onThomas Haller2015-03-202-16/+16
| * | main: (order) call g_type_init() very early in main()Thomas Haller2015-03-202-8/+8
| * | main: refactor nm_main_utils_check_pidfile() to exit directly on failureThomas Haller2015-03-204-32/+24
| * | main: split out nm_main_utils_ensure_rundir ()Thomas Haller2015-03-204-6/+16
| * | main: refactor early setup in main()Thomas Haller2015-03-202-58/+75
| * | main: move option variables to static variableThomas Haller2015-03-202-108/+129
| * | main-utils: don't leak description for command line arguments in nm_main_util...Thomas Haller2015-03-201-2/+18
| * | main: don't unref config instance at end of main()Thomas Haller2015-03-201-1/+1
| * | main/trivial: change order of arguments for nm_main_utils_early_setup()Thomas Haller2015-03-204-4/+4
|/ /
* | cli: allow multiple devices for 'nmcli device disconnect/delete' (bgo #746097)Jiří Klimeš2015-03-203-129/+239
* | trivial: use macro instead of plain C string for gobject property nameThomas Haller2015-03-191-1/+1
* | build: fix clang + glib 2.43 buildLubomir Rintel2015-03-191-0/+3
* | build: disable warnings that trigger known clang problemsLubomir Rintel2015-03-191-16/+64
* | build: disable warnings where macros expand to tautological comparisonsLubomir Rintel2015-03-194-1/+7
* | trivial: remove a tautological compareLubomir Rintel2015-03-191-1/+1