summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: remove default-unmanagedlr/default-unmanaged-bgo746566-1Lubomir Rintel2015-03-235-86/+23
* libnm,libnm-glib: add Device.Manager setterLubomir Rintel2015-03-236-0/+59
* cli: add nmcli device set commandLubomir Rintel2015-03-231-0/+108
* cli,trivial: move nmc_switch_parse_on_offLubomir Rintel2015-03-233-20/+21
* device: allow modifying Managed propertyLubomir Rintel2015-03-232-2/+15
* 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
* libnm,core: don't mix up enum typesLubomir Rintel2015-03-194-4/+4
* examples: bash: print errors int stderrPetr Vorel2015-03-182-3/+3
* device: if there's a ll address already don't re-commit itLubomir Rintel2015-03-172-6/+10
* device: fix a couple of copy & paste errorsLubomir Rintel2015-03-171-2/+2
* device: do not touch sysctls after the device was removedLubomir Rintel2015-03-171-14/+20
* libnm/keyfile: fix format string for unsigned integerThomas Haller2015-03-171-1/+1
* libnm: fix error prefix in NMSettingGsm:verify()Thomas Haller2015-03-172-2/+2
* cli: do not stall in 'nmcli connection delete/down' (rh #1168657)Jiří Klimeš2015-03-162-88/+99