summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: call nm_utils_init() (bgo 730893)danw/nm-utils-init-0910-bgo740893Dan Winship2014-12-021-0/+8
* libnm-util: Note that nm_utils_deinit() is a no-opDan Winship2014-12-025-26/+4
* build: fix wrongly linking against libreadline in all applicationsThomas Haller2014-11-261-0/+3
* tui: fix alignment of pop-up menusDan Winship2014-11-241-2/+17
* tui: when deleting a bridge/bond/team, delete its slaves too (rh #1131574)Dan Winship2014-11-241-11/+41
* tui: show orphaned slaves in the connection editor listDan Winship2014-11-241-1/+28
* tui: bind the leap-username property to its entryDan Winship2014-11-241-0/+3
* nmtui: fix sensitivity of "Add" button in address lists (rh #1131434)Dan Winship2014-11-241-1/+2
* libnm-util: don't warn about unrecognized propertiesDan Winship2014-11-241-2/+4
* tui: fix Wi-Fi section of "nmtui connect" list in non-UTF-8 localesDan Winship2014-11-242-13/+34
* core: do not assert when a device is enslaved externally (rh #1167345)Jiří Klimeš2014-11-242-6/+2
* vpn: propagate daemon exec error correctly (bgo #739436)Lubomir Rintel2014-11-241-5/+5
* wifi: don't query nl80211 for non-WiFi devices (bgo #740131)Dan Williams2014-11-185-53/+10
* cli: fix crash in `nmcli device wifi` with multiple wifi devices (bgo #734466)Jiří Klimeš2014-11-061-2/+25
* platform: fix lifetime/preferred type in _address_get_lifetime()Dan Williams2014-11-051-1/+1
* core: merge branch 'th/bgo738590_dhcp_server_route' (bgo #738590)Thomas Haller2014-10-318-11/+99
|\
| * dhcp: don't add special route to DHCP server when having direct routeThomas Haller2014-10-311-5/+5
| * core: add nm_ipX_config_get_direct_route_for_host() functionsThomas Haller2014-10-316-6/+77
| * core: add nm_utils_ip6_route_metric_normalize() functionThomas Haller2014-10-312-0/+17
|/
* settings: merge branch 'th/bgo738611_load_setting_plugins' (bgo #738611)Thomas Haller2014-10-304-21/+65
|\
| * settings: check file permissions when loading settings pluginsth/nm-0-9-10Thomas Haller2014-10-301-8/+26
| * settings: accept missing settings pluginsThomas Haller2014-10-301-14/+25
| * config: set a compile time default for the main.plugins configuration optionThomas Haller2014-10-303-2/+17
|/
* backport changes to nm-logging from masterThomas Haller2014-10-3018-156/+302
|\
| * logging: extract logging macros for devices to nm-device-logging.hThomas Haller2014-10-303-1/+50
| * core: add utility function str_if_set()Thomas Haller2014-10-301-0/+16
| * core/logging: make log level and domain a C enumThomas Haller2014-10-302-33/+29
| * core/logging: adjust numerical values of the logging domain flagsThomas Haller2014-10-301-35/+35
| * logging: add new logging level "TRACE"Thomas Haller2014-10-3011-19/+29
| * core/logging: add new logging macro nm_log_obj()Thomas Haller2014-10-301-0/+27
| * core/logging: define nm_log() to check for nm_logging_enabled() firstThomas Haller2014-10-301-1/+7
| * core/logging: change order or domain/level arguments for nm_log()Thomas Haller2014-10-303-11/+11
| * core/logging: define logging macros based on nm_log()Thomas Haller2014-10-301-12/+5
| * core/logging: ensure that logging is always initializedThomas Haller2014-10-301-2/+12
| * core/logging: return static string from nm_logging_domains_to_string()Thomas Haller2014-10-303-32/+36
| * core/logging: return static string from nm_logging_level_to_string()Thomas Haller2014-10-303-7/+5
| * core/logging: align logging after "<LEVEL>" prefixThomas Haller2014-10-301-2/+2
| * core/logging: add assert to nm_logging_setup() to check input argumentsThomas Haller2014-10-301-0/+3
| * core/logging: remove unused #undef from header fileThomas Haller2014-10-301-11/+0
| * utils: add _NM_UTILS_MACRO_FIRST and _NM_UTILS_MACRO_REST macrosThomas Haller2014-10-301-0/+17
| * core: add project-wide header file nm-utils-internal.hThomas Haller2014-10-302-1/+29
|/
* platform: deal with default route being passed to route_sync() (bgo 735325)Dan Winship2014-10-291-0/+12
* rdisc: properly handle RDNSS/DNSSL forced expirationDan Winship2014-10-291-12/+18
* core: add PrimaryConnectionType property to NMManager (bgo #739080)Ryan Lortie2014-10-234-0/+35
* core: ensure interface is up before applying IP configuration (bgo #738479)Dan Williams2014-10-171-6/+19
* core: remove child devices without deconfiguring them (bgo #738479)Dan Williams2014-10-171-7/+9
* core: don't override external route metrics (bgo #738268)Dan Williams2014-10-171-4/+12
* remote-settings: Mark service as running when using private busFlorian Müllner2014-10-171-2/+3
* bluez: fix compiler error due to redefinition of typedefThomas Haller2014-10-161-2/+2
* bluez: re-add DUN support for Bluez5Lubomir Rintel2014-10-166-43/+573