summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dhcp: merge branch 'systemd-dhcp' into masterth/dhcpThomas Haller2015-03-2311-91/+176
|\
| * dhcp: update systemd DHCP codeThomas Haller2015-03-2311-89/+175
* | Revert "core: make veth devices default-unmanaged for now"lr/udev-unmanaged-fd731014Lubomir Rintel2015-03-231-1/+0
* | platform: give the platform an opportunity to override default-unmanagedLubomir Rintel2015-03-235-1/+47
* | platform: don't wait for udev device initializaton if there's no udevLubomir Rintel2015-03-237-53/+45
* | libnm: accept unknown WEP key type in nm_utils_wep_key_valid()Thomas Haller2015-03-202-2/+16
* | nm-iface-helper: remove duplicate setpgid() callThomas Haller2015-03-201-2/+0
* | 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
* | trivial: use macro instead of plain C string for gobject property nameThomas Haller2015-03-191-1/+1
* | build: disable warnings where macros expand to tautological comparisonsLubomir Rintel2015-03-193-0/+6
* | trivial: remove a tautological compareLubomir Rintel2015-03-191-1/+1
* | libnm,core: don't mix up enum typesLubomir Rintel2015-03-191-1/+1
* | 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
* | connectivity: disable HTTP keepalive for connectivity checksDan Williams2015-03-161-0/+2
* | device: unschedule ip update if we just scheduled ip configurationLubomir Rintel2015-03-131-0/+1
* | trivial: move nm_device_queued_ip_config_change_clear()Lubomir Rintel2015-03-131-12/+12
* | device: don't assume valid ip4/ip6 config in nm_device_get_ipX_route_metric()Dan Williams2015-03-121-4/+18
* | device: fix handling if DHCP hostname for configure-and-quitDan Williams2015-03-121-1/+1
* | keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-03-125-18/+54
* | keyfile: refactor to use reading and writing of keyfile from libnm-coreThomas Haller2015-03-127-2170/+121
* | libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/Thomas Haller2015-03-123-94/+0
* | trivial: rename nm_utils_uuid_generate_from_strings() to _nm_utils_uuid_gener...Thomas Haller2015-03-125-13/+13
* | libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-127-208/+4
* | trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-03-1211-22/+22
* | keyfile: remove unused struct member ObjectType.privkey_pw_prop in writer.cThomas Haller2015-03-121-7/+0
* | keyfile: handle invalid integer list in keyfile reader get_bytes()Thomas Haller2015-03-121-0/+8
* | keyfile: make reader more strict in handle_as_path()Thomas Haller2015-03-121-6/+9
* | keyfile: add code comment to cert_writer() and downgrade assertion to g_criti...Thomas Haller2015-03-121-2/+9
* | route-manager: fix memleaks in nm_route_manager_ip4_route_sync()Thomas Haller2015-03-121-0/+4
* | core: quit if manager startup completed before starting the mainloopDan Williams2015-03-111-1/+4
* | wifi: fix recognition of AP RSN capabilitiesDan Williams2015-03-101-1/+1